Lines Matching defs:c1
1632 byte c1;1634 c1 = *s1;1635 if (c1 != *s2) return false;1636 length_one_byte_field = (length_one_byte_field << 7) | (c1 & 0x7f);1639 } while ((c1 & 0x80) != 0);