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

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_server_table.py 99 op_count = 1 << (remaining_bits - M);
104 for i in range(min_opcode, next_opcode, op_count):
108 for j in range(i, i + op_count):
115 if empty == op_count:
118 if used == op_count:
121 if (empty_children > 0) or (full_children == child_count) or (op_count <= self.min_op_count):
135 for i in range(min_opcode, next_opcode, op_count):
  /external/mesa3d/src/mapi/glapi/gen/
glX_server_table.py 99 op_count = 1 << (remaining_bits - M);
104 for i in range(min_opcode, next_opcode, op_count):
108 for j in range(i, i + op_count):
115 if empty == op_count:
118 if used == op_count:
121 if (empty_children > 0) or (full_children == child_count) or (op_count <= self.min_op_count):
135 for i in range(min_opcode, next_opcode, op_count):
  /external/chromium_org/sandbox/win/src/
policy_low_level.cc 92 size_t op_count = rule->GetOpcodeCount(); local
94 size_t opcodes_size = op_count * sizeof(PolicyOpcode);
107 svc_opcode_count += op_count;
  /external/qemu/tcg/
tcg.h 313 int64_t op_count; /* total insn count */ member in struct:TCGContext
tcg.c     [all...]

Completed in 550 milliseconds