Home | History | Annotate | Download | only in toolutil

Lines Matching refs:hexToStr

464     static const char hexToStr[16] = {
487 *(s++)=hexToStr[bitField];
508 *(s++)=hexToStr[value>>4];
509 *(s++)=hexToStr[value&0xF];