Home
last modified time | relevance | path

Searched refs:BE2H_32 (Results 1 – 4 of 4) sorted by relevance

/third_party/libsnd/src/ALAC/
DEndianPortable.h37 #define Swap32BtoN(x) BE2H_32 (x)
/third_party/libsnd/src/
Dsfendian.h145 #define BE2H_32(x) ENDSWAP_32 (x) macro
159 #define BE2H_32(x) (x) macro
Dpcm.c325 { value = BE2H_32 (src [count]) ; in bei2s_array()
453 value = BE2H_32 (value) ; in bei2f_array()
532 value = BE2H_32 (value) ; in bei2d_array()
Dsndfile.c2767 …if (buffer [2] == MAKE_MARKER (0, 2, 0, 0) && 2 * ((int64_t) BE2H_32 (buffer [0])) + 12 == psf->fi… in guess_file_type()