Home
last modified time | relevance | path

Searched refs:ssyms (Results 1 – 15 of 15) sorted by relevance

/external/openfst/src/include/fst/script/
Dprint.h35 const SymbolTable *ssyms; member
44 const SymbolTable *ssyms, in FstPrinterArgs()
49 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accept(accept), in FstPrinterArgs()
58 args->ssyms, args->accept, in PrintFst()
66 const SymbolTable *ssyms,
76 const SymbolTable *ssyms = NULL) {
77 fst::FstPrinter<Arc> fstprinter(fst, isyms, osyms, ssyms, true, true);
Ddraw.h38 const SymbolTable *ssyms; member
56 const SymbolTable *ssyms, in FstDrawerArgs()
70 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), in FstDrawerArgs()
82 FstDrawer<Arc> fstdrawer(fst, args->isyms, args->osyms, args->ssyms, in DrawFst()
94 const SymbolTable *ssyms,
Dcompile.h38 const fst::SymbolTable *ssyms; member
48 const fst::SymbolTable *ssyms,
52 isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), ikeep(ikeep), in istrm()
64 args->osyms, args->ssyms, in CompileFst()
85 const SymbolTable *osyms, const SymbolTable *ssyms,
Dprint-impl.h48 const SymbolTable *ssyms, in FstPrinter() argument
51 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstPrinter()
Ddraw-impl.h46 const SymbolTable *ssyms, in FstDrawer() argument
58 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstDrawer()
Dcompile-impl.h57 const SymbolTable *ssyms, bool accep, bool ikeep,
60 isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
/external/srec/tools/grxmlcompile/
Dfst-io.h51 const SymbolTable *ssyms, in FstPrinter() argument
53 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstPrinter()
167 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0;
180 ssyms = SymbolTable::ReadText(FLAGS_ssymbols);
181 if (!ssyms) exit(1);
189 FstPrinter<Arc> fstprinter(*fst, isyms, osyms, ssyms, FLAGS_acceptor);
214 const SymbolTable *ssyms, bool accep, bool ikeep, in FstReader() argument
217 isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstReader()
379 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0;
392 ssyms = SymbolTable::ReadText(FLAGS_ssymbols);
[all …]
/external/openfst/src/bin/
Dfstcompile.cc64 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local
80 ssyms = SymbolTable::ReadText(FLAGS_ssymbols); in main()
81 if (!ssyms) exit(1); in main()
87 isyms, osyms, ssyms, in main()
Dfstprint.cc71 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local
87 ssyms = SymbolTable::ReadText(FLAGS_ssymbols); in main()
88 if (!ssyms) exit(1); in main()
96 s::PrintFst(*fst, *ostrm, dest, isyms, osyms, ssyms, in main()
Dfstdraw.cc78 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local
94 ssyms = SymbolTable::ReadText(FLAGS_ssymbols); in main()
95 if (!ssyms) exit(1); in main()
103 s::DrawFst(*fst, isyms, osyms, ssyms, FLAGS_acceptor, in main()
/external/openfst/src/script/
Dprint.cc29 const SymbolTable *ssyms, in PrintFst() argument
31 FstPrinterArgs args(fst, isyms, osyms, ssyms, accept, show_weight_one, in PrintFst()
Dcompile.cc29 const SymbolTable *osyms, const SymbolTable *ssyms, in CompileFst() argument
32 FstCompileArgs args(istrm, source, dest, fst_type, isyms, osyms, ssyms, in CompileFst()
Ddraw.cc29 const SymbolTable *ssyms, in DrawFst() argument
43 FstDrawerArgs args(fst, isyms, osyms, ssyms, accep, title, width, in DrawFst()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-machine.h102 elf_machine_ssym *ssyms; /* array of "special" syms */ member
Delf.c98 elf_march->ssyms[i].name, in elf_set_arch()
101 (void*)&elf_march->ssyms[i]); in elf_set_arch()
113 if (yasm__strcasecmp(name, elf_march->ssyms[i].name) == 0) in elf_get_special_sym()
140 return (elf_march->ssyms[i].sym_rel & flag) != 0; in elf_ssym_has_flag()