Searched refs:BUFFER_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
1068 #define BUFFER_CHUNK_SIZE 64 macro1071 #define ROUND_CHUNK_SIZE(s) ((((s) + BUFFER_CHUNK_SIZE - 1) / \1072 BUFFER_CHUNK_SIZE) * BUFFER_CHUNK_SIZE)1152 bufsiz += BUFFER_CHUNK_SIZE;