Searched refs:hex2code_map (Results 1 – 1 of 1) sorted by relevance
160 static int hex2code_map[] = { in mbfl_filt_conv_qprintdec() local181 if (hex2code_map[c & 0xff] >= 0) { in mbfl_filt_conv_qprintdec()195 m = hex2code_map[c & 0xff]; in mbfl_filt_conv_qprintdec()201 n = hex2code_map[filter->cache] << 4 | m; in mbfl_filt_conv_qprintdec()
Completed in 6 milliseconds