Lines Matching refs:c2
10030 char c0 = 0x40, c1 = 0x80, c2 = 0x81;10031 if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)