/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ws2san.h | 159 IN SIZE_T Size, 244 IN SIZE_T Size,
|
ntagp.h | 192 SIZE_T AgpSize;
|
/prebuilts/misc/common/swig/include/2.0.11/ |
windows.i | 105 typedef ULONG_PTR SIZE_T, *PSIZE_T;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winbase.h | 461 SIZE_T dwTotalPhys; 462 SIZE_T dwAvailPhys; 463 SIZE_T dwTotalPageFile; 464 SIZE_T dwAvailPageFile; 465 SIZE_T dwTotalVirtual; 466 SIZE_T dwAvailVirtual; [all...] |
netioapi.h | 296 SIZE_T Length 302 SIZE_T Length 337 SIZE_T Length
|
d3dcommon.h | 58 virtual SIZE_T STDMETHODCALLTYPE GetBufferSize( 85 SIZE_T (STDMETHODCALLTYPE *GetBufferSize)( 118 static FORCEINLINE SIZE_T ID3D10Blob_GetBufferSize(ID3D10Blob* This) { 133 SIZE_T STDMETHODCALLTYPE ID3D10Blob_GetBufferSize_Proxy(
|
perflib.h | 22 typedef LPVOID (CALLBACK *PERF_MEM_ALLOC)(SIZE_T AllocSize,LPVOID pContext);
|
cardmod.h | 77 typedef LPVOID ( WINAPI *PFN_CSP_ALLOC )(SIZE_T Size); 78 typedef LPVOID ( WINAPI *PFN_CSP_REALLOC )(LPVOID Address,SIZE_T Size);
|
winnt.h | [all...] |
d3d11.idl | 1048 [in, out] SIZE_T *pBufferLength); 1051 [in, out] SIZE_T *pBufferLength); [all...] |
mscoree.h | 228 SIZE_T nMaxVirtualMemMB, 229 SIZE_T *nNewMaxVirtualMemMB) = 0; 254 SIZE_T nMaxVirtualMemMB, 255 SIZE_T *nNewMaxVirtualMemMB); 283 static FORCEINLINE HRESULT IGCHostControl_RequestVirtualMemLimit(IGCHostControl* This,SIZE_T nMaxVirtualMemMB,SIZE_T *nNewMaxVirtualMemMB) { 293 SIZE_T nMaxVirtualMemMB, 294 SIZE_T *nNewMaxVirtualMemMB); [all...] |
basetsd.h | 149 __MINGW_EXTENSION typedef ULONG_PTR SIZE_T,*PSIZE_T;
|
d3d10_1.h | 834 SIZE_T BytecodeLength, 840 SIZE_T BytecodeLength, 846 SIZE_T BytecodeLength, 852 SIZE_T BytecodeLength, 861 SIZE_T BytecodeLength, [all...] |
d3d11.h | [all...] |
d3dcommon.idl | 38 SIZE_T GetBufferSize();
|
objbase.h | 308 WINOLEAPI_(LPVOID) CoTaskMemAlloc(SIZE_T cb); 309 WINOLEAPI_(LPVOID) CoTaskMemRealloc(LPVOID pv,SIZE_T cb);
|
mspaddr.h | 9 MSPEVENTITEM *AllocateEventItem(SIZE_T nExtraBytes = 0);
|
mswsock.h | 171 SIZE_T cmsg_len;
|
/external/compiler-rt/lib/tsan/dd/ |
dd_interceptors.cc | 234 INTERCEPTOR(SSIZE_T, read, int fd, void *ptr, SIZE_T count) { 239 INTERCEPTOR(SSIZE_T, pread, int fd, void *ptr, SIZE_T count, OFF_T offset) {
|
/external/opencv3/3rdparty/libtiff/ |
tif_win32.c | 332 return (malloc((size_t) s)); 344 return (realloc(p, (size_t) s)); 350 memset(p, v, (size_t) c); 356 memcpy(d, s, (size_t) c); 362 return (memcmp(p1, p2, (size_t) c)); 380 SIZE_T nBufSize = (strlen(szTmpModule) + 411 SIZE_T nBufSize = (strlen(szTmpModule) +
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
d3d11.idl | [all...] |
d3dcommon.idl | 314 SIZE_T GetBufferSize();
|
/external/compiler-rt/lib/asan/ |
asan_interceptors.cc | 569 INTERCEPTOR(SIZE_T, strlen, const char *s) { 579 SIZE_T length = REAL(strlen)(s); 586 INTERCEPTOR(SIZE_T, wcslen, const wchar_t *s) { 589 SIZE_T length = REAL(wcslen)(s);
|
/external/compiler-rt/lib/interception/ |
interception.h | 27 typedef __sanitizer::uptr SIZE_T;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_screen.h | 645 SIZE_T bytecode_length, [all...] |