Searched refs:low_byte (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/pairing/
H A Dproto_decoder.cc63 uint8_t low_byte = 0; local
64 message_buffer_.ReadBytes(reinterpret_cast<char*>(&low_byte),
65 sizeof(low_byte));
67 next_message_size_ = (high_byte << 8) + low_byte;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc473 byte_t low_byte = c & 0xff; local
477 low_byte = high_byte;
484 if (low_byte < first_code || low_byte >= first_code + entry_count) {
494 (low_byte - first_code) * DataSize::kUSHORT;
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc473 byte_t low_byte = c & 0xff; local
477 low_byte = high_byte;
484 if (low_byte < first_code || low_byte >= first_code + entry_count) {
494 (low_byte - first_code) * DataSize::kUSHORT;
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2171 const unsigned char low_byte = static_cast<unsigned char>(ch); local
2172 return ch == low_byte && isxdigit(low_byte) != 0;
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1681 const unsigned char low_byte = static_cast<unsigned char>(ch); local
1682 return ch == low_byte && isxdigit(low_byte) != 0;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2788 const unsigned char low_byte = static_cast<unsigned char>(ch); local
2789 return ch == low_byte && isxdigit(low_byte) != 0;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2788 const unsigned char low_byte = static_cast<unsigned char>(ch); local
2789 return ch == low_byte && isxdigit(low_byte) != 0;

Completed in 660 milliseconds