/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
ph_disp.cpp | 460 Word16 j, nze, nPulse, ppos; 593 ppos = ps_poss[nPulse]; 597 for (i = ppos; i < L_SUBFR; i++) 599 // inno[i1] += inno_sav[ppos] * ph_imp[i1-ppos] 600 tmp1 = mult(inno_sav[ppos], ph_imp[j++]); 604 for (i = 0; i < ppos; i++) 606 // inno[i] += inno_sav[ppos] * ph_imp[L_SUBFR-ppos+i] 607 tmp1 = mult(inno_sav[ppos], ph_imp[j++]) 679 Word16 ppos; local [all...] |
/external/icu4c/test/intltest/ |
dtfmapts.cpp | 289 ParsePosition ppos; local 316 sdf.parse(str, ppos); 348 fmt.parse(str, obj, ppos); 368 fmt.parse(str, obj, ppos);
|
dtfmrgts.cpp | 813 ParsePosition ppos [] = { local 833 ParsePosition finish = ppos[i]; [all...] |
dtfmttst.cpp | 3015 ParsePosition ppos; local [all...] |
numfmtst.cpp | 154 ParsePosition ppos; local 155 test->parseCurrency("",bla,ppos); [all...] |
/external/qemu/audio/ |
dsoundaudio.c | 578 DWORD wpos, ppos, old_pos; local 592 &ppos, 606 cur_blat = audio_ring_dist (wpos, ppos, bufsize); 623 if (ds->old_pos == ppos) { 625 dolog ("old_pos == ppos\n"); 631 ds->played += audio_ring_dist (ds->old_pos, ppos, hw->bufsize); 636 if ((old_pos < ppos) && ((old_pos + len) > ppos)) { 637 len = ppos - old_pos; 640 if ((old_pos > ppos) && ((old_pos + len) > (ppos + bufsize))) [all...] |
fmodaudio.c | 244 int ppos = FSOUND_GetCurrentPosition (fmd->channel); local 246 if (ppos == old_pos || !ppos) { 250 if ((old_pos < ppos) && ((old_pos + len) > ppos)) { 251 len = ppos - old_pos; 254 if ((old_pos > ppos) && ((old_pos + len) > (ppos + hw->samples))) { 255 len = hw->samples - old_pos + ppos; 261 dolog ("decr=%d live=%d ppos=%d old_pos=%d len=%d\n" [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
ikev2.c | 234 const u8 *pend, *ppos; local 280 ppos = (const u8 *) (p + 1); 282 if (ppos + p->spi_size > pend) { 289 ppos, p->spi_size); 290 ppos += p->spi_size; 309 int tlen = ikev2_parse_transform(prop, ppos, pend); 312 ppos += tlen; 315 if (ppos != pend) { [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
ikev2.c | 218 const u8 *pend, *ppos; local 262 ppos = (const u8 *) (p + 1); 264 if (ppos + p->spi_size > pend) { 271 ppos, p->spi_size); 272 ppos += p->spi_size; 291 int tlen = ikev2_parse_transform(data, prop, ppos, pend); 294 ppos += tlen; 297 if (ppos != pend) {
|
/external/wpa_supplicant_8/src/eap_peer/ |
ikev2.c | 235 const u8 *pend, *ppos; local 281 ppos = (const u8 *) (p + 1); 283 if (ppos + p->spi_size > pend) { 290 ppos, p->spi_size); 291 ppos += p->spi_size; 310 int tlen = ikev2_parse_transform(prop, ppos, pend); 313 ppos += tlen; 316 if (ppos != pend) { [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
ikev2.c | 219 const u8 *pend, *ppos; local 263 ppos = (const u8 *) (p + 1); 265 if (ppos + p->spi_size > pend) { 272 ppos, p->spi_size); 273 ppos += p->spi_size; 292 int tlen = ikev2_parse_transform(data, prop, ppos, pend); 295 ppos += tlen; 298 if (ppos != pend) {
|
/external/icu4c/test/cintltst/ |
cnmdptst.c | 191 int32_t ppos; local 284 ppos=0; 285 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status); 286 if (ppos== u_strlen(str)) { 291 log_err(" FAIL: Partial parse ( %d chars ) -> %e\n", ppos, a); 314 ppos=0; 315 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status); 316 if (ppos== u_strlen(str)) { 322 log_err(" FAIL: Partial parse ( %d chars ) -> %e\n", ppos, a); [all...] |
/external/wpa_supplicant/ |
radius.c | 780 u8 *plain, *ppos, *res; local 801 ppos = plain = os_malloc(plen); 825 *ppos++ = *pos++ ^ hash[i];
|
/external/wpa_supplicant_6/wpa_supplicant/src/radius/ |
radius.c | 785 u8 *plain, *ppos, *res; local 806 ppos = plain = os_malloc(plen); 830 *ppos++ = *pos++ ^ hash[i];
|
/external/wpa_supplicant_8/src/radius/ |
radius.c | 827 u8 *plain, *ppos, *res; local 848 ppos = plain = os_malloc(plen); 872 *ppos++ = *pos++ ^ hash[i];
|