Searched refs:p2 (Results 1 - 25 of 489) sorted by relevance

1234567891011>>

/external/kernel-headers/original/asm-generic/
H A Dxor.h19 xor_8regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
24 p1[0] ^= p2[0];
25 p1[1] ^= p2[1];
26 p1[2] ^= p2[2];
27 p1[3] ^= p2[3];
28 p1[4] ^= p2[4];
29 p1[5] ^= p2[5];
30 p1[6] ^= p2[6];
31 p1[7] ^= p2[7];
33 p2
38 xor_8regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
59 xor_8regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
81 xor_8regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
104 xor_32regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
140 xor_32regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
186 xor_32regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
241 xor_32regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
305 xor_8regs_p_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
331 xor_8regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
361 xor_8regs_p_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
395 xor_8regs_p_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
432 xor_32regs_p_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
477 xor_32regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
534 xor_32regs_p_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
602 xor_32regs_p_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
[all...]
/external/jdiff/src/jdiff/
H A DComparePkgPdiffs.java18 PackageDiff p2 = (PackageDiff)obj2;
19 if (p1.pdiff < p2.pdiff)
21 if (p1.pdiff > p2.pdiff)
23 return p1.name_.compareTo(p2.name_);
/external/jmonkeyengine/engine/src/test/jme3test/gui/
H A DTestZOrder.java54 Picture p2 = new Picture("Picture2");
55 p2.move(0,0,1.001f);
56 p2.setPosition(150, 150);
57 p2.setWidth(100);
58 p2.setHeight(100);
59 p2.setImage(assetManager, "Interface/Logo/Monkey.png", false);
60 guiNode.attachChild(p2);
/external/icu4c/test/perf/charperf/
H A DCharPerf_r.pl31 my $p2; # Latest
34 $p2 = $ICUPathLatest."/charperf/$WindowsPlatform/Release/charperf.exe";
37 $p2 = $ICUPathLatest."/charperf/charperf";
44 "isAlpha", ["$p1 TestIsAlpha" , "$p2 TestIsAlpha" ],
45 "isUpper", ["$p1 TestIsUpper" , "$p2 TestIsUpper" ],
46 "isLower", ["$p1 TestIsLower" , "$p2 TestIsLower" ],
47 "isDigit", ["$p1 TestIsDigit" , "$p2 TestIsDigit" ],
48 "isSpace", ["$p1 TestIsSpace" , "$p2 TestIsSpace" ],
49 "isAlphaNumeric", ["$p1 TestIsAlphaNumeric" , "$p2 TestIsAlphaNumeric" ],
50 "isPrint", ["$p1 TestIsPrint" , "$p2 TestIsPrin
[all...]
/external/icu4c/test/perf/collperf/
H A DCollPerf_r.pl29 my $p1, $p2;
33 $p2 = $ICUPathLatest."/collperf/$WindowsPlatform/Release/collperf.exe";
36 $p2 = $ICUPathLatest."/collperf/collperf";
41 "Key Gen ICU null", ["$p1 TestIcu_KeyGen_null", "$p2 TestIcu_KeyGen_null"],
42 "Key Gen ICU len", ["$p1 TestIcu_KeyGen_len", "$p2 TestIcu_KeyGen_len"],
43 "Iteration icu forward null", ["$p1 TestIcu_ForwardIter_null", "$p2 TestIcu_ForwardIter_null"],
44 "Iteration icu forward len", ["$p1 TestIcu_ForwardIter_len", "$p2 TestIcu_ForwardIter_len"],
45 "Iteration icu backward null", ["$p1 TestIcu_BackwardIter_null", "$p2 TestIcu_BackwardIter_null"],
46 "Iteration icu backward len", ["$p1 TestIcu_BackwardIter_len", "$p2 TestIcu_BackwardIter_len"],
47 "Iteration/all icu forward null", ["$p1 TestIcu_ForwardIter_all_null", "$p2 TestIcu_ForwardIter_all_nul
[all...]
/external/icu4c/test/perf/normperf/
H A DNormPerf_r.pl31 my $p2; # Latest
35 $p2 = $ICUPathLatest."/normperf/$WindowsPlatform/Release/normperf.exe";
38 $p2 = $ICUPathLatest."/normperf/normperf";
63 "NFC_NFD_Text", ["$p1 TestICU_NFC_NFD_Text" , "$p2 TestICU_NFC_NFD_Text" ],
64 "NFC_NFC_Text", ["$p1 TestICU_NFC_NFC_Text" , "$p2 TestICU_NFC_NFC_Text" ],
65 "NFC_Orig_Text", ["$p1 TestICU_NFC_Orig_Text" , "$p2 TestICU_NFC_Orig_Text"],
66 "NFD_NFD_Text", ["$p1 TestICU_NFD_NFD_Text" , "$p2 TestICU_NFD_NFD_Text" ],
67 "NFD_NFC_Text", ["$p1 TestICU_NFD_NFC_Text" , "$p2 TestICU_NFD_NFC_Text" ],
68 "NFD_Orig_Text", ["$p1 TestICU_NFD_Orig_Text" , "$p2 TestICU_NFD_Orig_Text"],
70 "QC_NFC_NFD_Text", ["$p1 TestQC_NFC_NFD_Text" , "$p2 TestQC_NFC_NFD_Tex
[all...]
/external/icu4c/test/perf/strsrchperf/
H A DStrSrchPerf_r.pl34 my $p2; # Latest
38 $p2 = $ICUPathLatest . "/strsrchperf/$WindowsPlatform/Release/strsrchperf.exe -b";
42 $p2 = $ICUPathLatest . "/strsrchperf/strsrchperf -b";
56 "ICU Forward Search", [ "$p1 Test_ICU_Forward_Search", "$p2 Test_ICU_Forward_Search" ],
57 "ICU Backward Search",[ "$p1 Test_ICU_Backward_Search", "$p2 Test_ICU_Backward_Search" ],
/external/icu4c/test/perf/usetperf/
H A DUsetPerf.pl31 my $p1, $p2;
34 $p2 = $ICUPathLatest."/usetperf/$WindowsPlatform/Release/usetperf.exe";
37 $p2 = $ICUPathLatest."/usetperf/usetperf";
42 "titlecase_letter/add", ["$p1 titlecase_letter_add", "$p2 titlecase_letter_add"],
43 "titlecase_letter/contains", ["$p1 titlecase_letter_contains", "$p2 titlecase_letter_contains"],
44 "titlecase_letter/iterator", ["$p1 titlecase_letter_iterator", "$p2 titlecase_letter_iterator"],
45 "unassigned/add", ["$p1 unassigned_add", "$p2 unassigned_add"],
46 "unassigned/contains", ["$p1 unassigned_contains", "$p2 unassigned_contains"],
47 "unassigned/iterator", ["$p1 unassigned_iterator", "$p2 unassigned_iterator"],
48 "pattern1", ["$p1 pattern1", "$p2 pattern
[all...]
/external/icu4c/test/perf/ustrperf/
H A DStringPerf_r.pl30 my $p2; # Latest
34 $p2 = $ICUPathLatest."/ustrperf/$WindowsPlatform/Release/stringperf.exe -b -u"; # Latest
37 $p2 = $ICUPathLatest."/ustrperf/stringperf -b -u"; # Latest
62 "Object Construction(empty string)", ["$p1 TestCtor" , "$p2 TestCtor" ],
63 "Object Construction(single char)", ["$p1 TestCtor1" , "$p2 TestCtor1" ],
64 "Object Construction(another string)", ["$p1 TestCtor2" , "$p2 TestCtor2" ],
65 "Object Construction(string literal)", ["$p1 TestCtor3" , "$p2 TestCtor3" ],
66 "String Assignment(helper)", ["$p1 TestAssign" , "$p2 TestAssign" ],
67 "String Assignment(string literal)", ["$p1 TestAssign1" , "$p2 TestAssign1" ],
68 "String Assignment(another string)", ["$p1 TestAssign2" , "$p2 TestAssign
[all...]
/external/icu4c/test/perf/utfperf/
H A DUtfPerf.pl30 my $p2;
34 $p2 = $ICUPathLatest."/utfperf/$WindowsPlatform/Release/utfperf.exe -e gb18030"; # Latest
37 $p2 = $ICUPathLatest."/utfperf/utfperf -e gb18030"; # Latest
41 "Roundtrip", ["$p1 Roundtrip", "$p2 Roundtrip"],
42 "FromUnicode", ["$p1 FromUnicode", "$p2 FromUnicode"],
43 "FromUTF8", ["$p1 FromUTF8", "$p2 FromUTF8"],
/external/icu4c/test/perf/utrie2perf/
H A Dutrie2perf.pl30 my $p2;
34 $p2 = $ICUPathLatest."/utfperf/$WindowsPlatform/Release/utfperf.exe -e gb18030"; # Latest
37 $p2 = $ICUPathLatest."/utfperf/utfperf -e gb18030"; # Latest
41 "Roundtrip", ["$p1 Roundtrip", "$p2 Roundtrip"],
42 "FromUnicode", ["$p1 FromUnicode", "$p2 FromUnicode"],
43 "FromUTF8", ["$p1 FromUTF8", "$p2 FromUTF8"],
/external/compiler-rt/lib/tsan/unit_tests/
H A Dtsan_mman_test.cc23 char *p2 = (char*)internal_alloc(MBlockScopedBuf, 20); local
24 EXPECT_NE(p2, (char*)0);
25 EXPECT_NE(p2, p);
30 ((char*)p2)[i] = 42;
33 internal_free(p2);
42 char *p2 = (char*)user_alloc(thr, pc, 20); local
43 EXPECT_NE(p2, (char*)0);
44 EXPECT_NE(p2, p);
48 MBlock *b2 = user_mblock(thr, p2);
56 ((char*)p2)[
83 void *p2 = user_realloc(thr, pc, p, 0); local
90 void *p2 = user_realloc(thr, pc, p, 10000); local
101 void *p2 = user_realloc(thr, pc, p, 10); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ql_2.0.0.v20100503a.jar ... properties org/ org/eclipse/ org/eclipse/equinox/ org/eclipse/equinox/p2/ org/eclipse/equinox/p2/ql/ org/eclipse/equinox/p2/ql
/external/openssh/openbsd-compat/
H A Dtimingsafe_bcmp.c26 const unsigned char *p1 = b1, *p2 = b2; local
30 ret |= *p1++ ^ *p2++;
/external/v8/test/mjsunit/compiler/
H A Dregress-stacktrace.js44 var p2 = stack.indexOf("at two");
47 assertTrue(p2 != -1);
49 assertTrue(p3 < p2);
50 assertTrue(p2 < p1);
/external/clang/test/CodeGen/
H A Daddress-space-field1.c3 // CHECK:define void @test_addrspace(%struct.S addrspace(1)* %p1, %struct.S addrspace(2)* %p2) nounwind
7 // CHECK: store %struct.S addrspace(2)* %p2, %struct.S addrspace(2)** [[p2addr]]
34 void test_addrspace(__addr1 S* p1, __addr2 S*p2) {
36 p1->a = p2->b;
37 p1->b = p2->a;
/external/clang/test/Lexer/
H A Dhexfloat.cpp5 double d = 0x.2p2; // expected-warning{{hexadecimal floating constants are a C99 feature}}
6 float g = 0x1.2p2; // expected-warning{{hexadecimal floating constants are a C99 feature}}
7 double h = 0x1.p2; // expected-warning{{hexadecimal floating constants are a C99 feature}}
/external/libnfc-nci/halimpl/bcm2079x/include/
H A Dbt_trace.h168 extern void LogMsg_2 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2);
169 extern void LogMsg_3 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
171 extern void LogMsg_4 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
173 extern void LogMsg_5 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
175 extern void LogMsg_6 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
591 #define BT_TRACE_2(l,t,m,p1,p2) LogMsg_2(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
592 (UINT32)(p2))
593 #define BT_TRACE_3(l,t,m,p1,p2,p3) LogMsg_3(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
594 (UINT32)(p2),(UINT32)(p3))
595 #define BT_TRACE_4(l,t,m,p1,p2,p
[all...]
/external/libnfc-nci/src/include/
H A Dbt_trace.h168 extern void LogMsg_2 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2);
169 extern void LogMsg_3 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
171 extern void LogMsg_4 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
173 extern void LogMsg_5 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
175 extern void LogMsg_6 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
591 #define BT_TRACE_2(l,t,m,p1,p2) LogMsg_2(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
592 (UINT32)(p2))
593 #define BT_TRACE_3(l,t,m,p1,p2,p3) LogMsg_3(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
594 (UINT32)(p2),(UINT32)(p3))
595 #define BT_TRACE_4(l,t,m,p1,p2,p
[all...]
/external/bluetooth/bluedroid/include/
H A Dbt_trace.h202 extern void LogMsg_2 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2);
203 extern void LogMsg_3 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
205 extern void LogMsg_4 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
207 extern void LogMsg_5 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
209 extern void LogMsg_6 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
632 #define BT_TRACE_2(l,t,m,p1,p2) LogMsg_2(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
633 (UINT32)(p2))
634 #define BT_TRACE_3(l,t,m,p1,p2,p3) LogMsg_3(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
635 (UINT32)(p2),(UINT32)(p3))
636 #define BT_TRACE_4(l,t,m,p1,p2,p
[all...]
/external/v8/test/mjsunit/harmony/
H A Dproxies-hash.js50 var p2 = create(handler)
56 s.add(p2);
58 assertTrue(s.has(p2));
62 fix(p2)
64 assertTrue(s.has(p2));
67 s.delete(p2);
69 assertFalse(s.has(p2));
87 var p2 = create(handler)
93 m.set(p2, 321);
95 assertTrue(m.has(p2));
[all...]
/external/icu4c/test/perf/ubrkperf/
H A DUBrkPerf.pl44 my $p2; # Previous
49 $p2 = $ICUPathPrevious."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe";
53 $p2 = $ICUPathPrevious."/ubrkperf/ubrkperf";
80 "TestForwardChar", ["$p1 $m1 TestICUForward", "$p2 $m1 TestICUForward", "$p3 $m1 TestICUForward"],
81 "TestForwardWord", ["$p1 $m2 TestICUForward", "$p2 $m2 TestICUForward", "$p3 $m2 TestICUForward"],
82 "TestForwardLine", ["$p1 $m3 TestICUForward", "$p2 $m3 TestICUForward", "$p3 $m3 TestICUForward"],
83 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward", "$p3 $m4 TestICUForward"],
85 "TestIsBoundChar", ["$p1 $m1 TestICUIsBound", "$p2 $m1 TestICUIsBound", "$p3 $m1 TestICUIsBound"],
86 "TestIsBoundWord", ["$p1 $m2 TestICUIsBound", "$p2 $m2 TestICUIsBound", "$p3 $m2 TestICUIsBound"],
87 "TestIsBoundLine", ["$p1 $m3 TestICUIsBound", "$p2
[all...]
H A DUBrkPerf_r.pl43 my $p2; # Latest
47 $p2 = $ICUPathLatest."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe";
50 $p2 = $ICUPathLatest."/ubrkperf/ubrkperf";
72 "TestForwardChar", ["$p1 $m1 TestICUForward", "$p2 $m1 TestICUForward"],
73 "TestForwardWord", ["$p1 $m2 TestICUForward", "$p2 $m2 TestICUForward"],
74 "TestForwardLine", ["$p1 $m3 TestICUForward", "$p2 $m3 TestICUForward"],
75 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward"],
77 "TestIsBoundChar", ["$p1 $m1 TestICUIsBound", "$p2 $m1 TestICUIsBound"],
78 "TestIsBoundWord", ["$p1 $m2 TestICUIsBound", "$p2 $m2 TestICUIsBound"],
79 "TestIsBoundLine", ["$p1 $m3 TestICUIsBound", "$p2
[all...]
/external/valgrind/main/none/tests/
H A Dmap_unaligned.c8 void *p2; local
25 if ( ( p2 = mmap( p1 + 1, 4096, PROT_READ, MAP_PRIVATE | MAP_ANONYMOUS | MAP_FIXED, -1, 0 ) ) == MAP_FAILED )
31 if ( munmap( p2, 4096 ) != 0 )
/external/libnfc-nci/halimpl/bcm2079x/hal/include/
H A Dnfc_hal_target.h180 #define BT_TRACE_2(l,t,m,p1,p2) LogMsg_2(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
181 (UINT32)(p2))
182 #define BT_TRACE_3(l,t,m,p1,p2,p3) LogMsg_3(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
183 (UINT32)(p2),(UINT32)(p3))
184 #define BT_TRACE_4(l,t,m,p1,p2,p3,p4) LogMsg_4(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
185 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4))
186 #define BT_TRACE_5(l,t,m,p1,p2,p3,p4,p5) LogMsg_5(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
187 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4), \
189 #define BT_TRACE_6(l,t,m,p1,p2,p3,p4,p5,p6) LogMsg_6(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
190 (UINT32)(p2),(UINT3
[all...]

Completed in 3023 milliseconds

1234567891011>>