Searched refs:unhex (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/bin/afppasswd/
H A Dafppasswd.c64 #define unhex(x) (isdigit(x) ? (x) - '0' : toupper(x) + 10 - 'A') macro
74 buf[j] = (unhex(buf[i]) << 4) | unhex(buf[i + 1]);
84 key[j] = (unhex(key[i]) << 4) | unhex(key[i + 1]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/bin/afppasswd/
H A Dafppasswd.c64 #define unhex(x) (isdigit(x) ? (x) - '0' : toupper(x) + 10 - 'A') macro
74 buf[j] = (unhex(buf[i]) << 4) | unhex(buf[i + 1]);
84 key[j] = (unhex(key[i]) << 4) | unhex(key[i + 1]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/bin/afppasswd/
H A Dafppasswd.c64 #define unhex(x) (isdigit(x) ? (x) - '0' : toupper(x) + 10 - 'A') macro
74 buf[j] = (unhex(buf[i]) << 4) | unhex(buf[i + 1]);
84 key[j] = (unhex(key[i]) << 4) | unhex(key[i + 1]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/uams/
H A Duams_randnum.c119 #define unhex(x) (isdigit(x) ? (x) - '0' : toupper(x) + 10 - 'A') macro
170 p[j] = (unhex(p[i]) << 4) | unhex(p[i + 1]);
181 key[j] = (unhex(key[i]) << 4) | unhex(key[i + 1]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/uams/
H A Duams_randnum.c119 #define unhex(x) (isdigit(x) ? (x) - '0' : toupper(x) + 10 - 'A') macro
170 p[j] = (unhex(p[i]) << 4) | unhex(p[i + 1]);
181 key[j] = (unhex(key[i]) << 4) | unhex(key[i + 1]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/uams/
H A Duams_randnum.c119 #define unhex(x) (isdigit(x) ? (x) - '0' : toupper(x) + 10 - 'A') macro
170 p[j] = (unhex(p[i]) << 4) | unhex(p[i + 1]);
181 key[j] = (unhex(key[i]) << 4) | unhex(key[i + 1]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Dbitmap.c362 #define unhex(c) (isdigit(c) ? (c - '0') : (toupper(c) - 'A' + 10)) macro
469 chunk = (chunk << 4) | unhex(c);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Dbitmap.c362 #define unhex(c) (isdigit(c) ? (c - '0') : (toupper(c) - 'A' + 10)) macro
469 chunk = (chunk << 4) | unhex(c);

Completed in 200 milliseconds