Home
last modified time | relevance | path

Searched defs:SWAPW (Results 1 – 13 of 13) sorted by relevance

/dports/devel/icu-le-hb/icu-le-hb-1.0.3-7-g04505b2/src/
H A DLESwaps.h25 #define SWAPW(value) LESwaps::swapWord((le_uint16)(value)) macro
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DLESwaps.h53 #define SWAPW(value) (value) macro
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DLESwaps.h53 #define SWAPW(value) (value) macro
/dports/archivers/zip/zip30/vms/
H A Dvms_pk.c289 #define SWAPW(x) ( (((x)>>16)&0xFFFF) + ((x)<<16) ) macro
/dports/games/libretro-picodrive/picodrive-600894e/cpu/sh2/mame/
H A Dsh2.c1738 INLINE void SWAPW(sh2_state *sh2, UINT32 m, UINT32 n) in SWAPW() function
/dports/archivers/unzip/unzip60/vms/
H A Dvms.c1337 #define SWAPW(x) ( (((x)>>16)&0xFFFF) + ((x)<<16) ) in create_qio_output() macro
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/sh2/mame/
H A Dsh2.c1738 INLINE void SWAPW(sh2_state *sh2, UINT32 m, UINT32 n) in SWAPW() function
/dports/emulators/mess/mame-mame0226/src/devices/cpu/sh/
H A Dsh.cpp1590 void sh_common_execution::SWAPW(uint32_t m, uint32_t n) in SWAPW() function in sh_common_execution
/dports/emulators/mame/mame-mame0226/src/devices/cpu/sh/
H A Dsh.cpp1590 void sh_common_execution::SWAPW(uint32_t m, uint32_t n) in SWAPW() function in sh_common_execution
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/sh2/
H A Dsh2.c1862 static INLINE void SWAPW(UINT32 m, UINT32 n) in SWAPW() function
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/sh2/
H A Dsh2.c1870 static INLINE void SWAPW(UINT32 m, UINT32 n) in SWAPW() function
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/sh2/
H A Dsh2.cpp2355 SH2_INLINE void SWAPW(UINT32 m, UINT32 n) in SWAPW() function
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/sh2/
H A Dsh2.cpp2339 SH2_INLINE void SWAPW(UINT32 m, UINT32 n) in SWAPW() function