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

<<21222324252627282930>>

  /external/ppp/pppd/plugins/
winbind.c 174 char *p1 = NULL, *p2 = NULL; local
187 if (!(p2 = strchr(hexchars, toupper(strhex[i]))))
192 lonybble = (p2 - hexchars);
198 p2 = NULL;
  /external/qemu/hw/
usb-msd.c 527 const char *p2; local
529 if (strstart(filename, "format=", &p2)) {
530 int len = MIN(p1 - p2, sizeof(fmt));
531 pstrcpy(fmt, len, p2);
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.c 351 unsigned short *p1,*p2; local
376 p2 = modeList;
380 *p2++ = *p1++;
382 *p2 = -1;
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSessionTest.java 76 Principal p2 = cert.getSubjectX500Principal(); local
77 assertEquals(p1, p2);
146 Principal p2 = cert.getSubjectX500Principal(); local
147 assertEquals(p1, p2);
  /ndk/sources/host-tools/make-3.81/
rule.c 105 char *p2;
108 p2 = p != 0 ? strchr (dep->name, '%') : 0;
111 char *p2 = p != 0 ? strchr (dep->name, '%') : 0;
118 if (p != 0 && p2 > p)
103 char *p2; local
109 char *p2 = p != 0 ? strchr (dep->name, '%') : 0; local
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 660 u8 p0, q0, p1, q1, p2, q2; local
682 p2 = data[-3];
685 if ((unsigned)ABS(p2-p0) < thresholds->beta)
688 (p2 + ((p0 + q0 + 1) >> 1) - (p1 << 1)) >> 1));
724 p2 = data[-3];
727 if (tmpFlag && (unsigned)ABS(p2-p0) < thresholds->beta)
730 data[-1] = (u8)((p2 + 2 * tmp + q1 + 4) >> 3);
731 data[-2] = (u8)((p2 + tmp + 2) >> 2);
732 data[-3] = (u8)((2 * data[-4] + 3 * p2 + tmp + 4) >> 3);
771 u8 p0, q0, p1, q1, p2, q2 local
840 u8 p0, q0, p1, q1, p2, q2; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp 323 bool omx_vdec::omx_cmd_queue::insert_entry(unsigned p1, unsigned p2, unsigned id)
329 m_q[m_write].param2 = p2;
343 bool omx_vdec::omx_cmd_queue::pop_entry(unsigned *p1, unsigned *p2, unsigned *id)
349 *p2 = m_q[m_read].param2;
782 signed p2; // Parameter - 2 local
799 pThis->m_cmd_q.pop_entry((unsigned *)&p1, (unsigned *)&p2, &ident);
805 pThis->m_ftb_q.pop_entry((unsigned *)&p1, (unsigned *)&p2, &ident);
812 pThis->m_etb_q.pop_entry((unsigned *)&p1, (unsigned *)&p2, &ident);
825 pThis->m_state = (OMX_STATETYPE) p2;
829 OMX_EventCmdComplete, p1, p2, NULL)
2332 unsigned p2 = 0; \/\/ Parameter - 2 local
2376 unsigned p2 = 0; \/\/ Parameter - 2 local
6729 unsigned address,p2,id; local
6767 unsigned address,p2,id; local
6829 unsigned address = 0, p2 = 0, id = 0; local
6931 unsigned address = 0, p2 = 0, id = 0; local
7387 unsigned address, p2, id; local
7393 unsigned address, p2, id; local
7841 unsigned p2; local
8967 unsigned p2 = 0; \/\/ Parameter - 2 local
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_loopfilter_neon.asm 56 vld1.u8 {d4}, [r3@64], r1 ; p2
174 ; d4 p2
189 vabd.u8 d19, d3, d4 ; m1 = abs(p3 - p2)
190 vabd.u8 d20, d4, d5 ; m2 = abs(p2 - p1)
309 vld1.u8 {d4}, [r2@64], r1 ; p2
436 ; d4 p2
453 vabd.u8 d19, d3, d4 ; m1 = abs(p3 - p2)
454 vabd.u8 d20, d4, d5 ; m2 = abs(p2 - p1)
464 vabd.u8 d25, d6, d4 ; m7 = abs(p0 - p2)
581 ; branch does not set op2 or oq2, so use p2 and q2. Execute the powe
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ComponentInfoTest.java 229 StringBuilderPrinter p2 = new StringBuilderPrinter(sb2); local
231 ci.applicationInfo.dump(p2, "");
  /external/chromium/base/
string_piece.h 158 static int wordmemcmp(const char* p, const char* p2, size_type N) {
159 return memcmp(p, p2, N);
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 245 gfx::Rect* p2) {
247 *p2 = selection_focus_rect_;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatPoint.h 240 PLATFORM_EXPORT float findSlope(const FloatPoint& p1, const FloatPoint& p2, float& c);
243 PLATFORM_EXPORT bool findIntersection(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& d1, const FloatPoint& d2, FloatPoint& intersection);
FloatRect.h 164 void fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2);
165 void fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3);
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 159 case 1: point = roundedIntPoint(targetSpaceQuad.p2()); break;
181 path.addLineTo(quad.p2());
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
string_piece.h 158 static int wordmemcmp(const char* p, const char* p2, size_type N) {
159 return memcmp(p, p2, N);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.c 260 float p1[2],p2[2], d, l; local
263 bezier_point_at(b2, i, p2);
264 d = (p1[0] - p2[0])*(p1[0] - p2[0]) + (p1[1] - p2[1])*(p1[1] - p2[1]);
271 d = ABS(normal[0]*(p1[1] - p2[1]) - normal[1]*(p1[0] - p2[0]) ) / l;
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsLine.cpp 32 // Input: three points P0, P1, and P2
33 // Return: >0 for P2 left of the line through P0 and P1
34 // =0 for P2 on the line
35 // <0 for P2 right of the line
37 // return (float) ((P1.x - P0.x)*(P2.y - P0.y) - (P2.x - P0.x)*(P1.y - P0.y));
40 SkDVector p2 = pt - fPts[0]; local
41 return p0.cross(p2);
  /external/chromium_org/third_party/tlslite/tlslite/utils/
OpenSSL_RSAKey.py 17 p2=getpass(prompt2)
18 if p1==p2:
  /external/chromium_org/ui/gfx/
canvas.h 271 void DrawLine(const Point& p1, const Point& p2, SkColor color);
274 void DrawLine(const Point& p1, const Point& p2, const SkPaint& paint);
  /external/chromium_org/ui/views/widget/
widget_interactive_uitest.cc 382 gfx::Point p2(315, 45);
383 ui::MouseEvent pressed2(ui::ET_MOUSE_PRESSED, p2, p2,
391 ui::MouseEvent released2(ui::ET_MOUSE_RELEASED, p2, p2,
423 gfx::Point p2(95, 95);
424 ui::MouseEvent moved_over(ui::ET_MOUSE_MOVED, p2, p2, ui::EF_NONE);
  /external/clang/test/SemaCXX/
functional-cast.cpp 250 float *p2 = floatp(p1); local
252 structure *p3 = structurep(p2);
reinterpret-cast.cpp 12 // T->T is allowed per [expr.reinterpret.cast]p2 so long as it doesn't
49 float *p2 = reinterpret_cast<float*>(p1); local
50 structure *p3 = reinterpret_cast<structure*>(p2);
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Hyperplane.h 88 static inline Hyperplane Through(const VectorType& p0, const VectorType& p1, const VectorType& p2)
92 result.normal() = (p2 - p0).cross(p1 - p0).normalized();
  /external/eigen/Eigen/src/Geometry/
Hyperplane.h 99 static inline Hyperplane Through(const VectorType& p0, const VectorType& p1, const VectorType& p2)
103 result.normal() = (p2 - p0).cross(p1 - p0).normalized();
  /external/elfutils/src/
nm.c 523 global_compare (const void *p1, const void *p2)
526 const Dwarf_Global *g2 = (const Dwarf_Global *) p2;
558 local_compare (const void *p1, const void *p2)
561 struct local_name *g2 = (struct local_name *) p2;
966 sort_by_address (const void *p1, const void *p2)
969 GElf_SymX *s2 = (GElf_SymX *) p2;
980 sort_by_name (const void *p1, const void *p2)
983 GElf_SymX *s2 = (GElf_SymX *) p2;
    [all...]

Completed in 1238 milliseconds

<<21222324252627282930>>