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

1 2 3 4 5 6 78 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/
convert_assignment.fail.cpp 27 A* p2 = new A(2); local
28 std::auto_ptr<A> ap2(p2);
32 assert(ap2.get() == p2);
convert_assignment.pass.cpp 27 A* p2 = new A(2); local
28 std::auto_ptr<A> ap2(p2);
32 assert(ap2.get() == p2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/
reset.pass.cpp 43 A* p2 = new A(2); local
44 ap.reset(p2);
45 assert(ap.get() == p2);
  /external/bison/lib/
strverscmp.c 64 const unsigned char *p2 = (const unsigned char *) s2; local
95 if (p1 == p2)
99 c2 = *p2++;
107 c2 = *p2++;
120 if (!ISDIGIT (*p2++))
123 return ISDIGIT (*p2) ? -1 : diff;
  /external/blktrace/
strverscmp.c 92 const unsigned char *p2 = (const unsigned char *) s2; local
123 if (p1 == p2)
127 c2 = *p2++;
135 c2 = *p2++;
148 if (!isdigit (*p2++))
151 return isdigit (*p2) ? -1 : diff;
  /external/chromium/base/memory/
scoped_nsobject.h 86 void swap(scoped_nsobject<C>& p1, scoped_nsobject<C>& p2) {
87 p1.swap(p2);
91 bool operator==(C* p1, const scoped_nsobject<C>& p2) {
92 return p1 == p2.get();
96 bool operator!=(C* p1, const scoped_nsobject<C>& p2) {
97 return p1 != p2.get();
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
mergesort.c 112 unsigned char *list2, *list1, *p2, *p, *last, **p1;
143 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
144 p2 = *EVAL(p2);
146 f2 = l1 = list1 + (p2 - list2);
147 if (p2 != last)
148 p2 = *EVAL(p2);
149 l2 = list1 + (p2 - list2)
279 unsigned char *f1, *f2, *s, *l2, *last, *p2; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /ndk/sources/host-tools/sed-4.2.1/lib/
strverscmp.c 66 const unsigned char *p2 = (const unsigned char *) s2; local
97 if (p1 == p2)
101 c2 = *p2++;
109 c2 = *p2++;
122 if (!ISDIGIT (*p2++))
125 return ISDIGIT (*p2) ? -1 : diff;
  /external/chromium_org/sandbox/win/src/
crosscall_server.h 181 typedef bool (Dispatcher::*Callback2)(IPCInfo* ipc, void* p1, void* p2);
182 typedef bool (Dispatcher::*Callback3)(IPCInfo* ipc, void* p1, void* p2,
184 typedef bool (Dispatcher::*Callback4)(IPCInfo* ipc, void* p1, void* p2,
186 typedef bool (Dispatcher::*Callback5)(IPCInfo* ipc, void* p1, void* p2,
188 typedef bool (Dispatcher::*Callback6)(IPCInfo* ipc, void* p1, void* p2,
190 typedef bool (Dispatcher::*Callback7)(IPCInfo* ipc, void* p1, void* p2,
193 typedef bool (Dispatcher::*Callback8)(IPCInfo* ipc, void* p1, void* p2,
196 typedef bool (Dispatcher::*Callback9)(IPCInfo* ipc, void* p1, void* p2,
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
stl_util.h 24 bool operator()(const T& p1, const T& p2) const {
25 return p1.first < p2.first;
  /external/chromium_org/webkit/child/
touch_fling_gesture_curve.h 29 float p0, float p1, float p2,
39 float p2,
  /external/clang/test/Sema/
compound-literal.c 13 static int *p2 = (int []){2,x}; // expected-error {{initializer element is not a compile-time constant}} variable
25 int *l = (int []){x, *p, *p2};
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/
make_unique.array.pass.cpp 34 auto p2 = std::make_unique<std::string[]>(5); local
36 assert ( p2[i].size () == 0 );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/
swap.pass.cpp 42 A* p2 = new A(2); local
43 std::unique_ptr<A, Deleter<A> > s2(p2, Deleter<A>(2));
47 assert(s2.get() == p2);
51 assert(s1.get() == p2);
63 A* p2 = new A[3]; local
64 std::unique_ptr<A[], Deleter<A[]> > s2(p2, Deleter<A[]>(2));
67 assert(s2.get() == p2);
70 assert(s1.get() == p2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
owner_before_weak_ptr.pass.cpp 22 const std::shared_ptr<int> p2 = p1; local
25 const std::weak_ptr<int> w2(p2);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_halfpel.cpp 68 UChar *kk, *p1, *p2; local
74 if (ih) p2 = ref + 1;
75 else p2 = ref + width;
83 temp = ((p1[j] + p2[j] + 1) >> 1) - *kk++;
90 p2 += width;
100 UChar *kk, *p1, *p2, *p3, *p4; local
104 p2 = ref + 1;
114 temp = ((p1[j] + p2[j] + p3[j] + p4[j] + 2) >> 2) - *kk++;
123 p2 += width;
142 UChar *kk, *p1, *p2; local
174 UChar *kk, *p1, *p2, *p3, *p4; local
225 UChar *kk, *p1, *p2, *p3, *p4; local
266 UChar *kk, *p1, *p2; local
339 UChar *p1, *p2; local
418 UChar *p1, *p2; local
573 UChar *p1, *p2; local
641 UChar *p1, *p2; local
784 UChar *kk, *p1, *p2, *p3, *p4; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_halfpel.cpp 74 uint8 *kk, *p1, *p2, *p3, *p4; local
82 p2 = ref + 1;
92 temp = ((p1[j] + p2[j] + p3[j] + p4[j] + 2) >> 2) - *kk++;
103 p2 += rx;
115 uint8 *kk, *p1, *p2; local
123 p2 = ref + rx; /* either left/right or top/bottom pixel */
131 temp = ((p1[j] + p2[j] + 1) >> 1) - *kk++;
140 p2 += rx;
185 uint8 *p1, *p2; local
206 p2 = p1 + rx
267 uint8 *p1, *p2; local
428 uint8 *p1, *p2; local
496 uint8 *p1, *p2; local
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/
scoped_ptr.h 33 // IMPLEMENTATION NOTE: C++11 20.7.1.1.2p2 only provides this constructor
160 void swap(scoped_ptr_impl& p2) {
165 swap(static_cast<D&>(data_), static_cast<D&>(p2.data_));
166 swap(data_.ptr, p2.data_.ptr);
293 void swap(scoped_ptr& p2) {
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) {
378 impl_.swap(p2.impl_)
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
scoped_ptr.h 37 // IMPLEMENTATION NOTE: C++11 20.7.1.1.2p2 only provides this constructor
164 void swap(scoped_ptr_impl& p2) {
169 swap(static_cast<D&>(data_), static_cast<D&>(p2.data_));
170 swap(data_.ptr, p2.data_.ptr);
297 void swap(scoped_ptr& p2) {
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) {
382 impl_.swap(p2.impl_)
    [all...]
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NavCalculator.java 40 * @param P2
44 public NavCalculator(Position P1, Position P2, int calcType) {
47 mercatorSailing(P1, P2);
50 greatCircleSailing(P1, P2);
65 * @param p2 destination position
67 public GCSailing greatCircleSailing(Position p1, Position p2) {
74 * @param p2 destination position
76 public RLSailing rhumbLineSailing(Position p1, Position p2) {
77 RLSailing rl = mercatorSailing(p1, p2);
84 * @param p2 destination positio
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter_filters.c 22 uint8_t p3, uint8_t p2,
27 mask |= (abs(p3 - p2) > limit) * -1;
28 mask |= (abs(p2 - p1) > limit) * -1;
38 uint8_t p3, uint8_t p2,
45 mask |= (abs(p2 - p0) > thresh) * -1;
54 uint8_t p2, uint8_t p1,
58 int8_t mask = ~flat_mask4(thresh, p3, p2, p1, p0, q0, q1, q2, q3);
114 const uint8_t p3 = s[-4 * p], p2 = s[-3 * p], p1 = s[-2 * p], p0 = s[-p]; local
117 p3, p2, p1, p0, q0, q1, q2, q3);
134 const uint8_t p3 = s[-4], p2 = s[-3], p1 = s[-2], p0 = s[-1] local
150 const uint8_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0; local
175 const uint8_t p3 = s[-4 * p], p2 = s[-3 * p], p1 = s[-2 * p], p0 = s[-p]; local
196 const uint8_t p3 = s[-4], p2 = s[-3], p1 = s[-2], p0 = s[-1]; local
220 p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0; local
269 const uint8_t p3 = s[-4 * p], p2 = s[-3 * p], p1 = s[-2 * p], p0 = s[-p]; local
295 const uint8_t p3 = s[-4], p2 = s[-3], p1 = s[-2], p0 = s[-1]; local
    [all...]
  /external/chromium_org/chrome/browser/history/
url_utils.h 38 bool IsPathPrefix(const std::string& p1, const std::string& p2);

Completed in 1202 milliseconds

1 2 3 4 5 6 78 91011>>