Home
last modified time | relevance | path

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

/dports/audio/siren/siren-0.9/
H A Dplayer.c38 #define PLAYER_SWAP16(i) bswap16(i) macro
41 #define PLAYER_SWAP16(i) swap16(i) macro
44 #define PLAYER_SWAP16(i) __builtin_bswap16(i) macro
47 #define PLAYER_SWAP16(i) ((uint16_t)(i) >> 8 | (uint16_t)(i) << 8) macro