Searched refs:ubyte (Results 1 – 8 of 8) sorted by relevance
34 typedef uint8_t ubyte; typedef95 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 …]
112 UNSIGNED_BYTE_3_3_2 ubyte 3 RGB113 UNSIGNED_BYTE_2_3_3_REV ubyte 3 RGB
216 const ubyte *registerName,
9 type ::= void|bool|sbyte|ubyte|short|ushort|int|uint|long|ulong
45 o Making the second arg. to 'shl' a ubyte seems good enough to me.
79 > Making the second arg. to 'shl' a ubyte seems good enough to me.
118 ; This just won't occur when there's no difference between ubyte and sbyte119 ;bool %test15(ubyte %A) {120 ; %c = cast ubyte %A to sbyte
133 ; == sub ubyte 16, %A