Home
last modified time | relevance | path

Searched refs:ULONG_PTR (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/Parser/
DMicrosoftExtensions.c9 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/
Dnetlib.h585 #define ULONG_PTR unsigned long macro
589 (char *)(( (ULONG_PTR)(BufPtr) + \
590 (ULONG_PTR) (Align) -1) & \
591 ~((ULONG_PTR) (Align) - 1)) + (ULONG_PTR)(Offset)
Dnetlib.c937 (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()
Dnetcpu_looper.c148 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/
Dnull-deref-ps.c257 typedef unsigned long ULONG_PTR, *PULONG_PTR; typedef
258 typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;
/external/webrtc/src/system_wrappers/source/
Dset_thread_name_win.h36 (ULONG_PTR*)&info); in SetThreadName()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc581 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/
DDynamicLibrary.inc45 ELM_Callback(WIN32_ELMCB_PCSTR ModuleName, ULONG_PTR ModuleBase,
/external/google-breakpad/src/client/windows/unittests/
Dminidump_test.cc99 { EXCEPTION_WRITE_FAULT, reinterpret_cast<ULONG_PTR>(this) } in WriteDump()
/external/fio/engines/
Dwindowsaio.c371 ULONG_PTR ulKey = 0; in IoCompletionRoutine()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h84 #define SSRVOPT_RESET ((ULONG_PTR)-1)
1255 #define RVA_TO_ADDR(Mapping,Rva) ((PVOID)(((ULONG_PTR) (Mapping)) + (Rva)))
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp630 ULONG_PTR ulUIParam,
/external/llvm/cmake/
Dconfig-ix.cmake443 extern \"C\" void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));
/external/llvm/autoconf/
Dconfigure.ac1904 extern void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));
/external/llvm/
Dconfigure16798 extern void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));