Searched refs:lp (Results 1 – 3 of 3) sorted by relevance
38 u_int32_t sx,lx,lp; in remainder() local42 EXTRACT_WORDS(hp,lp,p); in remainder()48 if(((hp|lp)==0)|| /* p = 0 */ in remainder()51 (((hp-0x7ff00000)|lp)!=0))) in remainder()56 if (((hx-hp)|(lx-lp))==0) return zero*x; in remainder()
1786 register const struct lsinfo * lp; in timesub() local1802 lp = &sp->lsis[i]; in timesub()1803 if (*timep >= lp->ls_trans) { in timesub()1804 corr = lp->ls_corr; in timesub()1805 if ((i == 0 ? 0 : lp[-1].ls_corr) < corr) in timesub()1806 secs_since_posleap = *timep - lp->ls_trans; in timesub()1936 increment_overflow32(int_fast32_t *const lp, int const m) in increment_overflow32() argument1939 return ckd_add(lp, *lp, m); in increment_overflow32()1941 register int_fast32_t const l = *lp; in increment_overflow32()1945 *lp += m; in increment_overflow32()[all …]
1150 labellen(const u_char *lp) in labellen() argument1153 u_char l = *lp; in labellen()1162 if ((bitlen = *(lp + 1)) == 0) in labellen()