| /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
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| hash.h | 32 unsigned long int filled; /* Number of used entries. */ member in struct:hash_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
|
| /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/include/ |
| search.h | 30 size_t filled; member in struct:hsearch_data
|
| /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/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/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/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/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/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/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...] |
| ctl.c | 4277 size_t filled = batch_alloc(batch_alloc_packet.ptrs, local 4280 READ(filled, size_t);
|
| jemalloc.c | 2318 * ind parameter is optional and is only checked and filled if alignment == 0; 2509 /* Filled in by compute_size_with_overflow below. */ 4166 size_t filled = 0; local 4193 while (filled < num) { 4194 size_t batch = num - filled; 4228 ind, ptrs + filled, arena_batch, zero); 4230 filled += n; 4271 ptrs + filled); 4277 memset(ptrs[filled + i], 0, 4285 ptrs[filled + i]) [all...] |
| /src/external/bsd/zstd/dist/lib/compress/ |
| zstdmt_compress.c | 814 size_t filled; member in struct:__anon6320 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/external/bsd/zstd/dist/tests/ |
| zstreamtest.c | 138 size_t filled; member in struct:__anon6593 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/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
| m68k.cc | 6589 /* Number of filled words in the instruction buffer. */ 6590 int filled; 6652 if (sched_ib.filled > sched_ib.size) 6653 sched_ib.filled = sched_ib.size; 6677 if (insn_size > sched_ib.filled) 6679 account. Workaround instruction buffer not being filled enough. */ 6682 insn_size = sched_ib.filled; 6689 insn_size = sched_ib.filled; 6693 sched_ib.filled -= insn_size; 6746 sched_ib.filled = 0 6576 int filled; member in struct:_sched_ib [all...] |
| /src/sys/dev/pci/ |
| if_iavf.c | 3839 int filled; local 3857 /* already filled */ 3884 filled = 1; 3889 if (filled) { 3896 return filled;
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver.h | 2678 * This field is only filled in when using a 40 MHz channel. 4373 * filled in the supplied return buffer. 5862 * @filled: bitmask indicating which fields have been reported, see 5874 unsigned int filled; member in struct:freq_survey
|