Home
last modified time | relevance | path

Searched refs:match_ulong (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dpolicy_engine_opcodes.cc140 unsigned long match_ulong = 0; in OpcodeEval() local
141 opcode->GetArgument(0, &match_ulong); in OpcodeEval()
142 return (match_ulong != value_ulong)? EVAL_FALSE : EVAL_TRUE; in OpcodeEval()