Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/linux/seccomp-bpf/
Dverifier.cc45 if (code.width() == ErrorCode::TP_32BIT && in EvaluateErrorCode()
103 if (code.width() == ErrorCode::TP_32BIT) { in VerifyErrorCode()
137 if (code.width() == ErrorCode::TP_32BIT) { in VerifyErrorCode()
Derrorcode.h74 TP_32BIT, enumerator
Dsandbox_bpf.cc904 if (cond.width_ != ErrorCode::TP_32BIT && in CondExpression()
914 if (cond.width_ == ErrorCode::TP_32BIT && in CondExpression()
941 if (cond.width_ == ErrorCode::TP_32BIT && half == UpperHalf) { in CondExpressionHalf()
/external/chromium_org/sandbox/linux/bpf_dsl/
Dbpf_dsl.cc269 (size == 4) ? ErrorCode::TP_32BIT : ErrorCode::TP_64BIT; in ArgEq()