Searched refs:p2 (Results 201 - 225 of 1000) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_perf.c49 float p1, p2, p3, p4, p5, p6; local
59 p2 = 100.0 * (float) lp_count.nr_fully_covered_64 / (float) total_64;
65 debug_printf("llvmpipe: nr_fully_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_64, p2, total_64);
78 p2 = 100.0 * (float) lp_count.nr_fully_covered_16 / (float) total_16;
82 debug_printf("llvmpipe: nr_fully_covered_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_16, p2, total_16);
91 p2 = 100.0 * (float) lp_count.nr_fully_covered_4 / (float) total_4;
96 debug_printf("llvmpipe: nr_fully_covered_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_4, p2, total_4);
/external/libpng/
H A Dpngdebug.h67 # define png_debug2(l,m,p1,p2) \
68 _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2)
98 # define png_debug2(l,m,p1,p2) \
102 (num_tabs==2 ? " " : (num_tabs>2 ? " " : ""))),p1,p2);\
129 # define png_debug2(l,m,p1,p2) \
136 fprintf(PNG_DEBUG_FILE,format,p1,p2); \
152 # define png_debug2(l, m, p1, p2) ((void)0)
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_perf.c49 float p1, p2, p3, p4, p5, p6; local
59 p2 = 100.0 * (float) lp_count.nr_fully_covered_64 / (float) total_64;
65 debug_printf("llvmpipe: nr_fully_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_64, p2, total_64);
78 p2 = 100.0 * (float) lp_count.nr_fully_covered_16 / (float) total_16;
82 debug_printf("llvmpipe: nr_fully_covered_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_16, p2, total_16);
91 p2 = 100.0 * (float) lp_count.nr_fully_covered_4 / (float) total_4;
96 debug_printf("llvmpipe: nr_fully_covered_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_4, p2, total_4);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
H A Ddirector-ant.jar ... inf org/ org/eclipse/ org/eclipse/equinox/ org/eclipse/equinox/p2/ org/eclipse/equinox/p2/director/ org/eclipse/equinox/p2/director ...
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_masks_dspr2.h29 uint32_t p3, uint32_t p2,
40 /* mask |= (abs(p3 - p2) > limit) */
41 "subu_s.qb %[c], %[p3], %[p2] \n\t"
42 "subu_s.qb %[r_k], %[p2], %[p3] \n\t"
47 /* mask |= (abs(p2 - p1) > limit) */
48 "subu_s.qb %[c], %[p2], %[p1] \n\t"
49 "subu_s.qb %[r_k], %[p1], %[p2] \n\t"
93 : [limit] "r" (limit), [p3] "r" (p3), [p2] "r" (p2),
136 uint32_t p3, uint32_t p2,
27 vp9_filter_hev_mask_dspr2(uint32_t limit, uint32_t flimit, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t thresh, uint32_t *hev, uint32_t *mask) argument
132 vp9_filter_hev_mask_flatmask4_dspr2(uint32_t limit, uint32_t flimit, uint32_t thresh, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t *hev, uint32_t *mask, uint32_t *flat) argument
282 vp9_flatmask5(uint32_t p4, uint32_t p3, uint32_t p2, uint32_t p1, uint32_t p0, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t q4, uint32_t *flat2) argument
[all...]
/external/libcxx/test/language.support/support.exception/propagation/
H A Dcurrent_exception.pass.cpp49 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);
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_masks_dspr2.h29 uint32_t p3, uint32_t p2,
40 /* mask |= (abs(p3 - p2) > limit) */
41 "subu_s.qb %[c], %[p3], %[p2] \n\t"
42 "subu_s.qb %[r_k], %[p2], %[p3] \n\t"
47 /* mask |= (abs(p2 - p1) > limit) */
48 "subu_s.qb %[c], %[p2], %[p1] \n\t"
49 "subu_s.qb %[r_k], %[p1], %[p2] \n\t"
93 : [limit] "r" (limit), [p3] "r" (p3), [p2] "r" (p2),
136 uint32_t p3, uint32_t p2,
27 vp9_filter_hev_mask_dspr2(uint32_t limit, uint32_t flimit, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t thresh, uint32_t *hev, uint32_t *mask) argument
132 vp9_filter_hev_mask_flatmask4_dspr2(uint32_t limit, uint32_t flimit, uint32_t thresh, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t *hev, uint32_t *mask, uint32_t *flat) argument
282 vp9_flatmask5(uint32_t p4, uint32_t p3, uint32_t p2, uint32_t p1, uint32_t p0, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t q4, uint32_t *flat2) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar ... eclipse/equinox/ org/eclipse/equinox/internal/ org/eclipse/equinox/internal/p2/ org/eclipse/equinox/internal/p2/updatesite/ org/eclipse/equinox/internal ...
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jar ... eclipse/equinox/ org/eclipse/equinox/internal/ org/eclipse/equinox/internal/p2/ org/eclipse/equinox/internal/p2/console/ org/eclipse/equinox/internal
/external/chromium_org/base/mac/
H A Dscoped_nsobject.h98 void swap(scoped_nsprotocol<C>& p1, scoped_nsprotocol<C>& p2) { argument
99 p1.swap(p2);
103 bool operator==(C p1, const scoped_nsprotocol<C>& p2) { argument
104 return p1 == p2.get();
108 bool operator!=(C p1, const scoped_nsprotocol<C>& p2) { argument
109 return p1 != p2.get();
/external/kernel-headers/original/uapi/linux/
H A Dultrasound.h75 #define _GUS_CMD(chn, voice, cmd, p1, p2) \
80 *(unsigned short*)&_seqbuf[_seqbufptr+6] = p2;\
95 #define GUS_RAMPRATE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_RAMPRATE, (p1), (p2))
99 #define GUS_VOLUME_SCALE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_VOLUME_SCALE, (p1), (p2))
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dscoped_ptr.h33 // IMPLEMENTATION NOTE: C++11 20.7.1.1.2p2 only provides this constructor
160 void swap(scoped_ptr_impl& p2) { argument
165 swap(static_cast<D&>(data_), static_cast<D&>(p2.data_));
166 swap(data_.ptr, p2.data_.ptr);
293 void swap(scoped_ptr& p2) { argument
294 impl_.swap(p2.impl_);
315 template <class U> bool operator==(scoped_ptr<U> const& p2) const;
316 template <class U> bool operator!=(scoped_ptr<U> const& p2) const;
377 void swap(scoped_ptr& p2) { argument
378 impl_.swap(p2
420 swap(scoped_ptr<T, D>& p1, scoped_ptr<T, D>& p2) argument
425 operator ==(T* p1, const scoped_ptr<T, D>& p2) argument
430 operator !=(T* p1, const scoped_ptr<T, D>& p2) argument
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
H A Dscoped_ptr.h37 // IMPLEMENTATION NOTE: C++11 20.7.1.1.2p2 only provides this constructor
164 void swap(scoped_ptr_impl& p2) { argument
169 swap(static_cast<D&>(data_), static_cast<D&>(p2.data_));
170 swap(data_.ptr, p2.data_.ptr);
297 void swap(scoped_ptr& p2) { argument
298 impl_.swap(p2.impl_);
319 template <class U> bool operator==(scoped_ptr<U> const& p2) const;
320 template <class U> bool operator!=(scoped_ptr<U> const& p2) const;
381 void swap(scoped_ptr& p2) { argument
382 impl_.swap(p2
424 swap(scoped_ptr<T, D>& p1, scoped_ptr<T, D>& p2) argument
429 operator ==(T* p1, const scoped_ptr<T, D>& p2) argument
434 operator !=(T* p1, const scoped_ptr<T, D>& p2) argument
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dscoped_ptr.h122 // IMPLEMENTATION NOTE: C++11 20.7.1.1.2p2 only provides this constructor
251 void swap(scoped_ptr_impl& p2) { argument
256 swap(static_cast<D&>(data_), static_cast<D&>(p2.data_));
257 swap(data_.ptr, p2.data_.ptr);
397 void swap(scoped_ptr& p2) { argument
398 impl_.swap(p2.impl_);
433 template <class U> bool operator==(scoped_ptr<U> const& p2) const;
434 template <class U> bool operator!=(scoped_ptr<U> const& p2) const;
507 void swap(scoped_ptr& p2) { argument
508 impl_.swap(p2
552 swap(webrtc::scoped_ptr<T, D>& p1, webrtc::scoped_ptr<T, D>& p2) argument
557 operator ==(T* p1, const webrtc::scoped_ptr<T, D>& p2) argument
562 operator !=(T* p1, const webrtc::scoped_ptr<T, D>& p2) argument
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
H A DPKIXParameters_ImplTest.java206 PKIXParameters p2 = (PKIXParameters) p1.clone();
210 p2.getPolicyQualifiersRejected());
212 p2.isAnyPolicyInhibited());
214 p2.isExplicitPolicyRequired());
216 p2.isPolicyMappingInhibited());
218 p2.isRevocationEnabled());
219 assertEquals("check6", p1.getSigProvider(), p2.getSigProvider());
222 assertNotNull("check7", p2.getTargetCertConstraints());
224 assertEquals("check8", p1.getCertStores(), p2.getCertStores());
227 assertFalse("check9", p2
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/dsa/
H A Ddsa_pmeth.c159 static int pkey_dsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
177 if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
178 EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
179 EVP_MD_type((const EVP_MD *)p2) != NID_sha256)
184 dctx->md = p2;
188 if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
189 EVP_MD_type((const EVP_MD *)p2) != NID_dsa &&
190 EVP_MD_type((const EVP_MD *)p2) != NID_dsaWithSHA &&
191 EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
192 EVP_MD_type((const EVP_MD *)p2) !
[all...]
/external/openssl/crypto/dsa/
H A Ddsa_pmeth.c159 static int pkey_dsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
177 if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
178 EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
179 EVP_MD_type((const EVP_MD *)p2) != NID_sha256)
184 dctx->md = p2;
188 if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
189 EVP_MD_type((const EVP_MD *)p2) != NID_dsa &&
190 EVP_MD_type((const EVP_MD *)p2) != NID_dsaWithSHA &&
191 EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
192 EVP_MD_type((const EVP_MD *)p2) !
[all...]
/external/bluetooth/bluedroid/test/suite/support/
H A Dproperty.h29 bool property_equals(const bt_property_t *p1, const bt_property_t *p2);
/external/chromium_org/content/child/
H A Dtouch_fling_gesture_curve.h29 float p0, float p1, float p2,
39 float p2,
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsyscall.cc181 intptr_t p2,
195 const intptr_t args[6] = {p0, p1, p2, p3, p4, p5};
178 Call(int nr, intptr_t p0, intptr_t p1, intptr_t p2, intptr_t p3, intptr_t p4, intptr_t p5) argument
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineUtilities.cpp91 void x_at(const _Point& p1, const _Point& p2, double top, double bottom, argument
93 if (AlmostEqualUlps(p1.y, p2.y)) {
100 // p2.x is always greater than p1.x -- the part of points (p1, p2) are
102 // if p1.y < p2.y, minX can be affected
103 // if p1.y > p2.y, maxX can be affected
104 double slope = (p2.x - p1.x) / (p2.y - p1.y);
106 if (topFlags && ((top <= p1.y && top >= p2.y)
107 || (top >= p1.y && top <= p2
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmkopts.tcl14 if {![regexp {(([a-zA-Z]+)_)?([_a-zA-Z]+)} $token all px p2 name]} continue
16 if {$px!=""} {set prefix $p2}
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-3252443.js30 function x(p0, p1, p2, p3) {
35 for (var i = p3; i <= p2; ++i) {
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp7.cpp8 auto *p2 = 0, v2 = *p2; // expected-error {{incompatible initializer}} local
/external/clang/test/CodeGenCXX/
H A Ddelete.cpp140 void array_delete_incomplete(Incomplete *p1, Incomplete *p2) { argument
144 delete [] p2;

Completed in 905 milliseconds

1234567891011>>