Searched refs:XNUM_TO_digit (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Dwget.h246 #define XNUM_TO_digit(x) ("0123456789abcdef"[x] + 0) macro
H A Dhttp.c3743 *buf++ = XNUM_TO_digit (*hash >> 4);
3744 *buf++ = XNUM_TO_digit (*hash & 0xf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dwget.h246 #define XNUM_TO_digit(x) ("0123456789abcdef"[x] + 0) macro
H A Dhttp.c3743 *buf++ = XNUM_TO_digit (*hash >> 4);
3744 *buf++ = XNUM_TO_digit (*hash & 0xf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Dwget.h246 #define XNUM_TO_digit(x) ("0123456789abcdef"[x] + 0) macro
H A Dhttp.c3743 *buf++ = XNUM_TO_digit (*hash >> 4);
3744 *buf++ = XNUM_TO_digit (*hash & 0xf);

Completed in 199 milliseconds