Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsndhdr.py120 sbseek = get_short_le(h[20:22])
134 style = get_short_le(h[20:22])
135 nchannels = get_short_le(h[22:24])
137 sample_bits = get_short_le(h[34:36])
155 rate = get_short_le(h[20:22])
163 rate = get_short_le(h[2:4])
183 def get_short_le(s): function