Home
last modified time | relevance | path

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

/third_party/libsnd/src/ALAC/
H A DEndianPortable.h37 #define Swap32BtoN(x) BE2H_32 (x)
/third_party/libsnd/src/
H A Dsfendian.h141 #define BE2H_32(x) ENDSWAP_32 (x) macro
155 #define BE2H_32(x) (x) macro
H A Dpcm.c326 { value = BE2H_32 (src [i]) ; in bei2s_array()
454 value = BE2H_32 (value) ; in bei2f_array()
533 value = BE2H_32 (value) ; in bei2d_array()
H A Dsndfile.c2874 if (buffer [2] == MAKE_MARKER (0, 2, 0, 0) && 2 * ((int64_t) BE2H_32 (buffer [0])) + 12 == psf->filelength) in guess_file_type()

Completed in 9 milliseconds