Home | History | Annotate | Download | only in m_aspacemgr

Lines Matching defs:hexdigit

3252 static Int hexdigit ( HChar c )
3278 while (hexdigit(*buf) >= 0) {
3279 *val = (*val << 4) + hexdigit(*buf);
3290 while (hexdigit(*buf) >= 0) {
3291 *val = (*val << 4) + hexdigit(*buf);