/external/srec/srec/cfront/ |
cheldsp4.c | 62 static void regress(cepdata *rg, const cepdata *cp_buf, unsigned short frmind, 64 static void dd_regress(cepdata *dd, const cepdata *cp_buf, unsigned short frmind, 75 static void regress(cepdata *rg, const cepdata*cp_buf, unsigned short frmind, 96 cpt = cp_buf + (d - 1) * (mel_dim + 1); 104 cpt = cp_buf + i; 114 void dd_regress(cepdata *dd, const cepdata *cp_buf, unsigned short frmind, int mel_dim) 125 cpt = cp_buf + (mel_dim + 1); 140 cpt = cp_buf + i;
|
/external/stlport/src/c_locale_win32/ |
c_wlocale_win32.c | 93 char cp_buf[MAX_CP_LEN + 1];
local 94 my_ltoa(lcodecvt->cp, cp_buf);
95 return __GetLocaleName(lcodecvt->lc.id, cp_buf, buf);
|
c_locale_win32.c | 913 char cp_buf[MAX_CP_LEN + 1]; local 914 my_ltoa(ltype->cp, cp_buf); 915 return __GetLocaleName(ltype->lc.id, cp_buf, buf); [all...] |
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_wlocale_win32.c | 93 char cp_buf[MAX_CP_LEN + 1];
local 94 my_ltoa(lcodecvt->cp, cp_buf);
95 return __GetLocaleName(lcodecvt->lc.id, cp_buf, buf);
|
c_locale_win32.c | 913 char cp_buf[MAX_CP_LEN + 1]; local 914 my_ltoa(ltype->cp, cp_buf); 915 return __GetLocaleName(ltype->lc.id, cp_buf, buf); [all...] |