Searched refs:next_opcode (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_server_table.py | 95 next_opcode = min_opcode + (1 << remaining_bits) 104 for i in range(min_opcode, next_opcode, op_count): 135 for i in range(min_opcode, next_opcode, op_count):
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
D | glX_server_table.py | 95 next_opcode = min_opcode + (1 << remaining_bits) 104 for i in range(min_opcode, next_opcode, op_count): 135 for i in range(min_opcode, next_opcode, op_count):
|
/external/chromium_org/sandbox/win/src/ |
D | policy_low_level.cc | 139 char* next_opcode = &opcode_buffer[GetOpcodeCount() * sizeof(PolicyOpcode)]; in PolicyRule() local 141 new OpcodeFactory(next_opcode, other.opcode_factory_->memory_size()); in PolicyRule()
|
/external/pcre/dist/ |
D | pcre_jit_compile.c | 588 static pcre_uchar *next_opcode(compiler_common *common, pcre_uchar *cc) in next_opcode() function 903 cc = next_opcode(common, cc); in check_opcode_types() 1199 cc = next_opcode(common, cc); in set_private_data_ptrs() 1266 cc = next_opcode(common, cc); in get_framesize() 1401 cc = next_opcode(common, cc); in get_framesize() 1433 cc = next_opcode(common, cc); in init_frame() 1528 cc = next_opcode(common, cc); in init_frame() 1648 cc = next_opcode(common, cc); in get_private_data_copy_length() 1875 cc = next_opcode(common, cc); in copy_private_data() 1989 cc = next_opcode(common, cc); in set_then_offsets() [all …]
|
/external/clang/test/Analysis/ |
D | misc-ps.m | 306 void *lbl = &&next_opcode; 307 next_opcode:
|