Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dsfendian.h170 #define LET2H_16_PTR(x) ((x) [1] + ((x) [2] << 8)) macro
Dpcm.c302 dest [i] = LET2H_16_PTR (src [i].bytes) ; in let2s_array()