Home
last modified time | relevance | path

Searched refs:UINTPTR_T (Results 1 – 25 of 72) sorted by relevance

123

/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/sys/
H A Dstrcodec.h95 CT_ASSERT(sizeof(UINTPTR_T) == sizeof(void*), strcodec1);
99 #define WRAPPTR(p, s) ((void*)((UINTPTR_T)(p) & ~(UINTPTR_T)(s)))
102 #define MASKPTR(p, m) ((void*)((UINTPTR_T)(p) & (INTPTR_T)(m)))
105 #define PACKET1(ps, pc, s) (((INTPTR_T)(ps) ^ (INTPTR_T)(pc)) & ((UINTPTR_T)(s)))
111 #define ALIGNUP(p, s) ((void*)(((UINTPTR_T)(p) + ((UINTPTR_T)(s) - 1)) & ~((UINTPTR_T)(s) - 1)))
112 #define ALIGNDOWN(p, s) ((void*)((UINTPTR_T)(p) & ~((UINTPTR_T)(s) - 1)))
H A Dansi.h48 #define UINTPTR_T unsigned long long macro
51 #define UINTPTR_T unsigned int macro
H A Dxplatform_image.h36 #define UINTPTR_T unsigned int macro
54 #define UINTPTR_T unsigned int macro
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/err/
H A Derr.c916 #ifdef UINTPTR_T
917 # undef UINTPTR_T
930 # define UINTPTR_T unsigned long long macro
932 # define UINTPTR_T size_t macro
948 es->err_file[top] = (const char *)((UINTPTR_T)es->err_file[top] & in err_clear_last_constant_time()
949 ~((UINTPTR_T)0 - clear)); in err_clear_last_constant_time()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/err/
H A Derr.c916 #ifdef UINTPTR_T
917 # undef UINTPTR_T
930 # define UINTPTR_T unsigned long long macro
932 # define UINTPTR_T size_t macro
948 es->err_file[top] = (const char *)((UINTPTR_T)es->err_file[top] & in err_clear_last_constant_time()
949 ~((UINTPTR_T)0 - clear)); in err_clear_last_constant_time()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/err/
H A Derr.c916 #ifdef UINTPTR_T
917 # undef UINTPTR_T
930 # define UINTPTR_T unsigned long long macro
932 # define UINTPTR_T size_t macro
948 es->err_file[top] = (const char *)((UINTPTR_T)es->err_file[top] & in err_clear_last_constant_time()
949 ~((UINTPTR_T)0 - clear)); in err_clear_last_constant_time()
/dports/net/ntp/ntp-4.2.8p15/libntp/
H A Dwork_thread.c60 #ifndef UINTPTR_T
62 # define UINTPTR_T uintptr_t macro
64 # define UINTPTR_T UINT_PTR macro
66 # define UINTPTR_T size_t macro
80 # define thread_exit(c) pthread_exit((void*)(UINTPTR_T)(c))
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/x86/
H A Dx86.h49 #define UINTPTR_T uintptr_t macro
/dports/math/vtk6/VTK-6.2.0/Filters/StatisticsGnuR/
H A DvtkFiltersStatisticsGnuRConfigure.h.in19 /* Set the whether we have UINTPTR_T defined in support of the GNU R interface */
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/android/
H A Dsnprintf.cpp298 #ifndef UINTPTR_T
300 #define UINTPTR_T uintptr_t macro
302 #define UINTPTR_T unsigned long int macro
725 (UINTPTR_T)strvalue, 16, width, in rpl_vsnprintf()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android3d/
H A Dsnprintf.cpp298 #ifndef UINTPTR_T
300 #define UINTPTR_T uintptr_t macro
302 #define UINTPTR_T unsigned long int macro
725 (UINTPTR_T)strvalue, 16, width, in rpl_vsnprintf()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android/
H A Dsnprintf.cpp298 #ifndef UINTPTR_T
300 #define UINTPTR_T uintptr_t macro
302 #define UINTPTR_T unsigned long int macro
725 (UINTPTR_T)strvalue, 16, width, in rpl_vsnprintf()
/dports/emulators/qemu-utils/qemu-4.2.1/scripts/
H A Ddump-guest-memory.py21 UINTPTR_T = gdb.lookup_type("uintptr_t")
462 (target_start, target_end, host_addr.cast(UINTPTR_T),
539 (cur.cast(UINTPTR_T), left))
/dports/emulators/qemu5/qemu-5.2.0/scripts/
H A Ddump-guest-memory.py20 UINTPTR_T = gdb.lookup_type("uintptr_t")
461 (target_start, target_end, host_addr.cast(UINTPTR_T),
538 (cur.cast(UINTPTR_T), left))
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/
H A Ddump-guest-memory.py20 UINTPTR_T = gdb.lookup_type("uintptr_t")
461 (target_start, target_end, host_addr.cast(UINTPTR_T),
538 (cur.cast(UINTPTR_T), left))
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/scripts/
H A Ddump-guest-memory.py21 UINTPTR_T = gdb.lookup_type("uintptr_t")
459 (target_start, target_end, host_addr.cast(UINTPTR_T),
536 (cur.cast(UINTPTR_T), left))
/dports/emulators/qemu42/qemu-4.2.1/scripts/
H A Ddump-guest-memory.py21 UINTPTR_T = gdb.lookup_type("uintptr_t")
462 (target_start, target_end, host_addr.cast(UINTPTR_T),
539 (cur.cast(UINTPTR_T), left))
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/
H A Ddump-guest-memory.py20 UINTPTR_T = gdb.lookup_type("uintptr_t")
461 (target_start, target_end, host_addr.cast(UINTPTR_T),
538 (cur.cast(UINTPTR_T), left))
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/
H A Ddump-guest-memory.py20 UINTPTR_T = gdb.lookup_type("uintptr_t")
461 (target_start, target_end, host_addr.cast(UINTPTR_T),
538 (cur.cast(UINTPTR_T), left))
/dports/emulators/qemu/qemu-6.2.0/scripts/
H A Ddump-guest-memory.py20 UINTPTR_T = gdb.lookup_type("uintptr_t")
461 (target_start, target_end, host_addr.cast(UINTPTR_T),
538 (cur.cast(UINTPTR_T), left))
/dports/emulators/qemu60/qemu-6.0.0/scripts/
H A Ddump-guest-memory.py20 UINTPTR_T = gdb.lookup_type("uintptr_t")
461 (target_start, target_end, host_addr.cast(UINTPTR_T),
538 (cur.cast(UINTPTR_T), left))
/dports/net-mgmt/nsca-ng/nsca-ng-1.6/lib/
H A Dxprintf.c154 # ifndef UINTPTR_T
156 # define UINTPTR_T uintptr_t macro
158 # define UINTPTR_T unsigned long int macro
607 (UINTPTR_T)strvalue, 16, width, in rpl_vsnprintf()
/dports/net-mgmt/nsca-ng-client/nsca-ng-1.6/lib/
H A Dxprintf.c154 # ifndef UINTPTR_T
156 # define UINTPTR_T uintptr_t macro
158 # define UINTPTR_T unsigned long int macro
607 (UINTPTR_T)strvalue, 16, width, in rpl_vsnprintf()
/dports/devel/upp/upp/bazaar/plugin/matio/lib/
H A Dsnprintf.c294 #ifndef UINTPTR_T
296 #define UINTPTR_T uintptr_t macro
298 #define UINTPTR_T unsigned long int macro
747 (UINTPTR_T)strvalue, 16, width, in rpl_vsnprintf()
/dports/math/matio/matio-1.5.21/src/
H A Dsnprintf.c294 #ifndef UINTPTR_T
296 #define UINTPTR_T uintptr_t macro
298 #define UINTPTR_T unsigned long int macro
747 (UINTPTR_T)strvalue, 16, width, in rpl_vsnprintf()

123