/frameworks/av/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/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/chromium_org/third_party/icu/source/i18n/ |
tridpars.cpp | 273 ParsePosition ppos(pos); 275 filter = new UnicodeSet(id, ppos, USET_IGNORE_SPACE, NULL, ec); 288 id.extractBetween(pos, ppos.getIndex(), pattern); 289 pos = ppos.getIndex(); 723 ParsePosition ppos(pos); 725 UnicodeSet set(id, ppos, USET_IGNORE_SPACE, NULL, ec); 730 id.extractBetween(pos, ppos.getIndex(), filter); 731 pos = ppos.getIndex();
|
/external/icu4c/i18n/ |
tridpars.cpp | 273 ParsePosition ppos(pos); 275 filter = new UnicodeSet(id, ppos, USET_IGNORE_SPACE, NULL, ec); 288 id.extractBetween(pos, ppos.getIndex(), pattern); 289 pos = ppos.getIndex(); 723 ParsePosition ppos(pos); 725 UnicodeSet set(id, ppos, USET_IGNORE_SPACE, NULL, ec); 730 id.extractBetween(pos, ppos.getIndex(), filter); 731 pos = ppos.getIndex();
|
/external/chromium/net/server/ |
http_server.h | 89 int* ppos);
|
http_server.cc | 285 int* ppos) { 286 int& pos = *ppos;
|
/external/chromium_org/third_party/icu/source/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);
|
dtfmttst.cpp | 3015 ParsePosition ppos; local [all...] |
/external/icu4c/test/intltest/ |
dtfmapts.cpp | 289 ParsePosition ppos; local 317 sdf.parse(str, ppos); 352 fmt.parse(str, obj, ppos); 372 fmt.parse(str, obj, ppos);
|
dtfmttst.cpp | 3307 ParsePosition ppos; local [all...] |
/external/jhead/ |
jhead.c | 605 int ppos = -1; 608 ppos = a; 610 if (ppos >= 0 && a<ppos+4){ 614 memcpy(pat, pattern+ppos, 4); 615 pat[a-ppos] = 'd'; // Replace 'i' with 'd' for '%d' 616 pat[a-ppos+1] = '\0'; 620 if (ppos+nl+l+1 >= PATH_MAX) ErrFatal("str overflow"); 621 memmove(pattern+ppos+nl, pattern+a+1, l+1); 622 memcpy(pattern+ppos, num, nl) [all...] |
/external/chromium_org/third_party/icu/source/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/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_8/src/eap_peer/ |
ikev2.c | 229 const u8 *pend, *ppos; local 275 ppos = (const u8 *) (p + 1); 277 if (ppos + p->spi_size > pend) { 284 ppos, p->spi_size); 285 ppos += p->spi_size; 304 int tlen = ikev2_parse_transform(prop, ppos, pend); 307 ppos += tlen; 310 if (ppos != pend) { [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
ikev2.c | 213 const u8 *pend, *ppos; local 257 ppos = (const u8 *) (p + 1); 259 if (ppos + p->spi_size > pend) { 266 ppos, p->spi_size); 267 ppos += p->spi_size; 286 int tlen = ikev2_parse_transform(data, prop, ppos, pend); 289 ppos += tlen; 292 if (ppos != pend) {
|
/external/oprofile/module/ |
oprofile.c | 206 static ssize_t oprof_note_read(char * buf, size_t count, loff_t * ppos) 214 if (*ppos || count != max) 305 static ssize_t oprof_read(struct file * file, char * buf, size_t count, loff_t * ppos) 313 case 2: return oprof_note_read(buf, count, ppos); 320 if (*ppos || count != max)
|
/bionic/libc/bionic/ |
libc_logging.cpp | 127 /* Parse a decimal string from 'format + *ppos', 129 * the decimal string in '*ppos' on exit. 133 static unsigned parse_decimal(const char *format, int *ppos) { 134 const char* p = format + *ppos; 148 *ppos = p - format;
|
/external/chromium_org/net/server/ |
http_server.cc | 250 size_t* ppos) { 251 size_t& pos = *ppos;
|
/external/kernel-headers/original/linux/ |
fs.h | [all...] |
fb.h | 644 size_t count, loff_t *ppos); 646 size_t count, loff_t *ppos); [all...] |
/external/icu4c/common/ |
uniset_props.cpp | [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uniset_props.cpp | [all...] |
/external/wpa_supplicant_8/src/radius/ |
radius.c | 949 u8 *plain, *ppos, *res; local 970 ppos = plain = os_malloc(plen); 994 *ppos++ = *pos++ ^ hash[i]; [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
uniset.h | [all...] |