HomeSort by relevance Sort by last modified time
    Searched refs:OP_HAS_ANY_BITS (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.h 95 OP_HAS_ALL_BITS, OP_HAS_ANY_BITS,
verifier.cc 68 case ErrorCode::OP_HAS_ANY_BITS:
162 case ErrorCode::OP_HAS_ANY_BITS:
173 (!code.value() && code.op() == ErrorCode::OP_HAS_ANY_BITS) ||
181 code.op() == ErrorCode::OP_HAS_ANY_BITS)
sandbox_bpf_unittest.cc 786 return sandbox->Cond(1, ErrorCode::TP_32BIT, ErrorCode::OP_HAS_ANY_BITS,
    [all...]
sandbox_bpf.cc     [all...]
  /external/chromium_org/content/common/
sandbox_seccomp_bpf_linux.cc 1307 return sandbox->Cond(3, ErrorCode::TP_32BIT, ErrorCode::OP_HAS_ANY_BITS,
1319 return sandbox->Cond(2, ErrorCode::TP_32BIT, ErrorCode::OP_HAS_ANY_BITS,
    [all...]

Completed in 467 milliseconds