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

/freebsd-current/lib/libc/resolv/
H A Dres_debug.c1029 int32_t latval, longval, altval; local
1058 altval = referencealt - templ;
1061 altval = templ - referencealt;
1093 altfrac = altval % 100;
1094 altmeters = (altval / 100);

Completed in 135 milliseconds