Searched refs:rv (Results 1 - 25 of 781) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wext.c759 int f, rv; local
771 rv = read(f, drv->phyname, sizeof(drv->phyname) - 1);
773 if (rv < 0) {
779 drv->phyname[rv] = '\0';
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.c519 int rv; local
523 rv = wpa_debug_open_file(tmp);
528 rv = -1;
530 return rv;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wext.c759 int f, rv; local
771 rv = read(f, drv->phyname, sizeof(drv->phyname) - 1);
773 if (rv < 0) {
779 drv->phyname[rv] = '\0';
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.c519 int rv; local
523 rv = wpa_debug_open_file(tmp);
528 rv = -1;
530 return rv;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_wext.c759 int f, rv; local
771 rv = read(f, drv->phyname, sizeof(drv->phyname) - 1);
773 if (rv < 0) {
779 drv->phyname[rv] = '\0';
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.c519 int rv; local
523 rv = wpa_debug_open_file(tmp);
528 rv = -1;
530 return rv;
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua149 rv = 0
152 if pl["vowel"] then rv = 1 end
153 if pl["diphth"]then rv = rv + 2 end
154 if pl["glott"] then rv = rv + 4 end
155 if pl["nonsyllvowel"] then rv = rv + 8 end
156 if pl["syllcons"] then rv = rv
[all...]
H A Dpicoloadphones.lua147 rv = 0
150 if pl["vowel"] then rv = 1 end
151 if pl["diphth"]then rv = rv + 2 end
152 if pl["glott"] then rv = rv + 4 end
153 if pl["nonsyllvowel"] then rv = rv + 8 end
154 if pl["syllcons"] then rv = rv
[all...]
/external/svox/pico/lib/
H A Dpicoacph.c972 pico_status_t rv = PICO_OK; local
983 rv = picodata_put_itemparts(&tmphead, NULL, 0, acph->tmpbuf,
985 if (rv != PICO_OK) {
987 picoos_emRaiseException(this->common->em, rv, NULL, NULL);
991 rv = picodata_cbPutItem(this->cbOut, acph->tmpbuf, blen, &blen);
994 if (rv == PICO_EXC_BUF_OVERFLOW) {
998 } else if (rv != PICO_OK) {
1000 picoos_emRaiseException(this->common->em, rv, NULL, NULL);
1051 pico_status_t rv = PICO_OK; local
1077 (rv
[all...]
H A Dpicoctrl.c756 pico_status_t rv; local
765 rv = picodata_cbGetSpeechData(this->cbOut, (picoos_uint8 *)buffer,
773 if ((rv == PICO_EXC_BUF_UNDERFLOW) || (rv == PICO_EXC_BUF_OVERFLOW)) {
777 /* rv must now be PICO_OK or PICO_EOF */
778 PICODBG_ASSERT(((PICO_EOF == rv) || (PICO_OK == rv)));
779 if ((PICODATA_PU_IDLE == stepResult) && (PICO_EOF == rv)) {
H A Dpicokdt.c1864 picoos_int8 rv; local
1872 while ((rv = kdtAskTree(dt, dtposp->invec, PICOKDT_NRATT_POSP,
1877 return ((rv == 0) && dt->dset);
1947 picoos_int8 rv; local
1955 while ((rv = kdtAskTree(dt, dtposd->invec, PICOKDT_NRATT_POSD,
1960 if ((rv == 0) && dt->dset) {
2229 picoos_int8 rv; local
2237 while ((rv = kdtAskTree(dt, dtg2p->invec, PICOKDT_NRATT_G2P,
2242 if ((rv == 0) && dt->dset) {
2335 picoos_int8 rv; local
2465 picoos_int8 rv; local
2597 picoos_int8 rv; local
[all...]
H A Dpicoklex.c423 picoos_int8 rv; local
428 rv = -1;
429 while ((rv < 0) && (lexpos < lexposEnd)) {
431 rv = klex_lexMatch(&(this->lexblocks[lexpos]), graph, graphlen);
433 if (rv == 0) { /* found */
462 } else if (rv < 0) {
472 /* rv > 0, not found, won't show up later in block */
H A Dpicopam.c2323 pico_status_t rv; local
2330 rv = PICO_OK;
H A Dpicopr.c3335 pico_status_t rv; local
3522 rv = picodata_cbGetItem(this->cbIn, pr->inBuf, IN_BUF_SIZE+PICODATA_ITEM_HEADSIZE, &pr->inBufLen);
3523 if (PICO_OK == rv) {
3524 } else if (PICO_EOF == rv) {
3527 } else if ((PICO_EXC_BUF_UNDERFLOW == rv) || (PICO_EXC_BUF_OVERFLOW == rv)) {
3530 picoos_emRaiseException(this->common->em, rv, NULL, NULL);
3535 picoos_emRaiseException(this->common->em, rv, NULL, NULL);
H A Dpicosa.c1082 pico_status_t rv= PICO_OK; local
1098 rv = saAddPhoneme(sa, PICOTRNS_POS_IGNORE,
1104 rv = saAddPhoneme(sa, pos+PICODATA_ITEM_HEADSIZE+i, fstSymbol);
1106 rv = saAddPhoneme(sa, PICOTRNS_POS_IGNORE,
1109 return rv;
1192 pico_status_t rv = PICO_OK; local
1221 (rv = picodata_cbGetItem(this->cbIn, sa->tmpbuf,
1324 } else if (rv == PICO_EOF) {
1327 } else if ((rv == PICO_EXC_BUF_UNDERFLOW) ||
1328 (rv
[all...]
H A Dpicosig.c733 pico_status_t rv; local
751 rv = PICO_OK;
777 PICODBG_DEBUG(("picosig.sigStep -- got item, status: %d",rv));
H A Dpicospho.c527 pico_status_t rv = PICO_OK; local
564 rv = sphoAddPhoneme(spho,pos,fstSymbol);
577 rv = sphoAddPhoneme(spho,pos,fstSymbol);
602 rv = sphoAddPhoneme(spho, pos, fstSymbol);
608 rv = sphoAddPhoneme(spho,pos,fstSymbol);
609 if (PICO_OK != rv) {
618 if (PICO_OK == rv) {
619 rv = sphoAddPhoneme(spho,pos,fstSymbol);
622 if (PICO_OK == rv) {
627 rv
927 pico_status_t rv= PICO_OK; local
[all...]
H A Dpicowa.c381 pico_status_t rv = PICO_OK; local
401 rv = picodata_cbGetItem(this->cbIn, wa->inBuf,
403 PICODBG_DEBUG(("after getting item, status: %d", rv));
404 if (PICO_OK == rv) {
410 } else if (PICO_EOF == rv) {
413 } else if ((PICO_EXC_BUF_UNDERFLOW == rv)
414 || (PICO_EXC_BUF_OVERFLOW == rv)) {
416 picoos_emRaiseException(this->common->em, rv,
421 picoos_emRaiseException(this->common->em, rv,
448 rv
[all...]
/external/srec/srec/crec/
H A Dsrec.c320 asr_uint16_t rv = p[0]; local
321 for (;--n > 0;p++) if (rv > *p) rv = *p;
322 return rv;
/external/regex-re2/lib/codereview/
H A Dcodereview.py3542 rv = []
3561 rv.append([lines[1], patch[0]])
3562 return rv
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c1347 } rv;
1355 rv.d = dlsymIntern(handle, malloc_sym, 1);
1364 return rv.f;
/external/ppp/pppd/
H A Ddemand.c221 int c, rv; local
223 rv = 0;
231 rv = 1;
255 return rv;
H A Dsys-linux.c1132 int rv = 0; local
1138 rv = 1;
1139 return rv;
1144 rv = 1;
1152 return rv;
H A Dsys-solaris.c1489 int rv = 0; local
1493 rv = 1;
1495 return rv;

Completed in 929 milliseconds

1234567891011>>