Searched refs:X2DIGITS_TO_NUM (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Dwget.h240 #define X2DIGITS_TO_NUM(h1, h2) ((XDIGIT_TO_NUM (h1) << 4) + XDIGIT_TO_NUM (h2)) macro
H A Dres.c421 char decoded = X2DIGITS_TO_NUM (ptr[1], ptr[2]); \
H A Durl.c192 c = X2DIGITS_TO_NUM (h[1], h[2]);
2161 *c = X2DIGITS_TO_NUM (p[1], p[2]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dwget.h240 #define X2DIGITS_TO_NUM(h1, h2) ((XDIGIT_TO_NUM (h1) << 4) + XDIGIT_TO_NUM (h2)) macro
H A Dres.c421 char decoded = X2DIGITS_TO_NUM (ptr[1], ptr[2]); \
H A Durl.c192 c = X2DIGITS_TO_NUM (h[1], h[2]);
2161 *c = X2DIGITS_TO_NUM (p[1], p[2]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Dwget.h240 #define X2DIGITS_TO_NUM(h1, h2) ((XDIGIT_TO_NUM (h1) << 4) + XDIGIT_TO_NUM (h2)) macro
H A Dres.c421 char decoded = X2DIGITS_TO_NUM (ptr[1], ptr[2]); \
H A Durl.c192 c = X2DIGITS_TO_NUM (h[1], h[2]);
2161 *c = X2DIGITS_TO_NUM (p[1], p[2]);

Completed in 142 milliseconds