Home
last modified time | relevance | path

Searched refs:ubyte (Results 1 – 8 of 8) sorted by relevance

/external/oprofile/opjitconv/
Ddebug_line.c34 typedef uint8_t ubyte; typedef
95 ubyte minimum_instruction_length;
96 ubyte default_is_stmt;
100 ubyte line_range;
102 ubyte opcode_base;
124 ubyte pointer_size;
139 static ubyte const standard_opcode_length[DW_LNS_max_opcode - 1] =
169 ubyte cur = data & 0x7F; in emit_unsigned_LEB128()
184 ubyte cur = data & 0x7F; in emit_signed_LEB128()
198 static void emit_extended_opcode(struct growable_buffer * b, ubyte opcode, in emit_extended_opcode()
[all …]
/external/mesa3d/docs/OLD/
DMESA_packed_depth_stencil.spec112 UNSIGNED_BYTE_3_3_2 ubyte 3 RGB
113 UNSIGNED_BYTE_2_3_3_REV ubyte 3 RGB
DMESA_program_debug.spec216 const ubyte *registerName,
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebate.txt9 type ::= void|bool|sbyte|ubyte|short|ushort|int|uint|long|ulong
D2001-02-09-AdveComments.txt45 o Making the second arg. to 'shl' a ubyte seems good enough to me.
D2001-02-09-AdveCommentsResponse.txt79 > Making the second arg. to 'shl' a ubyte seems good enough to me.
/external/llvm/test/Transforms/InstCombine/
Dcast.ll118 ; This just won't occur when there's no difference between ubyte and sbyte
119 ;bool %test15(ubyte %A) {
120 ; %c = cast ubyte %A to sbyte
Dadd.ll133 ; == sub ubyte 16, %A