Searched refs:GET_BE_3BYTE (Results 1 - 1 of 1) sorted by relevance
/third_party/libsnd/src/ | ||
H A D | common.c | 843 #define GET_BE_3BYTE(ptr) ( ((ptr) [0] << 16) | ((ptr) [1] << 8) | ((ptr) [2])) macro 1056 *intptr = GET_BE_3BYTE (sixteen_bytes) ; in psf_binheader_readf() |
Completed in 4 milliseconds