OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:low_byte
(Results
1 - 5
of
5
) 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
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/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h
2788
const unsigned char
low_byte
= static_cast<unsigned char>(ch);
local
[
all
...]
Completed in 251 milliseconds