Home
last modified time | relevance | path

Searched refs:dehex (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dtrans.c82 static inline __attribute_const__ unsigned char dehex(char c) { in dehex() function
412 ((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()