Searched refs:dehex (Results 1 – 1 of 1) sorted by relevance
82 static inline __attribute_const__ unsigned char dehex(char c) { in dehex() function412 ((hi=dehex(in[0])) & 0xf0) || in hfs_colon2mac()413 ((lo=dehex(in[1])) & 0xf0) || in hfs_colon2mac()455 ((hi=dehex(in[0])) & 0xf0) || in hfs_prcnt2mac()456 ((lo=dehex(in[1])) & 0xf0) || in hfs_prcnt2mac()546 ((hi=dehex(in[0])) & 0xf0) || in hfs_latin2mac()547 ((lo=dehex(in[1])) & 0xf0) || in hfs_latin2mac()