Lines Matching refs:split
254 ntpcal_split split; in gpsntp_from_daytime1_ex() local
257 split = ntpcal_daysplit(&pvi64); in gpsntp_from_daytime1_ex()
258 dpiv.days = split.hi; in gpsntp_from_daytime1_ex()
259 dpiv.secs = split.lo; in gpsntp_from_daytime1_ex()
307 ntpcal_split split; in gpsntp_from_gpscal_ex() local
318 split = ntpcal_daysplit(&ts64); in gpsntp_from_gpscal_ex()
321 retv.secs = split.lo; in gpsntp_from_gpscal_ex()
322 retv.days = split.hi; in gpsntp_from_gpscal_ex()
580 ntpcal_split split; in gpscal_from_weektime1() local
587 split = ntpcal_weeksplit(&pvi64); in gpscal_from_weektime1()
589 wpiv.weeks = split.hi; in gpscal_from_weektime1()
590 wpiv.wsecs = split.lo; in gpscal_from_weektime1()
605 ntpcal_split split; in gpscal_from_gpsntp() local
609 split = ntpcal_weeksplit(&ts64); in gpscal_from_gpsntp()
612 retv.wsecs = split.lo; in gpscal_from_gpsntp()
613 retv.weeks = split.hi; in gpscal_from_gpsntp()