OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raw_flags
(Results
1 - 3
of
3
) sorted by null
/external/google-breakpad/src/third_party/libdisasm/
ia32_operand.h
9
unsigned int
raw_flags
, unsigned int prefixes,
ia32_operand.c
381
unsigned int
raw_flags
, unsigned int prefixes,
388
addr_meth =
raw_flags
& ADDRMETH_MASK;
389
op_type =
raw_flags
& OPTYPE_MASK;
391
if (
raw_flags
== ARG_NONE ) {
400
op->access = (enum x86_op_access) OP_PERM(
raw_flags
);
401
op->flags = (enum x86_op_flags) (OP_FLAGS(
raw_flags
) >> 12);
/external/v8/src/
value-serializer.cc
1350
uint32_t
raw_flags
;
local
[
all
...]
Completed in 546 milliseconds