Home
last modified time | relevance | path

Searched defs:ofst (Results 1 – 10 of 10) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dprune.h142 MutableFst<Arc> *ofst, in Prune()
239 MutableFst<Arc> *ofst, in Prune()
Drandgen.h117 void RandGen(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, in RandGen()
161 void RandGen(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) { in RandGen()
Dpush.h57 void Push(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, uint32 ptype) { in Push()
Dreverse.h36 void Reverse(const Fst<Arc> &ifst, MutableFst<RevArc> *ofst) { in Reverse()
Dshortest-path.h62 MutableFst<Arc> *ofst, in SingleShortestPath()
228 void ShortestPath(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, in ShortestPath()
Dsynchronize.h451 void Synchronize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) { in Synchronize()
Dmap.h158 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) { in Map()
231 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) { in Map()
Dreplace.h675 MutableFst<Arc> *ofst, typename Arc::Label root) { in Replace()
/external/libvpx/build/make/
Dobj_int_extract.c224 #define COPY_STRUCT(dst, buf, ofst, sz) do {\ argument
317 int parse_elf32_symbol(elf_obj_t *elf, unsigned int ofst, Elf32_Sym *sym) in parse_elf32_symbol()
335 unsigned int ofst; in parse_elf32() local
/external/srec/tools/make_cfst/
Dmake_cfst.cpp229 fst::StdVectorFst* ofst = &myCfst; in main() local