Searched refs:isym (Results 1 – 4 of 4) sorted by relevance
/external/openfst/src/lib/ |
D | fst.cc | 171 const SymbolTable* isym, const SymbolTable* osym) in FstReadOptions() argument 172 : source(src), header(hdr), isymbols(isym), osymbols(osym) { in FstReadOptions() 176 FstReadOptions::FstReadOptions(const string& src, const SymbolTable* isym, in FstReadOptions() argument 178 : source(src), header(0), isymbols(isym), osymbols(osym) { in FstReadOptions()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | fst.h | 44 const SymbolTable* isym = 0, 46 : source(src), header(hdr), isymbols(isym), osymbols(osym) {} in source() 57 bool hdr = true, bool isym = true, 60 write_isymbols(isym), write_osymbols(osym) {} in source()
|
/external/openfst/src/include/fst/ |
D | fst.h | 72 const SymbolTable* isym = 0, 76 const SymbolTable* isym, 92 bool hdr = true, bool isym = true, 95 write_isymbols(isym), write_osymbols(osym), align(alig) {} in source()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 533 uint32_t isym:24, member
|