OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:altval
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_debug.c
857
int32_t latval, longval,
altval
;
local
883
altval
= referencealt - templ;
886
altval
= templ - referencealt;
918
altfrac =
altval
% 100;
919
altmeters = (
altval
/ 100) * altsign;
/bionic/libc/dns/resolv/
res_debug.c
1038
int32_t latval, longval,
altval
;
local
1067
altval
= referencealt - templ;
1070
altval
= templ - referencealt;
1102
altfrac =
altval
% 100;
1103
altmeters = (
altval
/ 100);
[
all
...]
Completed in 85 milliseconds