Lines Matching refs:l_fp
301 l_fp pps_local; /* when we received the PPS message */
302 l_fp pps_stamp; /* related reference time */
303 l_fp pps_recvt; /* when GPSD detected the pulse */
304 l_fp pps_stamp2;/* related reference time (secondary) */
305 l_fp pps_recvt2;/* when GPSD detected the pulse (secondary)*/
310 l_fp sti_local; /* when we received the TPV/TOFF message */
311 l_fp sti_stamp; /* effective GPS time stamp */
312 l_fp sti_recvt; /* when GPSD got the fix */
319 l_fp pps_fudge; /* PPS fudge primary channel */
320 l_fp pps_fudge2; /* PPS fudge secondary channel */
321 l_fp sti_fudge; /* TPV/TOFF serial data fudge */
369 const l_fp * const rtime);
370 static BOOL convert_ascii_time(l_fp * fp, const char * gps_time);
965 l_fp stamp, in add_clock_sample()
966 l_fp recvt) in add_clock_sample()
1410 l_fp * const dest , in get_binary_time()
1440 const l_fp * const rtime) in process_watch()
1466 const l_fp * const rtime) in process_version()
1554 const l_fp * const rtime) in process_tpv()
1635 const l_fp * const rtime) in process_pps()
1716 const l_fp * const rtime) in process_toff()
1759 const l_fp * const rtime) in gpsd_parse()
1810 l_fp diff; in gpsd_parse()
2088 l_fp * fp , in convert_ascii_time()