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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.h 58 // When passed as an argument to SandboxBPF::Cond(), TP_32BIT requests that
68 // Implementation detail: TP_32BIT does two things. 1) it restricts the
74 TP_32BIT,
verifier.cc 45 if (code.width() == ErrorCode::TP_32BIT &&
103 if (code.width() == ErrorCode::TP_32BIT) {
137 if (code.width() == ErrorCode::TP_32BIT) {
sandbox_bpf.cc     [all...]
  /external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl.cc 269 (size == 4) ? ErrorCode::TP_32BIT : ErrorCode::TP_64BIT;

Completed in 2403 milliseconds