Lines Matching refs:split
256 ntpcal_split split; in gpsntp_from_daytime1_ex() local
259 split = ntpcal_daysplit(&pvi64); in gpsntp_from_daytime1_ex()
260 dpiv.days = split.hi; in gpsntp_from_daytime1_ex()
261 dpiv.secs = split.lo; in gpsntp_from_daytime1_ex()
309 ntpcal_split split; in gpsntp_from_gpscal_ex() local
320 split = ntpcal_daysplit(&ts64); in gpsntp_from_gpscal_ex()
323 retv.secs = split.lo; in gpsntp_from_gpscal_ex()
324 retv.days = split.hi; in gpsntp_from_gpscal_ex()
582 ntpcal_split split; in gpscal_from_weektime1() local
589 split = ntpcal_weeksplit(&pvi64); in gpscal_from_weektime1()
591 wpiv.weeks = split.hi; in gpscal_from_weektime1()
592 wpiv.wsecs = split.lo; in gpscal_from_weektime1()
607 ntpcal_split split; in gpscal_from_gpsntp() local
611 split = ntpcal_weeksplit(&ts64); in gpscal_from_gpsntp()
614 retv.wsecs = split.lo; in gpscal_from_gpsntp()
615 retv.weeks = split.hi; in gpscal_from_gpsntp()