Home
last modified time | relevance | path

Searched defs:SizeLog (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/scudo/standalone/tests/
H A Dcombined_test.cpp266 void ScudoCombinedTest<Config>::BasicTest(scudo::uptr SizeLog) { in BasicTest()
294 #define SCUDO_MAKE_BASIC_TEST(SizeLog) \ argument
325 for (scudo::uptr SizeLog = 0U; SizeLog <= 20U; SizeLog++) { in SCUDO_TYPED_TEST() local
343 for (scudo::uptr SizeLog = 0U; SizeLog <= 20U; SizeLog++) { in SCUDO_TYPED_TEST() local
363 for (scudo::uptr SizeLog = 0U; SizeLog <= 20U; SizeLog++) { in SCUDO_TYPED_TEST() local
514 for (scudo::uptr SizeLog = 0U; SizeLog <= 20U; SizeLog++) { in SCUDO_TYPED_TEST() local
540 for (scudo::uptr SizeLog = 0U; SizeLog <= 20U; SizeLog++) { in SCUDO_TYPED_TEST() local
H A Dwrappers_cpp_test.cpp232 for (size_t SizeLog = 3; SizeLog <= 20; SizeLog++) { in TEST_F() local
248 for (size_t SizeLog = 3; SizeLog <= 20; SizeLog++) { in TEST_F() local
H A Dsecondary_test.cpp146 for (scudo::uptr SizeLog = 0; SizeLog <= 20; SizeLog++) { in TEST_F() local
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cc166 static int SizeLog() { in SizeLog() function