Searched refs:poweroften (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dloc_29.c43 long poweroften[8] = { 1, 10, 100, 1000, local
319 if (m < poweroften[exp+1])
321 man = m / poweroften[exp];
372 if (m < poweroften[exp+1])
374 man = m / poweroften[exp];
423 if (m < poweroften[exp+1])
425 man = m / poweroften[exp];
473 unsigned long poweroften[8] = { 1, 10, 100, 1000, local
487 sprintf(sbuf, "%lum", (size>>4) * poweroften[(size&0x0f)-2]);
489 sprintf(sbuf, "0.%02lum", (size>>4) * poweroften[(siz
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/query-loc-0.4.0/
H A Dloc_ntoa.c228 static unsigned int poweroften[10] = {1, 10, 100, 1000, 10000, 100000, variable
243 val = mantissa * poweroften[exponent];
/macosx-10.10.1/libresolv-57/
H A Dres_debug.c673 static unsigned int poweroften[10] = {1, 10, 100, 1000, 10000, 100000, variable
688 val = mantissa * poweroften[exponent];
720 if (cmval < poweroften[exponent+1])
723 mantissa = cmval / poweroften[exponent];
H A Ddns_util.c1379 poweroften[10] = variable
1402 val = mantissa * poweroften[exponent];

Completed in 185 milliseconds