Searched refs:lp (Results 1 – 4 of 4) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_remainder.c | 38 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/ |
D | exec.c | 136 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/ |
D | localtime.c | 1468 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/ |
D | ns_name.c | 1150 labellen(const u_char *lp) in labellen() argument 1153 u_char l = *lp; in labellen() 1162 if ((bitlen = *(lp + 1)) == 0) in labellen()
|