Home
last modified time | relevance | path

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

/edtt-latest/src/components/
Dutils.py138 def rev_byte(input): argument
141 if input & (1 << bit):
146 def rev_24(input): argument
147 …return rev_byte((input >> 0) & 0xff) << 16 | rev_byte((input >> 8) & 0xff) << 8 | rev_byte((input