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

/haiku/src/bin/
H A Dunchop.c36 #define BLOCKSIZE 64 * 1024 // file data is read in BLOCKSIZE blocks macro
37 static char Block[BLOCKSIZE]; // and stored in the global Block array
126 got = read(fdin, Block, BLOCKSIZE);
H A Dchop.c60 #define BLOCKSIZE 64 * 1024 // file data is read in BLOCKSIZE blocks macro
61 static char Block[BLOCKSIZE]; // and stored in the global Block array
202 got = read(fdin, Block, BLOCKSIZE);

Completed in 115 milliseconds