HomeSort by relevance Sort by last modified time
    Searched refs:p2 (Results 301 - 325 of 1257) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_convolve2_avg_horiz_dspr2.c 34 uint32_t p1, p2, p3; local
55 "preceu.ph.qbl %[p2], %[tp1] \n\t"
63 "dpa.w.ph $ac2, %[p2], %[filter45] \n\t"
66 "lbu %[p2], 3(%[dst]) \n\t" /* load odd 2 */
100 "addqh_r.w %[p2], %[p2], %[p3] \n\t" /* average odd 2 */
101 "sb %[p2], 3(%[dst]) \n\t" /* store odd 2 */
105 [p1] "=&r" (p1), [p2] "=&r" (p2), [p3] "=&r" (p3),
129 uint32_t p1, p2, p3, p4, n1 local
281 uint32_t p1, p2, p3, p4, p5; local
530 uint32_t p1, p2, p3, p4, p5; local
    [all...]
vp9_convolve2_dspr2.c 35 uint32_t p1, p2; local
55 "preceu.ph.qbl %[p2], %[tp1] \n\t"
63 "dpa.w.ph $ac2, %[p2], %[filter45] \n\t"
71 "preceu.ph.qbl %[p2], %[tp2] \n\t"
79 "dpa.w.ph $ac2, %[p2], %[filter45] \n\t"
84 "lbux %[p2], %[Temp2](%[cm]) \n\t"
96 "sb %[p2], 0(%[dst_ptr]) \n\t"
100 [p1] "=&r" (p1), [p2] "=&r" (p2),
125 uint32_t p1, p2, p3, p4 local
264 uint32_t p1, p2, p3, p4, p5; local
496 uint32_t p1, p2, p3, p4, p5; local
    [all...]
vp9_convolve2_horiz_dspr2.c 34 uint32_t p1, p2; local
54 "preceu.ph.qbl %[p2], %[tp1] \n\t"
62 "dpa.w.ph $ac2, %[p2], %[filter45] \n\t"
70 "preceu.ph.qbl %[p2], %[tp2] \n\t"
78 "dpa.w.ph $ac2, %[p2], %[filter45] \n\t"
83 "lbux %[p2], %[Temp4](%[cm]) \n\t"
89 "sb %[p2], 3(%[dst]) \n\t"
92 [p1] "=&r" (p1), [p2] "=&r" (p2),
116 uint32_t p1, p2, p3, p4 local
243 uint32_t p1, p2, p3, p4, p5; local
450 uint32_t p1, p2, p3, p4, p5; local
    [all...]
vp9_convolve8_avg_horiz_dspr2.c 35 uint32_t p1, p2, p3, p4; local
58 "preceu.ph.qbl %[p2], %[tp1] \n\t"
62 "dpa.w.ph $ac3, %[p2], %[vector2b] \n\t"
75 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t"
81 "lbu %[p2], 3(%[dst]) \n\t" /* load odd 2 */
124 "addqh_r.w %[p2], %[p2], %[n2] \n\t" /* average odd 2 */
125 "sb %[p2], 3(%[dst]) \n\t" /* store odd 2 */
129 [p1] "=&r" (p1), [p2] "=&r" (p2), [p3] "=&r" (p3), [p4] "=&r" (p4)
157 uint32_t p1, p2, p3, p4, n1; local
347 uint32_t p1, p2, p3, p4, p5; local
658 uint32_t p1, p2, p3, p4, p5; local
    [all...]
vp9_convolve8_horiz_dspr2.c 35 uint32_t p1, p2, p3, p4; local
58 "preceu.ph.qbl %[p2], %[tp1] \n\t"
62 "dpa.w.ph $ac3, %[p2], %[vector2b] \n\t"
75 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t"
118 [p1] "=&r" (p1), [p2] "=&r" (p2), [p3] "=&r" (p3), [p4] "=&r" (p4),
146 uint32_t p1, p2, p3, p4, n1; local
171 "preceu.ph.qbl %[p2], %[tp1] \n\t"
176 "dpa.w.ph $ac3, %[p2], %[vector2b] \n\t"
185 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t
313 uint32_t p1, p2, p3, p4, p5; local
583 uint32_t p1, p2, p3, p4, p5; local
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathOpsActivity.java 65 Path p2 = new Path(); local
66 p2.addCircle(mSize, mSize, mSize / 2.0f, Path.Direction.CW);
70 if (!mPaths[i].op(p1, p2, ops[i])) {
  /external/chromium/base/win/
scoped_comptr_unittest.cc 89 Ptr p2(p.get());
92 Ptr p3 = p2;
95 p3 = p2;
100 bleh.push_back(p2);
  /external/chromium_org/base/win/
scoped_comptr_unittest.cc 87 Ptr p2(p.get());
90 Ptr p3 = p2;
93 p3 = p2;
98 bleh.push_back(p2);
  /external/chromium_org/third_party/openssl/openssl/crypto/cmac/
cm_pmeth.c 122 static int pkey_cmac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
129 if (!p2 || p1 < 0)
131 if (!CMAC_Init(cmctx, p2, p1, NULL, NULL))
136 if (!CMAC_Init(cmctx, NULL, 0, p2, ctx->engine))
  /external/chromium_org/third_party/re2/util/
stringpiece.cc 21 const char* p2 = y.data(); local
23 if ((len > 0) && (p[len-1] != p2[len-1])) return false;
25 for (; p < p_limit; p++, p2++) {
26 if (*p != *p2)
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadImplicit.cpp 96 bool SkDQuadImplicit::match(const SkDQuadImplicit& p2) const {
99 if (approximately_zero(fP[index]) && approximately_zero(p2.fP[index])) {
106 if (!AlmostDequalUlps(fP[index] * p2.fP[first], fP[first] * p2.fP[index])) {
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 156 void pass2(X *const &p2) {
157 deref2(p2);
164 void deref3(X *const &p2) {
165 X *p3 = p2;
  /external/eigen/demos/opengl/
trackball.h 33 bool mapToSphere( const Eigen::Vector2i& p2, Eigen::Vector3f& v3);
  /external/libppp/src/
ncp.h 78 #define ncp_IsUrgentTcpPort(ncp, p1, p2) \
79 ncp_IsUrgentPort(&(ncp)->cfg.urgent.tcp, p1, p2)
80 #define ncp_IsUrgentUdpPort(ncp, p1, p2) \
81 ncp_IsUrgentPort(&(ncp)->cfg.urgent.udp, p1, p2)
  /external/openssl/crypto/cmac/
cm_pmeth.c 122 static int pkey_cmac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
129 if (!p2 || p1 < 0)
131 if (!CMAC_Init(cmctx, p2, p1, NULL, NULL))
136 if (!CMAC_Init(cmctx, NULL, 0, p2, ctx->engine))
  /external/regex-re2/util/
stringpiece.cc 21 const char* p2 = y.data(); local
23 if ((len > 0) && (p[len-1] != p2[len-1])) return false;
25 for (; p < p_limit; p++, p2++) {
26 if (*p != *p2)
  /external/skia/src/pathops/
SkDQuadImplicit.cpp 96 bool SkDQuadImplicit::match(const SkDQuadImplicit& p2) const {
99 if (approximately_zero(fP[index]) && approximately_zero(p2.fP[index])) {
106 if (!AlmostDequalUlps(fP[index] * p2.fP[first], fP[first] * p2.fP[index])) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/
current_exception.pass.cpp 49 std::exception_ptr p2; local
61 p2 = std::current_exception();
63 assert(p == p2);
69 std::exception_ptr p2; local
81 p2 = std::current_exception();
83 assert(p == p2);
89 std::exception_ptr p2; local
101 p2 = std::current_exception();
103 assert(p == p2);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
fixed_mapping.hpp 72 struct p2; friend struct p2;
82 struct p2 : public std::binary_function<elem_type,elem_type,bool> struct in class:boost::unit_test::fixed_mapping
101 void init() { std::sort( m_map.begin(), m_map.end(), p2() ); }
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 148 Paint p2 = new Paint(); local
164 p2.set(p);
165 assertEquals(c, p2.getColorFilter());
166 assertEquals(m, p2.getMaskFilter());
167 assertEquals(e, p2.getPathEffect());
168 assertEquals(r, p2.getRasterizer());
169 assertNotSame(s, p2.getShader());
170 assertEquals(t, p2.getTypeface());
171 assertEquals(x, p2.getXfermode());
173 p2.set(p2)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
Functional.h 85 template<typename R, typename P1, typename P2>
86 class FunctionWrapper<R (*)(P1, P2)> {
90 explicit FunctionWrapper(R (*function)(P1, P2))
95 R operator()(P1 p1, P2 p2)
97 return m_function(p1, p2);
101 R (*m_function)(P1, P2);
104 template<typename R, typename P1, typename P2, typename P3>
105 class FunctionWrapper<R (*)(P1, P2, P3)> {
109 explicit FunctionWrapper(R (*function)(P1, P2, P3)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
func.c 166 ** substr(x,p1,p2) returns p2 characters of x[] beginning with p1.
173 ** If p2 is negative, return the p2 characters preceeding p1.
184 i64 p1, p2; local
211 p2 = sqlite3_value_int(argv[2]);
212 if( p2<0 ){
213 p2 = -p2;
217 p2 = sqlite3_context_db_handle(context)->aLimit[SQLITE_LIMIT_LENGTH]
    [all...]
  /external/qemu/audio/
fmodaudio.c 96 void *p1 = 0, *p2 = 0; local
104 &p2,
129 status = FSOUND_Sample_Unlock (fmd->fmod_sample, p1, p2, len1, len2);
162 static int fmod_unlock_sample (FSOUND_SAMPLE *sample, void *p1, void *p2,
165 int status = FSOUND_Sample_Unlock (sample, p1, p2, blen1, blen2);
179 void **p2,
191 p2,
205 fmod_unlock_sample (sample, *p1, *p2, *blen1, *blen2);
208 *p2 = NULL - 1;
219 if (!p2 && *blen2)
231 void *p1 = 0, *p2 = 0; local
459 void *p1, *p2; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_pmeth.c 204 static int pkey_ec_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
223 if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
224 EVP_MD_type((const EVP_MD *)p2) != NID_ecdsa_with_SHA1 &&
225 EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
226 EVP_MD_type((const EVP_MD *)p2) != NID_sha256 &&
227 EVP_MD_type((const EVP_MD *)p2) != NID_sha384 &&
228 EVP_MD_type((const EVP_MD *)p2) != NID_sha512)
233 dctx->md = p2;
  /external/clang/test/CodeGen/
vla.c 110 // CHECK-NEXT: [[P2:%.*]] = alloca [6 x i8]*, align 4
131 // CHECK-NEXT: store [6 x i8]* [[T11]], [6 x i8]** [[P2]], align 4
132 __typeof(p) p2 = (p + n/2) - n/4;
134 // CHECK-NEXT: [[T0:%.*]] = load [6 x i8]** [[P2]], align 4
143 return p2 - p;

Completed in 3512 milliseconds

<<11121314151617181920>>