Searched refs:BET2H_16_PTR (Results 1 – 2 of 2) sorted by relevance
/third_party/libsnd/src/ | ||
D | sfendian.h | 177 #define BET2H_16_PTR(x) (((x) [0] << 8) + (x) [1]) macro |
D | pcm.c | 307 dest [count] = BET2H_16_PTR (src [count].bytes) ; in bet2s_array() |