Searched defs:p7 (Results 1 - 25 of 35) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dcxx11-ast-print.cpp33 // CHECK: const char *p7 = 123_quux;
34 const char *p7 = 123_quux; variable
H A Derr_reference_bind_drops_quals.cpp14 ptr& p7 = rvp; // expected-error {{drops 'restrict' and 'volatile' qualifiers}} local
/external/libchrome/sandbox/linux/seccomp-bpf/
H A Dsyscall.h49 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { argument
58 (intptr_t)p7);
130 // This performs system call |nr| with the arguments p0 to p7 from a constant
144 intptr_t p7);
H A Dsyscall.cc282 intptr_t p7) {
296 const intptr_t args[8] = {p0, p1, p2, p3, p4, p5, p6, p7};
300 DCHECK_EQ(p7, 0) << " Support for syscalls with more than six arguments not "
274 Call(int nr, intptr_t p0, intptr_t p1, intptr_t p2, intptr_t p3, intptr_t p4, intptr_t p5, intptr_t p6, intptr_t p7) argument
/external/llvm/unittests/ADT/
H A DMakeUniqueTest.cpp47 auto p7 = make_unique<std::tuple<int, int, int, int, int, int, int>>( local
49 EXPECT_TRUE((bool)p7);
50 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5, 6), *p7);
/external/valgrind/memcheck/tests/
H A Dleak-cases.c14 // p7 -?-> AAA ---> BBB (y)DR, (n)DL / P (y)IR, (n)IL / P
64 Node* p7; variable
84 p7 = mk(mk(NULL)); // Case 7: 16/1 possibly lost
85 p7++; // 16/1 possibly lost
/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h159 const T5& p5, const T6& p6, const T7& p7) {
160 new(space()) Type(p1, p2, p3, p4, p5, p6, p7);
166 const T5& p5, const T6& p6, const T7& p7, const T8& p8) {
167 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8);
173 const T5& p5, const T6& p6, const T7& p7, const T8& p8,
175 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9);
181 const T5& p5, const T6& p6, const T7& p7, const T8& p8,
183 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10);
190 const T5& p5, const T6& p6, const T7& p7, const T8& p8,
192 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p
158 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7) argument
165 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8) argument
172 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9) argument
180 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9, const T10& p10) argument
189 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9, const T10& p10, const T11& p11) argument
[all...]
/external/webrtc/webrtc/base/
H A Drefcount.h65 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) argument
66 : T(p1, p2, p3, p4, p5, p6, p7), ref_count_(0) {
71 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) argument
72 : T(p1, p2, p3, p4, p5, p6, p7, p8), ref_count_(0) {
78 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9)
79 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9), ref_count_(0) {
85 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10)
86 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10), ref_count_(0) {
93 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10,
95 : T(p1, p2, p3, p4, p5, p6, p7, p
77 RefCountedObject( P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9) argument
84 RefCountedObject( P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10) argument
92 RefCountedObject( P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10, P11 p11) argument
[all...]
H A Dbind.h924 P7 p7)
933 p7_(p7) {}
968 P7 p7)
976 p7_(p7) {}
1010 typename detail::identity<P7>::type p7) {
1012 method, object, p1, p2, p3, p4, p5, p6, p7);
1036 typename detail::identity<P7>::type p7) {
1038 P7>(method, object, p1, p2, p3, p4, p5, p6, p7);
1062 typename detail::identity<P7>::type p7) {
1064 method, object.get(), p1, p2, p3, p4, p5, p6, p7);
916 MethodFunctor7(MethodT method, ObjectT* object, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) argument
961 Functor7(const FunctorT& functor, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) argument
1106 MethodFunctor8(MethodT method, ObjectT* object, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) argument
1155 Functor8(const FunctorT& functor, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) argument
1210 typename detail::identity<P7>::type p7, member in namespace:rtc
1238 typename detail::identity<P7>::type p7, member in namespace:rtc
1266 typename detail::identity<P7>::type p7, member in namespace:rtc
1293 typename detail::identity<P7>::type p7, member in namespace:rtc
1315 MethodFunctor9(MethodT method, ObjectT* object, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9) argument
1368 Functor9(const FunctorT& functor, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9) argument
1427 typename detail::identity<P7>::type p7, member in namespace:rtc
1469 typename detail::identity<P7>::type p7, member in namespace:rtc
1500 typename detail::identity<P7>::type p7, member in namespace:rtc
1529 typename detail::identity<P7>::type p7, member in namespace:rtc
[all...]
/external/clang/test/CXX/lex/lex.charset/
H A Dp2-cxx11.cpp40 const char *p7 = u8"foo \U0000d800 bar"; // expected-error {{invalid universal character}} variable
/external/libchrome/sandbox/win/src/
H A Dcrosscall_client.h499 const Par7& p7,
491 CrossCall(IPCProvider& ipc_provider, uint32_t tag, const Par1& p1, const Par2& p2, const Par3& p3, const Par4& p4, const Par5& p5, const Par6& p6, const Par7& p7, CrossCallReturn* answer) argument
/external/skia/gm/
H A Dpolygons.cpp47 SkPoint p7[] = {{0, 20}, {20, 20}, {30, 0}, {40, 20}, {60, 20}, variable
66 { p7, SK_ARRAY_COUNT(p7) }
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp74 auto p7 = &S::m; local
81 only<int (S::*)> test7 = p7;
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
H A Dopencl_clamdblas_impl.hpp245 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7) argument
246 { return ((FN)openclamdblas_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7); }
253 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8) argument
254 { return ((FN)openclamdblas_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7, p8); }
261 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9) argument
262 { return ((FN)openclamdblas_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7, p8, p9); }
269 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10) argument
270 { return ((FN)openclamdblas_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10); }
277 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11) argument
278 { return ((FN)openclamdblas_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7, p
285 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12) argument
293 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13) argument
301 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14) argument
309 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14, _T15 p15) argument
317 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14, _T15 p15, _T16 p16) argument
325 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14, _T15 p15, _T16 p16, _T17 p17) argument
333 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14, _T15 p15, _T16 p16, _T17 p17, _T18 p18) argument
341 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14, _T15 p15, _T16 p16, _T17 p17, _T18 p18, _T19 p19) argument
349 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14, _T15 p15, _T16 p16, _T17 p17, _T18 p18, _T19 p19, _T20 p20) argument
357 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14, _T15 p15, _T16 p16, _T17 p17, _T18 p18, _T19 p19, _T20 p20, _T21 p21) argument
365 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14, _T15 p15, _T16 p16, _T17 p17, _T18 p18, _T19 p19, _T20 p20, _T21 p21, _T22 p22) argument
[all...]
H A Dopencl_clamdfft_impl.hpp102 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7) argument
103 { return ((FN)openclamdfft_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7); }
110 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8) argument
111 { return ((FN)openclamdfft_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7, p8); }
118 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9) argument
119 { return ((FN)openclamdfft_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7, p8, p9); }
126 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10) argument
127 { return ((FN)openclamdfft_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10); }
134 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11) argument
135 { return ((FN)openclamdfft_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7, p
142 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12) argument
150 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13) argument
158 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14) argument
166 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14, _T15 p15) argument
174 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14, _T15 p15, _T16 p16) argument
182 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14, _T15 p15, _T16 p16, _T17 p17) argument
190 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14, _T15 p15, _T16 p16, _T17 p17, _T18 p18) argument
198 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14, _T15 p15, _T16 p16, _T17 p17, _T18 p18, _T19 p19) argument
206 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14, _T15 p15, _T16 p16, _T17 p17, _T18 p18, _T19 p19, _T20 p20) argument
214 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14, _T15 p15, _T16 p16, _T17 p17, _T18 p18, _T19 p19, _T20 p20, _T21 p21) argument
222 switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p10, _T11 p11, _T12 p12, _T13 p13, _T14 p14, _T15 p15, _T16 p16, _T17 p17, _T18 p18, _T19 p19, _T20 p20, _T21 p21, _T22 p22) argument
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dloopfilter.c257 const uint8_t p7 = *op7, p6 = *op6, p5 = *op5, p4 = *op4, local
264 *op6 = ROUND_POWER_OF_TWO(p7 * 7 + p6 * 2 + p5 + p4 + p3 + p2 + p1 + p0 +
266 *op5 = ROUND_POWER_OF_TWO(p7 * 6 + p6 + p5 * 2 + p4 + p3 + p2 + p1 + p0 +
268 *op4 = ROUND_POWER_OF_TWO(p7 * 5 + p6 + p5 + p4 * 2 + p3 + p2 + p1 + p0 +
270 *op3 = ROUND_POWER_OF_TWO(p7 * 4 + p6 + p5 + p4 + p3 * 2 + p2 + p1 + p0 +
272 *op2 = ROUND_POWER_OF_TWO(p7 * 3 + p6 + p5 + p4 + p3 + p2 * 2 + p1 + p0 +
274 *op1 = ROUND_POWER_OF_TWO(p7 * 2 + p6 + p5 + p4 + p3 + p2 + p1 * 2 + p0 +
276 *op0 = ROUND_POWER_OF_TWO(p7 + p6 + p5 + p4 + p3 + p2 + p1 + p0 * 2 +
615 const uint16_t p7 = *op7; local
633 *op6 = ROUND_POWER_OF_TWO(p7 *
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dloopfilter_filters_dspr2.h535 const uint32_t p7 = *op7, p6 = *op6, p5 = *op5, p4 = *op4; local
572 /* *op6 = ROUND_POWER_OF_TWO(p7 * 7 + p6 * 2 + p5 + p4 +
574 "shll.ph %[tmp], %[p7], 3 \n\t"
575 "subu.ph %[res_op6], %[tmp], %[p7] \n\t"
586 /* *op5 = ROUND_POWER_OF_TWO(p7 * 6 + p6 + p5 * 2 + p4 + p3 +
588 "shll.ph %[tmp], %[p7], 2 \n\t"
589 "addu.ph %[res_op5], %[tmp], %[p7] \n\t"
590 "addu.ph %[res_op5], %[res_op5], %[p7] \n\t"
600 /* *op4 = ROUND_POWER_OF_TWO(p7 * 5 + p6 + p5 + p4 * 2 + p3 + p2 +
602 "shll.ph %[tmp], %[p7],
[all...]
H A Dloopfilter_mb_horiz_dspr2.c35 uint32_t p7, p6, p5, p4, p3, p2, p1, p0, q0, q1, q2, q3, q4, q5, q6, q7; local
81 "lw %[p7], (%[sp7]) \n\t"
91 [p7] "=&r" (p7), [p6] "=&r" (p6), [p5] "=&r" (p5), [p4] "=&r" (p4)
116 flatmask5(p7, p6, p5, p4, p0, q0, q4, q5, q6, q7, &flat2);
H A Dloopfilter_mb_vert_dspr2.c33 uint32_t p7, p6, p5, p4, p3, p2, p1, p0, q0, q1, q2, q3, q4, q5, q6, q7; local
74 "lw %[p7], -8(%[s4]) \n\t"
77 [p0] "=&r" (p0), [p7] "=&r" (p7), [p6] "=&r" (p6),
174 /* transpose p7, p6, p5, p4
180 p7 p7_0 p7_1 p7_2 p7_3
187 p7 p7_0 p6_0 p5_0 p4_0
192 "precrq.qb.ph %[prim3], %[p6], %[p7] \n\t"
193 "precr.qb.ph %[prim4], %[p6], %[p7] \n\t"
196 "precr.qb.ph %[p7],
[all...]
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
H A Dopencl_core_wrappers.hpp14 inline cl_int clCompileProgram(cl_program p0, cl_uint p1, const cl_device_id* p2, const char* p3, cl_uint p4, const cl_program* p5, const char** p6, void (CL_CALLBACK*p7) (cl_program, void*), void* p8) { return clCompileProgram_pfn(p0, p1, p2, p3, p4, p5, p6, p7, p8); }
32 inline cl_mem clCreateImage2D(cl_context p0, cl_mem_flags p1, const cl_image_format* p2, size_t p3, size_t p4, size_t p5, void* p6, cl_int* p7) { return clCreateImage2D_pfn(p0, p1, p2, p3, p4, p5, p6, p7); } argument
35 inline cl_mem clCreateImage3D(cl_context p0, cl_mem_flags p1, const cl_image_format* p2, size_t p3, size_t p4, size_t p5, size_t p6, size_t p7, void* p8, cl_int* p9) { return clCreateImage3D_pfn(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); } argument
71 inline cl_int clEnqueueCopyBuffer(cl_command_queue p0, cl_mem p1, cl_mem p2, size_t p3, size_t p4, size_t p5, cl_uint p6, const cl_event* p7, cl_event* p8) { return clEnqueueCopyBuffer_pfn(p0, p1, p2, p3, p4, p5, p6, p7, p8); } argument
74 inline cl_int clEnqueueCopyBufferRect(cl_command_queue p0, cl_mem p1, cl_mem p2, const size_t* p3, const size_t* p4, const size_t* p5, size_t p6, size_t p7, size_t p8, size_t p9, cl_uint p10, const cl_event* p11, cl_event* p12) { return clEnqueueCopyBufferRect_pfn(p0, p1, p2, p3, p4, p5, p6, p7, p argument
77 clEnqueueCopyBufferToImage(cl_command_queue p0, cl_mem p1, cl_mem p2, size_t p3, const size_t* p4, const size_t* p5, cl_uint p6, const cl_event* p7, cl_event* p8) argument
80 clEnqueueCopyImage(cl_command_queue p0, cl_mem p1, cl_mem p2, const size_t* p3, const size_t* p4, const size_t* p5, cl_uint p6, const cl_event* p7, cl_event* p8) argument
83 clEnqueueCopyImageToBuffer(cl_command_queue p0, cl_mem p1, cl_mem p2, const size_t* p3, const size_t* p4, size_t p5, cl_uint p6, const cl_event* p7, cl_event* p8) argument
86 clEnqueueFillBuffer(cl_command_queue p0, cl_mem p1, const void* p2, size_t p3, size_t p4, size_t p5, cl_uint p6, const cl_event* p7, cl_event* p8) argument
89 clEnqueueFillImage(cl_command_queue p0, cl_mem p1, const void* p2, const size_t* p3, const size_t* p4, cl_uint p5, const cl_event* p6, cl_event* p7) argument
92 clEnqueueMapBuffer(cl_command_queue p0, cl_mem p1, cl_bool p2, cl_map_flags p3, size_t p4, size_t p5, cl_uint p6, const cl_event* p7, cl_event* p8, cl_int* p9) argument
95 clEnqueueMapImage(cl_command_queue p0, cl_mem p1, cl_bool p2, cl_map_flags p3, const size_t* p4, const size_t* p5, size_t* p6, size_t* p7, cl_uint p8, const cl_event* p9, cl_event* p10, cl_int* p11) argument
107 clEnqueueNDRangeKernel(cl_command_queue p0, cl_kernel p1, cl_uint p2, const size_t* p3, const size_t* p4, const size_t* p5, cl_uint p6, const cl_event* p7, cl_event* p8) argument
110 clEnqueueNativeKernel(cl_command_queue p0, void (CL_CALLBACK*p1) (void*), void* p2, size_t p3, cl_uint p4, const cl_mem* p5, const void** p6, cl_uint p7, const cl_event* p8, cl_event* p9) argument
113 clEnqueueReadBuffer(cl_command_queue p0, cl_mem p1, cl_bool p2, size_t p3, size_t p4, void* p5, cl_uint p6, const cl_event* p7, cl_event* p8) argument
116 clEnqueueReadBufferRect(cl_command_queue p0, cl_mem p1, cl_bool p2, const size_t* p3, const size_t* p4, const size_t* p5, size_t p6, size_t p7, size_t p8, size_t p9, void* p10, cl_uint p11, const cl_event* p12, cl_event* p13) argument
119 clEnqueueReadImage(cl_command_queue p0, cl_mem p1, cl_bool p2, const size_t* p3, const size_t* p4, size_t p5, size_t p6, void* p7, cl_uint p8, const cl_event* p9, cl_event* p10) argument
131 clEnqueueWriteBuffer(cl_command_queue p0, cl_mem p1, cl_bool p2, size_t p3, size_t p4, const void* p5, cl_uint p6, const cl_event* p7, cl_event* p8) argument
134 clEnqueueWriteBufferRect(cl_command_queue p0, cl_mem p1, cl_bool p2, const size_t* p3, const size_t* p4, const size_t* p5, size_t p6, size_t p7, size_t p8, size_t p9, const void* p10, cl_uint p11, const cl_event* p12, cl_event* p13) argument
137 clEnqueueWriteImage(cl_command_queue p0, cl_mem p1, cl_bool p2, const size_t* p3, const size_t* p4, size_t p5, size_t p6, const void* p7, cl_uint p8, const cl_event* p9, cl_event* p10) argument
203 clLinkProgram(cl_context p0, cl_uint p1, const cl_device_id* p2, const char* p3, cl_uint p4, const cl_program* p5, void (CL_CALLBACK*p6) (cl_program, void*), void* p7, cl_int* p8) argument
[all...]
/external/ipsec-tools/src/racoon/
H A Doakley.c2153 PKCS7 *p7; local
2226 p7 = d2i_PKCS7(NULL, (void *)&bp,
2229 if (!p7) {
2240 i = OBJ_obj2nid(p7->type);
2243 certs=p7->d.sign->cert;
2246 certs=p7->d.signed_and_enveloped->cert;
2255 PKCS7_free(p7);
2304 PKCS7_free(p7);
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_loopfilter_sse2.c63 __m128i q7, p7, q6, p6, q5, p5, q4, p4, q3, p3, q2, p2, q1, p1, q0, p0; local
229 p7 = _mm_load_si128((__m128i *)(s - 8 * p));
232 // highbd_flat_mask5 (arguments passed in are p0, q0, p4-p7, q4-q7
251 work = _mm_max_epi16(_mm_or_si128(_mm_subs_epu16(p7, p0),
252 _mm_subs_epu16(p0, p7)),
289 _mm_add_epi16(p7, p0)), 4);
297 sum_p7 = _mm_add_epi16(p7, p7);
316 sum_p7 = _mm_add_epi16(sum_p7, p7);
335 sum_p7 = _mm_add_epi16(sum_p7, p7);
956 __m128i p0, p1, p2, p3, p4, p5, p6, p7, x0, x1, x2, x3, x4, x5, x6, x7; local
[all...]
H A Dloopfilter_avx2.c409 __m128i p7, p6, p5; local
596 p7 = _mm256_castsi256_si128(p256_7);
599 _mm_or_si128(_mm_subs_epu8(p7, p0), _mm_subs_epu8(p0, p7)),
/external/opencv3/modules/hal/src/
H A Dmathfuncs.cpp81 __m128 p5 = _mm_set1_ps(atan2_p5), p7 = _mm_set1_ps(atan2_p7); local
91 __m128 a = _mm_mul_ps(c2, p7);
115 float32x4_t p5 = vdupq_n_f32(atan2_p5), p7 = vdupq_n_f32(atan2_p7);
124 float32x4_t a = vmulq_f32(c2, p7);
/external/dng_sdk/source/
H A Ddng_bad_pixels.cpp1144 uint16 *p7 = buffer.DirtyPixel_uint16 (row + 3, badRect.l - 4, 0); local
1222 int32 g71 = p7 [1 * cs];
1223 int32 g73 = p7 [3 * cs];
1224 int32 g75 = p7 [5 * cs];
1225 int32 g77 = p7 [7 * cs];
1379 int32 r73 = p7 [3 * cs];
1380 int32 r75 = p7 [5 * cs];

Completed in 536 milliseconds

12