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

/freebsd-13-stable/sys/tests/fib_lookup/
H A Dfib_lookup.c59 #define CHUNK_SIZE 10000 macro
166 int tries = CHUNK_SIZE / sz;
196 if (count < CHUNK_SIZE)
197 count = CHUNK_SIZE;
203 for (int pass = 0; pass < count / CHUNK_SIZE; pass++) {
230 int tries = CHUNK_SIZE / sz;
260 if (count < CHUNK_SIZE)
261 count = CHUNK_SIZE;
267 for (int pass = 0; pass < count / CHUNK_SIZE; pass++) {
335 for (int pass = 0; pass < CHUNK_SIZE / s
[all...]
/freebsd-13-stable/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_char.c41 #define CHUNK_SIZE (128 * 1024) macro
120 if (llen > CHUNK_SIZE)
121 llen = CHUNK_SIZE;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c83 /* The current chunk: CHUNK_SIZE bytes except for the last chunk. */
131 #define CHUNK_SIZE (1 << CHUNK_SHIFT) macro
135 #define offset_in_chunk(offset) ((offset) & (CHUNK_SIZE - 1))
290 offset_in_chunk(file->size) : CHUNK_SIZE;
319 CHUNK_SIZE, chunk_to_offset(file->chunk),
321 file->endp = file->buffer + CHUNK_SIZE;
564 length[i] = CHUNK_SIZE;
576 file_for_suffix[i].buffer = apr_palloc(pool, CHUNK_SIZE);
597 suffix_min_chunk0 += (file[0].size - min_file_size) / CHUNK_SIZE;
598 suffix_min_offset0 += (file[0].size - min_file_size) % CHUNK_SIZE;
[all...]

Completed in 38 milliseconds