Home
last modified time | relevance | path

Searched defs:BSWAP16L (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-px68k/px68k-libretro-8455d9c/m68000/c68k/
H A Dcore.h246 # define BSWAP16L(x) BSWAP16(x) macro
254 # define BSWAP16L(x) (__builtin_bswap16((x))) macro
261 # define BSWAP16L(x) (_byteswap_ushort((x))) macro
272 # define BSWAP16L(x) (((u16)(x)>>8 & 0xFF) | ((u16)(x) & 0xFF) << 8) macro
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dcore.h245 # define BSWAP16L(x) BSWAP16(x) macro
253 # define BSWAP16L(x) (__builtin_bswap16((x))) macro
262 # define BSWAP16L(x) (_byteswap_ushort((x))) macro
273 # define BSWAP16L(x) (((u16)(x)>>8 & 0xFF) | ((u16)(x) & 0xFF) << 8) macro