| /freebsd-13.1/contrib/libarchive/libarchive/test/ |
| H A D | test_read_extract.c | 36 int i, numEntries = 0; in DEFINE_TEST() local 51 ++numEntries; in DEFINE_TEST() 58 ++numEntries; in DEFINE_TEST() 68 ++numEntries; in DEFINE_TEST() 75 ++numEntries; in DEFINE_TEST() 82 ++numEntries; in DEFINE_TEST() 89 ++numEntries; in DEFINE_TEST() 96 ++numEntries; in DEFINE_TEST() 104 ++numEntries; in DEFINE_TEST() 126 for (i = 1; i < numEntries; i++) { in DEFINE_TEST()
|
| /freebsd-13.1/contrib/bmake/ |
| H A D | hash.c | 150 t->numEntries = 0; in HashTable_Init() 241 (void *)t, t->bucketsSize, t->numEntries, t->maxchain); in HashTable_Enlarge() 262 if (t->numEntries >= rebuildLimit * t->bucketsSize) in HashTable_CreateEntry() 272 t->numEntries++; in HashTable_CreateEntry() 297 t->numEntries--; in HashTable_DeleteEntry() 332 name, t->bucketsSize, t->numEntries, t->maxchain); in HashTable_DebugStats()
|
| H A D | hash.h | 94 unsigned int numEntries; /* Number of entries in the table. */ member
|
| H A D | dir.c | 368 odirs->table.numEntries); in OpenDirs_Done()
|
| /freebsd-13.1/sbin/rcorder/ |
| H A D | hash.c | 128 t->numEntries = 0; in Hash_InitTable() 264 if (t->numEntries >= rebuildLimit * t->size) in Hash_CreateEntry() 273 t->numEntries++; in Hash_CreateEntry() 309 t->numEntries--; in Hash_DeleteEntry()
|
| H A D | hash.h | 74 int numEntries; /* Number of entries in the table. */ member
|
| /freebsd-13.1/lib/libdevdctl/ |
| H A D | event_factory.cc | 65 EventFactory::UpdateRegistry(Record regEntries[], size_t numEntries) in UpdateRegistry() argument 68 EventFactory::Record *lastRec(rec + numEntries - 1); in UpdateRegistry()
|
| H A D | consumer.cc | 79 size_t numEntries) in Consumer() argument 84 m_eventFactory.UpdateRegistry(regEntries, numEntries); in Consumer()
|
| H A D | consumer.h | 58 size_t numEntries = 0);
|
| H A D | event_factory.h | 77 void UpdateRegistry(Record regEntries[], size_t numEntries);
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPC.cpp | 73 void elf::writePPC32GlinkSection(uint8_t *buf, size_t numEntries) { in writePPC32GlinkSection() argument 95 for (size_t i = 0; i != numEntries; ++i) in writePPC32GlinkSection() 96 write32(buf + 4 * i, 0x48000000 | 4 * (numEntries - i)); in writePPC32GlinkSection() 97 buf += 4 * numEntries; in writePPC32GlinkSection()
|
| H A D | X86.cpp | 447 void writeIBTPlt(uint8_t *buf, size_t numEntries) const override; 483 void IntelIBT::writeIBTPlt(uint8_t *buf, size_t numEntries) const { in writeIBTPlt() 494 for (size_t i = 0; i < numEntries; ++i) { in writeIBTPlt()
|
| H A D | X86_64.cpp | 973 void writeIBTPlt(uint8_t *buf, size_t numEntries) const override; 998 void IntelIBT::writeIBTPlt(uint8_t *buf, size_t numEntries) const { in writeIBTPlt() 1009 for (size_t i = 0; i < numEntries; ++i) { in writeIBTPlt()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 51 virtual void writeIBTPlt(uint8_t *buf, size_t numEntries) const {} in writeIBTPlt() argument 200 void writePPC32GlinkSection(uint8_t *buf, size_t numEntries);
|
| H A D | SyntheticSections.cpp | 649 numEntries = target->gotHeaderEntriesNum; in GotSection() 653 sym.gotIndex = numEntries; in addEntry() 654 ++numEntries; in addEntry() 660 sym.globalDynIndex = numEntries; in addDynTlsEntry() 662 numEntries += 2; in addDynTlsEntry() 671 tlsIndexOff = numEntries * config->wordsize; in addTlsIndex() 672 numEntries += 2; in addTlsIndex() 689 size = numEntries * config->wordsize; in finalizeContents() 2524 numEntries += symTab->getNumSymbols(); // The chain entries. in finalizeContents() 2527 numEntries += symTab->getNumSymbols(); in finalizeContents() [all …]
|
| H A D | SyntheticSections.h | 146 size_t numEntries = 0;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang-c/ |
| H A D | Index.h | 1655 unsigned numEntries; member
|
| /freebsd-13.1/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | fm_cc.c | 818 uint8_t numEntries = in ReleaseModifiedDataStructure() local 820 ASSERT_COND(numEntries < FM_PCD_MAX_NUM_OF_CC_GROUPS); in ReleaseModifiedDataStructure() 823 sizeof(t_FmPcdCcKeyAndNextEngineParams) * numEntries); in ReleaseModifiedDataStructure()
|