Home
last modified time | relevance | path

Searched refs:getdbl (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/ntp/ntpd/
Drefclock_palisade.c501 lat = getdbl((u_char *) &mb(42)) * R2D; in TSIP_decode()
502 lon = getdbl((u_char *) &mb(50)) * R2D; in TSIP_decode()
503 alt = getdbl((u_char *) &mb(58)); in TSIP_decode()
526 secs = getdbl((u_char *) &mb(3)); in TSIP_decode()
612 pp->nsec = (long) (getdbl((u_char *) &mb(3)) in TSIP_decode()
643 lat = getdbl((u_char *) &mb(36)) * R2D; in TSIP_decode()
644 lon = getdbl((u_char *) &mb(44)) * R2D; in TSIP_decode()
645 alt = getdbl((u_char *) &mb(52)); in TSIP_decode()
1199 getdbl ( in getdbl() function
Drefclock_palisade.h187 static double getdbl (u_char *);
Drefclock_parse.c5375 getdbl( in getdbl() function
5699 double x = getdbl((unsigned char *)&mb(0)); in trimbletsip_message()
5700 double y = getdbl((unsigned char *)&mb(8)); in trimbletsip_message()
5701 double z = getdbl((unsigned char *)&mb(16)); in trimbletsip_message()
5709 double lat = getdbl((unsigned char *)&mb(0)); in trimbletsip_message()
5710 double lng = getdbl((unsigned char *)&mb(8)); in trimbletsip_message()
5714 getdbl((unsigned char *)&mb(16))); in trimbletsip_message()
/freebsd-9-stable/contrib/ntp/
DCommitLog-4.1.05426 (getdbl): fixed data conversion
5578 (getdbl): fixed ENDIAN issue