Home
last modified time | relevance | path

Searched defs:swap32 (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/
H A DSwap.h44 inline u32 swap32(u32 data) in swap32() function
57 inline u32 swap32(u32 data) in swap32() function
70 inline __attribute__((always_inline)) u32 swap32(u32 data) in swap32() function
83 inline u32 swap32(u32 data) in swap32() function
97 inline u32 swap32(u32 data) in swap32() function
114 inline u32 swap32(const u8* data) in swap32() function
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/Java/SevenZip/Compression/RangeCoder/
H A DEncoder.java54 if (LowHi != 0 || Low < 0xFF000000L) in swap32()
60 Stream.write(temp + LowHi); in swap32()
63 while(--_cacheSize != 0); in swap32()
70 public void EncodeDirectBits(int v, int numTotalBits) throws IOException in swap32()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/
H A DBitSet.h54 inline uint32_t swap32(uint32_t _data) { return _byteswap_ulong(_data); } in swap32() function
58 inline uint32_t swap32(uint32_t _data) { return __builtin_bswap32(_data); } in swap32() function
63 inline uint32_t swap32(uint32_t data) { return (swap16(data) << 16) | swap16(data >> 16); } in swap32() function
68 inline uint32_t swap32(const uint8_t* _pData) { return swap32(*(const uint32_t*)_pData); } in swap32() function
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/
H A DBitSet.h54 inline uint32_t swap32(uint32_t _data) { return _byteswap_ulong(_data); } in swap32() function
58 inline uint32_t swap32(uint32_t _data) { return __builtin_bswap32(_data); } in swap32() function
63 inline uint32_t swap32(uint32_t data) { return (swap16(data) << 16) | swap16(data >> 16); } in swap32() function
68 inline uint32_t swap32(const uint8_t* _pData) { return swap32(*(const uint32_t*)_pData); } in swap32() function
/dports/emulators/cannonball/cannonball-0.34/src/main/engine/
H A Doutils.hpp46 inline static void swap32(int32_t& v) in swap32() function in outils
51 inline static void swap32(uint32_t& v) in swap32() function in outils
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/
H A Dbyte_order.h131 #define swap32 _bswap macro
141 # define swap32 _byteswap_ulong macro
149 # define swap32 __arch__swab32 macro
/dports/net-mgmt/pktstat/pktstat-46935839b/
H A Dmachendian.h36 # define swap32(x) bswap32(x) macro
44 # define swap32(x) bswap_32(x) macro
/dports/security/beecrypt/beecrypt-4.2.1/include/beecrypt/
H A Dendianness.h42 # define swap32(n) __arch__swab32(n) macro
53 # define swap32(n) _swap32(n) macro
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Doptimize-bswapsi-3.c15 swap32 (SItype in) in swap32() function
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Doptimize-bswapsi-3.c15 swap32 (SItype in) in swap32() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Doptimize-bswapsi-3.c15 swap32 (SItype in) in swap32() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Doptimize-bswapsi-3.c15 swap32 (SItype in) in swap32() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Doptimize-bswapsi-3.c15 swap32 (SItype in) in swap32() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Doptimize-bswapsi-3.c15 swap32 (SItype in) in swap32() function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Doptimize-bswapsi-3.c15 swap32 (SItype in) in swap32() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Doptimize-bswapsi-3.c15 swap32 (SItype in) in swap32() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Doptimize-bswapsi-3.c15 swap32 (SItype in) in swap32() function
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Doptimize-bswapsi-3.c15 swap32 (SItype in) in swap32() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Doptimize-bswapsi-3.c15 swap32 (SItype in) in swap32() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Doptimize-bswapsi-3.c15 swap32 (SItype in) in swap32() function
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Doptimize-bswapsi-3.c15 swap32 (SItype in) in swap32() function
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Doptimize-bswapsi-3.c15 swap32 (SItype in) in swap32() function
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Doptimize-bswapsi-3.c15 swap32 (SItype in) in swap32() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A Doptimize-bswapsi-3.c15 swap32 (SItype in) in swap32() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A Doptimize-bswapsi-3.c15 swap32 (SItype in) in swap32() function

12345678910>>...20