Searched defs:man (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dloc_29.c45 int man; local
321 man = m / poweroften[exp];
325 man = cm / 10;
328 man = cm;
332 size = (man << 4) + exp;
374 man = m / poweroften[exp];
377 man = cm / 10;
380 man = cm;
383 hp = (man << 4) + exp;
425 man
[all...]

Completed in 10 milliseconds