Searched defs:Encoding0 (Results 1 – 3 of 3) sorted by relevance
/external/llvm/unittests/MC/ |
D | DwarfLineTables.cpp | 69 const uint8_t Encoding0[] = {13}; // Special opcode Addr += 0, Line += -5 in TEST() local 123 const uint8_t Encoding0[] = {13}; // Special opcode Addr += 0, Line += -5 in TEST() local 176 const uint8_t Encoding0[] = {dwarf::DW_LNS_advance_line, 248, 1, in TEST() local
|
/external/llvm-project/llvm/unittests/MC/ |
D | DwarfLineTables.cpp | 72 const uint8_t Encoding0[] = {13}; // Special opcode Addr += 0, Line += -5 in TEST() local 126 const uint8_t Encoding0[] = {13}; // Special opcode Addr += 0, Line += -5 in TEST() local 179 const uint8_t Encoding0[] = {dwarf::DW_LNS_advance_line, 248, 1, in TEST() local
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cff1-table.hh | 58 struct Encoding0 { struct 59 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 65 hb_codepoint_t get_code (hb_codepoint_t glyph) const in get_code() 77 HBUINT8 &nCodes () { return codes.len; } in nCodes() 78 HBUINT8 nCodes () const { return codes.len; } in nCodes() 80 ArrayOf<HBUINT8, HBUINT8> codes;
|