OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opcode_count
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/sandbox/win/src/
policy_engine_processor.cc
41
if (0 == policy_->
opcode_count
) {
52
size_t count = policy_->
opcode_count
;
policy_low_level.cc
110
current_buffer->
opcode_count
+= svc_opcode_count;
123
buffer_->
opcode_count
= 0;
180
if (last_call && (buffer_->
opcode_count
> 0)) {
181
op = &buffer_->opcodes[buffer_->
opcode_count
- 1];
212
++buffer_->
opcode_count
;
294
++buffer_->
opcode_count
;
305
++buffer_->
opcode_count
;
312
size_t count = buffer_->
opcode_count
;
policy_low_level.h
153
return buffer_->
opcode_count
;
policy_engine_unittest.cc
61
policy->
opcode_count
= 7;
policy_engine_opcodes.h
245
size_t
opcode_count
;
member in struct:sandbox::PolicyBuffer
policy_low_level_unittest.cc
465
size_t tc1 = policy->entry[kNtFakeNone]->
opcode_count
;
466
size_t tc2 = policy->entry[kNtFakeCreateFile]->
opcode_count
;
467
size_t tc3 = policy->entry[kNtFakeOpenFile]->
opcode_count
;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_scan.h
64
uint
opcode_count
[TGSI_OPCODE_LAST]; /**< opcode histogram */
member in struct:tgsi_shader_info
tgsi_scan.c
92
info->
opcode_count
[fullinst->Instruction.Opcode]++;
246
info->uses_kill = (info->
opcode_count
[TGSI_OPCODE_KIL] ||
247
info->
opcode_count
[TGSI_OPCODE_KILP]);
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.h
64
uint
opcode_count
[TGSI_OPCODE_LAST]; /**< opcode histogram */
member in struct:tgsi_shader_info
tgsi_scan.c
92
info->
opcode_count
[fullinst->Instruction.Opcode]++;
246
info->uses_kill = (info->
opcode_count
[TGSI_OPCODE_KIL] ||
247
info->
opcode_count
[TGSI_OPCODE_KILP]);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_insn.c
[
all
...]
/external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c
[
all
...]
Completed in 199 milliseconds