Home
last modified time | relevance | path

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

/external/valgrind/none/tests/amd64/
Dpcmpxstrx64.stdout.exp5 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 …]
Dpcmpxstrx64w.stdout.exp5 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/
Dfstcompile.cc55 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/
Dcompile.h32 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,
Dcompile-impl.h55 FstCompiler(istream &istrm, const string &source,
64 while (istrm.getline(line, kLineLen)) {
/external/openfst/src/extensions/far/
Dstrings.cc30 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/
Dcompile-strings.h51 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
Dcreate.h52 ifstream istrm(in_fnames[i].c_str()); in FarCreate()
54 while (getline(istrm, str)) in FarCreate()
Dfar.h66 ifstream istrm(filename.c_str()); in Read()
67 fsthdr.Read(istrm, filename); in Read()
/external/openfst/src/include/fst/
Dadd-on.h47 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()
Dlabel-reachable.h72 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()
Dsymbol-table.h529 istringstream istrm(s); in StringToSymbolTable()
530 return SymbolTable::Read(istrm, SymbolTableReadOptions()); in StringToSymbolTable()
Dfst.h943 istringstream istrm(s); in StringToFst()
944 return Fst<A>::Read(istrm, FstReadOptions("StringToFst")); in StringToFst()
Dcompact-fst.h1334 static UnweightedAcceptorCompactor *Read(istream &istrm) { in Read() argument
/external/openfst/src/script/
Dcompile.cc26 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()