Searched refs:hex2code_map (Results 1 – 1 of 1) sorted by relevance
162 static int hex2code_map[] = { in mbfl_filt_conv_qprintdec() local183 if (hex2code_map[c & 0xff] >= 0) { in mbfl_filt_conv_qprintdec()197 m = hex2code_map[c & 0xff]; in mbfl_filt_conv_qprintdec()203 n = hex2code_map[filter->cache] << 4 | m; in mbfl_filt_conv_qprintdec()
Completed in 5 milliseconds