HomeSort by relevance Sort by last modified time
    Searched defs:ubyte (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_compiler.h 75 typedef unsigned char ubyte; typedef
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 75 typedef unsigned char ubyte; typedef
  /external/oprofile/opjitconv/
debug_line.c 34 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;
184 ubyte cur = data & 0x7F;
198 static void emit_extended_opcode(struct growable_buffer * b, ubyte opcode
    [all...]

Completed in 157 milliseconds