HomeSort by relevance Sort by last modified time
    Searched refs:lasterror (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_getspecific.c 74 int lasterror = GetLastError (); local
80 SetLastError (lasterror);
  /external/chromium_org/third_party/libjpeg_turbo/
turbojpegl.c 29 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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
gthr-default.h 225 DWORD lasterror; local
228 lasterror = GetLastError ();
232 SetLastError (lasterror);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
gthr-default.h 225 DWORD lasterror; local
228 lasterror = GetLastError ();
232 SetLastError (lasterror);
  /system/core/libnetutils/
ifc_utils.c 356 int lasterror = 0, i, j, ret; local
391 lasterror = ret;
396 return lasterror;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.c 483 GLfloat error, lasterror = 1e9; local
532 ((error < lasterror) && ((lasterror - error) < LL_RMS_D))) {
535 lasterror = error;
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 483 GLfloat error, lasterror = 1e9; local
532 ((error < lasterror) && ((lasterror - error) < LL_RMS_D))) {
535 lasterror = error;
    [all...]

Completed in 232 milliseconds