Searched refs:hex_ (Results 1 – 1 of 1) sorted by relevance
994 int hex_ = 0, base = D_BASE; in ppm_stoi() local1002 hex_++; in ppm_stoi()1008 if (hex_ && ((*cp >= 'A') && (*cp <= 'F'))) in ppm_stoi()1010 else if (hex_ && ((*cp >= 'a') && (*cp <= 'f'))) in ppm_stoi()