/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test1.cc | 13 struct s0 : virtual b0, virtual b1 struct 21 s0() in s0() argument 27 ~s0() in ~s0() argument
|
/third_party/libabigail/tests/data/test-read-ctf/ |
D | test6.c | 19 struct s0 struct 31 fun(struct s0 *s0) in fun()
|
D | test-callback2.c | 6 struct s0 struct 8 int (*mem_fun)(struct s0 *); argument 11 struct s0 *s0; variable
|
/third_party/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.h | 391 inline void ctor(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor() 396 inline void ctor1(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor1() 401 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor2() 406 inline void ctor3(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor3() 417 inline void assign(const UChar* src,int32_t srcLen, UnicodeString s0) in assign() 422 inline void assign1(const UChar* src,int32_t srcLen, UnicodeString s0) in assign1() 427 inline void assign2(const UChar* src,int32_t srcLen, UnicodeString s0) in assign2() 432 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) in getch() 438 inline void catenate(const UChar* src,int32_t srcLen, UnicodeString s0) in catenate() 455 inline void scan(const UChar* src,int32_t srcLen, UnicodeString s0) in scan() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | shorthandPropertyAssignmentsInDestructuring_ES6.js | 4 for ({ s0 = 5 } of [{ s0: 1 }]) { property 9 for ({ s0:s0 = 5 } of [{ s0: 1 }]) { property 121 for ({ s0 = 5 } of [{ s0: 1 }]) { property 126 for ({ s0: s0 = 5 } of [{ s0: 1 }]) { property
|
D | shorthandPropertyAssignmentsInDestructuring.js | 4 for ({ s0 = 5 } of [{ s0: 1 }]) { property 9 for ({ s0:s0 = 5 } of [{ s0: 1 }]) { property 122 for (var _i = 0, _b = [{ s0: 1 }]; _i < _b.length; _i++) { property 129 for (var _i = 0, _b = [{ s0: 1 }]; _i < _b.length; _i++) { property
|
/third_party/ffmpeg/libavfilter/ |
D | vf_floodfill.c | 61 unsigned s0, unsigned s1, unsigned s2, unsigned s3) in is_same4() 74 unsigned s0, unsigned s1, unsigned s2, unsigned s3) in is_same4_16() 87 unsigned s0, unsigned s1, unsigned s2, unsigned s3) in is_same3() 99 unsigned s0, unsigned s1, unsigned s2, unsigned s3) in is_same3_16() 111 unsigned s0, unsigned s1, unsigned s2, unsigned s3) in is_same1() 121 unsigned s0, unsigned s1, unsigned s2, unsigned s3) in is_same1_16() 177 int *s0, int *s1, int *s2, int *s3) in pick_pixel1() 184 int *s0, int *s1, int *s2, int *s3) in pick_pixel1_16() 191 int *s0, int *s1, int *s2, int *s3) in pick_pixel3() 202 int *s0, int *s1, int *s2, int *s3) in pick_pixel3_16() [all …]
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | vc1dsp_altivec.c | 34 #define STEP8(s0, s1, s2, s3, s4, s5, s6, s7, vec_rnd) \ argument 81 #define SHIFT_HOR8(s0, s1, s2, s3, s4, s5, s6, s7) \ argument 93 #define SHIFT_VERT8(s0, s1, s2, s3, s4, s5, s6, s7) \ argument 106 #define STEP4(s0, s1, s2, s3, vec_rnd) \ argument 124 #define SHIFT_HOR4(s0, s1, s2, s3) \ argument 130 #define SHIFT_VERT4(s0, s1, s2, s3) \ argument 141 vector signed int s0, s1, s2, s3, s4, s5, s6, s7; in vc1_inv_trans_8x8_altivec() local 237 vector signed int s0, s1, s2, s3, s4, s5, s6, s7; in vc1_inv_trans_8x4_altivec() local
|
/third_party/ffmpeg/libavutil/ppc/ |
D | float_dsp_vsx.c | 44 vec_f zero, t0, t1, s0, s1, wi, wj; in ff_vector_fmul_window_vsx() local 79 vec_f d, s0, s1, s2; in ff_vector_fmul_add_vsx() local 94 vec_f d, s0, s1, h0, l0, s2, s3; in ff_vector_fmul_reverse_vsx() local
|
/third_party/typescript/tests/cases/compiler/ |
D | shorthandPropertyAssignmentsInDestructuring.ts | 5 var s0; variable 10 var s0; variable
|
D | shorthandPropertyAssignmentsInDestructuring_ES6.ts | 5 var s0; variable 10 var s0; variable
|
/third_party/openssl/crypto/camellia/ |
D | camellia.c | 288 register u32 s0, s1, s2, s3; in Camellia_Ekeygen() local 407 register u32 s0, s1, s2, s3; in Camellia_EncryptBlock_Rounds() local 460 u32 s0, s1, s2, s3; in Camellia_DecryptBlock_Rounds() local
|
/third_party/libabigail/tests/data/test-abicompat/ |
D | test0-fn-changed-app.cc | 10 libapp::S0* s0 = libapp::create_s0(); in main() local
|
D | test6-var-changed-app.cc | 9 S0* s0 = bar; in main() local
|
D | test5-fn-changed-app.cc | 9 S0 s0; in main() local
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/basic_concepts/scopes/ |
D | scopes_13_2.ts | 29 let s0: s = 1408; variable
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DateFormatMiscTests.java | 88 String s0 = df.format(d); in Test4099975new() local 110 String s0 = df.format(d); in Test4099975new() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatMiscTests.java | 85 String s0 = df.format(d); in Test4099975new() local 107 String s0 = df.format(d); in Test4099975new() local
|
/third_party/typescript/tests/cases/fourslash/ |
D | findAllRefsDestructureGetter2.ts | 13 const [g0Def, g0, s0Def, s0, gs1Def, g1, s1] = test.ranges(); constant
|
D | navigationBarInitializerSpans.ts | 9 s0, constant
|
/third_party/musl/src/network/ |
D | inet_aton.c | 7 int __inet_aton(const char *s0, struct in_addr *dest) in __inet_aton()
|
/third_party/flutter/skia/src/opts/ |
D | SkBlitRow_opts.h | 170 auto s0 = _mm256_loadu_si256((const __m256i*)(src) + 0), in blit_row_s32a_opaque() local 218 auto s0 = _mm_loadu_si128((const __m128i*)(src) + 0), in blit_row_s32a_opaque() local 266 auto s0 = _mm_loadu_si128((const __m128i*)(src) + 0), in blit_row_s32a_opaque() local
|
/third_party/ffmpeg/libavcodec/x86/ |
D | snowdsp.c | 404 #define snow_vertical_compose_r2r_sub(s0,s1,s2,s3,t0,t1,t2,t3)\ argument 410 #define snow_vertical_compose_sse2_store(w,s0,s1,s2,s3)\ argument 422 #define snow_vertical_compose_r2r_add(s0,s1,s2,s3,t0,t1,t2,t3)\ argument 428 #define snow_vertical_compose_r2r_pmulhw(s0,s1,s2,s3,t0,t1,t2,t3)\ argument 434 #define snow_vertical_compose_sse2_move(s0,s1,s2,s3,t0,t1,t2,t3)\ argument 525 #define snow_vertical_compose_mmx_store(w,s0,s1,s2,s3)\ argument 531 #define snow_vertical_compose_mmx_move(s0,s1,s2,s3,t0,t1,t2,t3)\ argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_mathlib.cpp | 41 uint64_t s0 = state[0]; in rand() local
|
/third_party/mesa3d/src/util/ |
D | rand_xor.c | 50 const uint64_t s0 = s[1]; in rand_xorshift128plus() local
|