Searched refs:lp (Results 1 – 4 of 4) sorted by relevance
/bionic/libm/src/ |
D | e_remainder.c | 37 u_int32_t sx,lx,lp; in __ieee754_remainder() local 41 EXTRACT_WORDS(hp,lp,p); in __ieee754_remainder() 47 if((hp|lp)==0) return (x*p)/(x*p); /* p = 0 */ in __ieee754_remainder() 50 (((hp-0x7ff00000)|lp)!=0))) in __ieee754_remainder() 55 if (((hx-hp)|(lx-lp))==0) return zero*x; in __ieee754_remainder()
|
/bionic/libc/unistd/ |
D | exec.c | 136 int cnt, lp, ln, len; in execvp() local 175 lp = 1; in execvp() 177 lp = strlen(p); in execvp() 185 if (lp + ln + 2 > (int)sizeof(buf)) { in execvp() 191 iov[1].iov_len = lp; in execvp() 197 bcopy(p, buf, lp); in execvp() 198 buf[lp] = '/'; in execvp() 199 bcopy(name, buf + lp + 1, ln); in execvp() 200 buf[lp + ln + 1] = '\0'; in execvp()
|
/bionic/libc/tzcode/ |
D | localtime.c | 1543 register const struct lsinfo * lp; local 1562 lp = &sp->lsis[i]; 1563 if (*timep >= lp->ls_trans) { 1564 if (*timep == lp->ls_trans) { 1565 hit = ((i == 0 && lp->ls_corr > 0) || 1566 lp->ls_corr > sp->lsis[i - 1].ls_corr); 1577 corr = lp->ls_corr; 2165 register struct lsinfo * lp; local 2171 lp = &sp->lsis[i]; 2172 if (*timep >= lp->ls_trans) [all …]
|
/bionic/libc/netbsd/nameser/ |
D | ns_name.c | 951 labellen(const u_char *lp) in labellen() argument 954 u_char l = *lp; in labellen() 963 if ((bitlen = *(lp + 1)) == 0) in labellen()
|