Searched defs:ACO (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/include/
H A Dbt_types.h337 typedef UINT8 ACO[ACO_LEN]; /* Authenticated ciphering offset */ typedef
/external/clang/lib/Sema/
H A DSemaChecking.cpp9702 const AbstractConditionalOperator *ACO = local
9705 if (ACO->getCond()->EvaluateAsBooleanCondition(Result, Ctx)) {
9707 TypeExpr = ACO->getTrueExpr();
9709 TypeExpr = ACO->getFalseExpr();

Completed in 166 milliseconds