Home
last modified time | relevance | path

Searched defs:Count (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DLEB128.h26 unsigned Count = 0; variable
54 unsigned Count = 0; variable
82 unsigned Count = 0; variable
107 unsigned Count = 0; variable
H A DFormatAdapters.h60 size_t Count; variable
63 RepeatAdapter(T &&Item, size_t Count) in RepeatAdapter()
97 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) { in fmt_repeat()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslprepkg.c121 UINT32 Count; in ApCheckPackage() local
428 UINT32 Count; in ApCustomPackage() local
578 UINT32 Count; in ApCheckPackageList() local
819 UINT32 Count, in ApPackageTooSmall()
877 UINT32 Count, in ApPackageTooLarge()
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutclib.c115 ACPI_SIZE Count) in memcmp()
148 ACPI_SIZE Count) in memmove()
203 ACPI_SIZE Count) in memcpy()
239 ACPI_SIZE Count) in memset()
430 ACPI_SIZE Count) in strncpy()
537 ACPI_SIZE Count) in strncmp()
608 ACPI_SIZE Count) in strncat()
H A Dutbuffer.c73 UINT32 Count, in AcpiUtDumpBuffer()
221 UINT32 Count, in AcpiUtDebugDumpBuffer()
263 UINT32 Count, in AcpiUtDumpBufferToFile()
H A Dutmath.c141 UINT32 Count, in AcpiUtShortShiftLeft()
186 UINT32 Count, in AcpiUtShortShiftRight()
260 UINT32 Count, in AcpiUtShortShiftLeft()
290 UINT32 Count, in AcpiUtShortShiftRight()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp34 auto Count = MBFI->getBlockProfileCount(MBB); in isColdBlock() local
41 auto Count = MBFI->getProfileCountFromFreq(BlockFreq.getFrequency()); in isColdBlock() local
50 auto Count = MBFI->getBlockProfileCount(MBB); in isHotBlockNthPercentile() local
58 auto Count = MBFI->getProfileCountFromFreq(BlockFreq.getFrequency()); in isHotBlockNthPercentile() local
66 auto Count = MBFI->getBlockProfileCount(MBB); in isColdBlockNthPercentile() local
74 auto Count = MBFI->getProfileCountFromFreq(BlockFreq.getFrequency()); in isColdBlockNthPercentile() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp115 uint64_t Count = I.second.getSamples(); in addRecord() local
135 uint64_t CurrSum = 0, Count = 0; in computeDetailedSummary() local
220 void InstrProfSummaryBuilder::addEntryCount(uint64_t Count) { in addEntryCount()
232 void InstrProfSummaryBuilder::addInternalCount(uint64_t Count) { in addInternalCount()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/x86_64/
H A Dmath.c43 IN UINTN Count in LShiftU64()
78 IN UINTN Count in RShiftU64()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/aarch64/
H A Dmath.c25 IN UINTN Count in LShiftU64()
35 IN UINTN Count in RShiftU64()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/mips64el/
H A Dmath.c25 IN UINTN Count in LShiftU64()
35 IN UINTN Count in RShiftU64()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/riscv64/
H A Dmath.c17 IN UINTN Count in LShiftU64()
29 IN UINTN Count in RShiftU64()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/arm/
H A Dmath.c25 IN UINTN Count in LShiftU64()
35 IN UINTN Count in RShiftU64()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ia64/
H A Dmath.c46 IN UINTN Count in LShiftU64()
56 IN UINTN Count in RShiftU64()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ia32/
H A Dmath.c43 IN UINTN Count in LShiftU64()
78 IN UINTN Count in RShiftU64()
/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsprepkg.c105 UINT32 Count; in AcpiNsCheckPackage() local
432 UINT32 Count) in AcpiNsCheckPackageList()
662 UINT32 Count) in AcpiNsCustomPackage()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp167 uint64_t Count = Item.second; in findDisjointRanges() local
178 int Count = 0; in findDisjointRanges() local
246 uint64_t Count) { in updateBodySamplesforFunctionProfile()
271 uint64_t Count = Range.second; in populateFunctionBodySamples() local
307 uint64_t Count = Entry.second; in populateFunctionBoundarySamples() local
476 uint64_t Count = Range.second; in extractProbesFromRange() local
517 uint64_t Count = PI.second; in populateBodySamplesWithProbes() local
580 uint64_t Count = BI.second; in populateBoundarySamplesWithProbes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp78 unsigned &Count = SampleCoverage[FS][Loc]; in markSamplesUsed() local
95 unsigned Count = (I != SampleCoverage.end()) ? I->second.size() : 0; in countUsedRecords() local
116 unsigned Count = FS->getBodySamples().size(); in countBodyRecords() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp105 unsigned Count; in readULEB128() local
125 unsigned Count; in readLEB128() local
348 uint32_t Count = readVaruint32(Ctx); in parseDylinkSection() local
375 uint32_t Count = readVaruint32(Ctx); in parseNameSection() local
458 uint32_t Count = readVaruint32(Ctx); in parseLinkingSection() local
470 uint32_t Count = readVaruint32(Ctx); in parseLinkingSection() local
503 uint32_t Count = readVaruint32(Ctx); in parseLinkingSectionSymtab() local
1006 uint32_t Count = readVaruint32(Ctx); in parseTypeSection() local
1035 uint32_t Count = readVaruint32(Ctx); in parseImportSection() local
1085 uint32_t Count = readVaruint32(Ctx); in parseFunctionSection() local
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_buffer_queue.cc31 BufferQueue::ControlBlock *allocControlBlock(size_t Size, size_t Count) { in allocControlBlock()
39 size_t Count) { in deallocControlBlock()
44 void decRefCount(BufferQueue::ControlBlock *C, size_t Size, size_t Count) { in decRefCount()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp57 bool ICallPromotionAnalysis::isPromotionProfitable(uint64_t Count, in isPromotionProfitable()
77 uint64_t Count = ValueDataRef[I].Count; in getProfitablePromotionCandidates() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.h58 void setCurrentRegionCount(uint64_t Count) { CurrentRegionCount = Count; } in setCurrentRegionCount()
74 if (auto Count = getStmtCount(S)) in setCurrentStmt() local
/netbsd-src/sys/external/bsd/acpica/dist/resources/
H A Drsdump.c141 UINT32 Count = 0; AcpiRsDumpResourceList() local
228 UINT8 Count; AcpiRsDumpIrqList() local
277 UINT8 Count; AcpiRsDumpDescriptor() local
[all...]
H A Drsmisc.c86 UINT8 Count; in AcpiRsConvertAmlToResource() local
490 UINT8 Count; in AcpiRsConvertResourceToAml() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp185 uint64_t Count; member
235 uint64_t Count = ValueDataRef[I].Count; in getPromotionCandidatesForCallSite() local
304 uint64_t Count, uint64_t TotalCount, in promoteIndirectCall()
344 uint64_t Count = C.Count; in tryToPromote() local

12345678910>>...16