Home
last modified time | relevance | path

Searched defs:GET32 (Results 1 – 25 of 57) sorted by relevance

123

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/klib/
H A Dmaybeswap.h53 #define GET32( dest, src ) GET_UNALIGNED ( uint32_t, bswap_32, dest, src ) macro
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/klib/
H A Dmaybeswap.h53 #define GET32( dest, src ) GET_UNALIGNED ( uint32_t, bswap_32, dest, src ) macro
/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/
H A Dvjag_memory.h77 #define GET32(r, a) ((r[(a)] << 24) | (r[(a)+1] << 16) | (r[(a)+2] << 8) | r[(a)+3]) macro
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dtypes.h19 #define GET32(ptr) (((U16)(((U8*)(ptr))[0]))+(((U16)(((U8*)(ptr))[1]))<<8)+(((U16)(((U8*)(ptr))[2])… macro
/dports/mail/rspamd/rspamd-3.1/contrib/librdns/
H A Dparse.c247 #define GET32(x) do {(x) = ((*p) << 24) + ((*(p + 1)) << 16) + ((*(p + 2)) << 8) + *(p + 3); p += s… macro
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/librdns/
H A Dparse.c247 #define GET32(x) do {(x) = ((*p) << 24) + ((*(p + 1)) << 16) + ((*(p + 2)) << 8) + *(p + 3); p += s… macro
/dports/dns/bind-tools/bind-9.16.27/lib/isccc/include/isccc/
H A Dutil.h65 #define GET32(v, w) \ macro
/dports/dns/bind916/bind-9.16.27/lib/isccc/include/isccc/
H A Dutil.h65 #define GET32(v, w) \ macro
/dports/dns/bind911/bind-9.11.37/lib/isccc/include/isccc/
H A Dutil.h62 #define GET32(v, w) \ macro
/dports/dns/samba-nsupdate/bind-9.16.5/lib/isccc/include/isccc/
H A Dutil.h61 #define GET32(v, w) \ macro
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isccc/include/isccc/
H A Dutil.h61 #define GET32(v, w) \ macro
/dports/sysutils/pciutils/pciutils-3.7.0/lib/
H A Dnames-net.c37 #define GET32(x) do { if (p+4 > end) goto err; x = (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | p[3]… macro
/dports/devel/libpci/pciutils-3.7.0/lib/
H A Dnames-net.c37 #define GET32(x) do { if (p+4 > end) goto err; x = (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | p[3]… macro
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dopencl_twofish.h93 #define GET32( p ) ENDIAN_CONVERT( *((UInt32 *)(p)) ) macro
96 #define GET32( p ) \ macro
H A Dtwofish_plug.c447 #define GET32( p ) ENDIAN_CONVERT( *((UInt32 *)(p)) ) macro
454 #define GET32( p ) \ macro
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/cryptcommon/
H A Dtwofish.c456 #define GET32( p ) ENDIAN_CONVERT( *((Twofish_UInt32 *)(p)) ) macro
463 #define GET32( p ) \ macro
/dports/devel/ccrtp/ccrtp-2.1.2/src/ccrtp/crypto/
H A Dtwofish.c456 #define GET32( p ) ENDIAN_CONVERT( *((Twofish_UInt32 *)(p)) ) macro
463 #define GET32( p ) \ macro
/dports/lang/oo2c/oo2c_64-2.1.11/lib/src/Codec/
H A DTwofishC.c626 #define GET32( p ) ENDIAN_CONVERT( *((UInt32 *)(p)) ) macro
633 #define GET32( p ) \ macro
/dports/multimedia/vlc/vlc-3.0.16/modules/access/mms/
H A Dmmstu.c1180 #define GET32( i_pos ) \ in mms_ParseCommand() macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dlpc2292_registers.h12 #define GET32(reg) (*(volatile unsigned int*)(reg)) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dlpc2292_registers.h12 #define GET32(reg) (*(volatile unsigned int*)(reg)) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dlpc2292_registers.h12 #define GET32(reg) (*(volatile unsigned int*)(reg)) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dlpc2292_registers.h12 #define GET32(reg) (*(volatile unsigned int*)(reg)) macro
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dlpc2292_registers.h12 #define GET32(reg) (*(volatile unsigned int*)(reg)) macro
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dlpc2292_registers.h12 #define GET32(reg) (*(volatile unsigned int*)(reg)) macro

123