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

1 2 3 4 5 6

  /development/ide/intellij/
p4.sh 8 exec /opt/local/bin/p4 $*
  /external/kernel-headers/original/asm-generic/
xor.h 60 unsigned long *p3, unsigned long *p4)
65 p1[0] ^= p2[0] ^ p3[0] ^ p4[0];
66 p1[1] ^= p2[1] ^ p3[1] ^ p4[1];
67 p1[2] ^= p2[2] ^ p3[2] ^ p4[2];
68 p1[3] ^= p2[3] ^ p3[3] ^ p4[3];
69 p1[4] ^= p2[4] ^ p3[4] ^ p4[4];
70 p1[5] ^= p2[5] ^ p3[5] ^ p4[5];
71 p1[6] ^= p2[6] ^ p3[6] ^ p4[6];
72 p1[7] ^= p2[7] ^ p3[7] ^ p4[7];
76 p4 += 8
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
loopfilter_filters_dspr2.c 355 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
363 p4 = 0;
387 p4 = *((uint32_t *)(s4));
389 /* if (p1 - p4 == 0) and (p2 - p3 == 0)
392 if (!(((p1 - p4) == 0) && ((p2 - p3) == 0)))
400 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6,
407 vp8_filter_mips(mask, hev, &p1, &p2, &p3, &p4);
413 *((uint32_t *)s4) = p4;
432 p4 = *((uint32_t *)(s4));
434 /* if (p1 - p4 == 0) and (p2 - p3 == 0
565 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
682 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1032 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1643 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1788 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1915 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
2125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
    [all...]
  /external/libnfc-nci/src/include/
bt_trace.h 172 UINT32 p3, UINT32 p4);
174 UINT32 p3, UINT32 p4, UINT32 p5);
176 UINT32 p3, UINT32 p4, UINT32 p5, UINT32 p6);
595 #define BT_TRACE_4(l,t,m,p1,p2,p3,p4) LogMsg_4(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
596 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4))
597 #define BT_TRACE_5(l,t,m,p1,p2,p3,p4,p5) LogMsg_5(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
598 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4), \
600 #define BT_TRACE_6(l,t,m,p1,p2,p3,p4,p5,p6) LogMsg_6(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
601 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4), \
615 #define HCI_TRACE_ERROR4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYER_HCI, TRACE_TYPE_E (…)
    [all...]
gki_target.h 394 #define GKI_TRACE_4(m,p1,p2,p3,p4) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4)
395 #define GKI_TRACE_5(m,p1,p2,p3,p4,p5) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4,p5)
396 #define GKI_TRACE_6(m,p1,p2,p3,p4,p5,p6) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4,p5,p6)
402 #define GKI_TRACE_4(m,p1,p2,p3,p4)
403 #define GKI_TRACE_5(m,p1,p2,p3,p4,p5)
404 #define GKI_TRACE_6(m,p1,p2,p3,p4,p5,p6)
412 #define GKI_TRACE_ERROR_4(m,p1,p2,p3,p4) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_ERROR,m,p1,p2,p3, (…)
    [all...]
  /external/bluetooth/bluedroid/include/
bt_trace.h 206 UINT32 p3, UINT32 p4);
208 UINT32 p3, UINT32 p4, UINT32 p5);
210 UINT32 p3, UINT32 p4, UINT32 p5, UINT32 p6);
636 #define BT_TRACE_4(l,t,m,p1,p2,p3,p4) LogMsg_4(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
637 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4))
638 #define BT_TRACE_5(l,t,m,p1,p2,p3,p4,p5) LogMsg_5(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
639 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4), \
641 #define BT_TRACE_6(l,t,m,p1,p2,p3,p4,p5,p6) LogMsg_6(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
642 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4), \
656 #define HCI_TRACE_ERROR4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYER_HCI, TRACE_TYPE_E (…)
    [all...]
gki_target.h 410 #define GKI_TRACE_4(m,p1,p2,p3,p4) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4)
411 #define GKI_TRACE_5(m,p1,p2,p3,p4,p5) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4,p5)
412 #define GKI_TRACE_6(m,p1,p2,p3,p4,p5,p6) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4,p5,p6)
418 #define GKI_TRACE_ERROR_4(m,p1,p2,p3,p4) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_ERROR,m,p1,p2,p3,p4)
419 #define GKI_TRACE_ERROR_5(m,p1,p2,p3,p4,p5) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_ERROR,m,p1,p2,p3,p4,p5
    [all...]
  /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/clang/test/CodeGen/
ppc64-struct-onefloat.c 32 SSf p4 = { { 22.63f } }; local
34 bar(p1, p2, p4, p5);
42 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s4* %p4, i32 0, i32 0
  /external/libnfc-nci/src/hal/include/
nfc_hal_target.h 180 #define NCI_TRACE_4(l,t,m,p1,p2,p3,p4) LogMsg(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINTPTR)(p1), \
181 (UINTPTR)(p2),(UINTPTR)(p3),(UINTPTR)(p4))
182 #define NCI_TRACE_5(l,t,m,p1,p2,p3,p4,p5) LogMsg(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINTPTR)(p1), \
183 (UINTPTR)(p2),(UINTPTR)(p3),(UINTPTR)(p4), \
185 #define NCI_TRACE_6(l,t,m,p1,p2,p3,p4,p5,p6) LogMsg(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINTPTR)(p1), \
186 (UINTPTR)(p2),(UINTPTR)(p3),(UINTPTR)(p4), \
193 #define HAL_TRACE_ERROR4(m,p1,p2,p3,p4) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_ERROR) NCI_TRACE_4(TRACE_LAYER_HAL, TRACE_TYPE_ERROR, m,p1,p2,p3,p4);}
194 #define HAL_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_ERROR) NCI_TRACE_5(TRACE_LAYER_HAL, TRACE_TYPE_ERROR, m,p1,p2,p3,p4,p5);
    [all...]
gki_hal_target.h 256 #define GKI_TRACE_4(m,p1,p2,p3,p4) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4)
257 #define GKI_TRACE_5(m,p1,p2,p3,p4,p5) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4,p5)
258 #define GKI_TRACE_6(m,p1,p2,p3,p4,p5,p6) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4,p5,p6)
264 #define GKI_TRACE_4(m,p1,p2,p3,p4)
265 #define GKI_TRACE_5(m,p1,p2,p3,p4,p5)
266 #define GKI_TRACE_6(m,p1,p2,p3,p4,p5,p6)
274 #define GKI_TRACE_ERROR_4(m,p1,p2,p3,p4) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_ERROR,m,p1,p2,p3, (…)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
me_utils.cpp 113 UChar *p1, *p2, *p3, *p4; local
121 p4 = cand;
127 *hmem1++ = ((*p1++) + *p2 + *p3 + *p4 + 2) >> 2;
128 *hmem1++ = ((*p2++) + *p4 + 1) >> 1;
129 *hmem2++ = ((*p3++) + *p4 + 1) >> 1;
130 *hmem2++ = *p4++;
133 *hmem1++ = ((*p1++) + (*p2++) + *p3 + *p4 + 2) >> 2;
134 *hmem2++ = ((*p3++) + (*p4++) + 1) >> 1;
140 p4 += offset;
145 *hmem1++ = ((*p1++) + *p2 + (*p3++) + *p4 + 2) >> 2
169 UChar *p1, *p2, *p3, *p4; local
    [all...]
  /external/ceres-solver/include/ceres/internal/
manual_constructor.h 139 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4) {
140 new(space()) Type(p1, p2, p3, p4);
144 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4,
146 new(space()) Type(p1, p2, p3, p4, p5);
151 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4,
153 new(space()) Type(p1, p2, p3, p4, p5, p6);
158 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4,
160 new(space()) Type(p1, p2, p3, p4, p5, p6, p7);
165 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4,
167 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8)
    [all...]
  /external/webrtc/src/system_wrappers/interface/
ref_count.h 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)
62 : T(p1, p2, p3, p4, p5), ref_count_(0) {}
  /external/webkit/Source/WebCore/platform/graphics/
FloatQuad.h 47 FloatQuad(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3, const FloatPoint& p4)
51 , m_p4(p4)
66 FloatPoint p4() const { return m_p4; } function in class:WebCore::FloatQuad
137 a.p4() == b.p4();
145 a.p4() != b.p4();
  /external/libnfc-nci/src/adaptation/
bte_logmsg.c 293 UINT32 p3, UINT32 p4)
298 LogMsg (maskTraceSet, strFormat, p1, p2, p3, p4);
306 LogMsg (maskTraceSet, strFormat, p1, p2, p3, p4);
309 MMI_Echo(strFormat, p1, p2, p3, p4);
314 LogMsg (maskTraceSet, strFormat, p1, p2, p3, p4);
319 bte_hcisl_send_traces(maskTraceSet, strFormat, p1, p2, p3, p4);
336 UINT32 p3, UINT32 p4, UINT32 p5)
341 LogMsg (maskTraceSet, strFormat, p1, p2, p3, p4, p5);
349 LogMsg (maskTraceSet, strFormat, p1, p2, p3, p4, p5);
352 MMI_Echo(strFormat, p1, p2, p3, p4, p5)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
autocorr.c 42 const Word16 *p4; local
45 p4 = vo_window;
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++));
  /frameworks/base/core/java/android/webkit/
QuadF.java 22 * p1 is "top-left" and p4 is "bottom-left" following webkit's rectangle-to-
29 public PointF p4; field in class:QuadF
35 p4 = new PointF();
42 p4.offset(dx, dy);
52 isPointInTriangle(x, y, p1, p3, p4);
64 s.append(p4.x).append(",").append(p4.y);
  /external/valgrind/main/memcheck/tests/
varinfo3.c 40 void bar ( char* p1, char* p2, char* p3, char* p4 )
45 croak(p4);
  /external/clang/test/SemaCXX/
cxx11-ast-print.cpp 27 // CHECK: const char *p4 = 297_bar;
28 const char *p4 = 0x129_bar; variable
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
FixedRotationFilter.java 78 Point p4 = new Point(1.0f, 1.0f); local
82 sourceRegion = new Quad(p3,p1,p4,p2);
86 sourceRegion = new Quad(p4,p3,p2,p1);
89 sourceRegion = new Quad(p2,p4,p1,p3);
94 sourceRegion = new Quad(p1,p2,p3,p4);
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-actions.h     [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
intra4x4_predict_v6.asm 301 add r4, r4, r6 ; [p2+2*p3+p4 | p0+2*p1+p2]
302 uxtab16 r4, r4, r12 ; [p2+2*p3+p4+2 | p0+2*p1+p2+2]
304 add r5, r5, r6, lsl #1 ; [p3+2*p4 | p1+2*p2]
305 add r5, r5, r7 ; [p3+2*p4+p5 | p1+2*p2+p3]
306 uxtab16 r5, r5, r12 ; [p3+2*p4+p5+2 | p1+2*p2+p3+2]
308 add r6, r7, r8, lsl #1 ; [p5+2*p6 | p3+2*p4]
309 add r6, r6, r9 ; [p5+2*p6+p7 | p3+2*p4+p5]
310 uxtab16 r6, r6, r12 ; [p5+2*p6+p7+2 | p3+2*p4+p5+2]
312 add r7, r8, r9, lsl #1 ; [p6+2*p7 | p4+2*p5]
313 add r7, r7, r10 ; [p6+2*p7+p8 | p4+2*p5+p6
    [all...]
  /external/chromium/base/
bind.h 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) {
71 new internal::InvokerStorage4<Sig, P1, P2, P3, P4>(
72 f, p1, p2, p3, p4));
75 template <typename Sig, typename P1, typename P2, typename P3, typename P4,
77 internal::InvokerStorageHolder<internal::InvokerStorage5<Sig,P1, P2, P3, P4,
79 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4,
    [all...]

Completed in 2330 milliseconds

1 2 3 4 5 6