Home
last modified time | relevance | path

Searched refs: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
427 sb->data2[i] = PLAYER_SWAP16(sb->data2[i]); in player_play_sample_buffer()