Searched refs:numEntries (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/libarchive/libarchive/test/
H A Dtest_read_extract.c36 int i, numEntries = 0; local
51 ++numEntries;
58 ++numEntries;
69 ++numEntries;
76 ++numEntries;
83 ++numEntries;
90 ++numEntries;
97 ++numEntries;
105 ++numEntries;
127 for (i = 1; i < numEntries;
[all...]
/freebsd-10.1-release/usr.bin/make/
H A Dhash.h67 int numEntries; /* Number of entries in the table. */ member in struct:Hash_Table
H A Dhash.c106 t->numEntries = 0;
233 if (t->numEntries >= rebuildLimit * t->size)
242 t->numEntries++;
277 t->numEntries--;
/freebsd-10.1-release/contrib/bmake/
H A Dhash.h104 int numEntries; /* Number of entries in the table. */ member in struct:Hash_Table
H A Dhash.c148 t->numEntries = 0;
288 if (t->numEntries >= rebuildLimit * t->size)
297 t->numEntries++;
333 t->numEntries--;
/freebsd-10.1-release/sbin/rcorder/
H A Dhash.h72 int numEntries; /* Number of entries in the table. */ member in struct:Hash_Table
H A Dhash.c126 t->numEntries = 0;
262 if (t->numEntries >= rebuildLimit * t->size)
271 t->numEntries++;
307 t->numEntries--;
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DOnDiskHashTable.h252 OnDiskChainedHashTable(unsigned numBuckets, unsigned numEntries, argument
256 : NumBuckets(numBuckets), NumEntries(numEntries),
477 unsigned numEntries = ReadLE32(buckets); local
478 return new OnDiskChainedHashTable<Info>(numBuckets, numEntries, buckets,
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang-c/
H A DIndex.h1431 unsigned numEntries; member in struct:CXTUResourceUsage
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Datombios.h7729 UCHAR numEntries; member in struct:_ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table
7741 UCHAR numEntries; member in struct:_ATOM_PPLIB_VCE_State_Table
7775 UCHAR numEntries; member in struct:_ATOM_PPLIB_UVD_Clock_Voltage_Limit_Table
7787 UCHAR numEntries; member in struct:_ATOM_PPLIB_UVD_State_Table

Completed in 258 milliseconds