Lines Matching defs:SizeLog
162 void BasicTest(scudo::uptr SizeLog);
266 void ScudoCombinedTest<Config>::BasicTest(scudo::uptr SizeLog) {
275 if ((1LL << SizeLog) + Delta < 0)
278 static_cast<scudo::uptr>((1LL << SizeLog) + Delta);
294 #define SCUDO_MAKE_BASIC_TEST(SizeLog) \
295 SCUDO_TYPED_TEST(ScudoCombinedDeathTest, BasicCombined##SizeLog) { \
296 this->BasicTest(SizeLog); \
325 for (scudo::uptr SizeLog = 0U; SizeLog <= 20U; SizeLog++) {
327 const scudo::uptr Size = (1U << SizeLog) + Delta * 128U;
343 for (scudo::uptr SizeLog = 0U; SizeLog <= 20U; SizeLog++) {
345 const scudo::uptr Size = (1U << SizeLog) + Delta * 128U;
363 for (scudo::uptr SizeLog = 0U; SizeLog <= 20U; SizeLog++) {
365 const scudo::uptr Size = (1U << SizeLog) + Delta * 128U;
514 for (scudo::uptr SizeLog = 0U; SizeLog <= 20U; SizeLog++) {
515 const scudo::uptr Size = 1U << SizeLog;
540 for (scudo::uptr SizeLog = 0U; SizeLog <= 20U; SizeLog++) {
541 const scudo::uptr Size = 1U << SizeLog;