Home
last modified time | relevance | path

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

/third_party/backends/sanei/
H A Dsanei_usb.c803 unsigned cur_nibble = 0; in sanei_xml_get_hex_data_slow_path() local
824 cur_nibble = (cur_nibble << 4) | ci; in sanei_xml_get_hex_data_slow_path()
829 *cur_ret_data++ = cur_nibble; in sanei_xml_get_hex_data_slow_path()
830 cur_nibble = 0; in sanei_xml_get_hex_data_slow_path()

Completed in 7 milliseconds