Searched refs:XDIGIT_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.h239 #define XDIGIT_TO_NUM(h) ((h) < 'A' ? (h) - '0' : c_toupper (h) - 'A' + 10) macro
240 #define X2DIGITS_TO_NUM(h1, h2) ((XDIGIT_TO_NUM (h1) << 4) + XDIGIT_TO_NUM (h2))
H A Dhtml-parse.c390 value = (value << 4) + XDIGIT_TO_NUM (*p);
H A Dhost.c516 val |= XDIGIT_TO_NUM (ch);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dwget.h239 #define XDIGIT_TO_NUM(h) ((h) < 'A' ? (h) - '0' : c_toupper (h) - 'A' + 10) macro
240 #define X2DIGITS_TO_NUM(h1, h2) ((XDIGIT_TO_NUM (h1) << 4) + XDIGIT_TO_NUM (h2))
H A Dhtml-parse.c390 value = (value << 4) + XDIGIT_TO_NUM (*p);
H A Dhost.c516 val |= XDIGIT_TO_NUM (ch);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Dwget.h239 #define XDIGIT_TO_NUM(h) ((h) < 'A' ? (h) - '0' : c_toupper (h) - 'A' + 10) macro
240 #define X2DIGITS_TO_NUM(h1, h2) ((XDIGIT_TO_NUM (h1) << 4) + XDIGIT_TO_NUM (h2))
H A Dhtml-parse.c390 value = (value << 4) + XDIGIT_TO_NUM (*p);
H A Dhost.c516 val |= XDIGIT_TO_NUM (ch);

Completed in 181 milliseconds