Home
last modified time | relevance | path

Searched refs:p1 (Results 1 – 25 of 597) sorted by relevance

12345678910>>...24

/external/kernel-headers/original/asm-generic/
Dxor.h19 xor_8regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_8regs_2() argument
24 p1[0] ^= p2[0]; in xor_8regs_2()
25 p1[1] ^= p2[1]; in xor_8regs_2()
26 p1[2] ^= p2[2]; in xor_8regs_2()
27 p1[3] ^= p2[3]; in xor_8regs_2()
28 p1[4] ^= p2[4]; in xor_8regs_2()
29 p1[5] ^= p2[5]; in xor_8regs_2()
30 p1[6] ^= p2[6]; in xor_8regs_2()
31 p1[7] ^= p2[7]; in xor_8regs_2()
32 p1 += 8; in xor_8regs_2()
[all …]
/external/icu4c/test/perf/normperf/
DNormPerf_r.pl30 my $p1; # Previous
34 $p1 = $ICUPathPrevious."/normperf/$WindowsPlatform/Release/normperf.exe";
37 $p1 = $ICUPathPrevious."/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_Text" ],
[all …]
/external/icu4c/test/perf/collperf/
DCollPerf_r.pl29 my $p1, $p2;
32 $p1 = $ICUPathPrevious."/collperf/$WindowsPlatform/Release/collperf.exe";
35 $p1 = $ICUPathPrevious."/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_a…
[all …]
/external/qemu/
Dbswap.h153 uint8_t *p1 = (uint8_t *)p;
155 p1[0] = v & 0xff;
156 p1[1] = v >> 8;
161 uint8_t *p1 = (uint8_t *)p;
163 p1[0] = v & 0xff;
164 p1[1] = v >> 8;
165 p1[2] = v >> 16;
166 p1[3] = v >> 24;
171 const uint8_t *p1 = (const uint8_t *)p;
172 return p1[0] | (p1[1] << 8);
[all …]
/external/icu4c/test/perf/convperf/
DConvPerf_r.pl36 my $p1 = $ICUPathPrevious."/convperf/$WindowsPlatform/Release/convperf.exe"; # Previous
43 …"UTF-8 From Unicode", ["$p1 TestICU_UTF8_FromUnicode" , "$p2 TestICU_UTF8_FromUnicode…
44 …"UTF-8 To Unicode", ["$p1 TestICU_UTF8_ToUnicode" , "$p2 TestICU_UTF8_ToUnicode" …
46 …"ISO-8859-1 From Unicode", ["$p1 TestICU_Latin1_FromUnicode" , "$p2 TestICU_Latin1_FromUnico…
47 …"ISO-8859-1 To Unicode", ["$p1 TestICU_Latin1_ToUnicode" , "$p2 TestICU_Latin1_ToUnicode…
49 …"Shift-JIS From Unicode", ["$p1 TestICU_SJIS_FromUnicode" , "$p2 TestICU_SJIS_FromUnicode…
50 …"Shift-JIS To Unicode", ["$p1 TestICU_SJIS_ToUnicode" , "$p2 TestICU_SJIS_ToUnicode" …
52 …"EUC-JP From Unicode", ["$p1 TestICU_EUCJP_FromUnicode" , "$p2 TestICU_EUCJP_FromUnicod…
53 …"EUC-JP To Unicode", ["$p1 TestICU_EUCJP_ToUnicode" , "$p2 TestICU_EUCJP_ToUnicode"…
55 …"GB2312 From Unicode", ["$p1 TestICU_GB2312_FromUnicode" , "$p2 TestICU_GB2312_FromUnico…
[all …]
/external/icu4c/test/perf/ustrperf/
DStringPerf_r.pl29 my $p1; # Previous
33 $p1 = $ICUPathPrevious."/ustrperf/$WindowsPlatform/Release/stringperf.exe -b -u"; # Previous
36 $p1 = $ICUPathPrevious."/ustrperf/stringperf -b -u"; # Previous
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 TestAssign2" ],
[all …]
/external/icu4c/test/perf/charperf/
DCharPerf_r.pl30 my $p1; # Previous
33 $p1 = $ICUPathPrevious."/charperf/$WindowsPlatform/Release/charperf.exe";
36 $p1 = $ICUPathPrevious."/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 TestIsPrint" ],
[all …]
/external/icu4c/test/perf/usetperf/
DUsetPerf.pl31 my $p1, $p2;
33 $p1 = $ICUPathPrevious."/usetperf/$WindowsPlatform/Release/usetperf.exe";
36 $p1 = $ICUPathPrevious."/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 pattern1"],
[all …]
/external/iproute2/ip/
Dip6tunnel.c234 static int ip6_tnl_parm_match(const struct ip6_tnl_parm *p1, in ip6_tnl_parm_match() argument
237 return ((!p1->link || p1->link == p2->link) && in ip6_tnl_parm_match()
238 (!p1->name[0] || strcmp(p1->name, p2->name) == 0) && in ip6_tnl_parm_match()
239 (memcmp(&p1->laddr, &in6addr_any, sizeof(p1->laddr)) == 0 || in ip6_tnl_parm_match()
240 memcmp(&p1->laddr, &p2->laddr, sizeof(p1->laddr)) == 0) && in ip6_tnl_parm_match()
241 (memcmp(&p1->raddr, &in6addr_any, sizeof(p1->raddr)) == 0 || in ip6_tnl_parm_match()
242 memcmp(&p1->raddr, &p2->raddr, sizeof(p1->raddr)) == 0) && in ip6_tnl_parm_match()
243 (!p1->proto || !p2->proto || p1->proto == p2->proto) && in ip6_tnl_parm_match()
244 (!p1->encap_limit || p1->encap_limit == p2->encap_limit) && in ip6_tnl_parm_match()
245 (!p1->hop_limit || p1->hop_limit == p2->hop_limit) && in ip6_tnl_parm_match()
[all …]
/external/webp/src/dec/
Ddsp_sse2.c277 #define GET_NOTHEV(p1, p0, q0, q1, hev_thresh, not_hev) { \ argument
279 const __m128i t1 = MM_ABS(p1, p0); \
290 #define GET_BASE_DELTA(p1, p0, q0, q1, o) { \ argument
292 o = _mm_subs_epi8(p1, q1); /* p1 - q1 */ \
324 static void NeedsFilter(const __m128i* p1, const __m128i* p0, const __m128i* q0, in NeedsFilter() argument
326 __m128i t1 = MM_ABS(*p1, *q1); // abs(p1 - q1) in NeedsFilter()
344 static inline void DoFilter2(const __m128i* p1, __m128i* p0, __m128i* q0, in DoFilter2() argument
348 const __m128i p1s = _mm_xor_si128(*p1, sign_bit); in DoFilter2()
351 NeedsFilter(p1, p0, q0, q1, thresh, &mask); in DoFilter2()
365 static inline void DoFilter4(__m128i* p1, __m128i *p0, __m128i* q0, __m128i* q1, in DoFilter4() argument
[all …]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
DECPointTest.java157 ECPoint p2=null, p1 = in testEqualsObject01() local
159 assertTrue(p1.equals(p1)); in testEqualsObject01()
162 p1 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.ONE); in testEqualsObject01()
164 assertTrue(p1.equals(p2) && p2.equals(p1)); in testEqualsObject01()
167 p1 = ECPoint.POINT_INFINITY; in testEqualsObject01()
169 assertTrue(p1.equals(p2) && p2.equals(p1)); in testEqualsObject01()
180 ECPoint p2=null, p1 = in testEqualsObject02() local
182 assertFalse(p1.equals(p2)); in testEqualsObject02()
185 p1 = new ECPoint(BigInteger.valueOf(-23457L), BigInteger.ONE); in testEqualsObject02()
187 assertFalse(p1.equals(p2) || p2.equals(p1)); in testEqualsObject02()
[all …]
/external/icu4c/test/perf/ubrkperf/
DUBrkPerf_r.pl42 my $p1; # Previous
46 $p1 = $ICUPathPrevious."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe";
49 $p1 = $ICUPathPrevious."/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 $m3 TestICUIsBound"],
[all …]
DUBrkPerf.pl43 my $p1; # Before Previous
48 $p1 = $ICUPathPrevious2."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe";
52 $p1 = $ICUPathPrevious2."/ubrkperf/ubrkperf";
80 "TestForwardChar", ["$p1 $m1 TestICUForward", "$p2 $m1 TestICUForward", "$p3 $m1 TestICUForwar…
81 "TestForwardWord", ["$p1 $m2 TestICUForward", "$p2 $m2 TestICUForward", "$p3 $m2 TestICUForwar…
82 "TestForwardLine", ["$p1 $m3 TestICUForward", "$p2 $m3 TestICUForward", "$p3 $m3 TestICUForwar…
83 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward", "$p3 $m4 TestICUForwar…
85 "TestIsBoundChar", ["$p1 $m1 TestICUIsBound", "$p2 $m1 TestICUIsBound", "$p3 $m1 TestICUIsBoun…
86 "TestIsBoundWord", ["$p1 $m2 TestICUIsBound", "$p2 $m2 TestICUIsBound", "$p3 $m2 TestICUIsBoun…
87 "TestIsBoundLine", ["$p1 $m3 TestICUIsBound", "$p2 $m3 TestICUIsBound", "$p3 $m3 TestICUIsBoun…
[all …]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
DPKIXParameters_ImplTest.java169 PKIXParameters p1 = new PKIXParameters(ks); in testClone01() local
171 p1.setPolicyQualifiersRejected(false); in testClone01()
172 p1.setAnyPolicyInhibited(true); in testClone01()
173 p1.setExplicitPolicyRequired(true); in testClone01()
174 p1.setPolicyMappingInhibited(true); in testClone01()
175 p1.setRevocationEnabled(false); in testClone01()
178 p1.setSigProvider(sigProviderName); in testClone01()
181 p1.setTargetCertConstraints(x509cs); in testClone01()
183 p1.setCertStores(TestUtils.getCollectionCertStoresList()); in testClone01()
188 p1.setCertPathCheckers(l); in testClone01()
[all …]
/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-actions.h1180 #define GMOCK_INTERNAL_DECL_TYPE_AND_2_VALUE_PARAMS(p0, p1) , \ argument
1181 typename p0##_type, typename p1##_type
1182 #define GMOCK_INTERNAL_DECL_TYPE_AND_3_VALUE_PARAMS(p0, p1, p2) , \ argument
1183 typename p0##_type, typename p1##_type, typename p2##_type
1184 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) , \ argument
1185 typename p0##_type, typename p1##_type, typename p2##_type, \
1187 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) , \ argument
1188 typename p0##_type, typename p1##_type, typename p2##_type, \
1190 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) , \ argument
1191 typename p0##_type, typename p1##_type, typename p2##_type, \
[all …]
Dgmock-generated-matchers.h1355 #define MATCHER_P2(name, p0, p1, description)\ argument
1356 template <typename p0##_type, typename p1##_type>\
1362 gmock_Impl(p0##_type gmock_p0, p1##_type gmock_p1)\
1363 : p0(gmock_p0), p1(gmock_p1) {}\
1373 p1##_type p1;\
1382 ::std::tr1::tuple<p0##_type, p1##_type>(p0, p1)));\
1389 new gmock_Impl<arg_type>(p0, p1));\
1391 name##MatcherP2(p0##_type gmock_p0, p1##_type gmock_p1) : p0(gmock_p0), \
1392 p1(gmock_p1) {\
1395 p1##_type p1;\
[all …]
/external/bluetooth/glib/tests/
Dslist-test.c20 sort (gconstpointer p1, gconstpointer p2) in sort() argument
24 a = GPOINTER_TO_INT (p1); in sort()
47 gpointer p1, p2; in test_slist_sort() local
49 p1 = g_slist_nth_data (slist, i); in test_slist_sort()
52 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2)); in test_slist_sort()
53 DEBUG_MSG (("slist_sort #%3.3d ---> %d", i, GPOINTER_TO_INT (p1))); in test_slist_sort()
71 gpointer p1, p2; in test_slist_sort_with_data() local
73 p1 = g_slist_nth_data (slist, i); in test_slist_sort_with_data()
76 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2)); in test_slist_sort_with_data()
77 DEBUG_MSG (("slist_sort_with_data #%3.3d ---> %d", i, GPOINTER_TO_INT (p1))); in test_slist_sort_with_data()
[all …]
Dlist-test.c20 sort (gconstpointer p1, gconstpointer p2) in sort() argument
24 a = GPOINTER_TO_INT (p1); in sort()
47 gpointer p1, p2; in test_list_sort() local
49 p1 = g_list_nth_data (list, i); in test_list_sort()
52 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2)); in test_list_sort()
53 DEBUG_MSG (("list_sort #%3.3d ---> %d", i, GPOINTER_TO_INT (p1))); in test_list_sort()
73 gpointer p1, p2; in test_list_sort_with_data() local
75 p1 = g_list_nth_data (list, i); in test_list_sort_with_data()
78 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2)); in test_list_sort_with_data()
79 DEBUG_MSG (("list_sort_with_data #%3.3d ---> %d", i, GPOINTER_TO_INT (p1))); in test_list_sort_with_data()
[all …]
/external/v8/test/mjsunit/harmony/
Dproxies-hash.js49 var p1 = create(handler)
55 s.add(p1);
57 assertTrue(s.has(p1));
61 fix(p1)
63 assertTrue(s.has(p1));
68 assertTrue(s.has(p1));
86 var p1 = create(handler)
92 m.set(p1, 123);
94 assertTrue(m.has(p1));
97 assertSame(123, m.get(p1));
[all …]
/external/v8/test/mjsunit/regress/
Dregress-3252443.js30 function x(p0, p1, p2, p3) { argument
31 document.getElementById(p1+p0).style.display='';
32 document.getElementById(p1+''+p0).style.backgroundColor = "";
33 document.getElementById(p1+''+p0).style.color="";
34 document.getElementById(p1+''+p0).style.borderBottomColor = "";
37 document.getElementById(p1+i).style.display='';
38 document.getElementById(p1+''+i).style.backgroundColor = "";
39 document.getElementById(p1+''+i).style.color="";
40 document.getElementById(p1+''+i).style.borderBottomColor = "";
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
DNavCalculator.java67 public GCSailing greatCircleSailing(Position p1, Position p2) { in greatCircleSailing() argument
76 public RLSailing rhumbLineSailing(Position p1, Position p2) { in rhumbLineSailing() argument
77 RLSailing rl = mercatorSailing(p1, p2); in rhumbLineSailing()
86 public RLSailing mercatorSailing(Position p1, Position p2) { in mercatorSailing() argument
88 double dLat = computeDLat(p1.getLatitude(), p2.getLatitude()); in mercatorSailing()
91 RLSailing rl = planeSailing(p1, p2); in mercatorSailing()
95 double dLong = computeDLong(p1.getLongitude(), p2.getLongitude()); in mercatorSailing()
96 double dmp = (float) computeDMPClarkeSpheroid(p1.getLatitude(), p2.getLatitude()); in mercatorSailing()
99 double degCrs = convertCourse((float) trueCourse, p1, p2); in mercatorSailing()
118 public RLSailing planeSailing(Position p1, Position p2) { in planeSailing() argument
[all …]
/external/regex-re2/re2/
Dvariadic_function.h16 Result operator()(Param0 p0, Param1 p1) const { in operator()
17 return Func(p0, p1, 0, 0); in operator()
20 Result operator()(Param0 p0, Param1 p1, const Arg& a0) const { in operator()
22 return Func(p0, p1, args, 1); in operator()
25 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1) const { in operator()
27 return Func(p0, p1, args, 2); in operator()
30 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator()
33 return Func(p0, p1, args, 3); in operator()
36 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator()
39 return Func(p0, p1, args, 4); in operator()
[all …]
/external/qemu/distrib/jpeg-6b/
Djerror.h208 #define ERREXIT1(cinfo,code,p1) \ argument
210 (cinfo)->err->msg_parm.i[0] = (p1), \
212 #define ERREXIT2(cinfo,code,p1,p2) \ argument
214 (cinfo)->err->msg_parm.i[0] = (p1), \
217 #define ERREXIT3(cinfo,code,p1,p2,p3) \ argument
219 (cinfo)->err->msg_parm.i[0] = (p1), \
223 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \ argument
225 (cinfo)->err->msg_parm.i[0] = (p1), \
241 #define WARNMS1(cinfo,code,p1) \ argument
243 (cinfo)->err->msg_parm.i[0] = (p1), \
[all …]
/external/jpeg/
Djerror.h208 #define ERREXIT1(cinfo,code,p1) \ argument
210 (cinfo)->err->msg_parm.i[0] = (p1), \
212 #define ERREXIT2(cinfo,code,p1,p2) \ argument
214 (cinfo)->err->msg_parm.i[0] = (p1), \
217 #define ERREXIT3(cinfo,code,p1,p2,p3) \ argument
219 (cinfo)->err->msg_parm.i[0] = (p1), \
223 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \ argument
225 (cinfo)->err->msg_parm.i[0] = (p1), \
241 #define WARNMS1(cinfo,code,p1) \ argument
243 (cinfo)->err->msg_parm.i[0] = (p1), \
[all …]
/external/clang/test/SemaObjC/
Dprotocols.m14 @protocol p1,p2,p3; protocol
16 @protocol p1;
27 @protocol PROTO2<p1>
30 @protocol p1 @end protocol
32 @protocol PROTO<p1> // expected-note {{previous definition is here}}
35 @protocol PROTO<p1> // expected-warning {{duplicate protocol definition of 'PROTO'}}
38 @protocol PROTO3<p1, p1>
41 @protocol p2 <p1>
44 @protocol PROTO4 <p1, p2, PROTO, PROTO3, p3>

12345678910>>...24