OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RequiredSize
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/X86/
X86AsmPrinter.h
48
// Called to signal the start of a shadow of
RequiredSize
bytes.
49
void reset(unsigned
RequiredSize
) {
50
RequiredShadowSize =
RequiredSize
;
/external/compiler-rt/lib/asan/tests/
asan_fake_stack_test.cc
34
TEST(FakeStack,
RequiredSize
) {
36
// uptr alloc_size = FakeStack::
RequiredSize
(i);
39
EXPECT_EQ(FakeStack::
RequiredSize
(15), 365568U);
40
EXPECT_EQ(FakeStack::
RequiredSize
(16), 727040U);
41
EXPECT_EQ(FakeStack::
RequiredSize
(17), 1449984U);
42
EXPECT_EQ(FakeStack::
RequiredSize
(18), 2895872U);
43
EXPECT_EQ(FakeStack::
RequiredSize
(19), 5787648U);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h
[
all
...]
/external/compiler-rt/lib/asan/
asan_fake_stack.cc
52
uptr size =
RequiredSize
(stack_size_log);
61
p + FakeStack::
RequiredSize
(stack_size_log), stack_size_log,
75
uptr size =
RequiredSize
(stack_size_log_);
81
PoisonShadow(reinterpret_cast<uptr>(this),
RequiredSize
(stack_size_log()),
119
uptr end = reinterpret_cast<uptr>(this) +
RequiredSize
(stack_size_log);
asan_fake_stack.h
81
static uptr
RequiredSize
(uptr stack_size_log) {
/external/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp
47
uintptr_t
RequiredSize
= Alignment * ((Size + Alignment - 1)/Alignment + 1);
53
if (FreeMB.Free.size() >=
RequiredSize
) {
87
sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
RequiredSize
,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h
[
all
...]
Completed in 417 milliseconds