Home
last modified time | relevance | path

Searched defs:OverAligned (Results 1 – 15 of 15) sorted by relevance

/external/skia/tests/
DOverAlignedTest.cpp14 DEF_TEST(OverAligned, r) { in DEF_TEST() argument
/external/skqp/tests/
DOverAlignedTest.cpp14 DEF_TEST(OverAligned, r) { in DEF_TEST() argument
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/
Dnew_align_val_t.pass.cpp53 constexpr auto OverAligned = __STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2; variable
Dnew_align_val_t_nothrow.pass.cpp53 constexpr auto OverAligned = __STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2; variable
Ddelete_align_val_t_replace.pass.cpp51 constexpr auto OverAligned = __STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2; variable
Dnew_align_val_t_nothrow_replace.pass.cpp51 constexpr auto OverAligned = __STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2; variable
Dnew_align_val_t_replace.pass.cpp27 constexpr auto OverAligned = __STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2; variable
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
Dnew_align_val_t.pass.cpp53 constexpr auto OverAligned = __STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2; variable
Dnew_align_val_t_nothrow.pass.cpp53 constexpr auto OverAligned = __STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2; variable
Ddelete_align_val_t_replace.pass.cpp52 constexpr auto OverAligned = __STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2; variable
Dnew_align_val_t_nothrow_replace.pass.cpp50 constexpr auto OverAligned = __STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2; variable
Dnew_align_val_t_replace.pass.cpp27 constexpr auto OverAligned = __STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2; variable
/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.pass.cpp36 static const size_t OverAligned = MaxAligned * 2; variable
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp2394 const bool OverAligned = Alignment > MIPS32_STACK_ALIGNMENT_BYTES; in lowerAlloca() local
DIceTargetLoweringARM32.cpp2228 const bool OverAligned = Alignment > ARM32_STACK_ALIGNMENT_BYTES; in lowerAlloca() local