Home
last modified time | relevance | path

Searched refs:high_byte (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc472 byte_t high_byte = (c >> 8) & 0xff; in GlyphId() local
474 int32_t offset = SubHeaderOffset(high_byte); in GlyphId()
477 low_byte = high_byte; in GlyphId()
478 high_byte = 0; in GlyphId()
481 int32_t first_code = FirstCode(high_byte); in GlyphId()
482 int32_t entry_count = EntryCount(high_byte); in GlyphId()
488 int32_t id_range_offset = IdRangeOffset(high_byte); in GlyphId()
503 int id_delta = IdDelta(high_byte); in GlyphId()
509 int32_t high_byte = (c >> 8) & 0xff; in BytesConsumed() local
510 int32_t offset = SubHeaderOffset(high_byte); in BytesConsumed()
/external/syslinux/gpxe/src/drivers/net/e1000/
De1000_hw.c5632 uint8_t high_byte = 0; in e1000_commit_shadow_ram() local
5701 high_byte = in e1000_commit_shadow_ram()
5716 &high_byte); in e1000_commit_shadow_ram()
5732 high_byte = E1000_ICH_NVM_SIG_MASK | high_byte; in e1000_commit_shadow_ram()
5735 (i << 1) + new_bank_offset + 1, high_byte); in e1000_commit_shadow_ram()
5755 &high_byte); in e1000_commit_shadow_ram()
5756 high_byte &= 0xBF; in e1000_commit_shadow_ram()
5758 E1000_ICH_NVM_SIG_WORD * 2 + 1 + new_bank_offset, high_byte); in e1000_commit_shadow_ram()