Lines Matching defs:dig
5413 int dig;5416 dig = *q - '0';5418 dig = *q - 'A' + 10;5420 dig = *q - 'a' + 10;5424 c = c * 16 + dig;