Home
last modified time | relevance | path

Searched defs:Encoding1 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/unittests/MC/
DDwarfLineTables.cpp73 const uint8_t Encoding1[] = {26}; // Special opcode Addr += 0, Line += +8 in TEST() local
127 const uint8_t Encoding1[] = {24}; // Special opcode Addr += 0, Line += +8 in TEST() local
/external/llvm-project/llvm/unittests/MC/
DDwarfLineTables.cpp76 const uint8_t Encoding1[] = {26}; // Special opcode Addr += 0, Line += +8 in TEST() local
130 const uint8_t Encoding1[] = {24}; // Special opcode Addr += 0, Line += +8 in TEST() local
/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.hh98 struct Encoding1 { struct
99 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
105 hb_codepoint_t get_code (hb_codepoint_t glyph) const in get_code()
121 HBUINT8 &nRanges () { return ranges.len; } in nRanges()
122 HBUINT8 nRanges () const { return ranges.len; } in nRanges()
124 ArrayOf<Encoding1_Range, HBUINT8> ranges;