Home | History | Annotate | Download | only in helgrind

Lines Matching refs:THRESH

4151    // THRESH is the size of the window above SP (well,
4153 const Int THRESH = 4096 * 4; // somewhat arbitrary
4283 ? binop(Iop_CmpLT32U, mkU32(THRESH), mkexpr(diff))
4284 : binop(Iop_CmpLT64U, mkU64(THRESH), mkexpr(diff)))