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

/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/mesa3d/src/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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1956 const unsigned char low_byte = static_cast<unsigned char>(ch); local
1957 return ch == low_byte && isxdigit(low_byte) != 0;
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2322 const unsigned char low_byte = static_cast<unsigned char>(ch); local
2323 return ch == low_byte && isxdigit(low_byte) != 0;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h2286 const unsigned char low_byte = static_cast<unsigned char>(ch); local
2287 return ch == low_byte && isxdigit(low_byte) != 0;
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2277 const unsigned char low_byte = static_cast<unsigned char>(ch); local
2278 return ch == low_byte && isxdigit(low_byte) != 0;
/external/syslinux/gpxe/src/drivers/net/e1000/
H A De1000_hw.c5631 uint8_t low_byte = 0; local
5693 low_byte = (uint8_t)hw->eeprom_shadow_ram[i].eeprom_word;
5696 (i << 1) + new_bank_offset, low_byte);
5707 &low_byte);
5710 (i << 1) + new_bank_offset, low_byte);
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/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 408 milliseconds