/external/valgrind/none/tests/amd64/ |
D | pcmpxstrx64.stdout.exp | 5 istrm $0x4A: xmm0 000000000000000000ffffffffffffff rcx 5555555555555555 flags 00000881 6 istrm $0x0A: xmm0 0000000000000000000000000000007f rcx 5555555555555555 flags 00000881 15 istrm $0x4A: xmm0 ffffffffffffffffff00000000000000 rcx 5555555555555555 flags 000000c1 16 istrm $0x0A: xmm0 0000000000000000000000000000ff80 rcx 5555555555555555 flags 000000c1 25 istrm $0x4A: xmm0 0000000000000000ffffffffffffffff rcx 5555555555555555 flags 00000881 26 istrm $0x0A: xmm0 000000000000000000000000000000ff rcx 5555555555555555 flags 00000881 35 istrm $0x4A: xmm0 0000000000000000ffffffffffffffff rcx 5555555555555555 flags 00000881 36 istrm $0x0A: xmm0 000000000000000000000000000000ff rcx 5555555555555555 flags 00000881 45 istrm $0x4A: xmm0 0000000000000000ffffffffffffffff rcx 5555555555555555 flags 00000881 46 istrm $0x0A: xmm0 000000000000000000000000000000ff rcx 5555555555555555 flags 00000881 [all …]
|
D | pcmpxstrx64w.stdout.exp | 5 istrm $0x4B: xmm0 00000000000000000000ffffffffffff rcx 5555555555555555 flags 00000881 6 istrm $0x0B: xmm0 00000000000000000000000000000007 rcx 5555555555555555 flags 00000881 15 istrm $0x4B: xmm0 ffffffffffffffffffff000000000000 rcx 5555555555555555 flags 000000c1 16 istrm $0x0B: xmm0 000000000000000000000000000000f8 rcx 5555555555555555 flags 000000c1 25 istrm $0x4B: xmm0 0000000000000000ffffffffffffffff rcx 5555555555555555 flags 00000881 26 istrm $0x0B: xmm0 0000000000000000000000000000000f rcx 5555555555555555 flags 00000881 35 istrm $0x4B: xmm0 0000000000000000ffffffffffffffff rcx 5555555555555555 flags 00000881 36 istrm $0x0B: xmm0 0000000000000000000000000000000f rcx 5555555555555555 flags 00000881 45 istrm $0x4B: xmm0 0000000000000000ffffffffffffffff rcx 5555555555555555 flags 00000881 46 istrm $0x0B: xmm0 0000000000000000000000000000000f rcx 5555555555555555 flags 00000881 [all …]
|
/external/openfst/src/bin/ |
D | fstcompile.cc | 55 istream *istrm = &cin; in main() local 58 istrm = new fst::ifstream(argv[1]); in main() 59 if (!*istrm) { in main() 86 s::CompileFst(*istrm, source, dest, FLAGS_fst_type, FLAGS_arc_type, in main() 91 if (istrm != &cin) in main() 92 delete istrm; in main()
|
/external/openfst/src/include/fst/script/ |
D | compile.h | 32 fst::istream &istrm; member 45 FstCompileArgs(istream &istrm, const string &source, const string &dest, 51 istrm(istrm), source(source), dest(dest), fst_type(fst_type), in istrm() function 63 FstCompiler<Arc> fstcompiler(args->istrm, args->source, args->isyms, in CompileFst() 82 void CompileFst(istream &istrm, const string &source, const string &dest,
|
D | compile-impl.h | 55 FstCompiler(istream &istrm, const string &source, 64 while (istrm.getline(line, kLineLen)) {
|
/external/openfst/src/extensions/far/ |
D | strings.cc | 30 ifstream istrm(filename); in KeySize() local 31 istrm.seekg(0); in KeySize() 34 while (getline(istrm, s)) in KeySize() 36 istrm.seekg(0); in KeySize()
|
/external/openfst/src/include/fst/extensions/far/ |
D | compile-strings.h | 51 StringReader(istream &istrm, 58 : nline_(0), strm_(istrm), source_(source), entry_type_(entry_type), 217 istream *istrm = in_fnames.empty() ? &cin : in FarCompileStrings() local 220 while (getline(*istrm, str)) in FarCompileStrings() 223 delete istrm; in FarCompileStrings() local 240 istream *istrm = inputs[i].empty() ? &cin : in FarCompileStrings() local 245 *istrm, inputs[i].empty() ? "stdin" : inputs[i], in FarCompileStrings() 269 if (!inputs[i].empty()) delete istrm; in FarCompileStrings() local 295 delete istrm; in FarCompileStrings() local
|
D | create.h | 52 ifstream istrm(in_fnames[i].c_str()); in FarCreate() 54 while (getline(istrm, str)) in FarCreate()
|
D | far.h | 66 ifstream istrm(filename.c_str()); in Read() 67 fsthdr.Read(istrm, filename); in Read()
|
/external/openfst/src/include/fst/ |
D | add-on.h | 47 static NullAddOn *Read(istream &istrm) { in Read() argument 87 static AddOnPair<A1, A2> *Read(istream &istrm) { in Read() argument 90 ReadType(istrm, &have_addon1); in Read() 92 a1 = A1::Read(istrm); in Read() 96 ReadType(istrm, &have_addon2); in Read() 98 a2 = A2::Read(istrm); in Read()
|
D | label-reachable.h | 72 static LabelReachableData<L> *Read(istream &istrm) { in Read() argument 75 ReadType(istrm, &data->reach_input_); in Read() 76 ReadType(istrm, &data->keep_relabel_data_); in Read() 79 ReadType(istrm, &data->label2index_); in Read() 80 ReadType(istrm, &data->final_label_); in Read() 81 ReadType(istrm, &data->isets_); in Read()
|
D | symbol-table.h | 529 istringstream istrm(s); in StringToSymbolTable() 530 return SymbolTable::Read(istrm, SymbolTableReadOptions()); in StringToSymbolTable()
|
D | fst.h | 943 istringstream istrm(s); in StringToFst() 944 return Fst<A>::Read(istrm, FstReadOptions("StringToFst")); in StringToFst()
|
D | compact-fst.h | 1334 static UnweightedAcceptorCompactor *Read(istream &istrm) { in Read() argument
|
/external/openfst/src/script/ |
D | compile.cc | 26 void CompileFst(istream &istrm, const string &source, const string &dest, in CompileFst() argument 32 FstCompileArgs args(istrm, source, dest, fst_type, isyms, osyms, ssyms, in CompileFst()
|