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

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_getspecific.c74 int lasterror = GetLastError (); local
80 SetLastError (lasterror);
/external/chromium_org/third_party/libjpeg_turbo/
H A Dturbojpegl.c29 static char lasterror[JMSG_LENGTH_MAX]="No error"; variable
46 (*cinfo->err->format_message)(cinfo, lasterror);
65 #define _throw(c) {sprintf(lasterror, "%s", c); return -1;}
87 {sprintf(lasterror, "Memory allocation failure"); return NULL;}
225 {sprintf(lasterror, "Memory allocation failure"); return NULL;}
352 return lasterror;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress_fxt1.c483 GLfloat error, lasterror = 1e9; local
532 ((error < lasterror) && ((lasterror - error) < LL_RMS_D))) {
535 lasterror = error;
/external/mesa3d/src/mesa/main/
H A Dtexcompress_fxt1.c483 GLfloat error, lasterror = 1e9; local
532 ((error < lasterror) && ((lasterror - error) < LL_RMS_D))) {
535 lasterror = error;

Completed in 215 milliseconds