HomeSort by relevance Sort by last modified time
    Searched refs:p3 (Results 1 - 25 of 207) sorted by null

1 2 3 4 5 6 7 8 9

  /external/kernel-headers/original/asm-generic/
xor.h 39 unsigned long *p3)
44 p1[0] ^= p2[0] ^ p3[0];
45 p1[1] ^= p2[1] ^ p3[1];
46 p1[2] ^= p2[2] ^ p3[2];
47 p1[3] ^= p2[3] ^ p3[3];
48 p1[4] ^= p2[4] ^ p3[4];
49 p1[5] ^= p2[5] ^ p3[5];
50 p1[6] ^= p2[6] ^ p3[6];
51 p1[7] ^= p2[7] ^ p3[7];
54 p3 += 8
    [all...]
  /external/icu4c/test/perf/ubrkperf/
UBrkPerf.pl 45 my $p3; # Latest
50 $p3 = $ICUPathLatest."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe";
54 $p3 = $ICUPathLatest."/ubrkperf/ubrkperf";
80 "TestForwardChar", ["$p1 $m1 TestICUForward", "$p2 $m1 TestICUForward", "$p3 $m1 TestICUForward"],
81 "TestForwardWord", ["$p1 $m2 TestICUForward", "$p2 $m2 TestICUForward", "$p3 $m2 TestICUForward"],
82 "TestForwardLine", ["$p1 $m3 TestICUForward", "$p2 $m3 TestICUForward", "$p3 $m3 TestICUForward"],
83 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward", "$p3 $m4 TestICUForward"],
85 "TestIsBoundChar", ["$p1 $m1 TestICUIsBound", "$p2 $m1 TestICUIsBound", "$p3 $m1 TestICUIsBound"],
86 "TestIsBoundWord", ["$p1 $m2 TestICUIsBound", "$p2 $m2 TestICUIsBound", "$p3 $m2 TestICUIsBound"],
87 "TestIsBoundLine", ["$p1 $m3 TestICUIsBound", "$p2 $m3 TestICUIsBound", "$p3 $m3 TestICUIsBound"]
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
syn_filt.c 97 Word16 *p1, *p2, *p3; local
106 p3 = &sig_hi[i - 1];
109 L_tmp1 -= vo_mult32((*p3--), (*p1++));
111 L_tmp1 -= vo_mult32((*p3--), (*p1++));
113 L_tmp1 -= vo_mult32((*p3--), (*p1++));
115 L_tmp1 -= vo_mult32((*p3--), (*p1++));
117 L_tmp1 -= vo_mult32((*p3--), (*p1++));
119 L_tmp1 -= vo_mult32((*p3--), (*p1++));
121 L_tmp1 -= vo_mult32((*p3--), (*p1++));
123 L_tmp1 -= vo_mult32((*p3--), (*p1++))
    [all...]
autocorr.c 41 Word16 *p1,*p2,*p3; local
46 p3 = y;
50 *p3++ = vo_mult_r((*p1++), (*p4++));
51 *p3++ = vo_mult_r((*p1++), (*p4++));
52 *p3++ = vo_mult_r((*p1++), (*p4++));
53 *p3++ = vo_mult_r((*p1++), (*p4++));
cor_h_x.c 44 Word32 *p3; local
115 p3 = y32;
118 *p1++ = vo_round(L_shl(*p3++, j));
119 *p1++ = vo_round(L_shl(*p3++, j));
120 *p1++ = vo_round(L_shl(*p3++, j));
121 *p1++ = vo_round(L_shl(*p3++, j));
  /external/v8/src/ia32/
simulator-ia32.h 38 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
39 (entry(p0, p1, p2, p3, p4))
47 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7) \
48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7))
  /external/v8/src/x64/
simulator-x64.h 39 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
40 (entry(p0, p1, p2, p3, p4))
47 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7) \
48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7))
  /external/e2fsprogs/lib/uuid/
gen_uuid_nt.c 27 // OUT PULONG p3,
38 void* p3 // 4 bytes
47 void* p3, // 4 bytes
  /external/webrtc/src/system_wrappers/interface/
ref_count.h 54 template<typename P1, typename P2, typename P3>
55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {}
57 template<typename P1, typename P2, typename P3, typename P4>
58 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4) : T(p1, p2, p3, p4), ref_count_(0) {}
60 template<typename P1, typename P2, typename P3, typename P4, typename P5>
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 35 public Point p3; field in class:Quad
40 public Quad(Point p0, Point p1, Point p2, Point p3) {
44 this.p3 = p3;
51 p3.IsInUnitRange();
55 return new Quad(p0.plus(t), p1.plus(t), p2.plus(t), p3.plus(t));
59 return new Quad(p0.plus(x, y), p1.plus(x, y), p2.plus(x, y), p3.plus(x, y));
63 return new Quad(p0.times(s), p1.times(s), p2.times(s), p3.times(s));
67 return new Quad(p0.mult(x, y), p1.mult(x, y), p2.mult(x, y), p3.mult(x, y));
71 List<Float> xs = Arrays.asList(p0.x, p1.x, p2.x, p3.x)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FloatQuad.h 47 FloatQuad(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3, const FloatPoint& p4)
50 , m_p3(p3)
65 FloatPoint p3() const { return m_p3; } function in class:WebCore::FloatQuad
136 a.p3() == b.p3() &&
144 a.p3() != b.p3() ||
  /frameworks/base/core/java/android/webkit/
QuadF.java 28 public PointF p3; field in class:QuadF
34 p3 = new PointF();
41 p3.offset(dx, dy);
51 return isPointInTriangle(x, y, p1, p2, p3) ||
52 isPointInTriangle(x, y, p1, p3, p4);
62 s.append(p3.x).append(",").append(p3.y);
  /external/libvpx/vp8/common/x86/
postproc_mmx.asm 69 punpcklbw mm3, mm0 ; mm3 = p0..p3
70 movq mm1, mm3 ; mm1 = p0..p3
75 punpcklbw mm5, mm0 ; mm5 = r1 p0..p3
76 pmullw mm6, mm5 ; mm6 *= p0..p3 * kernel 3 modifiers
80 movq mm7, mm1 ; mm7 = r0 p0..p3
81 psubusw mm7, mm5 ; mm7 = r0 p0..p3 - r1 p0..p3
82 psubusw mm5, mm1 ; mm5 = r1 p0..p3 - r0 p0..p3
83 paddusw mm7, mm5 ; mm7 = abs(r0 p0..p3 - r1 p0..p3
    [all...]
postproc_mmx.c 99 mm3 = p0..p3
101 mm1 = p0..p3
110 mm5 = r1 p0..p3
112 mm6 *= p0..p3 * kernel 3 modifiers
119 mm7 = r0 p0..p3
121 mm7 = r0 p0..p3 - r1 p0..p3
123 mm5 = r1 p0..p3 - r0 p0..p3
125 mm7 = abs(r0 p0..p3 - r1 p0..p3
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
me_utils.cpp 113 UChar *p1, *p2, *p3, *p4; local
120 p3 = cand - 1;
127 *hmem1++ = ((*p1++) + *p2 + *p3 + *p4 + 2) >> 2;
129 *hmem2++ = ((*p3++) + *p4 + 1) >> 1;
133 *hmem1++ = ((*p1++) + (*p2++) + *p3 + *p4 + 2) >> 2;
134 *hmem2++ = ((*p3++) + (*p4++) + 1) >> 1;
139 p3 += offset;
145 *hmem1++ = ((*p1++) + *p2 + (*p3++) + *p4 + 2) >> 2;
149 *hmem1 = (*p1 + *p2 + *p3 + *p4 + 2) >> 2;
169 UChar *p1, *p2, *p3, *p4 local
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-actions.h     [all...]
  /external/chromium/base/
bind.h 59 template <typename Sig, typename P1, typename P2, typename P3>
60 internal::InvokerStorageHolder<internal::InvokerStorage3<Sig,P1, P2, P3> >
61 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3) {
63 new internal::InvokerStorage3<Sig, P1, P2, P3>(
64 f, p1, p2, p3));
67 template <typename Sig, typename P1, typename P2, typename P3, typename P4>
68 internal::InvokerStorageHolder<internal::InvokerStorage4<Sig,P1, P2, P3, P4> >
69 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4)
    [all...]
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set_unittest.cc 64 OrderedCommitSet::Projection p1, p2, p3; local
67 p3 = commit_set1.GetCommitIdProjection(GROUP_DB);
68 EXPECT_TRUE(p1.size() + p2.size() + p3.size() == expected.size()) << "Sum"
84 for (size_t i = 0; i < p3.size(); i++) {
86 EXPECT_TRUE(expected[p3[i]] == commit_set1.GetCommitIdAt(p3[i]))
87 << "expected[p3[i]] = " << expected[p3[i]]
88 << ", commit_set1[p3[i]] = " << commit_set1.GetCommitIdAt(p3[i])
    [all...]
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
OCTTriangle.java 45 public OCTTriangle(Vector3f p1, Vector3f p2, Vector3f p3, int index, int geomIndex) {
48 pointc.set(p3);
  /external/valgrind/main/memcheck/tests/
varinfo3.c 40 void bar ( char* p1, char* p2, char* p3, char* p4 )
44 croak(p3);
  /hardware/ti/wlan/wl1271/utils/
report.h 356 #define TRACE3(hReport, level, str, p1, p2, p3) \
358 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 3, (TI_UINT32)p1, (TI_UINT32)p2, (TI_UINT32)p3); } } while(0)
360 #define TRACE4(hReport, level, str, p1, p2, p3, p4) \
362 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 4, (TI_UINT32)p1, (TI_UINT32)p2, (TI_UINT32)p3, (TI_UINT32)p4); } } while(0)
364 #define TRACE5(hReport, level, str, p1, p2, p3, p4, p5) \
366 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 5, (TI_UINT32)p1, (TI_UINT32)p2, (TI_UINT32)p3, (TI_UINT32)p4, (TI_UINT32)p5); } } while(0)
368 #define TRACE6(hReport, level, str, p1, p2, p3, p4, p5, p6) \
370 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 6, (TI_UINT32)p1, (TI_UINT32)p2, (TI_UINT32)p3, (TI_UINT32)p4, (TI_UINT32)p5, (TI_UINT32)p6); } } while(0)
372 #define TRACE7(hReport, level, str, p1, p2, p3, p4, p5, p6, p7) \
374 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 7, (TI_UINT32)p1, (TI_UINT32)p2, (TI_UINT32)p3, (TI_UINT32)p4, (TI_UINT32)p5, (TI_UINT32)p6, (TI_UINT32)p7); } } while(0
    [all...]
  /external/clang/test/SemaCXX/
cxx11-ast-print.cpp 26 // CHECK: const char *p3 = u8"bar3"_foo;
27 const char *p3 = u8"bar3"_foo; variable
  /external/skia/gm/
points.cpp 41 SkPaint p0, p1, p2, p3; local
47 p3.setColor(SK_ColorWHITE);
59 canvas->drawPoints(SkCanvas::kPoints_PointMode, n, pts, p3);
  /external/skia/samplecode/
SamplePoints.cpp 53 SkPaint p0, p1, p2, p3; local
59 p3.setColor(SK_ColorWHITE);
71 canvas->drawPoints(SkCanvas::kPoints_PointMode, n, pts, p3);
  /external/v8/test/mjsunit/harmony/
proxies-hash.js 51 var p3 = create(handler)
52 fix(p3)
59 assertFalse(s.has(p3));
65 assertFalse(s.has(p3));
70 assertFalse(s.has(p3));
88 var p3 = create(handler)
89 fix(p3)
96 assertFalse(m.has(p3));
104 assertFalse(m.has(p3));
111 assertFalse(m.has(p3));
    [all...]

Completed in 978 milliseconds

1 2 3 4 5 6 7 8 9