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

  /external/chromium_org/third_party/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...]
  /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...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 1830 const unsigned char low_byte = static_cast<unsigned char>(ch); local
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 1681 const unsigned char low_byte = static_cast<unsigned char>(ch); local
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 1681 const unsigned char low_byte = static_cast<unsigned char>(ch); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2788 const unsigned char low_byte = static_cast<unsigned char>(ch); local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2788 const unsigned char low_byte = static_cast<unsigned char>(ch); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2788 const unsigned char low_byte = static_cast<unsigned char>(ch); local
    [all...]

Completed in 1100 milliseconds