Searched refs:match_ulong (Results 1 – 1 of 1) sorted by relevance
140 unsigned long match_ulong = 0; in OpcodeEval() local141 opcode->GetArgument(0, &match_ulong); in OpcodeEval()142 return (match_ulong != value_ulong)? EVAL_FALSE : EVAL_TRUE; in OpcodeEval()