Searched defs:unhex (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/afppasswd/
H A Dafppasswd.c69 #define unhex(x) (isdigit(x) ? (x) - '0' : toupper(x) + 10 - 'A') macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_randnum.c141 #define unhex(x) (isdigit(x) ? (x) - '0' : toupper(x) + 10 - 'A') macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dbitmap.c362 #define unhex(c) (isdigit(c) ? (c - '0') : (toupper(c) - 'A' + 10)) macro

Completed in 110 milliseconds