HomeSort by relevance Sort by last modified time
    Searched refs:low_byte (Results 1 - 11 of 11) sorted by null

  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 473 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;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sh.c 2347 int low_byte = target_big_endian ? 1 : 0; local
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h 2273 const unsigned char low_byte = static_cast<unsigned char>(ch); local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 2273 const unsigned char low_byte = static_cast<unsigned char>(ch); local
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h 2277 const unsigned char low_byte = static_cast<unsigned char>(ch); local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 1956 const unsigned char low_byte = static_cast<unsigned char>(ch); local
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 1681 const unsigned char low_byte = static_cast<unsigned char>(ch); local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 1685 const unsigned char low_byte = static_cast<unsigned char>(ch); local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.c 5631 uint8_t low_byte = 0; local
    [all...]
  /external/fmtlib/test/gtest/
gtest.h 2788 const unsigned char low_byte = static_cast<unsigned char>(ch); local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 2788 const unsigned char low_byte = static_cast<unsigned char>(ch); local
    [all...]

Completed in 2086 milliseconds