Home
last modified time | relevance | path

Searched refs:uFlags (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp42 …* SHGetFileInfoWP)(LPCWSTR pszPath, DWORD attrib, SHFILEINFOW *psfi, UINT cbFileInfo, UINT uFlags);
55 …TR MySHGetFileInfoW(LPCWSTR pszPath, DWORD attrib, SHFILEINFOW *psfi, UINT cbFileInfo, UINT uFlags) in MySHGetFileInfoW() argument
64 (pszPath, attrib, psfi, cbFileInfo, uFlags); in MySHGetFileInfoW()
/external/zlib/src/contrib/minizip/
Dunzip.c1389 uLong uMagic,uData,uFlags; in unz64local_CheckCurrentFileCoherencyHeader() local
1417 if (unz64local_getShort(&s->z_filefunc, s->filestream,&uFlags) != UNZ_OK) in unz64local_CheckCurrentFileCoherencyHeader()
1437 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.crc) && ((uFlags & 8)==0)) in unz64local_CheckCurrentFileCoherencyHeader()
1442 …a != 0xFFFFFFFF && (err==UNZ_OK) && (uData!=s->cur_file_info.compressed_size) && ((uFlags & 8)==0)) in unz64local_CheckCurrentFileCoherencyHeader()
1447 …!= 0xFFFFFFFF && (err==UNZ_OK) && (uData!=s->cur_file_info.uncompressed_size) && ((uFlags & 8)==0)) in unz64local_CheckCurrentFileCoherencyHeader()
/external/mesa3d/include/GL/
Dwglext.h588 typedef LPVOID (WINAPI * PFNWGLCREATEIMAGEBUFFERI3DPROC) (HDC hDC, DWORD dwSize, UINT uFlags);
593 LPVOID WINAPI wglCreateImageBufferI3D (HDC hDC, DWORD dwSize, UINT uFlags);
/external/swiftshader/include/GL/
Dwglext.h588 typedef LPVOID (WINAPI * PFNWGLCREATEIMAGEBUFFERI3DPROC) (HDC hDC, DWORD dwSize, UINT uFlags);
593 LPVOID WINAPI wglCreateImageBufferI3D (HDC hDC, DWORD dwSize, UINT uFlags);
/external/syzkaller/sys/windows/
Dwindows.txt546 GlobalAlloc(uFlags int32, dwBytes int64)
547 GlobalReAlloc(hMem ptr[inout, array[int8]], dwBytes int64, uFlags int32)
560 LocalAlloc(uFlags int32, uBytes int64)
561 LocalReAlloc(hMem ptr[inout, array[int8]], uBytes int64, uFlags int32)
1325 …t, intptr], hWndInsertAfter ptr[inout, intptr], X int32, Y int32, cx int32, cy int32, uFlags int32)
1331 …t, intptr], hWndInsertAfter ptr[inout, intptr], x int32, y int32, cx int32, cy int32, uFlags int32)
1404 …irtKey int32, uScanCode int32, lpKeyState ptr[inout, int8], lpChar ptr[inout, int16], uFlags int32)
1405 … uScanCode int32, lpKeyState ptr[inout, int8], lpChar ptr[inout, int16], uFlags int32, dwhkl ptr[i…
1478 GetMenuState(hMenu ptr[inout, intptr], uId int32, uFlags int32)
1489 InsertMenuA(hMenu ptr[inout, intptr], uPosition int32, uFlags int32, uIDNewItem int64, lpNewItem pt…
[all …]