OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:match_ulong
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/sandbox/win/src/
policy_engine_opcodes.cc
140
unsigned long
match_ulong
= 0;
local
141
opcode->GetArgument(0, &
match_ulong
);
142
return (
match_ulong
!= value_ulong)? EVAL_FALSE : EVAL_TRUE;
Completed in 4188 milliseconds