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 | 137 int cnt, lp, ln, len; in execvp() local 176 lp = 1; in execvp() 178 lp = strlen(p); in execvp() 186 if (lp + ln + 2 > (int)sizeof(buf)) { in execvp() 192 iov[1].iov_len = lp; in execvp() 198 memcpy(buf, p, lp); in execvp() 199 buf[lp] = '/'; in execvp() 200 memcpy(buf + lp + 1, name, ln); in execvp() 201 buf[lp + ln + 1] = '\0'; in execvp()
|
/bionic/libc/tzcode/ |
D | localtime.c | 1551 register const struct lsinfo * lp; local 1570 lp = &sp->lsis[i]; 1571 if (*timep >= lp->ls_trans) { 1572 if (*timep == lp->ls_trans) { 1573 hit = ((i == 0 && lp->ls_corr > 0) || 1574 lp->ls_corr > sp->lsis[i - 1].ls_corr); 1585 corr = lp->ls_corr; 2175 register struct lsinfo * lp; local 2181 lp = &sp->lsis[i]; 2182 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()
|