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 uint8_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/arm-trusted-firmware/drivers/renesas/common/ddr/ddr_b/
Dboot_init_dram.c1605 uint8_t high_byte[SLICE_CNT]; in ddr_config_sub() local
1611 high_byte[slice] = in ddr_config_sub()
1617 if (high_byte[slice]) { in ddr_config_sub()
1764 uint8_t high_byte[SLICE_CNT]; in ddr_config_sub_h3v1x() local
1784 high_byte[slice] = tmp % 2; in ddr_config_sub_h3v1x()
1791 if (high_byte[slice]) { in ddr_config_sub_h3v1x()
1822 if (high_byte[slice]) in ddr_config_sub_h3v1x()
1837 if (!high_byte[slice]) in ddr_config_sub_h3v1x()
1839 if (high_byte[slice]) in ddr_config_sub_h3v1x()