Home
last modified time | relevance | path

Searched refs:D_BASE (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c987 #define D_BASE 10 macro
992 int hex_ = 0, base = D_BASE; in ppm_stoi()
1009 digit = (digit * base) + ((*cp - 'A') + D_BASE); in ppm_stoi()
1011 digit = (digit * base) + ((*cp - 'a') + D_BASE); in ppm_stoi()