Home | History | Annotate | Download | only in qemud

Lines Matching full:abcdef

200     static const char hexchars[16] = "0123456789abcdef";
621 buff[count+2] = "0123456789abcdef"[(c >> 4) & 15];
622 buff[count+3] = "0123456789abcdef"[ (c) & 15];