Home
last modified time | relevance | path

Searched refs: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
430 sb->data4[i] = PLAYER_SWAP32(sb->data4[i]); in player_play_sample_buffer()