Home
last modified time | relevance | path

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

/dports/audio/siren/siren-0.9/
H A Dplayer.c39 #define PLAYER_SWAP32(i) bswap32(i) macro
42 #define PLAYER_SWAP32(i) swap32(i) macro
45 #define PLAYER_SWAP32(i) __builtin_bswap32(i) macro
48 #define PLAYER_SWAP32(i) \ macro