Home
last modified time | relevance | path

Searched defs:p0 (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/third_party/cJSON/tests/unity/test/tests/
Dtestunity.c400 int *p0, *p1; in testEqualInts() local
420 UNITY_INT8 *p0, *p1; in testEqualInt8s() local
445 UNITY_INT16 *p0, *p1; in testEqualInt16s() local
464 UNITY_INT16 *p0, *p1; in testEqualInt16sNegatives() local
489 UNITY_INT32 *p0, *p1; in testEqualInt32s() local
508 UNITY_INT32 *p0, *p1; in testEqualInt32sNegatives() local
528 unsigned int *p0, *p1; in testEqualUints() local
549 UNITY_UINT8 *p0, *p1; in testEqualUint8s() local
574 UNITY_UINT16 *p0, *p1; in testEqualUint16s() local
599 UNITY_UINT32 *p0, *p1; in testEqualUint32s() local
[all …]
/third_party/unity/test/tests/
Dtest_unity_arrays.c1613 int p0[] = {1, 8, 987, -2}; in testEqualIntArrays() local
1628 int* p0 = NULL; in testNotEqualIntArraysNullExpected() local
1639 int p0[] = {1, 8, 987, 2}; in testNotEqualIntArraysNullActual() local
1648 int p0[] = {1, 8, 987, -2}; in testNotEqualIntArrays1() local
1658 int p0[] = {1, 8, 987, -2}; in testNotEqualIntArrays2() local
1668 int p0[] = {1, 8, 987, -2}; in testNotEqualIntArrays3() local
1678 UNITY_UINT32 p0[1] = {1}; in testNotEqualIntArraysLengthZero() local
1688 int p0[] = {1, 1, 1, 1}; in testEqualIntEachEqual() local
1711 int p0[] = {1, 1, 1, -2}; in testNotEqualIntEachEqual1() local
1720 int p0[] = {-5, -5, -1, -5}; in testNotEqualIntEachEqual2() local
[all …]
Dtest_unity_integers.c203 int *p0, *p1; in testEqualInts() local
223 UNITY_INT8 *p0, *p1; in testEqualInt8s() local
248 char *p0, *p1; in testEqualChars() local
274 UNITY_INT16 *p0, *p1; in testEqualInt16s() local
293 UNITY_INT16 *p0, *p1; in testEqualInt16sNegatives() local
318 UNITY_INT32 *p0, *p1; in testEqualInt32s() local
337 UNITY_INT32 *p0, *p1; in testEqualInt32sNegatives() local
357 unsigned int *p0, *p1; in testEqualUints() local
378 UNITY_UINT8 *p0, *p1; in testEqualUint8s() local
403 UNITY_UINT16 *p0, *p1; in testEqualUint16s() local
[all …]
Dtestunity.c444 int *p0, *p1; in testEqualInts() local
464 UNITY_INT8 *p0, *p1; in testEqualInt8s() local
489 char *p0, *p1; in testEqualChars() local
515 UNITY_INT16 *p0, *p1; in testEqualInt16s() local
534 UNITY_INT16 *p0, *p1; in testEqualInt16sNegatives() local
559 UNITY_INT32 *p0, *p1; in testEqualInt32s() local
578 UNITY_INT32 *p0, *p1; in testEqualInt32sNegatives() local
598 unsigned int *p0, *p1; in testEqualUints() local
619 UNITY_UINT8 *p0, *p1; in testEqualUint8s() local
644 UNITY_UINT16 *p0, *p1; in testEqualUint16s() local
[all …]
/third_party/googletest/googlemock/include/gmock/
Dgmock-more-actions.h195 #define GMOCK_INTERNAL_DECL_TYPE_AND_1_VALUE_PARAMS(p0) , typename p0##_type argument
196 #define GMOCK_INTERNAL_DECL_TYPE_AND_2_VALUE_PARAMS(p0, p1) , \ argument
198 #define GMOCK_INTERNAL_DECL_TYPE_AND_3_VALUE_PARAMS(p0, p1, p2) , \ argument
200 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) , \ argument
203 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) , \ argument
206 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) , \ argument
209 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
213 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
217 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
221 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
[all …]
/third_party/skia/experimental/graphite/src/geom/
DShape.h38 Shape(SkPoint p0, SkPoint p1) { this->setLine(p0, p1); } in Shape()
39 Shape(SkV2 p0, SkV2 p1) { this->setLine(p0, p1); } in Shape()
40 Shape(float2 p0, float2 p1) { this->setLine(p0, p1); } in Shape()
105 float2 p0() const { SkASSERT(this->isLine()); return fRect.topLeft(); } in p0() function
116 void setLine(SkPoint p0, SkPoint p1) { in setLine()
119 void setLine(SkV2 p0, SkV2 p1) { in setLine()
122 void setLine(float2 p0, float2 p1) { in setLine()
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_f16.c119 mve_pred16_t p0 = vctp16q(blkCnt); in arm_fir_f16_1_4_mve() local
145 mve_pred16_t p0 = vctp16q(blkCnt); in arm_fir_f16_1_4_mve() local
209 mve_pred16_t p0 = vctp16q(blkCnt); in arm_fir_f16_5_8_mve() local
235 mve_pred16_t p0 = vctp16q(blkCnt); in arm_fir_f16_5_8_mve() local
274 mve_pred16_t p0 = vctp16q(cnt); in arm_fir_f16() local
325 mve_pred16_t p0 = vctp16q(cnt); in arm_fir_f16() local
395 mve_pred16_t p0 = vctp16q(cnt); in arm_fir_f16() local
469 mve_pred16_t p0 = vctp16q(cnt); in arm_fir_f16() local
526 mve_pred16_t p0 = vctp16q(cnt); in arm_fir_f16() local
557 mve_pred16_t p0 = vctp16q(blkCnt); in arm_fir_f16() local
Darm_fir_interpolate_q31.c144 mve_pred16_t p0 = vctp32q(tapCnt); in arm_fir_interpolate_q31() local
204 mve_pred16_t p0 = vctp32q(tapCnt); in arm_fir_interpolate_q31() local
255 mve_pred16_t p0 = vctp32q(tapCnt); in arm_fir_interpolate_q31() local
297 mve_pred16_t p0 = vctp32q(tapCnt); in arm_fir_interpolate_q31() local
344 mve_pred16_t p0 = vctp32q(blkCnt); in arm_fir_interpolate_q31() local
Darm_fir_interpolate_q15.c147 mve_pred16_t p0 = vctp16q(tapCnt); in arm_fir_interpolate_q15() local
207 mve_pred16_t p0 = vctp16q(tapCnt); in arm_fir_interpolate_q15() local
258 mve_pred16_t p0 = vctp16q(tapCnt); in arm_fir_interpolate_q15() local
300 mve_pred16_t p0 = vctp16q(tapCnt); in arm_fir_interpolate_q15() local
347 mve_pred16_t p0 = vctp16q(blkCnt); in arm_fir_interpolate_q15() local
Darm_fir_f32.c218 mve_pred16_t p0 = vctp32q(blkCnt); in arm_fir_f32_1_4_mve() local
268 mve_pred16_t p0 = vctp32q(cnt); in arm_fir_f32_5_8_mve() local
321 mve_pred16_t p0 = vctp32q(cnt); in arm_fir_f32_5_8_mve() local
398 mve_pred16_t p0 = vctp32q(cnt); in arm_fir_f32() local
450 mve_pred16_t p0 = vctp32q(cnt); in arm_fir_f32() local
518 mve_pred16_t p0 = vctp32q(cnt); in arm_fir_f32() local
592 mve_pred16_t p0 = vctp32q(cnt); in arm_fir_f32() local
649 mve_pred16_t p0 = vctp32q(cnt); in arm_fir_f32() local
682 mve_pred16_t p0 = vctp32q(blkCnt); in arm_fir_f32() local
Darm_fir_interpolate_f32.c208 mve_pred16_t p0 = vctp32q(tapCnt); in arm_fir_interpolate2_f32_mve() local
254 mve_pred16_t p0 = vctp32q(blkCnt); in arm_fir_interpolate2_f32_mve() local
360 mve_pred16_t p0 = vctp32q(tapCnt); in arm_fir_interpolate_f32() local
418 mve_pred16_t p0 = vctp32q(tapCnt); in arm_fir_interpolate_f32() local
466 mve_pred16_t p0 = vctp32q(blkCnt); in arm_fir_interpolate_f32() local
Darm_fir_decimate_q15.c116 mve_pred16_t p0 = vctp16q(i); in arm_fir_decimate_q15() local
183 mve_pred16_t p0 = vctp16q(tapCnt); in arm_fir_decimate_q15() local
271 mve_pred16_t p0 = vctp16q(tapCnt); in arm_fir_decimate_q15() local
312 mve_pred16_t p0 = vctp16q(blkCnt); in arm_fir_decimate_q15() local
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_inverse_f16.c247 mve_pred16_t p0 = vctp16q(blkCnt); in arm_mat_inverse_f16() local
280 mve_pred16_t p0 = vctp16q(blkCnt); in arm_mat_inverse_f16() local
350 mve_pred16_t p0 = vctp16q(blkCnt); in arm_mat_inverse_f16() local
382 mve_pred16_t p0 = vctp16q(blkCnt); in arm_mat_inverse_f16() local
462 mve_pred16_t p0 = vctp16q(blkCnt); in arm_mat_inverse_f16() local
499 mve_pred16_t p0 = vctp16q(blkCnt); in arm_mat_inverse_f16() local
Darm_mat_inverse_f32.c265 mve_pred16_t p0 = vctp32q(blkCnt); in arm_mat_inverse_f32() local
298 mve_pred16_t p0 = vctp32q(blkCnt); in arm_mat_inverse_f32() local
368 mve_pred16_t p0 = vctp32q(blkCnt); in arm_mat_inverse_f32() local
400 mve_pred16_t p0 = vctp32q(blkCnt); in arm_mat_inverse_f32() local
480 mve_pred16_t p0 = vctp32q(blkCnt); in arm_mat_inverse_f32() local
517 mve_pred16_t p0 = vctp32q(blkCnt); in arm_mat_inverse_f32() local
Darm_mat_ldlt_f32.c130 mve_pred16_t p0; in arm_mat_ldlt_f32() local
193 mve_pred16_t p0; in arm_mat_ldlt_f32() local
238 mve_pred16_t p0; in arm_mat_ldlt_f32() local
278 mve_pred16_t p0; in arm_mat_ldlt_f32() local
295 mve_pred16_t p0; in arm_mat_ldlt_f32() local
Darm_mat_mult_q7.c73 mve_pred16_t p0 = vctp8q(MATRIX_DIM); in arm_mat_mult_q7_2x2_mve() local
123 mve_pred16_t p0 = vctp8q(MATRIX_DIM); in arm_mat_mult_q7_3x3_mve() local
194 mve_pred16_t p0 = vctp8q(MATRIX_DIM); in arm_mat_mult_q7_4x4_mve() local
410 mve_pred16_t p0 = vctp8q(blkCnt); in arm_mat_mult_q7() local
489 mve_pred16_t p0 = vctp8q(blkCnt); in arm_mat_mult_q7() local
555 mve_pred16_t p0 = vctp8q(blkCnt); in arm_mat_mult_q7() local
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCFillGeometry.cpp39 Sk2f p0 = Sk2f::Load(P); in lineTo() local
44 inline void GrCCFillGeometry::appendLine(const Sk2f& p0, const Sk2f& p1) { in appendLine()
64 static inline bool are_collinear(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in are_collinear()
139 Sk2f p0 = Sk2f::Load(P); in quadraticTo() local
153 inline void GrCCFillGeometry::appendQuadratics(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2) { in appendQuadratics()
191 inline void GrCCFillGeometry::appendMonotonicQuadratic(const Sk2f& p0, const Sk2f& p1, in appendMonotonicQuadratic()
219 static inline void get_cubic_tangents(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in get_cubic_tangents()
225 static inline bool is_cubic_nearly_quadratic(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in is_cubic_nearly_quadratic()
471 Sk2f p0 = Sk2f::Load(P); in cubicTo() local
477 Sk2f p0 = Sk2f::Load(P); in cubicTo() local
[all …]
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrContextUtil.cpp31 void drawQuad (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1) in drawQuad()
44 void drawQuadWithVaoBuffers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::… in drawQuadWithVaoBuffers()
114 void drawQuadWithClientPointers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const t… in drawQuadWithClientPointers()
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Ddec_neon.c48 uint8x16_t* const p0, in Load4x16_NEON()
70 uint8x16_t* const p0, in Load4x16_NEON()
116 uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, in Load8x16_NEON()
124 uint8x16_t* const p0, in Load16x4_NEON()
136 uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, in Load16x8_NEON()
145 uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, in Load8x8x2_NEON()
167 uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, in Load8x8x2T_NEON()
235 static WEBP_INLINE void Store2x16_NEON(const uint8x16_t p0, const uint8x16_t q0, in Store2x16_NEON()
259 static WEBP_INLINE void Store4x16_NEON(const uint8x16_t p1, const uint8x16_t p0, in Store4x16_NEON()
274 static WEBP_INLINE void Store16x2_NEON(const uint8x16_t p0, const uint8x16_t q0, in Store16x2_NEON()
[all …]
Ddec_sse2.c274 const __m128i* const p0, in GetNotHEV_SSE2()
291 const __m128i* const p0, in GetBaseDelta_SSE2()
305 static WEBP_INLINE void DoSimpleFilter_SSE2(__m128i* const p0, in DoSimpleFilter_SSE2()
337 const __m128i* const p0, in NeedsFilter_SSE2()
359 static WEBP_INLINE void DoFilter2_SSE2(__m128i* const p1, __m128i* const p0, in DoFilter2_SSE2()
378 static WEBP_INLINE void DoFilter4_SSE2(__m128i* const p1, __m128i* const p0, in DoFilter4_SSE2()
425 __m128i* const p0, __m128i* const q0, in DoFilter6_SSE2()
505 __m128i* const p1, __m128i* const p0, in Load16x4_SSE2()
550 const __m128i* const p0, in Store16x4_SSE2()
596 __m128i p0 = _mm_loadu_si128((__m128i*)&p[-stride]); in SimpleVFilter16_SSE2() local
[all …]
/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddec_neon.c48 uint8x16_t* const p0, in Load4x16_NEON()
70 uint8x16_t* const p0, in Load4x16_NEON()
116 uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, in Load8x16_NEON()
124 uint8x16_t* const p0, in Load16x4_NEON()
136 uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, in Load16x8_NEON()
145 uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, in Load8x8x2_NEON()
167 uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, in Load8x8x2T_NEON()
235 static WEBP_INLINE void Store2x16_NEON(const uint8x16_t p0, const uint8x16_t q0, in Store2x16_NEON()
259 static WEBP_INLINE void Store4x16_NEON(const uint8x16_t p1, const uint8x16_t p0, in Store4x16_NEON()
274 static WEBP_INLINE void Store16x2_NEON(const uint8x16_t p0, const uint8x16_t q0, in Store16x2_NEON()
[all …]
/third_party/skia/modules/svg/src/
DSkSVGLine.cpp33 SkPoint p0, p1; in onDraw() local
40 SkPoint p0, p1; in onAsPath() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DRow.java31 public static <C0, C1> R2<C0,C1> of(C0 p0, C1 p1) { in of()
34 public static <C0, C1, C2> R3<C0,C1,C2> of(C0 p0, C1 p1, C2 p2) { in of()
37 public static <C0, C1, C2, C3> R4<C0,C1,C2,C3> of(C0 p0, C1 p1, C2 p2, C3 p3) { in of()
40 public static <C0, C1, C2, C3, C4> R5<C0,C1,C2,C3,C4> of(C0 p0, C1 p1, C2 p2, C3 p3, C4 p4) { in of()
/third_party/ffmpeg/libavcodec/
Dh264dsp_template.c119 const int p0 = pix[-1*xstride]; in FUNCC() local
176 const int p0 = pix[-1*xstride]; in FUNCC() local
246 const int p0 = pix[-1*xstride]; in FUNCC() local
294 const int p0 = pix[-1*xstride]; in FUNCC() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRow.java27 public static <C0, C1> R2<C0,C1> of(C0 p0, C1 p1) { in of()
30 public static <C0, C1, C2> R3<C0,C1,C2> of(C0 p0, C1 p1, C2 p2) { in of()
33 public static <C0, C1, C2, C3> R4<C0,C1,C2,C3> of(C0 p0, C1 p1, C2 p2, C3 p3) { in of()
36 public static <C0, C1, C2, C3, C4> R5<C0,C1,C2,C3,C4> of(C0 p0, C1 p1, C2 p2, C3 p3, C4 p4) { in of()

12345678910>>...21