Home
last modified time | relevance | path

Searched refs:SWAPB (Results 1 – 22 of 22) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dutils.c515 #define SWAPB(p, b1, b2, tmp) \ macro
558 SWAPB(p, 0, 1, btmp); in __fortio_swap_bytes()
561 SWAPB(p, 0, 3, btmp); in __fortio_swap_bytes()
562 SWAPB(p, 1, 2, btmp); in __fortio_swap_bytes()
565 SWAPB(p, 0, 7, btmp); in __fortio_swap_bytes()
566 SWAPB(p, 1, 6, btmp); in __fortio_swap_bytes()
567 SWAPB(p, 2, 5, btmp); in __fortio_swap_bytes()
568 SWAPB(p, 3, 4, btmp); in __fortio_swap_bytes()
/dports/audio/afsp/AFsp-v8r2/libtsp/AF/header/
H A DAFrdBLhead.c54 #define SWAPB(value) \ macro
145 SWAPB (Fhead.Domain); in AFrdBLhead()
146 SWAPB (Fhead.Sfreq); in AFrdBLhead()
H A DAFrdEShead.c65 #define SWAPB(value) \ macro
125 SWAPB (Fpreamb.Data_offset); in AFrdEShead()
126 SWAPB (Fpreamb.Record_size); in AFrdEShead()
/dports/graphics/lerc/lerc-3.0/src/LercLib/
H A DDefines.h53 #ifdef SWAPB // define this on big endian system
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/third_party/LercLib/
H A DDefines.h56 #ifdef SWAPB // define this on big endian system
/dports/graphics/py-gdal/gdal-3.3.3/third_party/LercLib/
H A DDefines.h56 #ifdef SWAPB // define this on big endian system
/dports/science/libccp4/libccp4-6.5.1/fortran/
H A Dccplib.f710 SUBROUTINE CCPI2I(IA,I2,NE,SIGNED,SWAPB) argument
733 LOGICAL SIGNED, SWAPB
758 IF (SWAPB) THEN
852 SUBROUTINE CCPII2(I2,IA,NE,SIGNED,SWAPB) argument
876 LOGICAL SIGNED, SWAPB
914 IF (SWAPB) THEN
/dports/japanese/kinput2/kinput2-v3.1/lib/imlib/
H A Dimrequest.c956 #define SWAPB(b1, b2) x = b1; b1 = b2; b2 = x macro
963 SWAPB(p[0], p[3]);
964 SWAPB(p[1], p[2]);
968 SWAPB(p[0], p[1]);
973 #undef SWAPB
/dports/lang/gauche/Gauche-0.9.10/ext/uvector/
H A Duvgen.scm415 (define (SWAPB)
421 (for-each (cute substitute <> `((SWAPB ,SWAPB) ,@rule))
H A Duvector.c.tmpl1209 ${SWAPB}(v);
/dports/emulators/mess/mame-mame0226/src/devices/cpu/sh/
H A Dsh.h334 void SWAPB(uint32_t m, uint32_t n);
H A Dsh.cpp1579 void sh_common_execution::SWAPB(uint32_t m, uint32_t n) in SWAPB() function in sh_common_execution
1760 case 8: SWAPB(Rm, Rn); break; in op0110()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/sh/
H A Dsh.h334 void SWAPB(uint32_t m, uint32_t n);
H A Dsh.cpp1579 void sh_common_execution::SWAPB(uint32_t m, uint32_t n) in SWAPB() function in sh_common_execution
1760 case 8: SWAPB(Rm, Rn); break; in op0110()
/dports/emulators/mgba/mgba-0.9.2/include/mgba/internal/sm83/
H A Demitter-sm83.h319 DECLARE_INSTRUCTION_SM83(EMITTER, SWAPB), \
/dports/games/libretro-mgba/mgba-6186d45/include/mgba/internal/sm83/
H A Demitter-sm83.h319 DECLARE_INSTRUCTION_SM83(EMITTER, SWAPB), \
/dports/games/libretro-picodrive/picodrive-600894e/cpu/sh2/mame/
H A Dsh2.c1727 INLINE void SWAPB(sh2_state *sh2, UINT32 m, UINT32 n) in SWAPB() function
2071 case 8: SWAPB(sh2, Rm, Rn); break; in op0110()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/sh2/mame/
H A Dsh2.c1727 INLINE void SWAPB(sh2_state *sh2, UINT32 m, UINT32 n) in SWAPB() function
2071 case 8: SWAPB(sh2, Rm, Rn); break; in op0110()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/sh2/
H A Dsh2.c1851 static INLINE void SWAPB(UINT32 m, UINT32 n) in SWAPB() function
2194 case 8: SWAPB(Rm, Rn); break; in op0110()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/sh2/
H A Dsh2.c1859 static INLINE void SWAPB(UINT32 m, UINT32 n) in SWAPB() function
2202 case 8: SWAPB(Rm, Rn); break; in op0110()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/sh2/
H A Dsh2.cpp2344 SH2_INLINE void SWAPB(UINT32 m, UINT32 n) in SWAPB() function
2691 case 8: SWAPB(Rm, Rn); break; in op0110()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/sh2/
H A Dsh2.cpp2328 SH2_INLINE void SWAPB(UINT32 m, UINT32 n) in SWAPB() function
2675 case 8: SWAPB(Rm, Rn); break; in op0110()