| /src/external/bsd/unbound/dist/validator/ |
| val_kcache.c | 54 size_t numtables, start_size, maxmem; local 60 start_size = HASH_DEFAULT_STARTARRAY; 62 kcache->slab = slabhash_create(numtables, start_size, maxmem,
|
| /src/external/bsd/jemalloc.old/dist/test/integration/ |
| rallocx.c | 114 size_t start_size = start_sizes[i]; local 115 p = mallocx(start_size, MALLOCX_ZERO); 126 q = rallocx(p, start_size+j, MALLOCX_ZERO);
|
| /src/external/bsd/jemalloc/dist/test/integration/ |
| rallocx.c | 126 size_t start_size = start_sizes[i]; local 127 p = mallocx(start_size, MALLOCX_ZERO); 138 q = rallocx(p, start_size+j, MALLOCX_ZERO);
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| filestuff.cc | 515 std::string::size_type start_size = res.size (); 519 res.resize (start_size + chunk_size); 521 int n = fread (&res[start_size], 1, chunk_size, file); 533 res.resize (start_size + n); 511 std::string::size_type start_size = res.size (); local
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| filestuff.cc | 516 std::string::size_type start_size = res.size (); 520 res.resize (start_size + chunk_size); 522 int n = fread (&res[start_size], 1, chunk_size, file); 534 res.resize (start_size + n); 512 std::string::size_type start_size = res.size (); local
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_disk_windows.c | 1101 uint64_t start_size = size; local 1122 start_size = size = (size_t)(a->filesize - a->offset); 1175 return ((ssize_t)(start_size - size));
|
| archive_write_disk_posix.c | 1006 uint64_t start_size = size; local 1034 start_size = size = (size_t)(a->filesize - a->offset); 1086 return (start_size - size); 1630 uint64_t start_size = size; local 1645 start_size = size = (size_t)(a->filesize - a->offset); 1688 return (start_size - size);
|
| /src/external/gpl2/groff/dist/src/devices/grohtml/ |
| post-html.cpp | 2029 void start_size (int from, int to); 3887 * start_size - from is old font size, to is the new font size. 3892 void html_printer::start_size (int from, int to) function in class:html_printer 3935 start_size(output_style.point_size, g->text_style.point_size);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-fold.cc | 4509 size_t start_size = 0; local 4514 start_size = start_off % UNITS_PER_WORD; 4515 start_off -= start_size; 4559 union_buf->size = start_size; 4560 memset (union_buf->buf, ~0, start_size);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-fold.cc | 4509 size_t start_size = 0; local 4514 start_size = start_off % UNITS_PER_WORD; 4515 start_off -= start_size; 4559 union_buf->size = start_size; 4560 memset (union_buf->buf, ~0, start_size);
|