Home
last modified time | relevance | path

Searched refs:BET2H_16_PTR (Results 1 – 2 of 2) sorted by relevance

/third_party/libsnd/src/
Dsfendian.h177 #define BET2H_16_PTR(x) (((x) [0] << 8) + (x) [1]) macro
Dpcm.c307 dest [count] = BET2H_16_PTR (src [count].bytes) ; in bet2s_array()