Searched refs:KBytesPerChunk (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/
H A Dchop.c63 static int KBytesPerChunk = 1400; // determines size of output files variable
102 KBytesPerChunk = (b < 1 ? 1 : b);
148 if (fsize < (KBytesPerChunk * 1024)) {
180 const off_t chunk_size = KBytesPerChunk * 1024; // max bytes written to any output file
197 printf("Chopping up %s into %d kbyte chunks\n", fname, KBytesPerChunk);

Completed in 26 milliseconds