| /src/external/mit/expat/dist/tests/ |
| basic_tests.c | 5631 const int fillcount = 100; local 5632 const unsigned approx_bytes = fillsize * fillcount; // ignore pre/post. 5658 for (int f = 0; f < fillcount; ++f) { 5671 f + 1, fillcount, pushed, g_bytesScanned,
|
| /src/external/mpl/bind/dist/lib/isc/ |
| mem.c | 163 size_t fillcount; /*%< # of items to fetch on each fill */ member in struct:isc_mempool 828 "fillcount", "gets", "L"); 834 pool->freecount, pool->freemax, pool->fillcount, 1116 .fillcount = 1, 1209 const size_t fillcount = mpctx->fillcount; local 1211 const size_t fillcount = 1; local 1216 for (size_t i = 0; i < fillcount; i++) { 1316 mpctx->fillcount = limit; 1323 return mpctx->fillcount; [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| mem.c | 202 unsigned int fillcount; /*%< # of items to fetch on each fill */ member in struct:isc__mempool 1252 "freemax", "fillcount", "gets", "L"); 1263 pool->fillcount, pool->gets, "N"); 1676 mpctx->fillcount = 1; 1825 for (i = 0; i < mpctx->fillcount; i++) { 1972 mpctx->fillcount = limit; 1981 return (mpctx->fillcount);
|