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

1 2 34 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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);
  /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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11.idl     [all...]
d3dcommon.idl 314 SIZE_T GetBufferSize();
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11.idl     [all...]
d3dcommon.idl 314 SIZE_T GetBufferSize();
  /external/chromium_org/sandbox/win/src/
interception.cc 31 const size_t kAllocGranularity = 65536;
32 const size_t kPageSize = 4096;
35 size_t GetGranularAlignedRandomOffset(size_t size) {
45 size_t align_size = kPageSize;
46 for (size_t new_size = align_size / 2; new_size >= size; new_size /= 2) {
122 size_t buffer_bytes = GetBufferSize();
143 size_t InterceptionManager::GetBufferSize() const {
145 size_t buffer_bytes = 0;
155 size_t dll_name_bytes = (it->dll.size() + 1) * sizeof(wchar_t)
    [all...]
handle_closer.cc 19 if (size_t mod = v % sizeof(size_t))
20 v += sizeof(size_t) - mod;
25 return reinterpret_cast<T*>(RoundUpToWordSize(reinterpret_cast<size_t>(v)));
66 size_t HandleCloser::GetBufferSize() {
67 size_t bytes_total = offsetof(HandleCloserInfo, handle_entries);
71 size_t bytes_entry = offsetof(HandleListEntry, handle_type) +
91 size_t bytes_needed = GetBufferSize();
92 scoped_ptr<size_t[]> local_buffer(
93 new size_t[bytes_needed / sizeof(size_t)])
    [all...]
interception_agent.cc 19 bool IsWithinRange(const void* base, size_t range, const void* target) {
43 size_t array_bytes = g_interceptions->num_intercepted_dlls * sizeof(void*);
109 size_t buffer_bytes = offsetof(DllInterceptionData, thunks) +
126 SIZE_T real_size = buffer_bytes;
interceptors_64.h 20 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
target_process.cc 20 void CopyPolicyToTarget(const void* source, size_t size, void* dest) {
27 size_t offset = reinterpret_cast<size_t>(source);
29 for (size_t i = 0; i < sandbox::kMaxServiceCount; i++) {
30 size_t buffer = reinterpret_cast<size_t>(policy->entry[i]);
43 SANDBOX_INTERCEPT size_t g_shared_IPC_size;
44 SANDBOX_INTERCEPT size_t g_shared_policy_size;
207 size_t size) {
224 size_t offset = reinterpret_cast<char*>(child_var)
    [all...]
interceptors_64.cc 26 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
win_utils.cc 38 size_t start = 0;
51 for (size_t i = 0; i < arraysize(kKnownKey); ++i) {
60 for (size_t i = 0; i < arraysize(kKnownKey); ++i) {
148 size_t colon_pos = path.find(L':');
282 const void* buffer, size_t length) {
289 SIZE_T written;
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
environment_data_collection_win_unittest.cc 177 for (size_t i = 0; i < safe_browsing::kTestDllNamesCount; ++i) {
191 SIZE_T bytes_written = 0;
  /external/compiler-rt/lib/interception/
interception.h 27 typedef __sanitizer::uptr SIZE_T;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntagp.h 192 SIZE_T AgpSize;

Completed in 1149 milliseconds

1 2 34 5 6