Searched defs:kp (Results 1 - 22 of 22) sorted by relevance

/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DMainProcessor.java28 private final KeepProcessor kp; field in class:MainProcessor
47 kp = keepList.isEmpty() ? null : new KeepProcessor(keepList);
52 if (kp != null)
53 processors.add(kp);
61 if (kp == null)
76 for (String exclude : kp.getExcludes()) {
95 if (kp != null)
/external/jemalloc/test/unit/
H A Dckh.c55 void **kp, **vp; local
58 kp = (i & 1) ? &k.p : NULL;
62 assert_false(ckh_search(&ckh, strs[i], kp, vp),
81 void **kp, **vp; local
84 kp = (i & 1) ? &k.p : NULL;
88 assert_false(ckh_remove(tsd, &ckh, strs[i], kp, vp),
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
H A Deval.pass.cpp61 int kp = -1; local
80 if (k != kp)
88 kp = k;
111 int kp = -1;
130 if (k != kp)
138 kp = k;
161 int kp = -1;
180 if (k != kp)
188 kp = k;
211 int kp
[all...]
H A Deval_param.pass.cpp60 int kp = -1; local
79 if (k != kp)
87 kp = k;
/external/jpeg/
H A Dansi2knr.c514 char *kp; local
517 while ( (kp = *key) != 0 )
518 { if ( strlen(kp) == len && !strncmp(kp, buf, len) )
/external/libedit/src/
H A Demacs.c93 Char *cp, *p, *kp; local
101 for (p = el->el_line.cursor, kp = el->el_chared.c_kill.buf; p < cp; p++)
103 *kp++ = *p;
104 el->el_chared.c_kill.last = kp;
122 Char *kp, *cp; local
139 for (kp = el->el_chared.c_kill.buf; kp < el->el_chared.c_kill.last; kp++)
140 *cp++ = *kp;
158 Char *kp, *c local
180 Char *kp, *cp; local
213 Char *kp, *cp; local
[all...]
H A Dcommon.c114 Char *cp, *p, *kp; local
122 for (p = cp, kp = el->el_chared.c_kill.buf; p < el->el_line.cursor; p++)
123 *kp++ = *p;
124 el->el_chared.c_kill.last = kp;
189 Char *kp, *cp; local
192 kp = el->el_chared.c_kill.buf;
194 *kp++ = *cp++; /* copy it */
195 el->el_chared.c_kill.last = kp;
H A Dvi.c645 Char *kp, *cp; local
648 kp = el->el_chared.c_kill.buf;
650 *kp++ = *cp++; /* copy it */
651 el->el_chared.c_kill.last = kp;
/external/clang/test/FixIt/
H A Dfixit-cxx0x.cpp91 int *ip; char *kp; member in namespace:TestMisplacedEllipsisRecovery
97 int e = me.e(&ip, &kp);
/external/pdfium/third_party/freetype/src/type1/
H A Dt1afm.c116 AFM_KernPair kp; local
172 kp = fi->KernPairs;
202 kp->index1 = FT_Get_Char_Index( t1_face, p[0] );
203 kp->index2 = FT_Get_Char_Index( t1_face, p[1] );
205 kp->x = (FT_Int)FT_PEEK_SHORT_LE(p + 2);
206 kp->y = 0;
208 kp++;
/external/tcpdump/
H A Dprint-krb.c155 register const struct krb *kp; local
161 #define IS_LENDIAN(kp) (((kp)->type & 0x01) != 0)
162 #define KTOHSP(kp, cp) (IS_LENDIAN(kp) ? EXTRACT_LE_16BITS(cp) : EXTRACT_16BITS(cp))
164 kp = (struct krb *)cp;
166 if ((&kp->type) >= snapend) {
171 type = kp->type & (0xFF << 1);
174 IS_LENDIAN(kp) ? "le" : "be", tok2str(type2str, NULL, type));
205 len = KTOHSP(kp, c
232 register const struct krb *kp; local
[all...]
/external/boringssl/src/crypto/chacha/
H A Dchacha_vec.c160 unsigned iters, i, *op=(unsigned *)out, *ip=(unsigned *)in, *kp; local
168 kp = (unsigned *)key;
173 s1 = LOAD(&((vec*)kp)[0]);
174 s2 = LOAD(&((vec*)kp)[1]);
213 x4 = kp[0]; x5 = kp[1]; x6 = kp[2]; x7 = kp[3];
214 x8 = kp[4]; x9 = kp[
[all...]
/external/opencv/cv/src/
H A Dcvinpaint.cpp334 int km=k-1+(k==1),kp=k-1-(k==t->rows-2); local
365 gradI.y=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,kp+1,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km-1,lm,color)))*2.0f;
367 gradI.y=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,kp+1,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color)));
371 gradI.y=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,kp,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km-1,lm,color)));
447 int km=k-1+(k==1),kp=k-1-(k==t->rows-2); local
478 gradI.y=(float)((CV_MAT_ELEM(*out,uchar,kp+1,lm)-CV_MAT_ELEM(*out,uchar,km-1,lm)))*2.0f;
480 gradI.y=(float)((CV_MAT_ELEM(*out,uchar,kp+1,lm)-CV_MAT_ELEM(*out,uchar,km,lm)));
484 gradI.y=(float)((CV_MAT_ELEM(*out,uchar,kp,lm)-CV_MAT_ELEM(*out,uchar,km-1,lm)));
542 int km=k-1+(k==1),kp=k-1-(k==f->rows-2); local
555 gradI.x=(float)(abs(CV_MAT_3COLOR_ELEM(*out,uchar,kp
633 int km=k-1+(k==1),kp=k-1-(k==t->rows-2); local
[all...]
H A Dcvsurf.cpp357 CvSURFPoint* kp = (CvSURFPoint*)cvGetSeqElem( keypoints, k ); local
358 CvPoint2D32f center = kp->pt;
359 int size = kp->size;
409 kp->dir = descriptor_dir;
/external/freetype/src/psaux/
H A Dafmparse.c693 AFM_KernPair kp; local
738 kp = fi->KernPairs + n;
749 kp->index1 = shared_vals[0].u.u;
750 kp->index2 = shared_vals[1].u.u;
753 kp->x = 0;
754 kp->y = shared_vals[2].u.i;
758 kp->x = shared_vals[2].u.i;
759 kp->y = ( token == AFM_TOKEN_KP && r == 4 )
/external/openssh/
H A Dssh-agent.c545 agent_decode_rsa1(struct sshbuf *m, struct sshkey **kp) argument
550 *kp = NULL;
576 *kp = k;
H A Dumac.c333 static void nh_aux(void *kp, const void *dp, void *hp, UINT32 dlen) argument
342 UINT32 *k = (UINT32 *)kp;
368 static void nh_aux(void *kp, const void *dp, void *hp, UINT32 dlen) argument
375 UINT32 *k = (UINT32 *)kp;
415 static void nh_aux(void *kp, const void *dp, void *hp, UINT32 dlen) argument
422 UINT32 *k = (UINT32 *)kp;
470 static void nh_aux(void *kp, const void *dp, void *hp, UINT32 dlen) argument
477 UINT32 *k = (UINT32 *)kp;
H A Dsshkey.c2689 sshkey_private_deserialize(struct sshbuf *buf, struct sshkey **kp) argument
2700 if (kp != NULL)
2701 *kp = NULL;
2854 if (kp != NULL) {
2855 *kp = k;
/external/pdfium/third_party/freetype/src/psaux/
H A Dafmparse.c687 AFM_KernPair kp; local
726 kp = fi->KernPairs + n;
736 kp->index1 = shared_vals[0].u.i;
737 kp->index2 = shared_vals[1].u.i;
740 kp->x = 0;
741 kp->y = shared_vals[2].u.i;
745 kp->x = shared_vals[2].u.i;
746 kp->y = ( token == AFM_TOKEN_KP && r == 4 )
/external/opencv/cv/include/
H A Dcv.h1091 CvSURFPoint kp; local
1092 kp.pt = pt;
1093 kp.laplacian = laplacian;
1094 kp.size = size;
1095 kp.dir = dir;
1096 kp.hessian = hessian;
1097 return kp;
/external/dexmaker/lib/
H A Djarjar.jar ... chain private final com.tonicsystems.jarjar.KeepProcessor kp private final java.util.Map renames public void ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1134 milliseconds