Searched refs:ULONG_PTR (Results 1 – 15 of 15) sorted by relevance
/external/clang/test/Parser/ |
D | MicrosoftExtensions.c | 9 typedef __w64 unsigned long ULONG_PTR, *PULONG_PTR; typedef 12 return((void * __ptr64) (unsigned __int64) (ULONG_PTR)p ); in PtrToPtr64() 16 return((void * __ptr32) (unsigned __int32) (ULONG_PTR)p ); in PtrToPtr32()
|
/external/netperf/ |
D | netlib.h | 585 #define ULONG_PTR unsigned long macro 589 (char *)(( (ULONG_PTR)(BufPtr) + \ 590 (ULONG_PTR) (Align) -1) & \ 591 ~((ULONG_PTR) (Align) - 1)) + (ULONG_PTR)(Offset)
|
D | netlib.c | 937 (LPVOID)(ULONG_PTR)time, in start_timer() 1274 temp_link->buffer_ptr = (char *)(( (ULONG_PTR)(temp_link->buffer_base) + in allocate_buffer_ring() 1275 (ULONG_PTR)alignment - 1) & in allocate_buffer_ring() 1276 ~((ULONG_PTR)alignment - 1)); in allocate_buffer_ring() 1464 (((ULONG_PTR)temp_link->buffer_base + (ULONG_PTR)alignment - 1) & in allocate_exs_buffer_ring() 1465 ~((ULONG_PTR)alignment - 1)); in allocate_exs_buffer_ring() 2040 ULONG_PTR AffinityMask; in bind_to_specific_processor() 2041 ULONG_PTR ProcessAffinityMask; in bind_to_specific_processor() 2042 ULONG_PTR SystemAffinityMask; in bind_to_specific_processor() 2061 AffinityMask = (ULONG_PTR)1 << mapped_affinity; in bind_to_specific_processor()
|
D | netcpu_looper.c | 148 if (!SetThreadAffinityMask(GetCurrentThread(), (ULONG_PTR)1 << (child_num % lib_num_loc_cpus))) { in bind_to_processor() 398 (LPVOID)(ULONG_PTR)i, in start_looper_processes()
|
/external/clang/test/Analysis/ |
D | null-deref-ps.c | 257 typedef unsigned long ULONG_PTR, *PULONG_PTR; typedef 258 typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;
|
/external/webrtc/src/system_wrappers/source/ |
D | set_thread_name_win.h | 36 (ULONG_PTR*)&info); in SetThreadName()
|
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.cc | 581 reinterpret_cast<ULONG_PTR>(&assertion.expression); in HandleInvalidParameter() 583 reinterpret_cast<ULONG_PTR>(&assertion.file); in HandleInvalidParameter() 661 reinterpret_cast<ULONG_PTR>(&assertion.expression); in HandlePureVirtualCall() 663 reinterpret_cast<ULONG_PTR>(&assertion.file); in HandlePureVirtualCall()
|
/external/llvm/lib/Support/Windows/ |
D | DynamicLibrary.inc | 45 ELM_Callback(WIN32_ELMCB_PCSTR ModuleName, ULONG_PTR ModuleBase,
|
/external/google-breakpad/src/client/windows/unittests/ |
D | minidump_test.cc | 99 { EXCEPTION_WRITE_FAULT, reinterpret_cast<ULONG_PTR>(this) } in WriteDump()
|
/external/fio/engines/ |
D | windowsaio.c | 371 ULONG_PTR ulKey = 0; in IoCompletionRoutine()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 84 #define SSRVOPT_RESET ((ULONG_PTR)-1) 1255 #define RVA_TO_ADDR(Mapping,Rva) ((PVOID)(((ULONG_PTR) (Mapping)) + (Rva)))
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Update.cpp | 630 ULONG_PTR ulUIParam,
|
/external/llvm/cmake/ |
D | config-ix.cmake | 443 extern \"C\" void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));
|
/external/llvm/autoconf/ |
D | configure.ac | 1904 extern void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));
|
/external/llvm/ |
D | configure | 16798 extern void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));
|