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

/freebsd-10.1-release/contrib/groff/src/libs/libgroff/
H A Dsymbol.cpp37 #ifdef BLOCK_SIZE
38 #undef BLOCK_SIZE macro
41 const int BLOCK_SIZE = 1024; variable
139 block_size = len > BLOCK_SIZE ? len : BLOCK_SIZE;
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_lzop.c87 #define BLOCK_SIZE (256 * 1024) macro
268 BLOCK_SIZE + (BLOCK_SIZE >> 4) + 64 + 3;
278 data->uncompressed_buffer_size = BLOCK_SIZE;
286 data->uncompressed_avail_bytes = BLOCK_SIZE;
421 data->uncompressed_avail_bytes = BLOCK_SIZE;
434 if (data->uncompressed_avail_bytes < BLOCK_SIZE) {
/freebsd-10.1-release/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp49 #ifdef BLOCK_SIZE
50 #undef BLOCK_SIZE macro
53 const int BLOCK_SIZE = ((1024 - MALLOC_OVERHEAD - sizeof(struct block *) variable
58 int v[BLOCK_SIZE];
713 else if (pp->ptr->used >= BLOCK_SIZE)
/freebsd-10.1-release/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_multiple_data_objects.c171 #define BLOCK_SIZE 10240 macro
188 if ((mydata->buffer = (void*)calloc(1, BLOCK_SIZE)) == NULL)
200 return read(mydata->fd, mydata->buffer, BLOCK_SIZE);
/freebsd-10.1-release/contrib/amd/include/
H A Dam_defs.h570 # undef BLOCK_SIZE macro

Completed in 180 milliseconds