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

  /external/openfst/src/extensions/far/
farextract.cc 51 const string &arc_type = fst::LoadArcTypeFromFar(ifilenames[0]); local
53 s::FarExtract(ifilenames, arc_type, FLAGS_generate_filenames,
farprintstrings.cc 59 string arc_type = fst::LoadArcTypeFromFar(ifilenames[0]); local
61 s::FarPrintStrings(ifilenames, arc_type,
farcreate.cc 56 string arc_type = fst::LoadArcTypeFromFst(in_fnames[0]); local
59 s::FarCreate(in_fnames, out_fname, arc_type, FLAGS_generate_keys,
  /external/tcpdump/
print-arcnet.c 75 arctypename = tok2str(arctypemap, "%02x", ap->arc_type);
118 u_char arc_type; local
126 arc_type = ap->arc_type;
128 switch (arc_type) {
181 if (!arcnet_encap_print(arc_type, p, length, caplen))
205 u_char arc_type; local
213 arc_type = ap->arc_type;
215 switch (arc_type) {
    [all...]
arcnet.h 45 u_int8_t arc_type; member in struct:arc_header
56 u_int8_t arc_type2; /* same as arc_type */
90 u_int8_t arc_type; member in struct:arc_linux_header
  /external/openfst/src/include/fst/script/
script-impl.h 126 const string &arc_type,
128 this->SetEntry(make_pair(operation_name, arc_type), op);
132 const string &operation_name, const string &arc_type) {
133 return this->GetEntry(make_pair(operation_name, arc_type));
182 void Apply(const string &op_name, const string &arc_type,
186 typename OpReg::OpType op = reg->GetOperation(op_name, arc_type);
190 << "arc type " << arc_type; local
info-impl.h 266 string arc_type = ""; local
268 arc_type = "epsilon ";
270 arc_type = "input-epsilon ";
272 arc_type = "output-epsilon ";
274 string accessible_label = "# of " + arc_type + "accessible states";
277 string coaccessible_label = "# of " + arc_type + "coaccessible states";
280 string connected_label = "# of " + arc_type + "connected states";
283 string numcc_label = "# of " + arc_type + "connected components";
286 string numscc_label = "# of " + arc_type + "strongly conn components";

Completed in 73 milliseconds