/external/openfst/src/bin/ |
fstmap.cc | 92 FstClass *ofst = s::Map(*ifst, mt, FLAGS_delta, w); local 94 ofst->Write(out_name);
|
fstrmepsilon.cc | 83 MutableFstClass *ofst = new VectorFstClass(ifst->ArcType()); local 84 s::RmEpsilon(*ifst, ofst, FLAGS_reverse, opts); 86 ofst->Write(out_fname);
|
/external/openfst/src/include/fst/script/ |
decode.h | 33 MutableFst<Arc> *ofst = args->arg1->GetMutableFst<Arc>(); local 36 Decode(ofst, *decoder);
|
epsnormalize.h | 33 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); local 35 EpsNormalize(ifst, ofst, args->arg3); 38 void EpsNormalize(const FstClass &ifst, MutableFstClass *ofst,
|
project.h | 31 MutableFst<Arc> *ofst = args->arg1->GetMutableFst<Arc>(); local 33 Project(ofst, args->arg2); 36 void Project(MutableFstClass *ofst, ProjectType project_type);
|
replace.h | 50 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); local 52 Replace(fst_tuples, ofst, args->arg3, args->arg4); 56 MutableFstClass *ofst, const int64 &root,
|
synchronize.h | 32 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); local 34 Synchronize(ifst, ofst); 37 void Synchronize(const FstClass &ifst, MutableFstClass *ofst);
|
compose.h | 34 MutableFst<Arc> *ofst = args->arg3->GetMutableFst<Arc>(); local 36 Compose(ifst1, ifst2, ofst, args->arg4); 48 MutableFst<Arc> *ofst = args->arg3->GetMutableFst<Arc>(); local 50 Compose(ifst1, ifst2, ofst, args->arg4); 54 MutableFstClass *ofst, 58 MutableFstClass *ofst, ComposeFilter compose_filter);
|
concat.h | 32 MutableFst<Arc> *ofst = args->arg1->GetMutableFst<Arc>(); local 35 Concat(ofst, ifst); 41 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); local 43 Concat(ifst, ofst); 46 void Concat(MutableFstClass *ofst, const FstClass &ifst); 47 void Concat(const FstClass &ifst, MutableFstClass *ofst);
|
difference.h | 35 MutableFst<Arc> *ofst = args->arg3->GetMutableFst<Arc>(); local 37 Difference(ifst1, ifst2, ofst, args->arg4); 47 MutableFst<Arc> *ofst = args->arg3->GetMutableFst<Arc>(); local 49 Difference(ifst1, ifst2, ofst, args->arg4); 54 MutableFstClass *ofst, 58 MutableFstClass *ofst,
|
encode.h | 34 MutableFst<Arc> *ofst = args->arg1->GetMutableFst<Arc>(); local 43 Encode(ofst, encoder);
|
intersect.h | 35 MutableFst<Arc> *ofst = args->arg3->GetMutableFst<Arc>(); local 37 Intersect(ifst1, ifst2, ofst, args->arg4); 47 MutableFst<Arc> *ofst = args->arg3->GetMutableFst<Arc>(); local 49 Intersect(ifst1, ifst2, ofst, args->arg4); 53 MutableFstClass *ofst, 57 MutableFstClass *ofst,
|
push.h | 32 MutableFst<Arc> *ofst = args->arg1->GetMutableFst<Arc>(); local 35 fst::Push(ofst, REWEIGHT_TO_FINAL, args->arg3, args->arg4); 37 fst::Push(ofst, REWEIGHT_TO_INITIAL, args->arg3, args->arg4); 48 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); local 51 fst::Push<Arc, REWEIGHT_TO_FINAL>(ifst, ofst, args->arg3, args->arg5); 53 fst::Push<Arc, REWEIGHT_TO_INITIAL>(ifst, ofst, args->arg3, args->arg5); 58 void Push(MutableFstClass *ofst, ReweightType type, float delta = kDelta, 62 void Push(const FstClass &ifst, MutableFstClass *ofst, uint32 flags,
|
relabel.h | 41 MutableFst<Arc> *ofst = args->arg1->GetMutableFst<Arc>(); local 43 Relabel(ofst, args->arg2, args->arg3, args->arg4, 54 MutableFst<Arc> *ofst = args->arg1->GetMutableFst<Arc>(); local 66 Relabel(ofst, converted_ipairs, converted_opairs); 81 void Relabel(MutableFstClass *ofst, 88 void Relabel(MutableFstClass *ofst,
|
determinize.h | 48 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); local 58 Determinize(ifst, ofst, detargs); 61 void Determinize(const FstClass &ifst, MutableFstClass *ofst,
|
disambiguate.h | 48 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); local 58 Disambiguate(ifst, ofst, detargs); 61 void Disambiguate(const FstClass &ifst, MutableFstClass *ofst,
|
randgen.h | 39 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); local 48 RandGen(ifst, ofst, ropts); 54 RandGen(ifst, ofst, ropts); 60 RandGen(ifst, ofst, ropts); 66 void RandGen(const FstClass &ifst, MutableFstClass *ofst, int32 seed = time(0),
|
prune.h | 80 MutableFst<Arc> *ofst = args->arg1->GetMutableFst<Arc>(); local 87 Prune(ofst, opts); 98 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); local 102 Prune(ifst, ofst, opts); 114 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); local 117 Prune(ifst, ofst, w, args->arg4, args->arg5); 139 void Prune(const FstClass &ifst, MutableFstClass *ofst,
|
rmepsilon.h | 137 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); local 145 Reverse(rfst, ofst); 147 *ofst = ifst; 149 RmEpsilonHelper(ofst, &distance, args->arg4); 190 void RmEpsilon(const FstClass &ifst, MutableFstClass *ofst,
|
shortest-path.h | 59 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); local 78 ShortestPath(ifst, ofst, &weights, spopts); 90 ShortestPath(ifst, ofst, &weights, spopts); 102 ShortestPath(ifst, ofst, &weights, spopts); 114 ShortestPath(ifst, ofst, &weights, spopts); 126 ShortestPath(ifst, ofst, &weights, spopts); 138 ShortestPath(ifst, ofst, &weights, spopts); 144 ofst->SetProperties(kError, kError); 162 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); local 166 ShortestPath(ifst, ofst, args->arg3, args->arg4, args->arg5 [all...] |
map.h | 33 VectorFst<ToArc> *ofst = new VectorFst<ToArc>; local 34 ArcMap(fst, ofst, mapper); 35 return ofst; 42 VectorFst<ToArc> *ofst = new VectorFst<ToArc>; local 43 StateMap(fst, ofst, mapper); 44 return ofst; 102 VectorFst<Arc> *ofst = new VectorFst<Arc>; local 103 ofst->SetProperties(kError, kError); 104 args->retval = new FstClass(*(fst =ofst));
|
/external/openfst/src/script/ |
fst-class.cc | 103 MutableFstClass *ofst = new VectorFstClass(*ifst); local 105 return ofst;
|
/external/openfst/src/include/fst/extensions/pdt/ |
pdtscript.h | 58 MutableFst<Arc> *ofst = args->arg4->GetMutableFst<Arc>(); local 69 Compose(ifst1, parens, ifst2, ofst, args->arg5); 71 Compose(ifst1, ifst2, parens, ofst, args->arg5); 78 MutableFstClass *ofst, 101 MutableFst<Arc> *ofst = args->arg3->GetMutableFst<Arc>(); local 109 Expand(fst, parens, ofst, 117 MutableFstClass *ofst, const PdtExpandOptions &opts); 121 MutableFstClass *ofst, bool connect); 137 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); local 145 Replace(tuples, ofst, &parens, args->arg4) 169 MutableFst<Arc> *ofst = args->arg3->GetMutableFst<Arc>(); local 209 MutableFst<Arc> *ofst = args->arg3->GetMutableFst<Arc>(); local [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
test_demovfs.c | 168 off_t ofst; /* Return value from lseek() */ local 171 ofst = lseek(p->fd, iOfst, SEEK_SET); 172 if( ofst!=iOfst ){ 220 off_t ofst; /* Return value from lseek() */ local 235 ofst = lseek(p->fd, iOfst, SEEK_SET); 236 if( ofst!=iOfst ){
|
/external/chromium_org/third_party/sqlite/src/tool/ |
showdb.c | 58 static unsigned char *getContent(int ofst, int nByte){ 63 lseek(db, ofst, SEEK_SET); 72 int ofst, /* First byte in the range of bytes to print */ 92 aData = getContent(ofst, nByte); 131 int ofst, int nByte, /* Start and size of decode */ 135 int val = aData[ofst]; 137 sprintf(zBuf, " %03x: %02x", ofst, aData[ofst]); 143 sprintf(&zBuf[i], " %02x", aData[ofst+j]); 144 val = val*256 + aData[ofst+j] 516 int ofst, nByte, hdrSize; local [all...] |