HomeSort by relevance Sort by last modified time
    Searched defs:dwRet (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/npapi/npspy/common/
utils.cpp 103 DWORD dwRet;
104 WriteFile((HANDLE)hFile, pBuf, iSize, &dwRet, NULL);
105 return dwRet;
  /external/zlib/src/contrib/testzlib/
testzlib.c 98 DWORD dwRet;
100 dwRet = (GetTickCount() - beginTime64.LowPart)*1;
113 dwRet = (DWORD)((((DWORD)ticksShifted)*1000)/(DWORD)(tickSecShifted));
114 dwRet *=1;
116 return dwRet;
  /external/chromium_org/third_party/sqlite/src/src/
os_win.c 639 DWORD dwRet; /* Value returned by SetFilePointer() */
651 dwRet = SetFilePointer(pFile->h, lowerBits, &upperBits, FILE_BEGIN);
652 if( (dwRet==INVALID_SET_FILE_POINTER && GetLastError()!=NO_ERROR) ){
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 592 milliseconds