HomeSort by relevance Sort by last modified time
    Searched defs:high_byte (Results 1 - 3 of 3) sorted by null

  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 472 byte_t high_byte = (c >> 8) & 0xff; local
474 int32_t offset = SubHeaderOffset(high_byte);
477 low_byte = high_byte;
478 high_byte = 0;
481 int32_t first_code = FirstCode(high_byte);
482 int32_t entry_count = EntryCount(high_byte);
488 int32_t id_range_offset = IdRangeOffset(high_byte);
503 int id_delta = IdDelta(high_byte);
509 int32_t high_byte = (c >> 8) & 0xff; local
510 int32_t offset = SubHeaderOffset(high_byte);
    [all...]
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.c 5632 uint8_t high_byte = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sh.c 2261 int high_byte = target_big_endian ? 0 : 1; local
    [all...]

Completed in 145 milliseconds