| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_procmaps_fuchsia.cpp | 38 size_t filled; local 43 count * sizeof(zx_info_maps_t), &filled, &count); 48 } while (filled < count);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_procmaps_fuchsia.cpp | 38 size_t filled; local 43 count * sizeof(zx_info_maps_t), &filled, &count); 48 } while (filled < count);
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| batch_alloc.c | 71 size_t filled; local 73 assert_d_eq(mallctl("experimental.batch_alloc", &filled, &len, 75 return filled; 125 size_t filled = batch_alloc_wrapper(global_ptrs, batch, local 127 assert_zu_eq(filled, batch, ""); 167 size_t filled = batch_alloc(global_ptrs, batch, size, 0); local 168 assert_zu_eq(filled, batch, ""); 174 size_t filled = batch_alloc(global_ptrs, batch, size, 0); local 175 assert_zu_eq(filled, batch, "");
|
| /src/sys/dev/splash/ |
| splash.c | 251 int filled; local 256 filled = 0; 258 filled = 1; 268 if (filled == 0) { 277 filled = 1; 325 int filled; local 330 filled = 0; 332 filled = 1; 342 if (filled == 0) { 349 filled = 1 390 int filled; local [all...] |
| /src/external/gpl2/texinfo/dist/util/ |
| install-info.c | 685 int filled = 0; 697 int nread = fread (data + filled, 1, data_size - filled, f); 703 filled += nread; 704 if (filled == data_size) 721 *sizep = filled; 1484 int filled = 0; 1492 if (filled == lines_allocated) 1499 lines[filled].start = &data[i]; 1500 lines[filled].add_entries_before = 0 674 int filled = 0; local 1470 int filled = 0; local [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| hash.h | 32 unsigned long int filled; /* Number of used entries. */ member in struct:hash_table
|
| hash.c | 97 htab->filled = 0; 233 ++htab->filled; 246 htab->filled = 0; 283 if (100 * htab->filled > 75 * htab->size) 284 /* Table is filled more than 75%. Resize the table. */ 313 if (100 * htab->filled > 75 * htab->size) 314 /* Table is filled more than 75%. Resize the table. */
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| hash.h | 32 unsigned long int filled; /* Number of used entries. */ member in struct:hash_table
|
| hash.c | 97 htab->filled = 0; 233 ++htab->filled; 246 htab->filled = 0; 283 if (100 * htab->filled > 75 * htab->size) 284 /* Table is filled more than 75%. Resize the table. */ 313 if (100 * htab->filled > 75 * htab->size) 314 /* Table is filled more than 75%. Resize the table. */
|
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| hash.h | 32 unsigned long int filled; /* Number of used entries. */ member in struct:hash_table
|
| hash.c | 97 htab->filled = 0; 233 ++htab->filled; 246 htab->filled = 0; 283 if (100 * htab->filled > 75 * htab->size) 284 /* Table is filled more than 75%. Resize the table. */ 313 if (100 * htab->filled > 75 * htab->size) 314 /* Table is filled more than 75%. Resize the table. */
|
| /src/external/bsd/jemalloc/dist/test/stress/ |
| batch_alloc.c | 32 size_t filled; local 34 assert_d_eq(mallctlbymib(mib, miblen, &filled, &len, 36 assert_zu_eq(filled, batch, "");
|
| /src/usr.bin/make/unit-tests/ |
| varname-make_print_var_on_error.mk | 7 # since at the point where it is filled in PrintOnError, the first command in
|
| /src/include/ |
| search.h | 30 size_t filled; member in struct:hsearch_data
|
| /src/external/gpl2/groff/dist/src/preproc/pic/ |
| troff.cpp | 324 void troff_output::simple_circle(int filled, const position ¢, double rad) 333 (filled ? 'C' : 'c'), 337 void troff_output::simple_ellipse(int filled, const position ¢, 347 (filled ? 'E' : 'e'), 397 void troff_output::simple_polygon(int filled, const position *v, int n) 403 printf("\\D'%c ", (filled ? 'P' : 'p'));
|
| /src/lib/libc/stdlib/ |
| hcreate.c | 126 head->filled = 0; 241 head->filled++;
|
| /src/external/bsd/jemalloc/dist/src/ |
| arena.c | 960 * with filled < nfill) after going through the three steps: a) bin 967 unsigned filled = 0; local 974 while (filled < nfill) { 978 unsigned tofill = nfill - filled; 983 &ptrs.ptr[filled]); 985 filled += cnt; 1017 } /* while (filled < nfill) loop. */ 1020 bin->stats.nmalloc += filled; 1022 bin->stats.curregs += filled; 1031 assert(filled < nfill) 1069 size_t filled = 0; local [all...] |
| /src/external/bsd/zstd/dist/lib/compress/ |
| zstdmt_compress.c | 814 size_t filled; member in struct:__anon8663 1009 mtctx->inBuff.filled = 0; 1101 fps.ingested = mtctx->consumed + mtctx->inBuff.filled; 1329 mtctx->inBuff.filled = 0; 1384 assert(mtctx->inBuff.filled >= srcSize); 1405 mtctx->inBuff.filled = 0; 1532 if (mtctx->inBuff.filled > 0) return 1; /* input is not empty, and still needs to be converted into a job */ 1637 * Returns non-zero if the buffer is filled. 1688 mtctx->inBuff.filled = 0; 1716 syncPoint.toLoad = MIN(input.size - input.pos, mtctx->targetSectionSize - mtctx->inBuff.filled); [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| kvmgt.c | 1012 size_t filled; local 1027 filled = 8; 1039 filled = 4; 1051 filled = 2; 1063 filled = 1; 1066 count -= filled; 1067 done += filled; 1068 *ppos += filled; 1069 buf += filled; 1086 size_t filled; local [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
| aaA.d | 33 // magic hash constants to distinguish empty, deleted, and filled buckets 109 if (!buckets[i].filled) 150 if (b.filled) 189 @property bool filled() const @safe 462 // highest bit is set to distinguish empty/deleted from filled buckets 670 if (!b.filled) 692 if (!b.filled) 714 if (!b.filled) 731 if (!b.filled) 808 if (!b1.filled) [all...] |
| /src/external/bsd/wpa/dist/src/ap/ |
| acs.c | 375 if (survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) 377 else if (survey->filled & SURVEY_HAS_CHAN_TIME_RX) 386 if (survey->filled & SURVEY_HAS_CHAN_TIME_TX) { 473 if (!(survey->filled & SURVEY_HAS_NF)) { 480 if (!(survey->filled & SURVEY_HAS_CHAN_TIME)) { 487 if (!(survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) && 488 !(survey->filled & SURVEY_HAS_CHAN_TIME_RX)) {
|
| /src/external/bsd/zstd/dist/tests/ |
| zstreamtest.c | 138 size_t filled; member in struct:__anon8936 164 dict.filled = dictSize; 302 dictID = ZDICT_getDictID(dictionary.start, dictionary.filled); 1084 { ZSTD_CDict* const cdict = ZSTD_createCDict(dictionary.start, dictionary.filled, 1 /*byRef*/ ); 1120 { ZSTD_DDict* const ddict = ZSTD_createDDict(dictionary.start, dictionary.filled); 1157 CHECK_Z( ZSTD_DCtx_loadDictionary_byReference(dctx, dictionary.start, dictionary.filled) ); 1159 ZSTD_CDict* const cdict = ZSTD_createCDict(dictionary.start, dictionary.filled, level); 1194 CHECK_Z( ZSTD_CCtx_loadDictionary(zc, dictionary.start, dictionary.filled) ); 1209 CHECK_Z( ZSTD_DCtx_loadDictionary(dctx, dictionary.start, dictionary.filled) ); 1244 CHECK_Z( ZSTD_DCtx_loadDictionary(dctx, dictionary.start, dictionary.filled) ); [all...] |
| /src/sys/kern/ |
| subr_blist.c | 279 * actually filled that were free before the call. 285 blist_blkno_t filled; local 289 filled = blst_leaf_fill(bl->bl_root, blkno, count); 291 filled = blst_meta_fill(bl->bl_root, blkno, count, 293 bl->bl_free -= filled; 294 return filled;
|
| /src/usr.bin/rpcgen/ |
| rpc_svcout.c | 345 int filled; local 378 filled = 0; 386 filled = 1; 394 filled = 1; 401 if (!filled) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| Process.inc | 238 // Create a signal set filled with *all* signals.
|