/external/clang/test/Analysis/ |
D | malloc-overflow.c | 96 struct s13 struct 101 void * f13(struct s13 *s) in f13() argument
|
/external/clang/test/CodeGen/ |
D | regparm-struct.c | 167 struct s13 { struct 172 __attribute__((regparm(3))) void f18(struct s13 a, int b, int c, int d); argument
|
D | arm-arguments.c | 80 struct s13 { float f0; }; argument
|
D | ms_struct-bitfield.c | 177 int s13 = sizeof(t13); variable
|
/external/libvpx/vp9/common/arm/neon/ |
D | vp9_iht16x16_add_neon.c | 40 int32x4_t s8[2], s9[2], s10[2], s11[2], s12[2], s13[2], s14[2], s15[2]; in vpx_iadst16x16_256_add_half1d() local
|
D | vp9_highbd_iht16x16_add_neon.c | 171 int64x2x2_t s8[2], s9[2], s10[2], s11[2], s12[2], s13[2], s14[2], s15[2]; in highbd_iadst16_neon() local
|
/external/libcxx/test/std/containers/views/span.cons/ |
D | container.fail.cpp | 83 …std::span<int> s13{std::list<int>()}; // expected-error {{no matching constructor fo… in main() local
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/ |
D | TestCustomValueInstDefaults.java | 61 s09, s10, s11, s12, s13, s14, s15, s16; field in TestCustomValueInstDefaults.BigBucket 64 public BigBucket( in BigBucket() 189 String s13 = BigBucket.DEFAULT_S; in createFromObjectWith() local
|
/external/tensorflow/tensorflow/core/platform/ |
D | tstring_test.cc | 39 tstring s13(3, 'b'); in TEST() local
|
/external/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht16x16_add_sse4.c | 58 s10[2], s11[2], s12[2], s13[2], s14[2], s15[2]; in highbd_iadst16_4col_sse4_1() local
|
/external/libaom/av1/common/arm/ |
D | wiener_convolve_neon.c | 32 int16x8_t s13 = vreinterpretq_s16_u16(vaddl_u8(t1, t3)); in wiener_convolve5_8_2d_h() local 139 int16x8_t s13 = vaddq_s16(s1, s3); in wiener_convolve5_8_2d_v() local
|
D | av1_convolve_scale_neon.c | 393 int16x4_t s13 = vget_high_s16(tt5); in convolve_horiz_scale_2_8tap_neon() local 455 int16x8_t s13 = vreinterpretq_s16_u16(vmovl_u8(t13)); in convolve_horiz_scale_2_8tap_neon() local 594 int16x8_t s13 = vreinterpretq_s16_u16(vmovl_u8(t14)); in convolve_horiz_scale_2_6tap_neon() local
|
D | convolve_neon.c | 103 int16x4_t s13 = vget_low_s16(vreinterpretq_s16_u16(vmovl_u8(t2))); in convolve_x_sr_12tap_neon() local 385 int16x8_t s13 = vreinterpretq_s16_u16(vmovl_u8(t13)); in av1_convolve_x_sr_neon() local 1023 int16x4_t s13 = vget_low_s16(vreinterpretq_s16_u16(vmovl_u8(t13))); in convolve_y_sr_12tap_neon() local 1086 int16x8_t s13 = vreinterpretq_s16_u16(vmovl_u8(t13)); in convolve_y_sr_12tap_neon() local 1231 int16x4_t s13 = vget_low_s16(vreinterpretq_s16_u16(vmovl_u8(t2))); in convolve_2d_sr_horiz_12tap_neon() local 1500 int16x8_t s13 = vreinterpretq_s16_u16(vmovl_u8(t6)); in convolve_2d_sr_horiz_8tap_neon() local
|
D | compound_convolve_neon.c | 155 int16x8_t s13 = vreinterpretq_s16_u16(vmovl_u8(t6)); in dist_wtd_convolve_2d_horiz_neon() local 696 int16x8_t s13 = vreinterpretq_s16_u16(vmovl_u8(t6)); in dist_wtd_convolve_x_dist_wtd_avg_neon() local 909 int16x8_t s13 = vreinterpretq_s16_u16(vmovl_u8(t6)); in dist_wtd_convolve_x_avg_neon() local 1110 int16x8_t s13 = vreinterpretq_s16_u16(vmovl_u8(t6)); in dist_wtd_convolve_x_neon() local 2082 int16x8_t s13 = vreinterpretq_s16_u16(vmovl_u8(t6)); in dist_wtd_convolve_y_8tap_dist_wtd_avg_neon() local 2359 int16x8_t s13 = vreinterpretq_s16_u16(vmovl_u8(t6)); in dist_wtd_convolve_y_8tap_avg_neon() local 2603 int16x8_t s13 = vreinterpretq_s16_u16(vmovl_u8(t6)); in dist_wtd_convolve_y_8tap_neon() local
|
D | convolve_neon.h | 105 int16x4_t s11, s12, s13, s14; in convolve_2d_sr_vert_12tap_neon() local 162 int16x8_t s11, s12, s13, s14; in convolve_2d_sr_vert_12tap_neon() local
|
/external/pigweed/pw_cpu_exception_cortex_m/public/pw_cpu_exception_cortex_m/ |
D | cpu_state.h | 65 uint32_t s13; member
|
/external/libtextclassifier/native/utils/base/ |
D | arena_test.cc | 273 char* s13 = arena->Realloc(s9, sizeof(sshort) - 1, 100000); // won't fit :-) in TestArena2() local
|
/external/libvpx/vpx_dsp/arm/ |
D | loopfilter_neon.c | 755 const uint8x16_t s13, const uint8x16_t s14, in store_16x16() 845 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, in vpx_lpf_vertical_4_dual_neon() local 923 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, in vpx_lpf_vertical_8_dual_neon() local 1065 uint8x16_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, in vpx_lpf_vertical_16_dual_neon() local
|
/external/sdv/vsomeip/third_party/boost/variant/test/ |
D | auto_visitors.cpp | 42 struct s13 : wrap<boost::noncopyable*> {}; struct
|
/external/tink/java_src/src/main/java/com/google/crypto/tink/internal/ |
D | Ed25519.java | 925 long s13 = 2097151 & (load3(s, 34) >> 1); in reduce() local 1224 long s13; in mulAdd() local
|
/external/tink-java/src/main/java/com/google/crypto/tink/internal/ |
D | Ed25519.java | 925 long s13 = 2097151 & (load3(s, 34) >> 1); in reduce() local 1224 long s13; in mulAdd() local
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ |
D | randen_hwaes.cc | 348 const Vector128 s13 = Vector128Load(state + 13); in FeistelRound() local
|
/external/openscreen/third_party/abseil/src/absl/random/internal/ |
D | randen_hwaes.cc | 397 const Vector128 s13 = Vector128Load(state + 13); in FeistelRound() local
|
/external/libvpx/vpx_dsp/mips/ |
D | itrans16_dspr2.c | 1061 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in iadst16_dspr2() local
|
/external/libaom/av1/common/x86/ |
D | resize_avx2.c | 312 const __m256i s13 = in av1_resize_vert_dir_avx2() local
|