OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:referencealt
(Results
1 - 2
of
2
) sorted by null
/external/dnsmasq/contrib/dns-loc/
dnsmasq2-loc-rfc1876.patch
433
+ const int
referencealt
= 100000 * 100;
467
+ if (templ <
referencealt
) { /* below WGS 84 spheroid */
468
+ altval =
referencealt
- templ;
471
+ altval = templ -
referencealt
;
/bionic/libc/dns/resolv/
res_debug.c
1036
const u_int32_t
referencealt
= 100000 * 100;
local
1066
if (templ <
referencealt
) { /* below WGS 84 spheroid */
1067
altval =
referencealt
- templ;
1070
altval = templ -
referencealt
;
[
all
...]
Completed in 75 milliseconds