Searched refs:GET_LE_SHORT (Results 1 - 1 of 1) sorted by relevance
/third_party/libsnd/src/ | ||
H A D | common.c | 839 #define GET_LE_SHORT(ptr) (((ptr) [1] << 8) | ((ptr) [0])) macro 1048 *shortptr = GET_LE_SHORT (ucptr) ; in psf_binheader_readf() |
Completed in 3 milliseconds