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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.h 76 // When passed as an argument to SandboxBPF::Cond(), TP_64BIT requests that
81 // values, we can always use TP_64BIT no matter the host architecture.
84 TP_64BIT,
sandbox_bpf.cc     [all...]
  /external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl.cc 267 // TODO(mdempsky): Should we just always use TP_64BIT?
269 (size == 4) ? ErrorCode::TP_32BIT : ErrorCode::TP_64BIT;

Completed in 282 milliseconds