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

/bind-9.11.3/lib/dns/rdata/generic/
H A Dloc_29.c36 int man; local
312 man = m / poweroften[exp];
316 man = cm / 10;
319 man = cm;
323 size = (man << 4) + exp;
365 man = m / poweroften[exp];
368 man = cm / 10;
371 man = cm;
374 hp = (man << 4) + exp;
416 man
[all...]

Completed in 10 milliseconds