HomeSort by relevance Sort by last modified time
    Searched refs:lasterror (Results 1 - 6 of 6) 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);
  /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 153 milliseconds