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