Searched refs:ppos (Results 1 - 25 of 32) sorted by relevance

12

/external/qemu/audio/
H A Ddsoundaudio.c578 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)
[all...]
H A Dfmodaudio.c244 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
[all...]
/external/icu4c/i18n/
H A Dtridpars.cpp273 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/test/intltest/
H A Ddtfmapts.cpp289 ParsePosition ppos; local
316 sdf.parse(str, ppos);
348 fmt.parse(str, obj, ppos);
368 fmt.parse(str, obj, ppos);
H A Ddtfmttst.cpp3141 ParsePosition ppos; local
3177 ppos.setErrorIndex(-1);
3178 ppos.setIndex(0);
3182 formatters[i]->parse(refStr, *calendars[i], ppos);
3190 ppos.setErrorIndex(-1);
3191 ppos.setIndex(0);
3195 formatters[i]->parse(refStr, *calendars[j], ppos);
/external/jhead/
H A Djhead.c605 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, nu
[all...]
/external/chromium/net/server/
H A Dhttp_server.h89 int* ppos);
H A Dhttp_server.cc285 int* ppos) {
286 int& pos = *ppos;
283 ParseHeaders(Connection* connection, HttpServerRequestInfo* info, int* ppos) argument
/external/icu4c/test/cintltst/
H A Dcnmdptst.c191 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);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Dikev2.c234 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) {
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Dikev2.c218 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/hostapd/src/eap_peer/
H A Dikev2.c229 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) {
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dikev2.c213 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/wpa_supplicant_8/src/eap_peer/
H A Dikev2.c229 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) {
/external/wpa_supplicant_8/src/eap_server/
H A Dikev2.c213 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/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dikev2.c229 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) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dikev2.c213 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/
H A Doprofile.c206 static ssize_t oprof_note_read(char * buf, size_t count, loff_t * ppos) argument
214 if (*ppos || count != max)
305 static ssize_t oprof_read(struct file * file, char * buf, size_t count, loff_t * ppos) argument
313 case 2: return oprof_note_read(buf, count, ppos);
320 if (*ppos || count != max)
/external/kernel-headers/original/linux/
H A Dfs.h1655 extern ssize_t do_sync_read(struct file *filp, char __user *buf, size_t len, loff_t *ppos);
1656 extern ssize_t do_sync_write(struct file *filp, const char __user *buf, size_t len, loff_t *ppos);
1658 unsigned long nr_segs, loff_t *ppos);
1671 extern long do_splice_direct(struct file *in, loff_t *ppos, struct file *out,
1677 unsigned long nr_segs, loff_t *ppos);
1679 unsigned long nr_segs, loff_t *ppos);
1688 loff_t *ppos);
1689 extern ssize_t xip_file_sendfile(struct file *in_file, loff_t *ppos,
1694 size_t len, loff_t *ppos);
1703 static inline void do_generic_file_read(struct file * filp, loff_t *ppos, argument
[all...]
H A Dfb.h644 size_t count, loff_t *ppos);
646 size_t count, loff_t *ppos);
1004 size_t count, loff_t *ppos);
1006 size_t count, loff_t *ppos);
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
H A Dradius.c785 u8 *plain, *ppos, *res; local
806 ppos = plain = os_malloc(plen);
830 *ppos++ = *pos++ ^ hash[i];
/external/icu4c/common/
H A Duniset_props.cpp1253 ParsePosition& ppos,
1255 int32_t pos = ppos.getIndex();
1268 // On entry, ppos should point to one of the following locations:
1336 ppos.setIndex(close + (posix ? 2 : 1));
1252 applyPropertyPattern(const UnicodeString& pattern, ParsePosition& ppos, UErrorCode &ec) argument
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.c949 u8 *plain, *ppos, *res; local
970 ppos = plain = os_malloc(plen);
994 *ppos++ = *pos++ ^ hash[i];
/external/wpa_supplicant_8/src/radius/
H A Dradius.c949 u8 *plain, *ppos, *res; local
970 ppos = plain = os_malloc(plen);
994 *ppos++ = *pos++ ^ hash[i];
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.c949 u8 *plain, *ppos, *res; local
970 ppos = plain = os_malloc(plen);
994 *ppos++ = *pos++ ^ hash[i];

Completed in 433 milliseconds

12