Lines Matching full:byte3
1090 #define BYTE3(x) ((x >> 21) & 0x7F)1095 #define VARINT4(x) BYTE0(x) | 0x80, BYTE1(x) | 0x80, BYTE2(x) | 0x80, BYTE3(x)