Home
last modified time | relevance | path

Searched refs:LongToHandle (Results 1 – 25 of 79) sorted by relevance

1234

/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dbasetsd.h43 #define LongToHandle( h) ((HANDLE)(LONG_PTR) (h)) macro
95 inline void* LongToHandle( const long h )
/dports/devel/upp/upp/bazaar/plugin/tcc/include/winapi/
H A Dbasetsd.h21 #define LongToHandle( h) ((HANDLE)(LONG_PTR) (h)) macro
72 inline void* LongToHandle( const long h )
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dbasetsd.h43 #define LongToHandle( h) ((HANDLE)(LONG_PTR) (h)) macro
95 inline void* LongToHandle( const long h )
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dbasetsd.d83 void* LongToHandle(int h) { return(cast(void*) cast(INT_PTR) h); } in version()
110 HANDLE LongToHandle(LONG_PTR h) { return cast(HANDLE)h; } in LongToHandle() function
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dbasetsd.d83 void* LongToHandle(int h) { return(cast(void*) cast(INT_PTR) h); } in version()
110 HANDLE LongToHandle(LONG_PTR h) { return cast(HANDLE)h; } in LongToHandle() function
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dbasetsd.d82 void* LongToHandle(int h) { return(cast(void*) cast(INT_PTR) h); }
109 HANDLE LongToHandle(LONG_PTR h) { return cast(HANDLE)h; }
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dbasetsd.d83 void* LongToHandle(int h) { return(cast(void*) cast(INT_PTR) h); } in version()
110 HANDLE LongToHandle(LONG_PTR h) { return cast(HANDLE)h; } in LongToHandle() function
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dbasetsd.d82 void* LongToHandle(int h) { return(cast(void*) cast(INT_PTR) h); } in version()
109 HANDLE LongToHandle(LONG_PTR h) { return cast(HANDLE)h; } in LongToHandle() function
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dbasetsd.d82 void* LongToHandle(int h) { return(cast(void*) cast(INT_PTR) h); } in version()
109 HANDLE LongToHandle(LONG_PTR h) { return cast(HANDLE)h; } in LongToHandle() function
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dbasetsd.d82 void* LongToHandle(int h) { return(cast(void*) cast(INT_PTR) h); } in version()
109 HANDLE LongToHandle(LONG_PTR h) { return cast(HANDLE)h; } in LongToHandle() function
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dbasetsd.d82 void* LongToHandle(int h) { return(cast(void*) cast(INT_PTR) h); } in version()
109 HANDLE LongToHandle(LONG_PTR h) { return cast(HANDLE)h; } in LongToHandle() function
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Dbasetsd.d82 void* LongToHandle(int h) { return(cast(void*) cast(INT_PTR) h); } in version()
109 HANDLE LongToHandle(LONG_PTR h) { return cast(HANDLE)h; } in LongToHandle() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dbasetsd.d83 void* LongToHandle(int h) { return(cast(void*) cast(INT_PTR) h); } in version()
110 HANDLE LongToHandle(LONG_PTR h) { return cast(HANDLE)h; } in LongToHandle() function
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbasetsd.h71 static __inline void *LongToHandle (const __LONG32 h) { return ((void *) (INT_PTR) h); } in LongToHandle() function
105 #define LongToHandle(h) ((HANDLE) (LONG_PTR) (h)) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbasetsd.h71 static __inline void *LongToHandle (const __LONG32 h) { return ((void *) (INT_PTR) h); } in LongToHandle() function
105 #define LongToHandle(h) ((HANDLE) (LONG_PTR) (h)) macro
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/lib/
H A Dcurl_threads.c122 if((t == 0) || (t == LongToHandle(-1L))) { in Curl_thread_create()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/lib/
H A Dcurl_threads.c122 if((t == 0) || (t == LongToHandle(-1L))) { in Curl_thread_create()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/lib/
H A Dcurl_threads.c122 if((t == 0) || (t == LongToHandle(-1L))) { in Curl_thread_create()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dcurl_threads.c122 if((t == 0) || (t == LongToHandle(-1L))) { in Curl_thread_create()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dcurl_threads.c122 if((t == 0) || (t == LongToHandle(-1L))) { in Curl_thread_create()
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/lib/
H A Dcurl_threads.c122 if((t == 0) || (t == LongToHandle(-1L))) { in Curl_thread_create()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/lib/
H A Dcurl_threads.c122 if((t == 0) || (t == LongToHandle(-1L))) { in Curl_thread_create()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dcurl_threads.c122 if((t == 0) || (t == LongToHandle(-1L))) { in Curl_thread_create()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/lib/
H A Dcurl_threads.c122 if((t == 0) || (t == LongToHandle(-1L))) { in Curl_thread_create()
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/lib/
H A Dcurl_threads.c122 if((t == 0) || (t == LongToHandle(-1L))) { in Curl_thread_create()

1234