Home
last modified time | relevance | path

Searched refs:lp (Results 1 – 4 of 4) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_remainder.c38 u_int32_t sx,lx,lp; in __ieee754_remainder() local
42 EXTRACT_WORDS(hp,lp,p); in __ieee754_remainder()
48 if((hp|lp)==0) return (x*p)/(x*p); /* p = 0 */ in __ieee754_remainder()
51 (((hp-0x7ff00000)|lp)!=0))) in __ieee754_remainder()
56 if (((hx-hp)|(lx-lp))==0) return zero*x; in __ieee754_remainder()
/bionic/libc/upstream-openbsd/lib/libc/gen/
Dexec.c136 size_t lp, ln, len; in execvpe() local
175 lp = 1; in execvpe()
177 lp = strlen(p); in execvpe()
185 if (lp + ln + 2 > sizeof(buf)) { in execvpe()
191 iov[1].iov_len = lp; in execvpe()
197 bcopy(p, buf, lp); in execvpe()
198 buf[lp] = '/'; in execvpe()
199 bcopy(name, buf + lp + 1, ln); in execvpe()
200 buf[lp + ln + 1] = '\0'; in execvpe()
/bionic/libc/tzcode/
Dlocaltime.c1468 register const struct lsinfo * lp; in timesub() local
1482 lp = &sp->lsis[i]; in timesub()
1483 if (*timep >= lp->ls_trans) { in timesub()
1484 if (*timep == lp->ls_trans) { in timesub()
1485 hit = ((i == 0 && lp->ls_corr > 0) || in timesub()
1486 lp->ls_corr > sp->lsis[i - 1].ls_corr); in timesub()
1497 corr = lp->ls_corr; in timesub()
1646 increment_overflow32(int_fast32_t *const lp, int const m) in increment_overflow32() argument
1648 register int_fast32_t const l = *lp; in increment_overflow32()
1652 *lp += m; in increment_overflow32()
[all …]
/bionic/libc/dns/nameser/
Dns_name.c1150 labellen(const u_char *lp) in labellen() argument
1153 u_char l = *lp; in labellen()
1162 if ((bitlen = *(lp + 1)) == 0) in labellen()