Searched defs:dwRet (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_unicode.cpp17 FX_DWORD dwRet = (gs_FX_TextLayout_CodeProperties[(FX_WORD)ch] & FX_CHARTYPEBITSMASK); local
18 return dwRet == FX_CHARTYPE_Tab || dwRet == FX_CHARTYPE_Control;
/external/chromium_org/third_party/npapi/npspy/common/
H A Dutils.cpp103 DWORD dwRet; local
104 WriteFile((HANDLE)hFile, pBuf, iSize, &dwRet, NULL);
105 return dwRet;
H A Dlogger.cpp337 void Logger::logReturn(NPAPI_Action action, DWORD dwRet) argument
343 sprintf(msg, "---Return: %d\r\n", dwRet);
/external/zlib/src/contrib/testzlib/
H A Dtestzlib.c98 DWORD dwRet; local
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/
H A Dos_win.c639 DWORD dwRet; /* Value returned by SetFilePointer() */ local
651 dwRet = SetFilePointer(pFile->h, lowerBits, &upperBits, FILE_BEGIN);
652 if( (dwRet==INVALID_SET_FILE_POINTER && GetLastError()!=NO_ERROR) ){
2480 DWORD dwRet = 0; local
2504 dwRet = GetDiskFreeSpaceW((WCHAR*)zConverted,
2518 dwRet = GetDiskFreeSpaceA((char*)zConverted,
2526 if( !dwRet ){
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp194 FX_DWORD dwRet = SetEncryptHandler(); local
195 if (dwRet != PDFPARSE_ERROR_SUCCESS) {
196 return dwRet;
207 dwRet = SetEncryptHandler();
208 if (dwRet != PDFPARSE_ERROR_SUCCESS) {
209 return dwRet;
225 dwRet = SetEncryptHandler();
226 if (dwRet != PDFPARSE_ERROR_SUCCESS) {
227 return dwRet;
1557 FX_DWORD dwRet local
3705 FX_DWORD dwRet = CheckCrossRefStream(pHints, xref_offset); local
4078 FX_DWORD dwRet = 0; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c31758 DWORD dwRet; /* Value returned by SetFilePointer() */ local
33599 DWORD dwRet = 0; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c34315 DWORD dwRet; /* Value returned by SetFilePointer() */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c34335 DWORD dwRet; /* Value returned by SetFilePointer() */ local
[all...]

Completed in 668 milliseconds