HomeSort by relevance Sort by last modified time
    Searched refs:SIZE_T (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
psapi.h 73 SIZE_T PeakWorkingSetSize;
74 SIZE_T WorkingSetSize;
75 SIZE_T QuotaPeakPagedPoolUsage;
76 SIZE_T QuotaPagedPoolUsage;
77 SIZE_T QuotaPeakNonPagedPoolUsage;
78 SIZE_T QuotaNonPagedPoolUsage;
79 SIZE_T PagefileUsage;
80 SIZE_T PeakPagefileUsage;
87 SIZE_T PeakWorkingSetSize;
88 SIZE_T WorkingSetSize
    [all...]
d3dcompiler.h 66 HRESULT WINAPI D3DCompile(const void *data, SIZE_T data_size, const char *filename,
69 typedef HRESULT (WINAPI *pD3DCompile)(const void *data, SIZE_T data_size, const char *filename,
81 HRESULT WINAPI D3DStripShader(const void *data, SIZE_T data_size, UINT flags, ID3DBlob **blob);
99 HRESULT WINAPI D3DDisassemble(const void *data, SIZE_T data_size,
101 typedef HRESULT (WINAPI *pD3DDisassemble)(const void *data, SIZE_T data_size,
103 HRESULT WINAPI D3DGetBlobPart(const void *data, SIZE_T data_size, D3D_BLOB_PART part, UINT flags, ID3DBlob **blob);
104 HRESULT WINAPI D3DGetInputSignatureBlob(const void *data, SIZE_T data_size, ID3DBlob **blob);
105 HRESULT WINAPI D3DGetOutputSignatureBlob(const void *data, SIZE_T data_size, ID3DBlob **blob);
106 HRESULT WINAPI D3DGetInputAndOutputSignatureBlob(const void *data, SIZE_T data_size, ID3DBlob **blob);
107 HRESULT WINAPI D3DGetDebugInfo(const void *data, SIZE_T data_size, ID3DBlob **blob)
    [all...]
tcpestats.h 137 SIZE_T CurAppRQueue;
138 SIZE_T MaxAppRQueue;
147 SIZE_T CurRetxQueue;
148 SIZE_T MaxRetxQueue;
149 SIZE_T CurAppWQueue;
150 SIZE_T MaxAppWQueue;
160 SIZE_T SndLimBytesRwin;
163 SIZE_T SndLimBytesCwnd;
166 SIZE_T SndLimBytesSnd;
d3dx9xof.h 52 SIZE_T dSize;
84 STDMETHOD(RegisterTemplates)(THIS_ LPCVOID, SIZE_T) PURE;
99 SIZE_T data_size, const void *data, struct ID3DXFileSaveData **obj) PURE;
113 STDMETHOD(GetName)(THIS_ LPSTR, SIZE_T*) PURE;
117 SIZE_T data_size, const void *data, ID3DXFileSaveData **obj) PURE;
132 STDMETHOD(GetChildren)(THIS_ SIZE_T*) PURE;
133 STDMETHOD(GetChild)(THIS_ SIZE_T id, struct ID3DXFileData **child) PURE;
148 STDMETHOD(GetName)(THIS_ LPSTR, SIZE_T*) PURE;
150 STDMETHOD(Lock)(THIS_ SIZE_T*, LPCVOID*) PURE;
154 STDMETHOD(GetChildren)(THIS_ SIZE_T*) PURE
    [all...]
d3d10misc.h 42 HRESULT WINAPI D3D10CreateBlob(SIZE_T data_size, ID3D10Blob **blob);
d3d10shader.h 215 HRESULT WINAPI D3D10CompileShader(LPCSTR data, SIZE_T data_size, LPCSTR filename,
218 HRESULT WINAPI D3D10DisassembleShader(const void *data, SIZE_T data_size,
224 HRESULT WINAPI D3D10ReflectShader(const void *data, SIZE_T data_size, ID3D10ShaderReflection **reflector);
225 HRESULT WINAPI D3D10GetInputSignatureBlob(const void *data, SIZE_T data_size, ID3D10Blob **blob);
226 HRESULT WINAPI D3D10GetOutputSignatureBlob(const void *data, SIZE_T data_size, ID3D10Blob **blob);
227 HRESULT WINAPI D3D10GetInputAndOutputSignatureBlob(const void *data, SIZE_T data_size, ID3D10Blob **blob);
228 HRESULT WINAPI D3D10GetShaderDebugInfo(const void *data, SIZE_T data_size, ID3D10Blob **blob);
winternl.h 595 SIZE_T PeakVirtualSize;
596 SIZE_T VirtualSize;
598 SIZE_T PeakWorkingSetSize;
599 SIZE_T WorkingSetSize;
600 SIZE_T QuotaPeakPagedPoolUsage;
601 SIZE_T QuotaPagedPoolUsage;
602 SIZE_T QuotaPeakNonPagedPoolUsage;
603 SIZE_T QuotaNonPagedPoolUsage;
604 SIZE_T PagefileUsage;
605 SIZE_T PeakPagefileUsage
    [all...]
tlhelp32.h 26 SIZE_T dwSize;
41 SIZE_T dwSize;
44 SIZE_T dwBlockSize;
60 WINBOOL WINAPI Toolhelp32ReadProcessMemory(DWORD th32ProcessID,LPCVOID lpBaseAddress,LPVOID lpBuffer,SIZE_T cbRead,SIZE_T *lpNumberOfBytesRead);
nmsupp.h 65 extern LPVOID WINAPI AllocMemory(SIZE_T size);
66 extern LPVOID WINAPI ReallocMemory(LPVOID ptr,SIZE_T NewSize);
69 extern SIZE_T WINAPI MemorySize(LPVOID ptr);
dxgi.idl 112 SIZE_T DedicatedVideoMemory;
113 SIZE_T DedicatedSystemMemory;
114 SIZE_T SharedSystemMemory;
418 SIZE_T DedicatedVideoMemory;
419 SIZE_T DedicatedSystemMemory;
420 SIZE_T SharedSystemMemory;
  /external/v8/tools/testrunner/server/
constants.py 35 SIZE_T = 4 # Number of bytes used for network request size header.
compression.py 72 while self.datalength < constants.SIZE_T:
79 size = self._PopData(constants.SIZE_T)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntstrsafe.h 40 IN SIZE_T MaxLength,
44 SIZE_T LocalMax = MaxLength;
73 IN SIZE_T Length,
75 IN SIZE_T MaxLength)
104 IN SIZE_T MaxLength,
119 IN SIZE_T MaxLength,
137 IN SIZE_T Length,
144 SIZE_T MaxLength, LocalNewLength = 0;
149 if ((Return < 0) || ((SIZE_T)Return > MaxLength))
158 else if ((SIZE_T)Return == MaxLength
    [all...]
ntddk.h     [all...]
  /external/compiler-rt/lib/interception/
interception_type_test.cc 22 COMPILER_CHECK(sizeof(::SIZE_T) == sizeof(size_t));
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_misc.h 3 SIZE_T num_bytes,
8 SIZE_T num_bytes,
42 std::pair<void*, size_t> p = dxbc_assemble(chunks, num_chunks);
51 SIZE_T bytecode_length,
64 SIZE_T bytecode_length,
77 SIZE_T bytecode_length,
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 104 INTERCEPTOR(SIZE_T, fread, void *ptr, SIZE_T size, SIZE_T nmemb, void *file) {
106 SIZE_T res = REAL(fread)(ptr, size, nmemb, file);
113 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb,
116 SIZE_T res = REAL(fread_unlocked)(ptr, size, nmemb, file);
126 INTERCEPTOR(SSIZE_T, readlink, const char *path, char *buf, SIZE_T bufsiz) {
135 INTERCEPTOR(void *, memcpy, void *dest, const void *src, SIZE_T n)
    [all...]
  /external/compiler-rt/lib/dfsan/
dfsan_interceptors.cc 19 INTERCEPTOR(void *, mmap, void *addr, SIZE_T length, int prot, int flags,
27 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags,
  /external/lzma/C/
Alloc.c 23 void *MyAlloc(size_t size)
49 void *MidAlloc(size_t size)
75 SIZE_T g_LargePageSize = 0;
76 typedef SIZE_T (WINAPI *GetLargePageMinimumP)();
82 SIZE_T size = 0;
95 void *BigAlloc(size_t size)
  /external/lzma/CPP/Windows/
FileMapping.h 43 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap)
49 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap, LPVOID baseAddress)
  /external/google-breakpad/src/client/windows/crash_generation/
client_info.cc 34 static const size_t kMaxCustomInfoEntries = 4096;
137 SIZE_T bytes_count = 0;
150 SIZE_T bytes_count = 0;
186 SIZE_T bytes_count = 0;
187 SIZE_T read_count = sizeof(CustomInfoEntry) * custom_client_info_.count;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10shader.idl 257 HRESULT D3D10CompileShader(LPCSTR pSrcData, SIZE_T SrcDataLen, LPCSTR pFileName, const D3D10_SHADER_MACRO* pDefines, LPD3D10INCLUDE pInclude,
259 HRESULT D3D10DisassembleShader(const void *pShader, SIZE_T BytecodeLength, BOOL EnableColorCode, LPCSTR pComments, ID3D10Blob** ppDisassembly);
263 HRESULT D3D10ReflectShader(const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D10ShaderReflection **ppReflector);
264 HRESULT D3D10PreprocessShader(LPCSTR pSrcData, SIZE_T SrcDataSize, LPCSTR pFileName, const D3D10_SHADER_MACRO* pDefines,
266 HRESULT D3D10GetInputSignatureBlob(const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D10Blob **ppSignatureBlob);
267 HRESULT D3D10GetOutputSignatureBlob(const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D10Blob **ppSignatureBlob);
268 HRESULT D3D10GetInputAndOutputSignatureBlob(const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D10Blob **ppSignatureBlob);
269 HRESULT D3D10GetShaderDebugInfo(const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D10Blob** ppDebugInfo);
dxgi.idl 109 SIZE_T DedicatedVideoMemory;
110 SIZE_T DedicatedSystemMemory;
111 SIZE_T SharedSystemMemory;
399 SIZE_T DedicatedVideoMemory;
400 SIZE_T DedicatedSystemMemory;
401 SIZE_T SharedSystemMemory;
  /external/compiler-rt/lib/asan/
asan_interceptors.h 87 DECLARE_REAL(SIZE_T, strlen, const char *s)
  /external/libchrome/sandbox/win/src/
nt_internals.h 229 IN SIZE_T CommitSize,
255 IN SIZE_T SectionInformationLength,
377 IN SIZE_T MaximumStackSize,
378 IN SIZE_T CommittedStackSize,
419 IN SIZE_T ReserveSize OPTIONAL,
420 IN SIZE_T CommitSize OPTIONAL,
430 IN SIZE_T Size);
467 IN SIZE_T MemoryInformationLength,
620 IN size_t _MaxCount);
622 typedef size_t (__cdecl *strlenFunction)
    [all...]

Completed in 385 milliseconds

1 2 3 4