HomeSort by: relevance | last modified time | path
    Searched refs:filled (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /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.old/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/external/bsd/jemalloc/dist/test/unit/
batch_alloc.c 72 size_t filled; local
74 assert_d_eq(mallctl("experimental.batch_alloc", &filled, &len,
77 return filled;
127 size_t filled = batch_alloc_wrapper( local
129 assert_zu_eq(filled, batch, "");
170 size_t filled = batch_alloc(global_ptrs, batch, size, 0); local
171 assert_zu_eq(filled, batch, "");
177 size_t filled = batch_alloc(global_ptrs, batch, size, 0); local
178 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.old/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/bsd/jemalloc/dist/test/stress/
batch_alloc.c 32 size_t filled; local
34 assert_d_eq(mallctlbymib(mib, miblen, &filled, &len,
37 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 &cent, double rad)
333 (filled ? 'C' : 'c'),
337 void troff_output::simple_ellipse(int filled, const position &cent,
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.old/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 830 size_t filled; member in struct:__anon100
1025 mtctx->inBuff.filled = 0;
1117 fps.ingested = mtctx->consumed + mtctx->inBuff.filled;
1342 mtctx->inBuff.filled = 0;
1420 assert(mtctx->inBuff.filled >= srcSize);
1441 mtctx->inBuff.filled = 0;
1568 if (mtctx->inBuff.filled > 0) return 1; /* input is not empty, and still needs to be converted into a job */
1678 * Returns non-zero if the buffer is filled.
1729 mtctx->inBuff.filled = 0;
1757 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/bsd/jemalloc/dist/src/
arena.c 898 * with filled < nfill) after going through the three steps: a) bin
906 cache_bin_sz_t filled = 0; local
913 while (filled < nfill_min) {
918 * Use up the free slots if the total filled <= nfill_max.
923 if (cnt + filled > nfill_max) {
924 cnt = nfill_min - filled;
928 slabcur, bin_info, cnt, &arr->ptr[filled]);
930 filled += cnt;
962 } /* while (filled < nfill_min) loop. */
965 bin->stats.nmalloc += filled;
1014 size_t filled = 0; 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:__anon315
164 dict.filled = dictSize;
302 dictID = ZDICT_getDictID(dictionary.start, dictionary.filled);
1085 { ZSTD_CDict* const cdict = ZSTD_createCDict(dictionary.start, dictionary.filled, 1 /*byRef*/ );
1121 { ZSTD_DDict* const ddict = ZSTD_createDDict(dictionary.start, dictionary.filled);
1158 CHECK_Z( ZSTD_DCtx_loadDictionary_byReference(dctx, dictionary.start, dictionary.filled) );
1160 ZSTD_CDict* const cdict = ZSTD_createCDict(dictionary.start, dictionary.filled, level);
1195 CHECK_Z( ZSTD_CCtx_loadDictionary(zc, dictionary.start, dictionary.filled) );
1210 CHECK_Z( ZSTD_DCtx_loadDictionary(dctx, dictionary.start, dictionary.filled) );
1245 CHECK_Z( ZSTD_DCtx_loadDictionary(dctx, dictionary.start, dictionary.filled) );
    [all...]

Completed in 36 milliseconds

1 2 3