Searched defs:lp (Results 1 - 25 of 55) sorted by relevance

123

/external/fdlibm/
H A De_remainder.c40 unsigned sx,lx,lp; local
46 lp = __LO(p); /* low word of p */
52 if((hp|lp)==0) return (x*p)/(x*p); /* p = 0 */
55 (((hp-0x7ff00000)|lp)!=0)))
60 if (((hx-hp)|(lx-lp))==0) return zero*x;
/external/mksh/src/
H A Dlalloc.c46 void *lp; local
57 *lpp = (lp = ptr - ALLOC_SIZE);
59 while (ap->next != lp)
87 ALLOC_ITEM *lp = NULL; local
93 pp = findptr(&lp, ptr, ap);
94 pp->next = lp->next;
98 (lp = remalloc(lp, numb + ALLOC_SIZE)) == NULL
100 || ALLOC_ISUNALIGNED(lp)
105 lp
115 ALLOC_ITEM *lp, *pp; local
128 ALLOC_ITEM *lp; local
[all...]
/external/clang/test/Sema/
H A Doverloadable-complex.c18 int *lp = foo(dc); local
27 long *lp = foo(dc); local
/external/clang/test/SemaCXX/
H A Dcomplex-overload.cpp18 int *lp = foo(dc); local
27 long *lp = foo(dc); local
/external/libvpx/vp8/common/
H A Dreconintra4x4.c107 unsigned int lp[4]; local
108 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2;
109 lp[1] = (Left[0] + 2 * Left[1] + Left[2] + 2) >> 2;
110 lp[2] = (Left[1] + 2 * Left[2] + Left[3] + 2) >> 2;
111 lp[3] = (Left[2] + 2 * Left[3] + Left[3] + 2) >> 2;
117 predictor[c] = lp[r];
/external/openssl/crypto/des/
H A Dqud_cksm.c84 struct lp_st { int a:32; int b:32; } *lp; local
86 DES_LONG *lp; local
91 lp = (struct lp_st *) &(output[0])[0];
93 lp = (DES_LONG *) &(output[0])[0];
123 if (lp != NULL)
128 (*lp).a = z0;
129 (*lp).b = z1;
130 lp++;
132 *lp++ = z0;
133 *lp
[all...]
/external/grub/netboot/
H A Dmisc.c124 const long *lp = (const long *) dp; local
125 long h = *lp++;
128 dp = (const int *) lp;
174 const long *lp = (const long *) dp; local
176 u.l = *lp++;
177 dp = (const int *) lp;
/external/jpeg/
H A Dansi2knr.c559 char *lp = NULL; local
579 if ( !level ) lp = p;
594 if ( lp )
595 writeblanks(lp + 1, rp);
/external/openssl/crypto/bn/
H A Dbn_print.c109 BN_ULONG *bn_data=NULL,*lp; local
129 lp=bn_data;
143 *lp=BN_div_word(t,BN_DEC_CONV);
144 lp++;
146 lp--;
150 BIO_snprintf(p,BUF_REMAIN,BN_DEC_FMT1,*lp);
152 while (lp != bn_data)
154 lp--;
155 BIO_snprintf(p,BUF_REMAIN,BN_DEC_FMT2,*lp);
H A Dbn_mul.c763 BN_ULONG ll,lc,*lp,*mp; local
831 lp= &(t[n2+n]);
832 c1=(int)(bn_add_words(lp,&(r[0]),&(l[0]),n));
837 lp= &(r[0]);
841 neg=(int)(bn_sub_words(&(t[n2]),lp,&(t[0]),n));
844 bn_add_words(&(t[n2]),lp,&(t[0]),n);
854 lp= &(t[n2+n]);
857 lp[i]=((~mp[i])+1)&BN_MASK2;
875 lp= &(t[n2]);
876 c1= (int)(bn_add_words(lp,
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dansi2knr.c559 char *lp = NULL; local
579 if ( !level ) lp = p;
594 if ( lp )
595 writeblanks(lp + 1, rp);
/external/bison/lib/
H A Dobstack.c334 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */
337 lp = (h)->chunk;
341 while (lp != 0 && ((void *) lp >= obj || (void *) (lp)->limit < obj))
343 plp = lp->prev;
344 lp = plp;
346 return lp != 0;
358 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */
361 lp
333 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */ variable in typeref:struct:_obstack_chunk
356 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */ local
392 register struct _obstack_chunk* lp; local
[all...]
/external/libvpx/vp8/decoder/
H A Dreconintra_mt.c719 unsigned int lp[4]; local
720 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2;
721 lp[1] = (Left[0] + 2 * Left[1] + Left[2] + 2) >> 2;
722 lp[2] = (Left[1] + 2 * Left[2] + Left[3] + 2) >> 2;
723 lp[3] = (Left[2] + 2 * Left[3] + Left[3] + 2) >> 2;
729 predictor[c] = lp[r];
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DMessageProcessor.java197 public void setListeningPoint(ListeningPointImpl lp) { argument
200 " listeningPoint = " + lp);
203 if ( lp.getPort() != this.getPort())
205 ("lp mismatch with provider",getSIPStack().getStackLogger());
206 this.listeningPoint = lp;
/external/ppp/pppd/plugins/radius/
H A Davpair.c369 VALUE_PAIR *vp, *fp = NULL, *lp = NULL; local
380 if (lp)
381 lp->next = vp;
382 lp = vp;
/external/skia/src/effects/
H A DSkMorphologyImageFilter.cpp35 const SkPMColor* lp = src; local
40 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
52 lp += srcStrideY;
82 const SkPMColor* lp = src; local
87 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
99 lp += srcStrideY;
/external/tcpdump/
H A Dprint-ospf.c255 register const u_int32_t *lp; local
346 lp = lsap->lsa_un.un_sla.sla_tosmetric;
349 printf(", metric: %u", EXTRACT_32BITS(lp)&SLA_MASK_METRIC);
352 while ((u_char *)lp < ls_end) {
355 TCHECK(*lp);
356 ul = EXTRACT_32BITS(lp);
360 ++lp;
366 lp = lsap->lsa_un.un_sla.sla_tosmetric;
369 printf(", metric: %u", EXTRACT_32BITS(lp)&SLA_MASK_METRIC);
372 while ((u_char *)lp < ls_en
[all...]
H A Dutil.c265 tok2strbuf(register const struct tok *lp, register const char *fmt, argument
268 if (lp != NULL) {
269 while (lp->s != NULL) {
270 if (lp->v == v)
271 return (lp->s);
272 ++lp;
286 tok2str(register const struct tok *lp, register const char *fmt, argument
295 return tok2strbuf(lp, fmt, v, ret, sizeof(buf[0]));
303 bittok2str(register const struct tok *lp, register const char *fmt, argument
311 while (lp
350 tok2strary_internal(register const char **lp, int n, register const char *fmt, register int v) argument
[all...]
H A Dprint-atalk.c96 register const struct LAP *lp; local
110 lp = (const struct LAP *)bp;
111 bp += sizeof(*lp);
112 length -= sizeof(*lp);
113 hdrlen = sizeof(*lp);
114 switch (lp->type) {
123 ataddr_string(0, lp->src), ddpskt_string(sdp->srcSkt));
125 ataddr_string(0, lp->dst), ddpskt_string(sdp->dstSkt));
129 ddp_print(bp, length, sdp->type, 0, lp->src, sdp->srcSkt);
158 lp
[all...]
/external/libgsm/src/
H A Dlong_term.c359 register float *lp = dp_float - lambda; local
362 register float a = lp[-8], b = lp[-7], c = lp[-6],
363 d = lp[-5], e = lp[-4], f = lp[-3],
364 g = lp[-2], h = lp[-1];
380 a = lp[
525 register float *lp = dp_float - lambda; local
739 register float *lp = dp_float - lambda; local
[all...]
/external/openssh/
H A Dmoduli.c452 char *cp, *lp; local
476 lp = xmalloc(QLINESIZE + 1);
477 while (fgets(lp, QLINESIZE + 1, in) != NULL) {
479 if (strlen(lp) < 14 || *lp == '!' || *lp == '#') {
486 cp = &lp[14]; /* (skip) */
642 xfree(lp);
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_upnp_ssdp.c92 const char *lp = l; local
93 while (*lp && *lp != '\n')
94 lp++;
95 if (*lp == '\n')
96 lp++;
97 return lp - l;
104 const char *lp = l + line_length(l); local
105 while (lp > l && !isgraph(lp[
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_ssdp.c91 const char *lp = l; local
92 while (*lp && *lp != '\n')
93 lp++;
94 if (*lp == '\n')
95 lp++;
96 return lp - l;
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_ssdp.c91 const char *lp = l; local
92 while (*lp && *lp != '\n')
93 lp++;
94 if (*lp == '\n')
95 lp++;
96 return lp - l;
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_ssdp.c91 const char *lp = l; local
92 while (*lp && *lp != '\n')
93 lp++;
94 if (*lp == '\n')
95 lp++;
96 return lp - l;

Completed in 495 milliseconds

123