Searched refs:ULONG_PTR (Results 1 – 5 of 5) sorted by relevance
585 #define ULONG_PTR unsigned long macro589 (char *)(( (ULONG_PTR)(BufPtr) + \590 (ULONG_PTR) (Align) -1) & \591 ~((ULONG_PTR) (Align) - 1)) + (ULONG_PTR)(Offset)
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()
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()
130 …RaiseException(MS_VC_EXCEPTION, 0, sizeof(info)/sizeof(ULONG_PTR), reinterpret_cast<ULONG_PTR*>(&i… in setThreadNameInternal()
461 msg.lParam = static_cast<ULONG_PTR>(JSValueToNumber(context, arguments[2], exception)); in dispatchMessageCallback()