/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_135_add_neon.c | 93 int16x8_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32]; in vpx_idct32_12_neon() local 277 s7[0] = vaddq_s16(s6[0], s5[15]); in vpx_idct32_12_neon() 278 s7[1] = vaddq_s16(s6[1], s5[14]); in vpx_idct32_12_neon() 279 s7[2] = vaddq_s16(s6[2], s6[13]); in vpx_idct32_12_neon() 280 s7[3] = vaddq_s16(s6[3], s6[12]); in vpx_idct32_12_neon() 281 s7[4] = vaddq_s16(s6[4], s6[11]); in vpx_idct32_12_neon() 282 s7[5] = vaddq_s16(s6[5], s6[10]); in vpx_idct32_12_neon() 283 s7[6] = vaddq_s16(s6[6], s5[9]); in vpx_idct32_12_neon() 284 s7[7] = vaddq_s16(s6[7], s5[8]); in vpx_idct32_12_neon() 285 s7[8] = vsubq_s16(s6[7], s5[8]); in vpx_idct32_12_neon() [all …]
|
D | highbd_idct32x32_135_add_neon.c | 101 int32x4x2_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], in vpx_highbd_idct32_12_neon() local 288 s7[0] = highbd_idct_add_dual(s6[0], s5[15]); in vpx_highbd_idct32_12_neon() 289 s7[1] = highbd_idct_add_dual(s6[1], s5[14]); in vpx_highbd_idct32_12_neon() 290 s7[2] = highbd_idct_add_dual(s6[2], s6[13]); in vpx_highbd_idct32_12_neon() 291 s7[3] = highbd_idct_add_dual(s6[3], s6[12]); in vpx_highbd_idct32_12_neon() 292 s7[4] = highbd_idct_add_dual(s6[4], s6[11]); in vpx_highbd_idct32_12_neon() 293 s7[5] = highbd_idct_add_dual(s6[5], s6[10]); in vpx_highbd_idct32_12_neon() 294 s7[6] = highbd_idct_add_dual(s6[6], s5[9]); in vpx_highbd_idct32_12_neon() 295 s7[7] = highbd_idct_add_dual(s6[7], s5[8]); in vpx_highbd_idct32_12_neon() 296 s7[8] = highbd_idct_sub_dual(s6[7], s5[8]); in vpx_highbd_idct32_12_neon() [all …]
|
D | highbd_vpx_convolve8_neon.c | 48 int16x8_t *const s6, int16x8_t *const s7) { in load_8x8() argument 63 *s7 = vld1q_s16(s); in load_8x8() 70 const uint16x8_t s6, const uint16x8_t s7) { in store_8x8() argument 85 vst1q_u16(s, s7); in store_8x8() 91 const int16x4_t s6, const int16x4_t s7, const int16x8_t filters) { in highbd_convolve8_4() argument 103 sum = vmlal_lane_s16(sum, s7, filters_hi, 3); in highbd_convolve8_4() 110 const int16x8_t s6, const int16x8_t s7, in highbd_convolve8_8() argument 124 sum0 = vmlal_lane_s16(sum0, vget_low_s16(s7), filters_hi, 3); in highbd_convolve8_8() 132 sum1 = vmlal_lane_s16(sum1, vget_high_s16(s7), filters_hi, 3); in highbd_convolve8_8() 157 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_horiz_neon() local [all …]
|
D | vpx_convolve8_neon.c | 37 const uint8x8_t s6, const uint8x8_t s7) { in store_u8_8x8() argument 52 vst1_u8(s, s7); in store_u8_8x8() 75 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, in vpx_convolve8_horiz_neon() local 111 s7 = vget_low_s16(tt0); in vpx_convolve8_horiz_neon() 116 d0 = convolve8_4(s0, s1, s2, s3, s4, s5, s6, s7, filters, filter3, in vpx_convolve8_horiz_neon() 118 d1 = convolve8_4(s1, s2, s3, s4, s5, s6, s7, s8, filters, filter3, in vpx_convolve8_horiz_neon() 120 d2 = convolve8_4(s2, s3, s4, s5, s6, s7, s8, s9, filters, filter3, in vpx_convolve8_horiz_neon() 122 d3 = convolve8_4(s3, s4, s5, s6, s7, s8, s9, s10, filters, filter3, in vpx_convolve8_horiz_neon() 141 s3 = s7; in vpx_convolve8_horiz_neon() 155 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_horiz_neon() local [all …]
|
D | vpx_convolve8_neon.h | 35 uint8x8_t *const s6, uint8x8_t *const s7) { in load_u8_8x8() argument 50 *s7 = vld1_u8(s); in load_u8_8x8() 57 uint8x16_t *const s6, uint8x16_t *const s7) { in load_u8_16x8() argument 72 *s7 = vld1q_u8(s); in load_u8_16x8() 78 const int16x4_t s6, const int16x4_t s7, in convolve8_4() argument 91 sum = vmla_lane_s16(sum, s7, filters_hi, 3); in convolve8_4() 100 const int16x8_t s6, const int16x8_t s7, in convolve8_8() argument 113 sum = vmlaq_lane_s16(sum, s7, filters_hi, 3); in convolve8_8()
|
/external/libaom/libaom/av1/common/arm/ |
D | convolve_neon.c | 29 const int16x4_t s6, const int16x4_t s7, in convolve8_4x4() argument 38 sum = vmla_n_s16(sum, s7, filter[7]); in convolve8_4x4() 51 const int16x8_t s6, const int16x8_t s7, const int16_t *filter, in convolve8_horiz_8x8() argument 60 sum = vmlaq_n_s16(sum, s7, filter[7]); in convolve8_horiz_8x8() 77 const int16x4_t s6, const int16x4_t s7, const int16_t *filter, in convolve8_horiz_4x1() argument 86 sum = vmla_n_s16(sum, s7, filter[7]); in convolve8_horiz_4x1() 103 const int16x8_t s6, const int16x8_t s7, const int16_t *filter) { in convolve8_vert_8x4() argument 111 sum = vmlaq_n_s16(sum, s7, filter[7]); in convolve8_vert_8x4() 124 const int16x4_t s6, const int16x4_t s7, const int16_t *y_filter, in convolve8_vert_4x4_s32() argument 138 sum0 = vmlal_n_s16(sum0, s7, y_filter[7]); in convolve8_vert_4x4_s32() [all …]
|
D | jnt_convolve_neon.c | 333 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, d0; in dist_wtd_convolve_2d_horiz_neon() local 378 s7 = vget_low_s16(tt0); in dist_wtd_convolve_2d_horiz_neon() 383 d0 = convolve8_4x4_s16(s0, s1, s2, s3, s4, s5, s6, s7, x_filter_tmp, in dist_wtd_convolve_2d_horiz_neon() 385 d1 = convolve8_4x4_s16(s1, s2, s3, s4, s5, s6, s7, s8, x_filter_tmp, in dist_wtd_convolve_2d_horiz_neon() 387 d2 = convolve8_4x4_s16(s2, s3, s4, s5, s6, s7, s8, s9, x_filter_tmp, in dist_wtd_convolve_2d_horiz_neon() 389 d3 = convolve8_4x4_s16(s3, s4, s5, s6, s7, s8, s9, s10, x_filter_tmp, in dist_wtd_convolve_2d_horiz_neon() 412 s7 = vget_low_s16(vreinterpretq_s16_u16(vmovl_u8(t0))); in dist_wtd_convolve_2d_horiz_neon() 417 s5 = vext_s16(s4, s7, 1); // a5 a6 a7 a8 in dist_wtd_convolve_2d_horiz_neon() 418 s6 = vext_s16(s4, s7, 2); // a6 a7 a8 a9 in dist_wtd_convolve_2d_horiz_neon() 419 s7 = vext_s16(s4, s7, 3); // a7 a8 a9 a10 in dist_wtd_convolve_2d_horiz_neon() [all …]
|
D | wiener_convolve_neon.c | 250 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in av1_wiener_convolve_add_src_neon() local 293 s7 = vget_low_s16(tt0); /*pa7 pb7 pc7 pd7 */ /*4x8*/ in av1_wiener_convolve_add_src_neon() 305 s1, s2, s3, s4, s5, s6, s7, filter_x_tmp, bd, conv_params->round_0); in av1_wiener_convolve_add_src_neon() 307 s2, s3, s4, s5, s6, s7, s8, filter_x_tmp, bd, conv_params->round_0); in av1_wiener_convolve_add_src_neon() 309 s3, s4, s5, s6, s7, s8, s9, filter_x_tmp, bd, conv_params->round_0); in av1_wiener_convolve_add_src_neon() 311 wiener_convolve8_horiz_4x8(s4, s5, s6, s7, s8, s9, s10, in av1_wiener_convolve_add_src_neon() 314 wiener_convolve8_horiz_4x8(s5, s6, s7, s8, s9, s10, s11, in av1_wiener_convolve_add_src_neon() 317 wiener_convolve8_horiz_4x8(s6, s7, s8, s9, s10, s11, s12, in av1_wiener_convolve_add_src_neon() 320 wiener_convolve8_horiz_4x8(s7, s8, s9, s10, s11, s12, s13, in av1_wiener_convolve_add_src_neon() 393 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7; in av1_wiener_convolve_add_src_neon() local [all …]
|
/external/clang/test/OpenMP/ |
D | target_update_to_messages.cpp | 80 S7 s7; in tmain() local 108 #pragma omp target update to(s7.i, s7.a[:3]) in tmain() 109 #pragma omp target update to(s7.s6[1].aa[0:5]) in tmain() 110 #pragma omp target update to(x, s7.s6[:5].aa[6]) // expected-error {{OpenMP array section is not al… in tmain() 111 #pragma omp target update to(x, s7.s6[:5].aa[:6]) // expected-error {{OpenMP array section is not a… in tmain() 112 #pragma omp target update to(s7.p[:10]) in tmain() 113 #pragma omp target update to(x, s7.bfa) // expected-error {{bit fields cannot be used to specify st… in tmain() 114 #pragma omp target update to(x, s7.p[:]) // expected-error {{section length is unspecified and cann… in tmain() 115 #pragma omp target data map(to: s7.i) in tmain() 117 #pragma omp target update to(s7.x) in tmain() [all …]
|
D | target_update_from_messages.cpp | 80 S7 s7; in tmain() local 108 #pragma omp target update from(s7.i, s7.a[:3]) in tmain() 109 #pragma omp target update from(s7.s6[1].aa[0:5]) in tmain() 110 #pragma omp target update from(x, s7.s6[:5].aa[6]) // expected-error {{OpenMP array section is not … in tmain() 111 #pragma omp target update from(x, s7.s6[:5].aa[:6]) // expected-error {{OpenMP array section is not… in tmain() 112 #pragma omp target update from(s7.p[:10]) in tmain() 113 #pragma omp target update from(x, s7.bfa) // expected-error {{bit fields cannot be used to specify … in tmain() 114 #pragma omp target update from(x, s7.p[:]) // expected-error {{section length is unspecified and ca… in tmain() 115 #pragma omp target data map(to: s7.i) in tmain() 117 #pragma omp target update from(s7.x) in tmain() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | control-flow-fastregalloc.ll | 30 ; VMEM: buffer_store_dword v[[V_SAVEEXEC_LO]], off, s[0:3], s7 offset:4 ; 4-byte Folded Spill 32 ; VMEM: buffer_store_dword v[[V_SAVEEXEC_HI]], off, s[0:3], s7 offset:8 ; 4-byte Folded Spill 35 ; GCN: buffer_store_dword [[LOAD0]], off, s[0:3], s7 offset:[[LOAD0_OFFSET:[0-9]+]] ; 4-byte Folded… 44 ; GCN: buffer_load_dword [[RELOAD_LOAD0:v[0-9]+]], off, s[0:3], s7 offset:[[LOAD0_OFFSET]] ; 4-byte… 50 ; GCN: buffer_store_dword [[VAL]], off, s[0:3], s7 offset:[[VAL_OFFSET:[0-9]+]] ; 4-byte Folded Spi… 60 ; VMEM: buffer_load_dword v[[V_RELOAD_SAVEEXEC_LO:[0-9]+]], off, s[0:3], s7 offset:4 ; 4-byte Folde… 64 ; VMEM: buffer_load_dword v[[V_RELOAD_SAVEEXEC_HI:[0-9]+]], off, s[0:3], s7 offset:8 ; 4-byte Folde… 71 ; GCN: buffer_load_dword [[RELOAD_VAL:v[0-9]+]], off, s[0:3], s7 offset:[[VAL_OFFSET]] ; 4-byte Fol… 106 ; GCN: buffer_store_dword [[LOAD0]], off, s[0:3], s7 offset:4 ; 4-byte Folded Spill 114 ; VMEM: buffer_store_dword v[[V_SAVEEXEC_LO]], off, s[0:3], s7 offset:20 ; 4-byte Folded Spill [all …]
|
D | callee-special-input-sgprs.ll | 6 ; GCN: v_mov_b32_e32 v[[HI:[0-9]+]], s7 25 ; GCN: v_mov_b32_e32 v[[HI:[0-9]+]], s7 69 ; GCN: v_mov_b32_e32 v[[HI:[0-9]+]], s7 150 ; GCN: ; use s7 161 ; GCN: ; use s7 175 ; GCN: ; use s7 186 ; GCN: ; use s7 201 ; GCN: s_mov_b32 s33, s7 219 ; GCN-DAG: s_mov_b32 s6, s7 234 ; GCN-DAG: s_mov_b32 s6, s7 [all …]
|
/external/llvm/test/MC/ARM/ |
D | neon-vcvt-fp16.s | 6 @ CHECK-FP16: vcvtt.f32.f16 s7, s1 @ encoding: [0xe0,0x3a,0xf2,0xee] 8 vcvtt.f32.f16 s7, s1 9 @ CHECK-FP16: vcvtt.f16.f32 s1, s7 @ encoding: [0xe3,0x0a,0xf3,0xee] 11 vcvtt.f16.f32 s1, s7 13 @ CHECK-FP16: vcvtb.f32.f16 s7, s1 @ encoding: [0x60,0x3a,0xf2,0xee] 15 vcvtb.f32.f16 s7, s1 16 @ CHECK-FP16: vcvtb.f16.f32 s1, s7 @ encoding: [0x63,0x0a,0xf3,0xee] 18 vcvtb.f16.f32 s1, s7
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | neon-vcvt-fp16.s | 6 @ CHECK-FP16: vcvtt.f32.f16 s7, s1 @ encoding: [0xe0,0x3a,0xf2,0xee] 8 vcvtt.f32.f16 s7, s1 9 @ CHECK-FP16: vcvtt.f16.f32 s1, s7 @ encoding: [0xe3,0x0a,0xf3,0xee] 11 vcvtt.f16.f32 s1, s7 13 @ CHECK-FP16: vcvtb.f32.f16 s7, s1 @ encoding: [0x60,0x3a,0xf2,0xee] 15 vcvtb.f32.f16 s7, s1 16 @ CHECK-FP16: vcvtb.f16.f32 s1, s7 @ encoding: [0x63,0x0a,0xf3,0xee] 18 vcvtb.f16.f32 s1, s7
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht8x8_add_sse4.c | 57 __m128i s0[2], s1[2], s2[2], s3[2], s4[2], s5[2], s6[2], s7[2]; in highbd_iadst8_sse4_1() local 75 highbd_iadst_butterfly_sse4_1(io[1], io[6], cospi_26_64, cospi_6_64, s6, s7); in highbd_iadst8_sse4_1() 78 x3[0] = _mm_add_epi64(s3[0], s7[0]); in highbd_iadst8_sse4_1() 79 x3[1] = _mm_add_epi64(s3[1], s7[1]); in highbd_iadst8_sse4_1() 82 x7[0] = _mm_sub_epi64(s3[0], s7[0]); in highbd_iadst8_sse4_1() 83 x7[1] = _mm_sub_epi64(s3[1], s7[1]); in highbd_iadst8_sse4_1() 117 highbd_iadst_butterfly_sse4_1(x7[0], x6[0], cospi_24_64, cospi_8_64, s7, s6); in highbd_iadst8_sse4_1() 121 x5[0] = _mm_add_epi64(s5[0], s7[0]); in highbd_iadst8_sse4_1() 122 x5[1] = _mm_add_epi64(s5[1], s7[1]); in highbd_iadst8_sse4_1() 125 x7[0] = _mm_sub_epi64(s5[0], s7[0]); in highbd_iadst8_sse4_1() [all …]
|
D | vp9_highbd_iht16x16_add_sse4.c | 57 __m128i s0[2], s1[2], s2[2], s3[2], s4[2], s5[2], s6[2], s7[2], s8[2], s9[2], in highbd_iadst16_4col_sse4_1() local 66 highbd_iadst_butterfly_sse4_1(io[9], io[6], cospi_13_64, cospi_19_64, s6, s7); in highbd_iadst16_4col_sse4_1() 89 x7[0] = _mm_add_epi64(s7[0], s15[0]); in highbd_iadst16_4col_sse4_1() 90 x7[1] = _mm_add_epi64(s7[1], s15[1]); in highbd_iadst16_4col_sse4_1() 105 x15[0] = _mm_sub_epi64(s7[0], s15[0]); in highbd_iadst16_4col_sse4_1() 106 x15[1] = _mm_sub_epi64(s7[1], s15[1]); in highbd_iadst16_4col_sse4_1() 165 s7[0] = x7[0]; in highbd_iadst16_4col_sse4_1() 169 x3[0] = _mm_add_epi32(s3[0], s7[0]); in highbd_iadst16_4col_sse4_1() 173 x7[0] = _mm_sub_epi32(s3[0], s7[0]); in highbd_iadst16_4col_sse4_1() 230 highbd_iadst_butterfly_sse4_1(x7[0], x6[0], cospi_24_64, cospi_8_64, s7, s6); in highbd_iadst16_4col_sse4_1() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 43 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 in fdct8() local 55 s7 = input[0] - input[7]; in fdct8() 80 x2 = s7 - t3; in fdct8() 81 x3 = s7 + t3; in fdct8() 122 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 in fdct16() local 134 s7 = input[0] - input[7]; in fdct16() 159 x2 = s7 - t3; in fdct16() 160 x3 = s7 + t3; in fdct16() 237 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; in fadst4() local 256 s7 = x0 + x1 - x3; in fadst4() [all …]
|
/external/libjpeg-turbo/simd/mips/ |
D | jsimd_dspr2.S | 164 SAVE_REGS_ON_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7 174 li s7, 0xffffeb2f // -FIX(0.08131) 205 maddu $ac2, s7, t5 219 RESTORE_REGS_FROM_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7 272 SAVE_REGS_ON_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7 296 lbu s7, 0(s4) // cr 301 addiu s7, -128 304 mul t0, t6, s7 // Crgtab[cr] 305 sll s7, 15 306 mulq_rs.w t1, t4, s7 // Crrtab[cr] [all …]
|
/external/libxcam/cl_kernel/ |
D | kernel_bi_filter.cl | 53 CALC_SUM (y1.s3456, y1.s7, y2.s012, dark1.s3456, dark1.s7, dark2.s012); 57 CALC_SUM (y1.s7, y2.s0123, y2.s456, dark1.s7, dark2.s0123, dark2.s456); 64 CALC_SUM (y2.s3456, y2.s7, y1.s012, dark2.s3456, dark2.s7, dark1.s012); 68 CALC_SUM (y2.s7, y1.s0123, y1.s456, dark2.s7, dark1.s0123, dark1.s456);
|
D | kernel_yuv_pipe.cl | 32 out[2].s7 = mad(matrix[6], R[0].s6, mad(matrix[7], G[0].s6, matrix[8] * B[0].s6)); 44 table_id[3] = get_sector_id(in[0].s6, in[0].s7); 52 out.s6 = mad(in[0].s6, table[4 * table_id[1]], in[0].s7 * table[4 * table_id[1] + 1]) + 0.5f; 53 … out.s7 = mad(in[0].s6, table[4 * table_id[1] + 2], in[0].s7 * table[4 * table_id[1] + 3]) + 0.5f; 91 ….s6 - in_prev[0].s6) + fabs(in[0].s7 - in_prev[0].s7) + fabs(in[1].s6 - in_prev[1].s6) + fabs(in[1… 122 diff_V[3] = fabs(in[3].s7 - in_prev[3].s7); 151 in[2].s7 = mad(in[2].s7 - in_prev[2].s7, coeff_V[3], in_prev[2].s7);
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans8_dspr2.c | 614 int s0, s1, s2, s3, s4, s5, s6, s7; in iadst8_dspr2() local 640 s7 = cospi_6_64 * x6 - cospi_26_64 * x7; in iadst8_dspr2() 645 x3 = ROUND_POWER_OF_TWO((s3 + s7), DCT_CONST_BITS); in iadst8_dspr2() 649 x7 = ROUND_POWER_OF_TWO((s3 - s7), DCT_CONST_BITS); in iadst8_dspr2() 659 s7 = cospi_8_64 * x6 + cospi_24_64 * x7; in iadst8_dspr2() 666 x5 = ROUND_POWER_OF_TWO((s5 + s7), DCT_CONST_BITS); in iadst8_dspr2() 668 x7 = ROUND_POWER_OF_TWO((s5 - s7), DCT_CONST_BITS); in iadst8_dspr2() 674 s7 = cospi_16_64 * (x6 - x7); in iadst8_dspr2() 679 x7 = ROUND_POWER_OF_TWO((s7), DCT_CONST_BITS); in iadst8_dspr2()
|
/external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/ |
D | edwards25519.go | 1072 s7 := c7 + a0*b7 + a1*b6 + a2*b5 + a3*b4 + a4*b3 + a5*b2 + a6*b1 + a7*b0 1100 s7 += carry[6] 1136 carry[7] = (s7 + (1 << 20)) >> 21 1138 s7 -= carry[7] << 21 1193 s7 += s19 * 666643 1202 s7 += s18 * 470296 1210 s7 += carry[6] 1228 carry[7] = (s7 + (1 << 20)) >> 21 1230 s7 -= carry[7] << 21 1246 s7 += s17 * 654183 [all …]
|
/external/selinux/mcstrans/share/examples/urcsts-via-include/setrans.d/ |
D | s.conf | 3 s7=SECRET 4 s7=S E C R E T 5 s7=S
|
/external/vixl/test/ |
D | test-use-scratch-register-scope.cc | 148 VIXL_CHECK(temps.IsAvailable(s7)); in TEST_AARCH32() 153 VIXL_CHECK(temps.IsAvailable(s7)); in TEST_AARCH32() 163 VIXL_CHECK(temps.IsAvailable(s7)); in TEST_AARCH32() 173 VIXL_CHECK(temps.IsAvailable(s7)); in TEST_AARCH32() 175 VIXL_CHECK(s7.Is(temps.AcquireS())); in TEST_AARCH32() 208 VIXL_CHECK(temps.IsAvailable(s7)); in TEST_AARCH32() 235 VIXL_CHECK(!temps.IsAvailable(s7)); in TEST_AARCH32() 265 VIXL_CHECK(!temps.IsAvailable(s7)); in TEST_AARCH32() 289 VIXL_CHECK(temps.IsAvailable(s7)); in TEST_AARCH32()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-more-actions_test.cc | 157 const char* s7) { in Concat7() argument 158 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7; in Concat7() 163 const char* s7, const char* s8) { in Concat8() argument 164 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8; in Concat8() 169 const char* s7, const char* s8, const char* s9) { in Concat9() argument 170 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9; in Concat9() 175 const char* s7, const char* s8, const char* s9, in Concat10() argument 177 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10; in Concat10() 206 const char* s7) { in Concat7() argument 207 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7; in Concat7() [all …]
|