Searched refs:ipath (Results 1 – 3 of 3) sorted by relevance
/external/openfst/src/include/fst/ |
D | randequivalent.h | 76 VectorFst<Arc> ipath(path); 78 Project(&ipath, PROJECT_INPUT); 82 Compose(ipath, sfst1, &cfst1); 92 Compose(ipath, sfst2, &cfst2);
|
/external/mksh/src/ |
D | misc.c | 1245 char *xp, *ip, *tp, *ipath, *ldest = NULL; in do_realpath() local 1264 strdupx(ipath, upath, ATEMP); in do_realpath() 1269 ipath = shf_smprintf("%s%s%s", tp, "/", upath); in do_realpath() 1274 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP); in do_realpath() 1367 afree(ipath, ATEMP); in do_realpath() 1368 ip = ipath = tp; in do_realpath() 1405 if (ip > ipath && ip[-1] == '/') { in do_realpath() 1419 afree(ipath, ATEMP); in do_realpath() 1427 afree(ipath, ATEMP); in do_realpath()
|
/external/srec/srec/crec/ |
D | astar.c | 923 void print_path(partial_path* ipath, srec* rec, char* msg) in print_path() argument 937 PLogMessage("%spath score=%d ", msg, ipath->costsofar); in print_path() 939 rc = sprint_word_token_backtrace(trans, max_trans_len, rec, ipath->token_index); in print_path() 943 …end_time = (ipath && ipath->token_index != MAXwtokenID) ? rec->word_token_array[ipath->token_index… in print_path() 950 path = ipath->next; /* we've already printed this thing */ in print_path()
|