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

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dobjalloc.c77 #define CHUNK_SIZE (4096 - 32) macro
95 ret->chunks = (PTR) malloc (CHUNK_SIZE);
107 ret->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE;
159 chunk = (struct objalloc_chunk *) malloc (CHUNK_SIZE);
166 o->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE;
210 if (b > (char *) p && b < (char *) p + CHUNK_SIZE)
264 o->current_space = ((char *) p + CHUNK_SIZE) - b;
296 o->current_space = ((char *) p + CHUNK_SIZE) - current_ptr;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dobjalloc.c77 #define CHUNK_SIZE (4096 - 32) macro
95 ret->chunks = (PTR) malloc (CHUNK_SIZE);
107 ret->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE;
152 chunk = (struct objalloc_chunk *) malloc (CHUNK_SIZE);
159 o->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE;
203 if (b > (char *) p && b < (char *) p + CHUNK_SIZE)
257 o->current_space = ((char *) p + CHUNK_SIZE) - b;
289 o->current_space = ((char *) p + CHUNK_SIZE) - current_ptr;
/freebsd-11-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-11-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...]
/freebsd-11-stable/sys/arm/arm/
H A Dbcopy_page.S65 #define CHUNK_SIZE 32 define

Completed in 198 milliseconds