/external/libvorbis/vq/ |
D | 44p6.vqs | 4 haux 44p6/resaux_0.vqd _44p6_short 0,42,2 8 5 haux 44p6/resaux_1.vqd _44p6_long 0,170,2 8 6 haux 44p6/resaux_2.vqd _44p6_lfe 0,2,2 2 19 :_p1_0 44p6/res_sub0_part1_pass2.vqd, 5, nonseq cull, 0 +- 1 20 :_p2_0 44p6/res_sub0_part2_pass1.vqd, 5, nonseq cull, 0 +- 1 2 22 :_p3_0 44p6/res_sub0_part3_pass0.vqd, 5, nonseq cull, 0 +- 3 23 :_p3_1 44p6/res_sub0_part3_pass1.vqd, 5, nonseq cull, 0 +- 1 25 :_p4_0 44p6/res_sub0_part4_pass0.vqd, 5, nonseq cull, 0 +- 5 26 :_p4_1 44p6/res_sub0_part4_pass1.vqd, 5, nonseq cull, 0 +- 1 2 28 :_p5_0 44p6/res_sub0_part5_pass0.vqd, 5, nonseq cull, 0 +- 7 14 [all …]
|
/external/libnfc-nci/src/include/ |
D | bt_trace.h | 176 UINT32 p3, UINT32 p4, UINT32 p5, UINT32 p6); 600 #define BT_TRACE_6(l,t,m,p1,p2,p3,p4,p5,p6) LogMsg_6(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument 602 (UINT32)(p5),(UINT32)(p6)) 617 …,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYER_HCI,… argument 625 …p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER_HCI, … argument 633 …,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYER_HCI,… argument 641 …,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYER_HCI,… argument 652 …,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYER_BTM,… argument 660 …p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER_BTM, … argument 668 …m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAYER_BTM… argument [all …]
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core_wrappers.hpp | 14 …m* p5, const char** p6, void (CL_CALLBACK*p7) (cl_program, void*), void* p8) { return clCompilePro… in clCompileProgram() argument 32 …, size_t p3, size_t p4, size_t p5, void* p6, cl_int* p7) { return clCreateImage2D_pfn(p0, p1, p2, … in clCreateImage2D() argument 35 … size_t p4, size_t p5, size_t p6, size_t p7, void* p8, cl_int* p9) { return clCreateImage3D_pfn(p0… in clCreateImage3D() argument 44 …t unsigned char** p4, cl_int* p5, cl_int* p6) { return clCreateProgramWithBinary_pfn(p0, p1, p2, p… in clCreateProgramWithBinary() argument 71 …ze_t p4, size_t p5, cl_uint p6, const cl_event* p7, cl_event* p8) { return clEnqueueCopyBuffer_pfn… in clEnqueueCopyBuffer() argument 74 …t p6, size_t p7, size_t p8, size_t p9, cl_uint p10, const cl_event* p11, cl_event* p12) { return c… in clEnqueueCopyBufferRect() argument 77 …nst size_t* p5, cl_uint p6, const cl_event* p7, cl_event* p8) { return clEnqueueCopyBufferToImage_… in clEnqueueCopyBufferToImage() argument 80 …, const size_t* p5, cl_uint p6, const cl_event* p7, cl_event* p8) { return clEnqueueCopyImage_pfn(… in clEnqueueCopyImage() argument 83 … p4, size_t p5, cl_uint p6, const cl_event* p7, cl_event* p8) { return clEnqueueCopyImageToBuffer_… in clEnqueueCopyImageToBuffer() argument 86 …ze_t p4, size_t p5, cl_uint p6, const cl_event* p7, cl_event* p8) { return clEnqueueFillBuffer_pfn… in clEnqueueFillBuffer() argument [all …]
|
/external/webrtc/webrtc/base/ |
D | refcount.h | 59 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) in RefCountedObject() argument 60 : T(p1, p2, p3, p4, p5, p6), ref_count_(0) { in RefCountedObject() 65 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) in RefCountedObject() argument 66 : T(p1, p2, p3, p4, p5, p6, p7), ref_count_(0) { in RefCountedObject() 71 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) in RefCountedObject() argument 72 : T(p1, p2, p3, p4, p5, p6, p7, p8), ref_count_(0) { in RefCountedObject() 78 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9) in RefCountedObject() argument 79 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9), ref_count_(0) { in RefCountedObject() 85 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10) in RefCountedObject() argument 86 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10), ref_count_(0) { in RefCountedObject() [all …]
|
D | bind.h | 764 P6 p6) 771 p6_(p6) {} 794 Functor6(const FunctorT& functor, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) 801 p6_(p6) {} 831 typename detail::identity<P6>::type p6) { 833 method, object, p1, p2, p3, p4, p5, p6); 853 typename detail::identity<P6>::type p6) { 855 method, object, p1, p2, p3, p4, p5, p6); 875 typename detail::identity<P6>::type p6) { 877 method, object.get(), p1, p2, p3, p4, p5, p6); [all …]
|
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/ |
D | opencl_clamdfft_impl.hpp | 94 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6) in switch_fn() 95 { return ((FN)openclamdfft_check_fn(ID))(p1, p2, p3, p4, p5, p6); } in switch_fn() 102 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7) in switch_fn() 103 { return ((FN)openclamdfft_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7); } in switch_fn() 110 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8) in switch_fn() 111 { return ((FN)openclamdfft_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7, p8); } in switch_fn() 118 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9) in switch_fn() 119 { return ((FN)openclamdfft_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7, p8, p9); } in switch_fn() 126 …static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p… in switch_fn() 127 { return ((FN)openclamdfft_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10); } in switch_fn() [all …]
|
D | opencl_clamdblas_impl.hpp | 237 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6) in switch_fn() 238 { return ((FN)openclamdblas_check_fn(ID))(p1, p2, p3, p4, p5, p6); } in switch_fn() 245 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7) in switch_fn() 246 { return ((FN)openclamdblas_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7); } in switch_fn() 253 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8) in switch_fn() 254 { return ((FN)openclamdblas_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7, p8); } in switch_fn() 261 static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9) in switch_fn() 262 { return ((FN)openclamdblas_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7, p8, p9); } in switch_fn() 269 …static _R switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4, _T5 p5, _T6 p6, _T7 p7, _T8 p8, _T9 p9, _T10 p… in switch_fn() 270 { return ((FN)openclamdblas_check_fn(ID))(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10); } in switch_fn() [all …]
|
/external/ceres-solver/include/ceres/internal/ |
D | manual_constructor.h | 152 const T5& p5, const T6& p6) { 153 new(space()) Type(p1, p2, p3, p4, p5, p6); 159 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); [all …]
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-actions.h | 1193 p6) , typename p0##_type, typename p1##_type, typename p2##_type, \ argument 1195 typename p6##_type 1197 p6, p7) , typename p0##_type, typename p1##_type, typename p2##_type, \ argument 1199 typename p6##_type, typename p7##_type 1201 p6, p7, p8) , typename p0##_type, typename p1##_type, typename p2##_type, \ argument 1203 typename p6##_type, typename p7##_type, typename p8##_type 1205 p6, p7, p8, p9) , typename p0##_type, typename p1##_type, \ argument 1207 typename p5##_type, typename p6##_type, typename p7##_type, \ 1233 #define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6)\ argument 1236 p6##_type gmock_p6) : p0(gmock_p0), p1(gmock_p1), p2(gmock_p2), \ [all …]
|
D | gmock-generated-matchers.h | 1845 #define MATCHER_P7(name, p0, p1, p2, p3, p4, p5, p6, description)\ argument 1848 typename p6##_type>\ 1856 p6##_type gmock_p6)\ 1858 p4(gmock_p4), p5(gmock_p5), p6(gmock_p6) {}\ 1873 p6##_type p6;\ 1883 p4##_type, p5##_type, p6##_type>(p0, p1, p2, p3, p4, p5, \ 1884 p6)));\ 1891 new gmock_Impl<arg_type>(p0, p1, p2, p3, p4, p5, p6));\ 1895 p5##_type gmock_p5, p6##_type gmock_p6) : p0(gmock_p0), p1(gmock_p1), \ 1897 p6(gmock_p6) {\ [all …]
|
/external/gmock/include/gmock/ |
D | gmock-generated-actions.h | 1193 p6) , typename p0##_type, typename p1##_type, typename p2##_type, \ argument 1195 typename p6##_type 1197 p6, p7) , typename p0##_type, typename p1##_type, typename p2##_type, \ argument 1199 typename p6##_type, typename p7##_type 1201 p6, p7, p8) , typename p0##_type, typename p1##_type, typename p2##_type, \ argument 1203 typename p6##_type, typename p7##_type, typename p8##_type 1205 p6, p7, p8, p9) , typename p0##_type, typename p1##_type, \ argument 1207 typename p5##_type, typename p6##_type, typename p7##_type, \ 1233 #define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6)\ argument 1236 p6##_type gmock_p6) : p0(gmock_p0), p1(gmock_p1), p2(gmock_p2), \ [all …]
|
D | gmock-generated-matchers.h | 1825 #define MATCHER_P7(name, p0, p1, p2, p3, p4, p5, p6, description)\ argument 1828 typename p6##_type>\ 1836 p6##_type gmock_p6)\ 1838 p4(gmock_p4), p5(gmock_p5), p6(gmock_p6) {}\ 1853 p6##_type p6;\ 1863 p4##_type, p5##_type, p6##_type>(p0, p1, p2, p3, p4, p5, \ 1864 p6)));\ 1871 new gmock_Impl<arg_type>(p0, p1, p2, p3, p4, p5, p6));\ 1875 p5##_type gmock_p5, p6##_type gmock_p6) : p0(gmock_p0), p1(gmock_p1), \ 1877 p6(gmock_p6) {\ [all …]
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | vp8_loopfilter_filters_dspr2.c | 355 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_loop_filter_horizontal_edge_mips() local 398 p6 = *((uint32_t *)(s6)); in vp8_loop_filter_horizontal_edge_mips() 400 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips() 443 p6 = *((uint32_t *)(s6)); in vp8_loop_filter_horizontal_edge_mips() 445 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips() 488 p6 = *((uint32_t *)(s6)); in vp8_loop_filter_horizontal_edge_mips() 490 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips() 533 p6 = *((uint32_t *)(s6)); in vp8_loop_filter_horizontal_edge_mips() 535 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips() 565 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_loop_filter_uvhorizontal_edge_mips() local [all …]
|
/external/libnfc-nci/src/hal/include/ |
D | nfc_hal_target.h | 185 #define NCI_TRACE_6(l,t,m,p1,p2,p3,p4,p5,p6) LogMsg(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_ST… argument 187 (UINTPTR)(p5),(UINTPTR)(p6)) 195 …1,p2,p3,p4,p5,p6) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_ERROR) NCI_TRACE_6(TRACE_LAYER_H… argument 203 …,p2,p3,p4,p5,p6) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_WARNING) NCI_TRACE_6(TRACE_LAYER_HA… argument 211 …p1,p2,p3,p4,p5,p6) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_API) NCI_TRACE_6(TRACE_LAYER_… argument 219 …1,p2,p3,p4,p5,p6) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_EVENT) NCI_TRACE_6(TRACE_LAYER_H… argument 227 …1,p2,p3,p4,p5,p6) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) NCI_TRACE_6(TRACE_LAYER_H… argument 237 #define HAL_TRACE_6(l,t,m,p1,p2,p3,p4,p5,p6) argument 245 #define HAL_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument 253 #define HAL_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument [all …]
|
D | gki_hal_target.h | 258 …E_6(m,p1,p2,p3,p4,p5,p6) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRAC… argument 266 #define GKI_TRACE_6(m,p1,p2,p3,p4,p5,p6) argument 276 …ERROR_6(m,p1,p2,p3,p4,p5,p6) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_… argument
|
/external/llvm/test/CodeGen/X86/ |
D | win64_params.ll | 6 define i32 @f6(i32 %p1, i32 %p2, i32 %p3, i32 %p4, i32 %p5, i32 %p6) nounwind readnone optsize { 11 %add = add nsw i32 %p6, %p5 15 define x86_64_win64cc i32 @f7(i32 %p1, i32 %p2, i32 %p3, i32 %p4, i32 %p5, i32 %p6) nounwind readno… 21 %add = add nsw i32 %p6, %p5 27 define x86_64_sysvcc i32 @f8(i32 %p1, i32 %p2, i32 %p3, i32 %p4, i32 %p5, i32 %p6) nounwind readnon… 31 %add = add nsw i32 %p6, %p5
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_filters_dspr2.c | 31 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vpx_lpf_horizontal_4_dspr2() local 86 [p6] "=&r" (p6) in vpx_lpf_horizontal_4_dspr2() 91 pm1, p0, p3, p4, p5, p6, in vpx_lpf_horizontal_4_dspr2() 124 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vpx_lpf_vertical_4_dspr2() local 159 p6 = *((uint32_t *)(s1)); in vpx_lpf_vertical_4_dspr2() 210 [p6] "+r" (p6), [p5] "+r" (p5), [p4] "+r" (p4), [p3] "+r" (p3), in vpx_lpf_vertical_4_dspr2() 220 p0, p3, p4, p5, p6, thresh_vec, in vpx_lpf_vertical_4_dspr2()
|
/external/libunwind/tests/ |
D | ia64-test-stack-asm.S | 87 tbit.nz p6, p0 = r8, 0 88 (p6) br.cond.sptk.few .skip 93 .skip: cmp.ne p6, p7 = 0, r8 96 (p6) adds r8 = -1, r8 97 (p6) br.call.sptk.many rp = stack_it // next iteration 139 cmp.eq p6, p7 = 1, in0 170 (p6) br.call.sptk.many rp = stack_it
|
D | ia64-test-nat-asm.S | 115 tbit.nz p6, p0 = r4, 0;; 116 (p6) ld8.s r4 = [r0] 384 tnat.nz p6, p7 = r5;; 385 .spillreg.p p6, r5, f31 386 (p6) setf.sig f31 = r5 // save r5 in f31 if it's a NaT 419 .pred.rel.mutex p6, p7 420 (p6) getf.sig r5 = f31 460 (p16) cmp.eq.unc p6,p0 = r0,r0;; 462 (p6) cmp.eq.unc p16,p0 = r0,r0 463 (p63) cmp.eq.unc p6,p0 = r0,r0 [all …]
|
D | ia64-test-rbs-asm.S | 175 cmp.eq p6, p7 = 1, in0 178 (p6) mov out1 = in2 181 (p6) ld8 r17 = [in2] // get address of function descriptor 186 (p6) ld8 r16 = [r17], 8 // load entry point 190 (p6) ld8 r1 = [r17] // load gp 191 (p6) mov b6 = r16 193 (p6) mov out0 = 0 221 (p6) br.call.sptk.many rp = b6
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | medianFilter.cl | 134 T4 p0, p1, p2, p3, p4, p5, p6, p7, p8; \ 137 SHUFFLE4_3(c6, c7, c8, p6, p7, p8); \ 140 OP(p3, p4); OP(p6, p7); OP(p1, p2); OP(p4, p5); \ 142 OP(p3, p6); OP(p1, p4); OP(p2, p5); OP(p4, p7); \ 143 OP(p4, p2); OP(p6, p4); OP(p4, p2); \ 224 p5, p6, p7, p8, p9, 231 SHUFFLE4_5(c5, c6, c7, c8, c9, p5, p6, p7, p8, p9); 243 OP(p1, p2); OP(p3, p4); OP(p7, p8); OP(p6, p7); OP(p7, p8); 244 OP(p10, p11); OP(p9, p10); OP(p10, p11); OP(p6, p9); OP(p8, p11); 245 OP(p8, p9); OP(p7, p10); OP(p7, p8); OP(p9, p10); OP(p0, p6); [all …]
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
D | syscall.h | 49 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { in Call() argument 57 (intptr_t)p6, in Call() 69 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { in Call() argument 77 (intptr_t)p6, in Call() 143 intptr_t p6,
|
/external/valgrind/memcheck/tests/ |
D | leak-cases.c | 63 Node* p6; variable 81 p6 = mk(mk(NULL)); // Case 6: 16/1 still reachable in f() 82 (p6->next)++; // 16/1 possibly lost in f()
|
/external/v8/test/webkit/fast/js/ |
D | Promise-static-race-expected.txt | 8 PASS Promise.race([p4, p1, p6]) is fulfilled. 10 PASS Promise.race([p4, p6, p1]) is rejected. 11 PASS result is "p6"
|
/external/llvm/unittests/ADT/ |
D | MakeUniqueTest.cpp | 42 auto p6 = in TEST() local 44 EXPECT_TRUE((bool)p6); in TEST() 45 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5), *p6); in TEST()
|