Home
last modified time | relevance | path

Searched refs:lasterror (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djcstest.c44 static char lasterror[JMSG_LENGTH_MAX] = "No error"; variable
60 (*cinfo->err->format_message) (cinfo, lasterror); in my_output_message()
98 lasterror); in main()
122 lasterror); in main()
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c338 float error, lasterror = 1e9; in fxt1_lloyd() local
387 ((error < lasterror) && ((lasterror - error) < LL_RMS_D))) { in fxt1_lloyd()
390 lasterror = error; in fxt1_lloyd()
/third_party/libcoap/src/
H A Dcoap_mbedtls.c1455 int lasterror = WSAGetLastError(); local
1457 if (lasterror == WSAEWOULDBLOCK) {
1459 } else if (lasterror == WSAECONNRESET) {

Completed in 7 milliseconds