Searched refs:low_byte (Results 1 – 7 of 7) sorted by relevance
63 uint8_t low_byte = 0; in DecodeIOBuffer() local64 message_buffer_.ReadBytes(reinterpret_cast<char*>(&low_byte), in DecodeIOBuffer()65 sizeof(low_byte)); in DecodeIOBuffer()67 next_message_size_ = (high_byte << 8) + low_byte; in DecodeIOBuffer()
473 byte_t low_byte = c & 0xff; in GlyphId() local477 low_byte = high_byte; in GlyphId()484 if (low_byte < first_code || low_byte >= first_code + entry_count) { in GlyphId()494 (low_byte - first_code) * DataSize::kUSHORT; in GlyphId()
1681 const unsigned char low_byte = static_cast<unsigned char>(ch);1682 return ch == low_byte && isxdigit(low_byte) != 0;
2171 const unsigned char low_byte = static_cast<unsigned char>(ch);2172 return ch == low_byte && isxdigit(low_byte) != 0;
2788 const unsigned char low_byte = static_cast<unsigned char>(ch);2789 return ch == low_byte && isxdigit(low_byte) != 0;