Searched refs:input_next (Results 1 – 2 of 2) sorted by relevance
27 WK_word *input_next = input_buf; in WK_unpack_2bits() local35 while (input_next < input_end) { in WK_unpack_2bits()36 WK_word temp = input_next[0]; in WK_unpack_2bits()44 input_next++; in WK_unpack_2bits()61 WK_word *input_next = input_buf; in WK_unpack_4bits() local70 while (input_next < input_end) { in WK_unpack_4bits()71 WK_word temp = input_next[0]; in WK_unpack_4bits()77 input_next++; in WK_unpack_4bits()91 WK_word *input_next = input_buf; in WK_unpack_3_tenbits() local99 while (input_next < input_end) { in WK_unpack_3_tenbits()[all …]
60 struct proto_input_entry *input_next; member