Home
last modified time | relevance | path

Searched defs:RequiredSize (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h76 void reset(unsigned RequiredSize) { in reset()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.h80 static uptr RequiredSize(uptr stack_size_log) { in RequiredSize() function
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c302 ACPI_SIZE RequiredSize; in AcpiNsHandleToPathname() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp48 uintptr_t RequiredSize = Alignment * ((Size + Alignment - 1) / Alignment + 1); in allocateSection() local
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmrestag.c767 ACPI_SIZE RequiredSize; in AcpiGetTagPathname() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryByteStream.h184 if (RequiredSize > Data.size()) in writeBytes() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1193 size_t RequiredSize = getHeaderSize(Normalized.Version); in tryParse() local