Home | History | Annotate | Download | only in src

Lines Matching refs:x7F

5317 // ascii (less than 0x7F).
5319 // Every byte in an ascii string is less than or equal to 0x7F.
5320 ASSERT((w & (kOneInEveryByte * 0x7F)) == w);
5323 ASSERT(0 < m && m < n && n < 0x7F);
5325 uintptr_t tmp1 = kOneInEveryByte * (0x7F + n) - w;
5327 uintptr_t tmp2 = w + kOneInEveryByte * (0x7F - m);