OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:op_count
(Results
1 - 4
of
4
) sorted by null
/external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFLocationDescription.cpp
27
int
op_count
= 0;
local
31
if (location_expression &&
op_count
> 0)
36
if (
op_count
> 0)
42
op_count
++;
/external/libunwind/src/mi/
Gdyn-remote.c
58
uint32_t insn_count,
op_count
, i;
local
70
|| (ret = fetch32 (as, a, addr, (int32_t *) &
op_count
, arg)) < 0)
73
region = calloc (1, _U_dyn_region_info_size (
op_count
));
81
region->
op_count
=
op_count
;
82
for (i = 0; i <
op_count
; ++i)
/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/libunwind/include/
libunwind-dynamic.h
97
uint32_t
op_count
; /* length of op-array */
member in struct:unw_dyn_region_info
159
hold
OP_COUNT
ops. */
160
#define _U_dyn_region_info_size(
op_count
) \
161
((char *) (((unw_dyn_region_info_t *) NULL)->op + (
op_count
)) \
Completed in 158 milliseconds