Searched defs:ofst (Results 1 – 10 of 10) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | prune.h | 142 MutableFst<Arc> *ofst, in Prune() 239 MutableFst<Arc> *ofst, in Prune()
|
D | randgen.h | 117 void RandGen(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, in RandGen() 161 void RandGen(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) { in RandGen()
|
D | push.h | 57 void Push(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, uint32 ptype) { in Push()
|
D | reverse.h | 36 void Reverse(const Fst<Arc> &ifst, MutableFst<RevArc> *ofst) { in Reverse()
|
D | shortest-path.h | 62 MutableFst<Arc> *ofst, in SingleShortestPath() 228 void ShortestPath(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, in ShortestPath()
|
D | synchronize.h | 451 void Synchronize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) { in Synchronize()
|
D | map.h | 158 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()
|
D | replace.h | 675 MutableFst<Arc> *ofst, typename Arc::Label root) { in Replace()
|
/external/libvpx/build/make/ |
D | obj_int_extract.c | 224 #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/ |
D | make_cfst.cpp | 229 fst::StdVectorFst* ofst = &myCfst; in main() local
|