Home
last modified time | relevance | path

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

/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1948 const unsigned char low_byte = static_cast<unsigned char>(ch); in IsXDigit() local
1949 return ch == low_byte && isxdigit(low_byte) != 0; in IsXDigit()
1952 const unsigned char low_byte = static_cast<unsigned char>(ch); in IsXDigit() local
1953 return ch == low_byte && isxdigit(low_byte) != 0; in IsXDigit()
1956 const unsigned char low_byte = static_cast<unsigned char>(ch); in IsXDigit() local
1957 return ch == low_byte && isxdigit(low_byte) != 0; in IsXDigit()
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-port.h1974 const unsigned char low_byte = static_cast<unsigned char>(ch); in IsXDigit() local
1975 return ch == low_byte && isxdigit(low_byte) != 0; in IsXDigit()
1978 const unsigned char low_byte = static_cast<unsigned char>(ch); in IsXDigit() local
1979 return ch == low_byte && isxdigit(low_byte) != 0; in IsXDigit()
1982 const unsigned char low_byte = static_cast<unsigned char>(ch); in IsXDigit() local
1983 return ch == low_byte && isxdigit(low_byte) != 0; in IsXDigit()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc473 uint8_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()
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1933 const unsigned char low_byte = static_cast<unsigned char>(ch); in IsXDigit() local
1934 return ch == low_byte && isxdigit(low_byte) != 0; in IsXDigit()
/third_party/backends/backend/
H A Dlexmark_low.c1987 SANE_Int high_byte, mid_byte, low_byte; in sanei_lexmark_low_search_home_bwd() local
2218 low_byte = poll_result[0]; in sanei_lexmark_low_search_home_bwd()
2219 size_returned = high_byte + mid_byte + low_byte; in sanei_lexmark_low_search_home_bwd()

Completed in 19 milliseconds