Lines Matching defs:Delta
274 for (scudo::sptr Delta = -32; Delta <= 32; Delta++) {
275 if ((1LL << SizeLog) + Delta < 0)
278 static_cast<scudo::uptr>((1LL << SizeLog) + Delta);
326 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) {
327 const scudo::uptr Size = (1U << SizeLog) + Delta * 128U;
344 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) {
345 const scudo::uptr Size = (1U << SizeLog) + Delta * 128U;
364 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) {
365 const scudo::uptr Size = (1U << SizeLog) + Delta * 128U;
457 for (scudo::sptr Delta = -32; Delta < 32; Delta += 8) {
460 static_cast<scudo::uptr>(static_cast<scudo::sptr>(InitialSize) + Delta);