Home
last modified time | relevance | path

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

/third_party/lame/frontend/
H A Dget_audio.c111 static uint32_t uint32_high_low(unsigned char const *bytes) in uint32_high_low() function
131 uint32_t const hm = uint32_high_low(bytes + 2); in read_ieee_extended_high_low()
132 uint32_t const lm = uint32_high_low(bytes + 6); in read_ieee_extended_high_low()
197 return uint32_high_low(bytes); in read_32_bits_high_low()

Completed in 3 milliseconds