HomeSort by relevance Sort by last modified time
    Searched refs:p1 (Results 576 - 600 of 721) sorted by null

<<212223242526272829

  /external/iproute2/misc/
ss.c 2593 char *p, *p1; local
    [all...]
  /external/libvpx/vp8/common/x86/
subpixel_mmx.asm 72 psrlq mm4, 24 ; mm4 = p1..p5
73 punpcklbw mm4, mm0 ; mm4 = p1..p4
83 punpcklbw mm5, mm0 ; mm5 = p-2..p1
  /external/llvm/lib/Support/
regengine.inc 118 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
123 #define AT(t, p1, p2, s1, s2) /* nothing */
  /external/opencv/cv/src/
cvcolor.cpp     [all...]
cvhaar.cpp 58 sumtype *p0, *p1, *p2, *p3; member in struct:CvHidHaarFeature::__anon8644
110 sumtype *p0, *p1, *p2, *p3; member in struct:CvHidHaarClassifierCascade
424 ((rect).p0[offset] - (rect).p1[offset] - (rect).p2[offset] + (rect).p3[offset])
503 cascade->p1 = sum_elem_ptr(*sum, equ_rect.y, equ_rect.x + equ_rect.width );
633 hidfeature->rect[k].p1 = sum_elem_ptr(*sum, tr.y, tr.x + tr.width);
643 hidfeature->rect[k].p1 = sum_elem_ptr(*tilted, tr.y + tr.height, tr.x - tr.height);
1131 int *p0 = 0, *p1 = 0, *p2 = 0, *p3 = 0; local
    [all...]
cvpyrsegmentation.cpp 368 _CvPyramid *p1 = p_base[j].p; local
371 p1->c += p_base[j].c;
383 _CvPyramid *p1 = p_cur[j].p; local
389 p1->c += t0;
    [all...]
  /external/qemu/
net-android.c 228 const char *p, *p1; local
231 p1 = strchr(p, sep);
232 if (!p1)
234 len = p1 - p;
235 p1++;
242 *pp = p1;
    [all...]
net.c 195 const char *p, *p1; local
198 p1 = strchr(p, sep);
199 if (!p1)
201 len = p1 - p;
202 p1++;
209 *pp = p1;
    [all...]
  /bionic/libc/regex/
engine.c 115 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
120 #define AT(t, p1, p2, s1, s2) /* nothing */
  /external/openssl/crypto/evp/
evp.h 181 int (*md_ctrl)(EVP_MD_CTX *ctx, int cmd, int p1, void *p2);
    [all...]
evp_locl.h 339 int (*ctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2);
  /external/openssl/include/openssl/
evp.h 181 int (*md_ctrl)(EVP_MD_CTX *ctx, int cmd, int p1, void *p2);
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/v8/test/cctest/
test-assembler-arm.cc 40 typedef Object* (*F1)(int x, int p1, int p2, int p3, int p4);
42 typedef Object* (*F3)(void* p0, int p1, int p2, int p3, int p4);
43 typedef Object* (*F4)(void* p0, void* p1, int p2, int p3, int p4);
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 115 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
120 #define AT(t, p1, p2, s1, s2) /* nothing */
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CollectionsTest.java 258 public CollectionTest(String p1) {
259 super(p1);
262 public CollectionTest(String p1, Collection c) {
263 super(p1);
    [all...]
  /external/chromium/build/
install-build-deps.sh 62 patch -p1 <<EOF
  /external/freetype/src/truetype/
ttgload.c 968 FT_Vector* p1; local
982 p1 = gloader->base.outline.points + k;
985 x = p1->x - p2->x;
986 y = p1->y - p2->y;
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 1247 Addr s1, s2, e1, e2, p1, p2; local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 241 public CollectionTest(String p1) {
242 super(p1);
245 public CollectionTest(String p1, Collection c) {
246 super(p1);
    [all...]
  /system/core/libpixelflinger/
trap.cpp 101 " P1=(%.3f, %.3f) [%08x, %08x]\n"
665 const GGLcoord* p1,
670 const GGLfixed* top = p1;
855 const GGLcoord* p1,
860 const GGLfixed* top = p1;
    [all...]
  /bionic/libc/kernel/common/linux/
soundcard.h 779 #define _CHN_COMMON(dev, event, chn, p1, p2, w14) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_COMMON; _seqbuf[_seqbufptr+1] = (dev); _seqbuf[_seqbufptr+2] = (event); _seqbuf[_seqbufptr+3] = (chn); _seqbuf[_seqbufptr+4] = (p1); _seqbuf[_seqbufptr+5] = (p2); *(short *)&_seqbuf[_seqbufptr+6] = (w14); _SEQ_ADVBUF(8);}
  /cts/tests/tests/os/src/android/os/cts/
ParcelTest.java 67 Parcel p1 = Parcel.obtain(); local
68 assertNotNull(p1);
82 p1.recycle();
332 Parcel p1 = Parcel.obtain(); local
333 p1.writeByteArray(c);
334 p1.setDataPosition(0);
335 byte[] d1 = p1.marshall();
347 p1.recycle();
    [all...]
  /development/ndk/platforms/android-3/include/linux/
soundcard.h 779 #define _CHN_COMMON(dev, event, chn, p1, p2, w14) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_COMMON; _seqbuf[_seqbufptr+1] = (dev); _seqbuf[_seqbufptr+2] = (event); _seqbuf[_seqbufptr+3] = (chn); _seqbuf[_seqbufptr+4] = (p1); _seqbuf[_seqbufptr+5] = (p2); *(short *)&_seqbuf[_seqbufptr+6] = (w14); _SEQ_ADVBUF(8);}
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 829 int* p1 = NULL; local
831 EXPECT_TRUE(m1.Matches(p1));
892 int* p1 = NULL; local
894 EXPECT_FALSE(m1.Matches(p1));
3679 const int* const p1 = a1; local
    [all...]

Completed in 848 milliseconds

<<212223242526272829