HomeSort by relevance Sort by last modified time
    Searched refs:ppos (Results 1 - 25 of 33) sorted by null

1 2

  /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/fonttools/Lib/fontTools/ttLib/tables/
C_P_A_L_.py 24 ppos = goffsetFirstColorRecord + startIndex * 4
26 palette.append( Color(*struct.unpack(">BBBB", data[ppos:ppos+4])) )
27 ppos += 4
  /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/icu/icu4c/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/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/icu/icu4c/source/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 3297 ParsePosition ppos; local
    [all...]
numfmtst.cpp 176 ParsePosition ppos; local
177 LocalPointer<CurrencyAmount> currAmt(test->parseCurrency("",ppos));
179 if (ppos.getIndex()) {
2691 ParsePosition ppos; local
7158 ParsePosition ppos; local
7174 ParsePosition ppos; local
7299 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/icu/icu4c/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/wpa_supplicant_8/src/eap_peer/
ikev2.c 203 const u8 *pend, *ppos; local
249 ppos = (const u8 *) (p + 1);
251 if (ppos + p->spi_size > pend) {
258 ppos, p->spi_size);
259 ppos += p->spi_size;
278 int tlen = ikev2_parse_transform(prop, ppos, pend);
281 ppos += tlen;
284 if (ppos != pend) {
  /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)
  /external/chromium_org/net/server/
http_server.cc 260 size_t* ppos) {
261 size_t& pos = *ppos;
  /bionic/libc/bionic/
libc_logging.cpp 132 /* Parse a decimal string from 'format + *ppos',
134 * the decimal string in '*ppos' on exit.
138 static unsigned parse_decimal(const char *format, int *ppos) {
139 const char* p = format + *ppos;
153 *ppos = p - format;
  /external/linux-tools-perf/perf-3.12.0/include/linux/
perf_event.h 714 loff_t *ppos);
717 loff_t *ppos);
  /external/icu/icu4c/source/common/
uniset_props.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/
uniset_props.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
uniset.h     [all...]
  /external/icu/icu4c/source/common/unicode/
uniset.h     [all...]
  /external/wpa_supplicant_8/src/radius/
radius.c 976 u8 *plain, *ppos, *res; local
998 ppos = plain = os_malloc(plen);
1022 *ppos++ = *pos++ ^ hash[i];
    [all...]

Completed in 1602 milliseconds

1 2