HomeSort by relevance Sort by last modified time
    Searched refs:op_offset (Results 1 - 8 of 8) sorted by null

  /external/pdfium/third_party/libtiff/
tif_next.c 40 case 3: *op++ |= (v); op_offset++; break; \
109 tmsize_t op_offset = 0; local
126 while (n-- > 0 && npixels < imagewidth && op_offset < scanline)
130 if (op_offset >= scanline ) {
  /external/google-breakpad/src/third_party/libdisasm/
x86_insn.c 26 if ( op_lst->op.type == op_offset ) {
ia32_operand.c 164 op->type = op_offset;
420 if ( op->type == op_expression || op->type == op_offset ) {
x86_format.c 293 if ( op->type != op_offset && op->type != op_expression ){
692 case op_offset:
764 case op_offset:
863 case op_offset:
    [all...]
libdis.h 166 op_offset = 7, /* Offset from start of segment (m32) */ enumerator in enum:x86_op_type
171 ( optype == op_absolute || optype == op_offset )
    [all...]
ia32_invariant.c 222 inv->operands[x].type = op_offset;
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm_oop.i 107 op_offset = 7,
221 self->type == op_offset ) {
  /external/v8/tools/
grokdump.py     [all...]

Completed in 131 milliseconds