/third_party/ltp/testcases/kernel/fs/proc/ |
H A D | proc01.c | 159 static int found_errno(const char *syscall, const char *obj, int tmperr) in found_errno() argument 175 if (tmperr == known_issues[i].err && in found_errno() 181 errno = tmperr; in found_errno() 249 int fd, tmperr, i; in readproc() local 348 tmperr = errno; in readproc() 350 if (!found_errno("open", obj, tmperr)) { in readproc() 352 errno = tmperr; in readproc() 390 tmperr = errno; in readproc() 395 if (!found_errno("read", obj, tmperr)) { in readproc() 397 errno = tmperr; in readproc() [all...] |
/third_party/curl/lib/vtls/ |
H A D | rustls.c | 501 CURLcode tmperr = CURLE_OK; in cr_connect_common() local 581 cr_send(cf, data, NULL, 0, &tmperr); in cr_connect_common() 582 if(tmperr == CURLE_AGAIN) { in cr_connect_common() 586 else if(tmperr != CURLE_OK) { in cr_connect_common() 587 return tmperr; in cr_connect_common() 594 if(tls_recv_more(cf, data, &tmperr) < 0) { in cr_connect_common() 595 if(tmperr == CURLE_AGAIN) { in cr_connect_common() 599 else if(tmperr == CURLE_READ_ERROR) { in cr_connect_common() 603 return tmperr; in cr_connect_common() 669 CURLcode tmperr in cr_close() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | adpcmenc.c | 907 int64_t error = INT64_MAX, tmperr = INT64_MAX; in adpcm_encode_frame() 913 for (int s = 2; s < 18 && tmperr != 0; s++) { in adpcm_encode_frame() 914 for (int f = 0; f < 2 && tmperr != 0; f++) { in adpcm_encode_frame() 917 tmperr = adpcm_argo_compress_block(c->status + ch, NULL, samples_p[ch], in adpcm_encode_frame() 919 if (tmperr < error) { in adpcm_encode_frame() 922 error = tmperr; in adpcm_encode_frame()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | timezone.cpp | 1688 UErrorCode tmperr = U_ZERO_ERROR; in getIDForWindowsID() local 1698 ures_getByKey(zones, winidKey, zones, &tmperr); // use tmperr, because windows mapping might not in getIDForWindowsID() 1700 if (U_FAILURE(tmperr)) { in getIDForWindowsID() 1709 const UChar *tzids = ures_getStringByKey(zones, region, &len, &tmperr); // use tmperr, because in getIDForWindowsID() 1711 if (U_SUCCESS(tmperr)) { in getIDForWindowsID()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | timezone.cpp | 1704 UErrorCode tmperr = U_ZERO_ERROR; in getIDForWindowsID() local 1714 ures_getByKey(zones, winidKey, zones, &tmperr); // use tmperr, because windows mapping might not in getIDForWindowsID() 1716 if (U_FAILURE(tmperr)) { in getIDForWindowsID() 1725 const char16_t *tzids = ures_getStringByKey(zones, region, &len, &tmperr); // use tmperr, because in getIDForWindowsID() 1727 if (U_SUCCESS(tmperr)) { in getIDForWindowsID()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | timezone.cpp | 1670 UErrorCode tmperr = U_ZERO_ERROR; in getIDForWindowsID() local 1680 ures_getByKey(zones, winidKey, zones, &tmperr); // use tmperr, because windows mapping might not in getIDForWindowsID() 1682 if (U_FAILURE(tmperr)) { in getIDForWindowsID() 1691 const UChar *tzids = ures_getStringByKey(zones, region, &len, &tmperr); // use tmperr, because in getIDForWindowsID() 1693 if (U_SUCCESS(tmperr)) { in getIDForWindowsID()
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | zip.c | 1593 int tmperr = BZ2_bzCompressEnd(&zi->ci.bstream); in zipCloseFileInZipRaw64() local 1595 err = tmperr; in zipCloseFileInZipRaw64()
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | zip.c | 1604 int tmperr = BZ2_bzCompressEnd(&zi->ci.bstream); in zipCloseFileInZipRaw64() local 1606 err = tmperr; in zipCloseFileInZipRaw64()
|
/third_party/zlib/contrib/minizip/ |
H A D | zip.c | 1883 int tmperr = BZ2_bzCompressEnd(&zi->ci.bstream); in zipCloseFileInZipRaw64() local 1886 err = tmperr; in zipCloseFileInZipRaw64()
|