Searched refs:input (Results 1 – 1 of 1) sorted by relevance
138 def rev_byte(input): argument141 if input & (1 << bit):146 def rev_24(input): argument147 …return rev_byte((input >> 0) & 0xff) << 16 | rev_byte((input >> 8) & 0xff) << 8 | rev_byte((input …