HomeSort by: relevance | last modified time | path
    Searched refs:ltemp (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/ntp/dist/util/
kern.c 127 long ltemp, mtemp; local
142 ltemp = time_tolerance << SHIFT_KF;
143 if (time_freq > ltemp)
144 time_freq = ltemp;
145 else if (time_freq < -ltemp)
146 time_freq = -ltemp;
157 int ltemp, time_update; local
162 ltemp = -time_phase >> SHIFT_SCALE;
163 time_phase += ltemp << SHIFT_SCALE;
164 time_update -= ltemp;
186 int ltemp; local
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_pst.c 197 u_long ltemp; local
242 &daychar, junque, &pp->day, info, &ltemp) != 10) {
263 if (ltemp == 0)
265 pp->disp = PST_PHI * ltemp * 60;
refclock_irig.c 422 l_fp ltemp; /* l_fp temp */ local
432 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp);
433 L_SUB(&rbufp->recv_time, &ltemp);
754 l_fp ltemp; local
790 DTOLFP(dtemp, &ltemp);
792 L_SUB(&up->chrstamp, &ltemp);
ntp_refclock.c 541 l_fp offset, ltemp; local
556 DTOLFP(pp->nsec / 1e9, &ltemp);
557 L_ADD(&offset, &ltemp);
1060 u_int ltemp = 0; local
1081 if (ioctl(fd, TIOCMGET, (char *)&ltemp) < 0)
1087 fd, ltemp);
1089 if (ltemp & TIOCM_DSR && lflags & LDISC_REMOTE)
1144 u_int ltemp = 0; local
1159 if (ioctl(fd, TIOCMGET, (char *)&ltemp) < 0)
1165 fd, ltemp);
    [all...]
refclock_tsyncpci.c 417 l_fp ltemp; local
646 DTOLFP(pp->nsec / 1e9, &ltemp);
647 L_ADD(&offset, &ltemp);
refclock_chu.c 664 l_fp ltemp; /* l_fp temp */ local
674 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp);
675 L_SUB(&rbufp->recv_time, &ltemp);
refclock_wwv.c 802 l_fp ltemp; local
812 DTOLFP((double)rbufp->recv_length / WWV_SEC, &ltemp);
813 L_SUB(&rbufp->recv_time, &ltemp);
  /src/external/ibm-public/postfix/dist/src/dns/
dns_lookup.c 750 char ltemp[USHRT_MAX]; local
836 for (src = pos, dst = (unsigned char *) ltemp;
843 || frag_len >= ((unsigned char *) ltemp + sizeof(ltemp)) - dst) {
853 tempbuf = ltemp;
  /src/external/mpl/dhcp/dist/server/
failover.c 2526 struct lease *ltemp = NULL; local
2619 ltemp = LEASE_GET_NEXTP(lq, lp);
2620 if (ltemp != NULL)
2621 lease_reference(&next, ltemp, MDL);
2714 struct lease *ltemp; local
2731 ltemp = LEASE_GET_FIRST(pool->free);
2732 if(ltemp && ltemp->ends < cur_time)
2733 est1 = cur_time - ltemp->ends;
2737 ltemp = LEASE_GET_FIRST(pool->backup)
    [all...]
mdb.c 1924 struct lease *ltemp = NULL; local
1984 ltemp = LEASE_GET_NEXTP(lptr[i], lease);
1985 if (ltemp)
1986 lease_reference(&next, ltemp, MDL);
3007 struct lease *lc = NULL, *ln = NULL, *ltemp = NULL; local
3186 ltemp = LEASE_GET_NEXTP(lptr[i], lc);
3187 if (ltemp != NULL) {
3188 lease_reference(&ln, ltemp, MDL);
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 2844 u_int32 ltemp; local
2885 ltemp = ntohl(cl->values[i]);
2886 ltemp &= 0xffffffff; /* HMS: This does nothing now */
2890 (void) fprintf(fp, "%12ld", (u_long)ltemp);
2892 (void) fprintf(fp, "%12lu", (u_long)ltemp);
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 3160 NODE *ltemp, *rtemp; local
3178 ltemp = tempnode(0, l->n_type, l->n_df, l->n_ap);
3179 l = buildtree(ASSIGN, ccopy(ltemp), l);
3191 real_l = structref(ccopy(ltemp), STREF, real);
3192 imag_l = structref(ltemp, STREF, imag);
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 3095 NODE *ltemp, *rtemp; local
3109 ltemp = tempnode(0, l->n_type, l->n_df, l->n_ap);
3110 l = buildtree(ASSIGN, ccopy(ltemp), l);
3119 real_l = structref(ccopy(ltemp), STREF, real);
3121 imag_l = structref(ltemp, STREF, imag);

Completed in 58 milliseconds