Home
last modified time | relevance | path

Searched refs:H2LE_32 (Results 1 – 2 of 2) sorted by relevance

/third_party/libsnd/src/
Dsfendian.h152 #define H2LE_32(x) (x) macro
166 #define H2LE_32(x) ENDSWAP_32 (x) macro
/third_party/libsnd/tests/
Dchunk_test.c341 value = H2LE_32 (chunk_size - 12) ; in wav_subchunk_test()