HomeSort by relevance Sort by last modified time
    Searched defs:ppos (Results 1 - 19 of 19) sorted by null

  /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/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);
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/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);
dtfmrgts.cpp 817 ParsePosition ppos [] = { local
837 ParsePosition finish = ppos[i];
    [all...]
dtfmttst.cpp 3307 ParsePosition ppos; local
    [all...]
numfmtst.cpp 160 ParsePosition ppos; local
161 LocalPointer<CurrencyAmount> currAmt(test->parseCurrency("",ppos));
163 if (ppos.getIndex()) {
    [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_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/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/radius/
radius.c 949 u8 *plain, *ppos, *res; local
970 ppos = plain = os_malloc(plen);
994 *ppos++ = *pos++ ^ hash[i];
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 649 milliseconds