HomeSort by relevance Sort by last modified time
    Searched refs:p2 (Results 201 - 225 of 380) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libvpx/vpx_mem/intel_linux/
vpx_mem_tracker.c 229 * p2 = memtrack.head; local
235 p2 = p;
238 MEM_TRACK_FREE(p2);
  /external/libvpx/vpx_mem/
vpx_mem_tracker.c 234 * p2 = memtrack.head; local
240 p2 = p;
243 MEM_TRACK_FREE(p2);
  /external/openssl/crypto/evp/
pmeth_lib.c 330 int cmd, int p1, void *p2)
353 ret = ctx->pmeth->ctrl(ctx, cmd, p1, p2);
533 int (*ctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2),
  /external/v8/test/cctest/
test-assembler-arm.cc 40 typedef Object* (*F1)(int x, int p1, int p2, int p3, int p4);
41 typedef Object* (*F2)(int x, int y, int p2, int p3, int p4);
42 typedef Object* (*F3)(void* p, int p1, int p2, int p3, int p4);
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 380 bool insert_entry(unsigned p1, unsigned p2, unsigned id);
381 bool pop_entry(unsigned *p1,unsigned *p2, unsigned *id);
466 unsigned int p2,
  /packages/apps/Mms/src/com/android/mms/ui/
SlideView.java 495 public int compare(Position p1, Position p2) {
498 int l2 = p2.mLeft;
499 int t2 = p2.mTop;
  /external/chromium/third_party/icu/source/i18n/
bmsearch.cpp 351 UChar t2[32], p2[32]; local
363 if (decomplength != unorm_decompose(p2, ARRAY_SIZE(p2),
374 pat = p2;
394 // NFD failed, make sure that u_memcmp() does not overrun t2 & p2
  /external/freetype/src/autofit/
afloader.c 330 FT_Vector* p2; local
345 p2 = gloader->base.outline.points + start_point + l;
347 x = p1->x - p2->x;
348 y = p1->y - p2->y;
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 734 str_upperspec(ulp, p1, p2)
735 u_int ulp, p1, p2;
741 if (!(p1 == IPSEC_PORT_ANY && p2 == IPSEC_PORT_ANY))
742 printf(" %u,%u", p1, p2);
  /external/openssl/crypto/dh/
dh_pmeth.c 117 static int pkey_dh_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 81 #define TWOWORDSTUB(p1,p2) \
82 { 0x41FA, 0x0012, 0x209F, (p1), (p2), 0x41FA, \
85 #define THREEWORDSTUB(p1,p2,p3) \
86 { 0x41FA, 0x0014, 0x209F, (p1), (p2), (p3), 0x41FA, \
  /external/stlport/test/unit/
map_test.cpp 115 pair_type p2(6, 'f');
125 p2,
161 pair_type p2(6, 'f');
169 p2,
  /external/v8/test/mjsunit/
debug-backtrace-text.js 42 p2 = new Point(2,2);
108 a[2](p1, p2)
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderTest.java 436 Provider p2 = pp[0]; local
437 String old = p2.getProperty("MessageDigest.ASH-1");
438 p2.put("MessageDigest.ASH-1", "AnotherClassName");
439 Provider.Service s = p2.getService("MessageDigest", "ASH-1");
  /ndk/sources/android/stlport/test/unit/
map_test.cpp 115 pair_type p2(6, 'f');
125 p2,
161 pair_type p2(6, 'f');
169 p2,
  /external/chromium/third_party/icu/source/test/intltest/
rbbitst.cpp 2811 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
3059 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
3384 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
    [all...]
thcoll.cpp 344 StrCmp(const void *p1, const void *p2) {
345 return ucol_strcoll(thaiColl, *(UChar **) p1, -1, *(UChar **)p2, -1);
  /external/icu4c/test/intltest/
rbbitst.cpp 2504 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
2736 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
3061 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
    [all...]
thcoll.cpp 344 StrCmp(const void *p1, const void *p2) {
345 return ucol_strcoll(thaiColl, *(UChar **) p1, -1, *(UChar **)p2, -1);
  /cts/tests/tests/content/src/android/content/pm/cts/
ComponentInfoTest.java 276 StringBuilderPrinter p2 = new StringBuilderPrinter(sb2); local
278 ci.applicationInfo.dump(p2, "");
  /external/expat/xmlwf/
xmlwin32url.cxx 164 const char *p2 = charset; local
165 while ((*p1++ = (unsigned char)*p2++) != 0)
  /external/kernel-headers/original/asm-x86/
msr.h 117 #define rdmsr_safe(msr,p1,p2) \
122 (*p2) = (u32)(__val >> 32); \
  /external/libvpx/vp8/common/arm/neon/
loopfilterverticaledge_uv_neon.asm 76 vabd.u8 q11, q3, q4 ; abs(p3 - p2)
77 vabd.u8 q12, q4, q5 ; abs(p2 - p1)
84 vcge.u8 q15, q1, q11 ; (abs(p3 - p2) > limit)*-1
85 vcge.u8 q12, q1, q12 ; (abs(p2 - p1) > limit)*-1
loopfilterverticaledge_y_neon.asm 72 vabd.u8 q11, q3, q4 ; abs(p3 - p2)
73 vabd.u8 q12, q4, q5 ; abs(p2 - p1)
80 vcge.u8 q15, q1, q11 ; (abs(p3 - p2) > limit)*-1
81 vcge.u8 q12, q1, q12 ; (abs(p2 - p1) > limit)*-1
  /packages/apps/Phone/src/com/android/phone/
ChangeIccPinScreen.java 151 private int validateNewPin(String p1, String p2) {
156 if (!p1.equals(p2)) {

Completed in 705 milliseconds

1 2 3 4 5 6 7 891011>>