Searched defs:two_bytes (Results 1 – 7 of 7) sorted by relevance
5 struct two_bytes { char data[2]; }; argument
328 two_bytes: bool, field353 let two_bytes = (control & 0x80) != 0; in read_control_byte() localVariable414 two_bytes: bool, field
307 uint16_t two_bytes = 0x1211; in TEST() local354 uint16_t two_bytes = 0x1211; in TEST() local401 uint16_t two_bytes = 0x1211; in TEST() local435 uint16_t two_bytes = 0x1211; in TEST() local
58 EndianBuilder(uint8_t byte, uint16_t two_bytes, uint32_t four_bytes, uint64_t eight_bytes) in EndianBuilder()
3 typedef char (&two_bytes)[2]; typedef
6498 uint8_t two_bytes[2]; in ParsePublicHeaderDispatcherShortHeaderLengthUnknown() local
1283 static const unsigned char two_bytes[] = {0xd7, 0x84, 0x00}; in getUtf8Character() local