Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AsmPrinter.h52 void reset(unsigned RequiredSize) { in reset()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_fake_stack_test.cc34 TEST(FakeStack, RequiredSize) { in TEST() argument
/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsnames.c194 ACPI_SIZE RequiredSize; in AcpiNsHandleToPathname() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_fake_stack.h79 static uptr RequiredSize(uptr stack_size_log) { in RequiredSize() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_fake_stack.h81 static uptr RequiredSize(uptr stack_size_log) { in RequiredSize() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_fake_stack.h80 static uptr RequiredSize(uptr stack_size_log) { in RequiredSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp49 uintptr_t RequiredSize = Alignment * ((Size + Alignment - 1) / Alignment + 1); in allocateSection() local
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmrestag.c659 ACPI_SIZE RequiredSize; in AcpiGetTagPathname() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryByteStream.h185 uint32_t RequiredSize = Offset + Buffer.size(); in writeBytes() local