/external/clang/test/CodeGen/ |
D | avx512er-builtins.c | 5 __m512d test_mm512_rsqrt28_round_pd(__m512d a) { in test_mm512_rsqrt28_round_pd() 11 __m512d test_mm512_mask_rsqrt28_round_pd(__m512d s, __mmask8 m, __m512d a) { in test_mm512_mask_rsqrt28_round_pd() 17 __m512d test_mm512_maskz_rsqrt28_round_pd(__mmask8 m, __m512d a) { in test_mm512_maskz_rsqrt28_round_pd() 23 __m512d test_mm512_rsqrt28_pd(__m512d a) { in test_mm512_rsqrt28_pd() 29 __m512d test_mm512_mask_rsqrt28_pd(__m512d s, __mmask8 m, __m512d a) { in test_mm512_mask_rsqrt28_pd() 35 __m512d test_mm512_maskz_rsqrt28_pd(__mmask8 m, __m512d a) { in test_mm512_maskz_rsqrt28_pd() 41 __m512 test_mm512_rsqrt28_round_ps(__m512 a) { in test_mm512_rsqrt28_round_ps() 47 __m512 test_mm512_mask_rsqrt28_round_ps(__m512 s, __mmask16 m, __m512 a) { in test_mm512_mask_rsqrt28_round_ps() 53 __m512 test_mm512_maskz_rsqrt28_round_ps(__mmask16 m, __m512 a) { in test_mm512_maskz_rsqrt28_round_ps() 59 __m512 test_mm512_rsqrt28_ps(__m512 a) { in test_mm512_rsqrt28_ps() [all …]
|
D | static-order.c | 6 struct s { struct 7 int a; member 12 static struct s a; variable 14 static struct s a = { variable
|
D | 2007-06-18-SextAttrAggregate.c | 14 struct s{ struct 15 long a; member 19 void f(struct s a, char *b, signed char C) { in f()
|
D | merge-statics.c | 5 struct s { int x; }; struct 6 static struct s a; variable 10 static struct s a = { variable
|
D | compound-literal.c | 4 struct s {int a, b, c;} * b = &(struct s) {1, 2, 3}; member 11 struct s {int a, b, c;} * b = &(struct s) {1, 2, 3}; in xxx() member 19 struct S s; in f() local
|
/external/valgrind/coregrind/ |
D | pub_core_syscall.h | 56 #define vgPlain_do_syscall0(s) VG_(do_syscall)((s),0,0,0,0,0,0,0,0) argument 57 #define vgPlain_do_syscall1(s,a) VG_(do_syscall)((s),(a),\ argument 59 #define vgPlain_do_syscall2(s,a,b) VG_(do_syscall)((s),(a),(b),\ argument 61 #define vgPlain_do_syscall3(s,a,b,c) VG_(do_syscall)((s),(a),(b),(c),\ argument 63 #define vgPlain_do_syscall4(s,a,b,c,d) VG_(do_syscall)((s),(a),(b),(c),\ argument 65 #define vgPlain_do_syscall5(s,a,b,c,d,e) VG_(do_syscall)((s),(a),(b),(c),\ argument 67 #define vgPlain_do_syscall6(s,a,b,c,d,e,f) VG_(do_syscall)((s),(a),(b),(c),\ argument 69 #define vgPlain_do_syscall7(s,a,b,c,d,e,f,g) VG_(do_syscall)((s),(a),(b),(c),\ argument 71 #define vgPlain_do_syscall8(s,a,b,c,d,e,f,g,h) VG_(do_syscall)((s),(a),(b),(c),\ argument
|
/external/valgrind/coregrind/m_syswrap/ |
D | priv_types_n_macros.h | 186 # define PRA1(s,t,a) PRRAn(1,s,t,a) argument 187 # define PRA2(s,t,a) PRRAn(2,s,t,a) argument 188 # define PRA3(s,t,a) PRRAn(3,s,t,a) argument 189 # define PRA4(s,t,a) PRRAn(4,s,t,a) argument 190 # define PRA5(s,t,a) PSRAn(5,s,t,a) argument 191 # define PRA6(s,t,a) PSRAn(6,s,t,a) argument 390 # define PRA1(s,t,a) PRRAn(1,s,t,a) argument 391 # define PRA2(s,t,a) PRRAn(2,s,t,a) argument 392 # define PRA3(s,t,a) PRRAn(3,s,t,a) argument 393 # define PRA4(s,t,a) PRRAn(4,s,t,a) argument [all …]
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_formats.c | 71 # define NVXX_3D_VAF_SIZE(s) NVC0_3D_VERTEX_ATTRIB_FORMAT_SIZE_##s argument 74 # define NVXX_3D_VAF_SIZE(s) NV50_3D_VERTEX_ARRAY_ATTRIB_FORMAT_##s argument 78 #define TBLENT_A_(pf, sf, r, g, b, a, t0, t1, t2, t3, sz, u, br) \ argument 95 #define TBLENT_B_(pf, sf, r, g, b, a, t0, t1, t2, t3, sz, u) \ argument 109 #define C4A(p, n, r, g, b, a, t, s, u, br) \ argument 111 #define C4B(p, n, r, g, b, a, t, s, u) \ argument 114 #define ZXB(p, n, r, g, b, a, t, s, u) \ argument 117 #define ZSB(p, n, r, g, b, a, t, s, u) \ argument 120 #define SZB(p, n, r, g, b, a, t, s, u) \ argument 124 #define F3A(p, n, r, g, b, a, t, s, u) \ argument [all …]
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_macros.h.in | 16 # define MALLOCX_ALIGN(a) (ffs(a)-1) argument 18 # define MALLOCX_ALIGN(a) \ argument 31 # define MALLOCX_ARENA(a) ((int)(((a)+1) << 20)) argument 34 # define JEMALLOC_ATTR(s) __attribute__((s)) argument 38 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s)) argument 39 # define JEMALLOC_SECTION(s) JEMALLOC_ATTR(section(s)) argument 42 # define JEMALLOC_ATTR(s) argument 50 # define JEMALLOC_ALIGNED(s) __declspec(align(s)) argument 51 # define JEMALLOC_SECTION(s) __declspec(allocate(s)) argument 54 # define JEMALLOC_ATTR(s) argument [all …]
|
D | jemalloc_macros.h | 16 # define MALLOCX_ALIGN(a) (ffs(a)-1) argument 18 # define MALLOCX_ALIGN(a) \ argument 31 # define MALLOCX_ARENA(a) ((int)(((a)+1) << 20)) argument 34 # define JEMALLOC_ATTR(s) __attribute__((s)) argument 38 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s)) argument 39 # define JEMALLOC_SECTION(s) JEMALLOC_ATTR(section(s)) argument 42 # define JEMALLOC_ATTR(s) argument 50 # define JEMALLOC_ALIGNED(s) __declspec(align(s)) argument 51 # define JEMALLOC_SECTION(s) __declspec(allocate(s)) argument 54 # define JEMALLOC_ATTR(s) argument [all …]
|
/external/v8/test/mjsunit/ |
D | md5.js | 36 function hex_md5(s) { argument 132 function md5_cmn(q, a, b, x, s, t) { argument 136 function md5_ff(a, b, c, d, x, s, t) { argument 140 function md5_gg(a, b, c, d, x, s, t) { argument 144 function md5_hh(a, b, c, d, x, s, t) { argument 148 function md5_ii(a, b, c, d, x, s, t) { argument
|
D | array-reduce.js | 52 var f = function recorder(a, b, i, s) { argument 100 function sum(a, b) { return a + b; } argument 101 function prod(a, b) { return a * b; } argument 102 function dec(a, b, i, arr) { return a + b * Math.pow(10, arr.length - i - 1); } argument 489 function manipulator(a, b, i, s) { argument 512 function extender(a, b, i, s) { argument
|
/external/clang/test/Sema/ |
D | PR2728.c | 5 struct s struct 7 int a; member 10 int a[__builtin_offsetof(struct s, a) == 0]; variable
|
D | anonymous-struct-union-c11.c | 7 struct s { struct 8 int a; member 9 struct { // expected-warning{{anonymous structs are a C11 extension}} argument 15 int a; member
|
D | struct-packed-align.c | 5 struct s { struct 6 char a; member 12 extern int a1[sizeof(struct s) == 12 ? 1 : -1]; argument 16 char a; member 26 char a; member 34 char a; member 42 char a; member 68 int __attribute__((aligned(8))) a; member 76 int a; member 115 char a; member
|
D | attr-used.c | 6 struct __attribute__((used)) s { // expected-warning {{'used' attribute only applies to variables a… struct 10 int a __attribute__((used)); variable 16 static int a __attribute__((used)); in f1() local
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-sret-and-byval.cpp | 47 int a, b, c, d, e, f; member 53 int a, b, c, d, e, f; member 103 void small_arg(Small s) {} in small_arg() 108 void medium_arg(Medium s) {} in medium_arg() 113 void small_arg_with_ctor(SmallWithCtor s) {} in small_arg_with_ctor() 119 void small_arg_with_dtor(SmallWithDtor s) {} in small_arg_with_dtor() 139 void ref_small_arg_with_dtor(const SmallWithDtor &s) { } in ref_small_arg_with_dtor() 145 void big_arg_with_dtor(BigWithDtor s) {} in big_arg_with_dtor() 184 void small_arg_with_vftable(SmallWithVftable s) {} in small_arg_with_vftable() 189 void medium_arg_with_copy_ctor(MediumWithCopyCtor s) {} in medium_arg_with_copy_ctor() [all …]
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm-unittest.cc | 128 Stream s = m.Build(); in TEST_P() local 142 Stream s = m.Build(); in TEST_P() local 153 Stream s = m.Build(); in TEST_P() local 171 Stream s = m.Build(); in TEST_P() local 183 Stream s = m.Build(); in TEST_P() local 201 Stream s = m.Build(); in TEST_P() local 216 Stream s = m.Build(); in TEST_P() local 231 MLabel a, b; in TEST_P() local 237 Stream s = m.Build(); in TEST_P() local 250 MLabel a, b; in TEST_P() local [all …]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
D | BitSet.java | 151 public IntSet and(IntSet a) { in and() 152 BitSet s = (BitSet)this.clone(); in and() local 157 public void andInPlace(BitSet a) { in andInPlace() 188 BitSet s; in clone() local 288 BitSet s = (BitSet)this.clone(); in complement() local 326 BitSet s = new BitSet(el + 1); in of() local 332 BitSet s = new BitSet(); in of() local 350 BitSet s = new BitSet(); in of() local 361 public static BitSet range(int a, int b) { in range() 362 BitSet s = new BitSet(b + 1); in range() local [all …]
|
D | IntervalSet.java | 68 public static IntervalSet of(int a) { in of() 69 IntervalSet s = new IntervalSet(); in of() local 75 public static IntervalSet of(int a, int b) { in of() 76 IntervalSet s = new IntervalSet(); in of() local 95 public void add(int a, int b) { in add() 234 IntervalSet s = IntervalSet.of(0, first.a-1); in complement() local 235 IntervalSet a = (IntervalSet)s.and(vocabularyIS); in complement() local 241 IntervalSet s = IntervalSet.of(previous.b+1, current.a-1); in complement() local 242 IntervalSet a = (IntervalSet)s.and(vocabularyIS); in complement() local 248 IntervalSet s = IntervalSet.of(last.b+1, maxElement); in complement() local [all …]
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftcalc.c | 72 #define FT_MOVE_SIGN( x, s ) \ argument 87 FT_RoundFix( FT_Fixed a ) in FT_RoundFix() 97 FT_CeilFix( FT_Fixed a ) in FT_CeilFix() 107 FT_FloorFix( FT_Fixed a ) in FT_FloorFix() 175 FT_MulDiv( FT_Long a, in FT_MulDiv() 179 FT_Int s = 1; in FT_MulDiv() local 197 FT_MulDiv_No_Round( FT_Long a, in FT_MulDiv_No_Round() 201 FT_Int s = 1; in FT_MulDiv_No_Round() local 219 FT_MulFix( FT_Long a, in FT_MulFix() 246 FT_DivFix( FT_Long a, in FT_DivFix() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | CharSequences.java | 51 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter() 76 public int codePointLength(CharSequence s) { in codePointLength() 174 public static int compare(int codepoint, CharSequence a) { in compare() 185 public static int getSingleCodePoint(CharSequence s) { in getSingleCodePoint() 202 public static final <T extends Object> boolean equals(T a, T b) { in equals() 215 public static int compare(CharSequence a, CharSequence b) { in compare() 235 public static boolean equalsChars(CharSequence a, CharSequence b) { in equalsChars() 247 public static boolean onCharacterBoundary(CharSequence s, int i) { in onCharacterBoundary() 261 public static int indexOf(CharSequence s, int codePoint) { in indexOf() 284 public static int[] codePoints(CharSequence s) { in codePoints()
|
/external/v8/test/webkit/fast/js/kde/ |
D | md5-2.js | 57 function cmn(q, a, b, x, s, t) argument 61 function ff(a, b, c, d, x, s, t) argument 65 function gg(a, b, c, d, x, s, t) argument 69 function hh(a, b, c, d, x, s, t) argument 73 function ii(a, b, c, d, x, s, t) argument
|
/external/clang/test/Preprocessor/ |
D | c99-6_10_3_4_p6.c | 5 #define str(s) # s argument 6 #define xstr(s) str(s) argument 7 #define debug(s, t) printf("x" # s "= %d, x" # t "= s" \ argument 10 #define glue(a, b) a ## b argument 11 #define xglue(a, b) glue(a, b) argument
|
/external/clang/test/Analysis/ |
D | array-struct.c | 3 struct s { struct 13 void g1(struct s* p); argument 17 int a[10]; in f() local 39 STYPE s; in f3() local 44 int a[] = { 1, 2, 3}; in f4() local 80 int a[10]; in f8() local 86 struct s a[10]; in f9() local 97 struct s a; in f11() local 119 struct s1 a; in f13() local 126 int a[2]; member [all …]
|