Searched refs:arcp (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
H A Dreplace.h687 // If arcp == 0, only returns if a final arc is required, does not
689 bool ComputeFinalArc(const StateTuple &tuple, A* arcp, argument
699 if (arcp) {
700 arcp->ilabel = 0;
701 arcp->olabel = 0;
705 arcp->nextstate = state_table_->FindState(
709 arcp->weight = fst->Final(fst_state);
720 bool ComputeArc(const StateTuple &tuple, const A &arc, A* arcp, argument
724 *arcp = arc;
733 *arcp
[all...]
/external/llvm/utils/vim/
H A Dllvm.vim25 syn keyword llvmStatement add addrspacecast alloca and arcp ashr atomicrmw
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp565 KEYWORD(arcp);

Completed in 132 milliseconds