Lines Matching refs:SizeLog
151 for (scudo::uptr SizeLog = SizeLogMin; SizeLog <= SizeLogMax; SizeLog++) { in BasicTest() local
155 if (static_cast<scudo::sptr>(1U << SizeLog) + Delta <= 0) in BasicTest()
157 const scudo::uptr Size = (1U << SizeLog) + Delta; in BasicTest()
180 for (scudo::uptr SizeLog = 0U; SizeLog <= 20U; SizeLog++) { in SCUDO_TYPED_TEST() local
182 const scudo::uptr Size = (1U << SizeLog) + Delta * 128U; in SCUDO_TYPED_TEST()
198 for (scudo::uptr SizeLog = 0U; SizeLog <= 20U; SizeLog++) { in SCUDO_TYPED_TEST() local
200 const scudo::uptr Size = (1U << SizeLog) + Delta * 128U; in SCUDO_TYPED_TEST()
218 for (scudo::uptr SizeLog = 0U; SizeLog <= 20U; SizeLog++) { in SCUDO_TYPED_TEST() local
220 const scudo::uptr Size = (1U << SizeLog) + Delta * 128U; in SCUDO_TYPED_TEST()
332 for (scudo::uptr SizeLog = 0U; SizeLog <= 20U; SizeLog++) { in SCUDO_TYPED_TEST() local
333 const scudo::uptr Size = 1U << SizeLog; in SCUDO_TYPED_TEST()