Home
last modified time | relevance | path

Searched refs:low_byte (Results 1 – 10 of 10) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc473 byte_t low_byte = c & 0xff; in GlyphId() local
477 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()
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1681 const unsigned char low_byte = static_cast<unsigned char>(ch);
1682 return ch == low_byte && isxdigit(low_byte) != 0;
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-port.h1956 const unsigned char low_byte = static_cast<unsigned char>(ch);
1957 return ch == low_byte && isxdigit(low_byte) != 0;
Dgtest-port.h.orig1685 const unsigned char low_byte = static_cast<unsigned char>(ch);
1686 return ch == low_byte && isxdigit(low_byte) != 0;
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h2304 const unsigned char low_byte = static_cast<unsigned char>(ch);
2305 return ch == low_byte && isxdigit(low_byte) != 0;
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-port.h2277 const unsigned char low_byte = static_cast<unsigned char>(ch);
2278 return ch == low_byte && isxdigit(low_byte) != 0;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h2273 const unsigned char low_byte = static_cast<unsigned char>(ch);
2274 return ch == low_byte && isxdigit(low_byte) != 0;
/external/syslinux/gpxe/src/drivers/net/e1000/
De1000_hw.c5631 uint8_t low_byte = 0; in e1000_commit_shadow_ram() local
5693 low_byte = (uint8_t)hw->eeprom_shadow_ram[i].eeprom_word; in e1000_commit_shadow_ram()
5696 (i << 1) + new_bank_offset, low_byte); in e1000_commit_shadow_ram()
5707 &low_byte); in e1000_commit_shadow_ram()
5710 (i << 1) + new_bank_offset, low_byte); in e1000_commit_shadow_ram()
/external/fmtlib/test/gtest/
Dgtest.h2788 const unsigned char low_byte = static_cast<unsigned char>(ch);
2789 return ch == low_byte && isxdigit(low_byte) != 0;
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest.h2788 const unsigned char low_byte = static_cast<unsigned char>(ch);
2789 return ch == low_byte && isxdigit(low_byte) != 0;