Searched refs:CHUNK_SIZE (Results 1 – 3 of 3) sorted by relevance
58 #define CHUNK_SIZE 10000 macro165 int tries = CHUNK_SIZE / sz; in run_test_inet_one_pass()195 if (count < CHUNK_SIZE) in run_test_inet()196 count = CHUNK_SIZE; in run_test_inet()203 for (int pass = 0; pass < count / CHUNK_SIZE; pass++) { in run_test_inet()230 int tries = CHUNK_SIZE / sz; in run_test_inet6_one_pass()260 if (count < CHUNK_SIZE) in run_test_inet6()261 count = CHUNK_SIZE; in run_test_inet6()268 for (int pass = 0; pass < count / CHUNK_SIZE; pass++) { in run_test_inet6()373 for (int pass = 0; pass < CHUNK_SIZE / sz; pass++) { in run_test_inet_one_pass_random()[all …]
39 #define CHUNK_SIZE 16 macro40 #define CHUNKS(x) (((x) + CHUNK_SIZE - 1) / CHUNK_SIZE)
39 #define CHUNK_SIZE (128 * 1024) macro118 if (llen > CHUNK_SIZE) in tools_char_llseek()119 llen = CHUNK_SIZE; in tools_char_llseek()