Home
last modified time | relevance | path

Searched refs:d_p (Results 1 – 4 of 4) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dshortest-path.h148 StateId s_p = kNoStateId, d_p = kNoStateId; in SingleShortestPath() local
153 d_p = s_p; in SingleShortestPath()
158 arc_parent[d].nextstate = d_p; in SingleShortestPath()
/external/svox/pico/lib/
Dpicosig2.h197 #define d_p int_vec38 /*output mel_2_lin_init : table lookup vector D*/ macro
Dpicosig2.c544 D = sig_inObj->d_p; in mel_2_lin_lookup()
3646 D = sig_inObj->d_p; in mel_2_lin_init()
/external/clearsilver/cgi/
Dcgi.c558 char *d_p = hdf_get_value(cgi->hdf, "Config.DebugPassword", NULL); in cgi_pre_parse() local
561 d && d_p && !strcmp(d, d_p)) { in cgi_pre_parse()