HomeSort by relevance Sort by last modified time
    Searched defs:Arcs (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.h 53 CObjectVector<CArc> Arcs;
63 IInArchive *GetArchive() const { return Arcs.Back().Archive; }
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Arcs.java 28 public class Arcs extends GraphicsActivity {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
const-fst.h 17 // Simple concrete immutable FST whose states and arcs are each stored
30 // States and arcs each implemented by single arrays, templated on the
72 A *Arcs(StateId s) { return arcs_ + states_[s].pos; }
83 data->arcs = arcs_ + states_[s].pos;
89 // States implemented by array *states_ below, arcs by (single) *arcs_.
92 uint32 pos; // Start of state's arcs in *arcs_
93 uint32 narcs; // Number of arcs (per state)
105 // Byte alignment for states and arcs in file format
109 A *arcs_; // Arcs representation
111 size_t narcs_; // Number of arcs (per FST
    [all...]
rmepsilon.h 66 // Compute arcs and final weight for state 's'
69 // Returns arcs of expanded state.
70 vector<Arc> &Arcs() { return arcs_; }
119 // in the arcs vector of the state being expanded. 'e' corresponds
127 vector<Arc> arcs_; // Arcs of state being expanded
250 vector<Arc> &arcs = rmeps_state.Arcs(); local
251 while (!arcs.empty()) {
252 fst->AddArc(state, arcs.back());
253 arcs.pop_back()
388 vector<A> &arcs = rmeps_state_.Arcs(); local
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 870 unsigned Arcs =
873 Builder.getInt32(Arcs),
    [all...]

Completed in 504 milliseconds