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