/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/ |
D | 10.1.3-1.js | 57 function f1(x,x) argument 67 function f2(x,x,x) argument 77 function f3(x,x,x,x) argument 91 function f4(x,a,b,x,z) argument 104 function f5(x,x,x,x) argument 114 function f6(x,x,x,x) argument 133 function f7(x,x,x,x) argument 152 function f8(x,x,x,x) argument
|
D | 10.1.3-2.js | 78 function f1(x,x,x,x) argument 92 function f2(x,x,x,x) argument 103 function f3(x,x,x,x) argument 117 function f4(x,x,x,x) argument
|
/external/skia/legacy/include/core/ |
D | SkFloatingPoint.h | 27 static inline float sk_float_copysign(float x, float y) { in sk_float_copysign() 34 #define sk_float_sqrt(x) (float)::sqrt(x) argument 35 #define sk_float_sin(x) (float)::sin(x) argument 36 #define sk_float_cos(x) (float)::cos(x) argument 37 #define sk_float_tan(x) (float)::tan(x) argument 38 #define sk_float_acos(x) (float)::acos(x) argument 39 #define sk_float_asin(x) (float)::asin(x) argument 40 #define sk_float_atan2(y,x) (float)::atan2(y,x) argument 41 #define sk_float_abs(x) (float)::fabs(x) argument 42 #define sk_float_mod(x,y) (float)::fmod(x,y) argument [all …]
|
/external/libmtp/src/ |
D | gphoto2-endian-intel.h | 12 #define swap16(x) NXSwapShort(x) argument 13 #define swap32(x) NXSwapLong(x) argument 14 #define swap64(x) NXSwapLongLong(x) argument 33 # define htobe16(x) htons(x) argument 36 # define htobe32(x) htonl(x) argument 39 # define be16toh(x) ntohs(x) argument 42 # define be32toh(x) ntohl(x) argument 45 #define HTOBE16(x) (x) = htobe16(x) argument 46 #define HTOBE32(x) (x) = htobe32(x) argument 47 #define BE32TOH(x) (x) = be32toh(x) argument [all …]
|
D | gphoto2-endian-ppc.h | 12 #define swap16(x) NXSwapShort(x) argument 13 #define swap32(x) NXSwapLong(x) argument 14 #define swap64(x) NXSwapLongLong(x) argument 33 # define htobe16(x) htons(x) argument 36 # define htobe32(x) htonl(x) argument 39 # define be16toh(x) ntohs(x) argument 42 # define be32toh(x) ntohl(x) argument 45 #define HTOBE16(x) (x) = htobe16(x) argument 46 #define HTOBE32(x) (x) = htobe32(x) argument 47 #define BE32TOH(x) (x) = be32toh(x) argument [all …]
|
/external/v8/test/mjsunit/ |
D | with-leave.js | 28 L: with ({x:12}) { property 35 with ({x:15}) { property 44 with ({x:18}) { throw 25; assertTrue(false); } property 67 with ({x: 'outer'}) { property 69 with ({x: 'inner'}) { property 77 with ({x: 'outer'}) { property 79 with ({x: 'middle'}) { property 80 with ({x: 'inner'}) { property 89 with ({x: 'outer'}) { property 91 with ({x: 'inner' + i}) { property [all …]
|
D | int32-ops.js | 44 function Add1(x) { argument 48 function Add100(x) { argument 52 function Add1Reversed(x) { argument 56 function Add100Reversed(x) { argument 77 function Sub1(x) { argument 81 function Sub100(x) { argument 85 function Sub1Reversed(x) { argument 89 function Sub100Reversed(x) { argument 109 function Shr1(x) { argument 113 function Shr100(x) { argument [all …]
|
D | debug-stepout-scope.js | 58 with ({x:1}) { property 93 with ({x:1}) x = 1 property 247 L: with ({x:12}) { property 252 with ({x: 'outer'}) { property 254 with ({x: 'inner'}) { property 261 with ({x: 'outer'}) { property 263 with ({x: 'inner'}) { property 271 with ({x: 'outer'}) { property 273 with ({x: 'middle'}) { property 274 with ({x: 'inner'}) { property [all …]
|
D | smi-ops.js | 40 function Add1(x) { argument 44 function Add100(x) { argument 48 function Add1Reversed(x) { argument 52 function Add100Reversed(x) { argument 73 function Sub1(x) { argument 77 function Sub100(x) { argument 81 function Sub1Reversed(x) { argument 85 function Sub100Reversed(x) { argument 105 function Shr1(x) { argument 109 function Shr100(x) { argument [all …]
|
D | smi-ops-inlined.js | 42 function Add1(x) { argument 46 function Add100(x) { argument 50 function Add1Reversed(x) { argument 54 function Add100Reversed(x) { argument 75 function Sub1(x) { argument 79 function Sub100(x) { argument 83 function Sub1Reversed(x) { argument 87 function Sub100Reversed(x) { argument 107 function Shr1(x) { argument 111 function Shr100(x) { argument [all …]
|
/external/skia/include/core/ |
D | SkFloatingPoint.h | 26 static inline float sk_float_copysign(float x, float y) { in sk_float_copysign() 33 #define sk_float_sqrt(x) (float)::sqrt(x) argument 34 #define sk_float_sin(x) (float)::sin(x) argument 35 #define sk_float_cos(x) (float)::cos(x) argument 36 #define sk_float_tan(x) (float)::tan(x) argument 37 #define sk_float_acos(x) (float)::acos(x) argument 38 #define sk_float_asin(x) (float)::asin(x) argument 39 #define sk_float_atan2(y,x) (float)::atan2(y,x) argument 40 #define sk_float_abs(x) (float)::fabs(x) argument 41 #define sk_float_mod(x,y) (float)::fmod(x,y) argument [all …]
|
/external/clang/test/SemaCXX/ |
D | condition.cpp | 4 int x; in test() local 6 if (int x=0) ++x; in test() local 9 …while (arr x=0) ; // expected-error {{an array type is not allowed here}} expected-error {{array i… in test() local 14 …while (struct S x=s) ; // expected-error {{value of type 'struct S' is not contextually convertibl… in test() local 19 while (struct NewS *x=0) ; in test() local 26 if (int x=0) { // expected-note 2 {{previous definition is here}} in test() local 27 int x; // expected-error {{redefinition of 'x'}} in test() local 30 int x; // expected-error {{redefinition of 'x'}} in test() local 31 …while (int x=0) int x; // expected-error {{redefinition of 'x'}} expected-note {{previous definiti… in test() local 32 …while (int x=0) { int x; } // expected-error {{redefinition of 'x'}} expected-note {{previous defi… in test() local [all …]
|
/external/kernel-headers/original/linux/mtd/ |
D | cfi_endian.h | 29 #define cpu_to_cfi8(x) (x) argument 30 #define cfi8_to_cpu(x) (x) argument 31 #define cpu_to_cfi16(x) cpu_to_le16(x) argument 32 #define cpu_to_cfi32(x) cpu_to_le32(x) argument 33 #define cpu_to_cfi64(x) cpu_to_le64(x) argument 34 #define cfi16_to_cpu(x) le16_to_cpu(x) argument 35 #define cfi32_to_cpu(x) le32_to_cpu(x) argument 36 #define cfi64_to_cpu(x) le64_to_cpu(x) argument 38 #define cpu_to_cfi8(x) (x) argument 39 #define cfi8_to_cpu(x) (x) argument [all …]
|
/external/kernel-headers/original/linux/byteorder/ |
D | little_endian.h | 14 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) argument 15 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x)) argument 16 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) argument 17 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x)) argument 18 #define __constant_cpu_to_le64(x) ((__force __le64)(__u64)(x)) argument 19 #define __constant_le64_to_cpu(x) ((__force __u64)(__le64)(x)) argument 20 #define __constant_cpu_to_le32(x) ((__force __le32)(__u32)(x)) argument 21 #define __constant_le32_to_cpu(x) ((__force __u32)(__le32)(x)) argument 22 #define __constant_cpu_to_le16(x) ((__force __le16)(__u16)(x)) argument 23 #define __constant_le16_to_cpu(x) ((__force __u16)(__le16)(x)) argument [all …]
|
D | big_endian.h | 14 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) argument 15 #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) argument 16 #define __constant_htons(x) ((__force __be16)(__u16)(x)) argument 17 #define __constant_ntohs(x) ((__force __u16)(__be16)(x)) argument 18 #define __constant_cpu_to_le64(x) ((__force __le64)___constant_swab64((x))) argument 19 #define __constant_le64_to_cpu(x) ___constant_swab64((__force __u64)(__le64)(x)) argument 20 #define __constant_cpu_to_le32(x) ((__force __le32)___constant_swab32((x))) argument 21 #define __constant_le32_to_cpu(x) ___constant_swab32((__force __u32)(__le32)(x)) argument 22 #define __constant_cpu_to_le16(x) ((__force __le16)___constant_swab16((x))) argument 23 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x)) argument [all …]
|
D | swab.h | 23 #define ___swab16(x) \ argument 31 #define ___swab32(x) \ argument 41 #define ___swab64(x) \ argument 55 #define ___constant_swab16(x) \ argument 59 #define ___constant_swab32(x) \ argument 65 #define ___constant_swab64(x) \ argument 80 # define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); }) argument 83 # define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); }) argument 86 # define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); }) argument 90 # define __arch__swab16p(x) __arch__swab16(*(x)) argument [all …]
|
D | swabb.h | 28 #define ___swahw32(x) \ argument 35 #define ___swahb32(x) \ argument 43 #define ___constant_swahw32(x) \ argument 47 #define ___constant_swahb32(x) \ argument 56 # define __arch__swahw32(x) ___swahw32(x) argument 59 # define __arch__swahb32(x) ___swahb32(x) argument 63 # define __arch__swahw32p(x) __swahw32(*(x)) argument 66 # define __arch__swahb32p(x) __swahb32(*(x)) argument 70 # define __arch__swahw32s(x) do { *(x) = __swahw32p((x)); } while (0) argument 73 # define __arch__swahb32s(x) do { *(x) = __swahb32p((x)); } while (0) argument [all …]
|
/external/llvm/include/llvm/ADT/ |
D | VariadicFunction.h | 23 #define LLVM_COMMA_JOIN1(x) x ## 0 argument 24 #define LLVM_COMMA_JOIN2(x) LLVM_COMMA_JOIN1(x), x ## 1 argument 25 #define LLVM_COMMA_JOIN3(x) LLVM_COMMA_JOIN2(x), x ## 2 argument 26 #define LLVM_COMMA_JOIN4(x) LLVM_COMMA_JOIN3(x), x ## 3 argument 27 #define LLVM_COMMA_JOIN5(x) LLVM_COMMA_JOIN4(x), x ## 4 argument 28 #define LLVM_COMMA_JOIN6(x) LLVM_COMMA_JOIN5(x), x ## 5 argument 29 #define LLVM_COMMA_JOIN7(x) LLVM_COMMA_JOIN6(x), x ## 6 argument 30 #define LLVM_COMMA_JOIN8(x) LLVM_COMMA_JOIN7(x), x ## 7 argument 31 #define LLVM_COMMA_JOIN9(x) LLVM_COMMA_JOIN8(x), x ## 8 argument 32 #define LLVM_COMMA_JOIN10(x) LLVM_COMMA_JOIN9(x), x ## 9 argument [all …]
|
/external/e2fsprogs/e2fsck/ |
D | crc32defs.h | 34 #define ___constant_swab32(x) \ argument 43 #define __constant_cpu_to_le32(x) ___constant_swab32((x)) argument 44 #define __constant_cpu_to_be32(x) (x) argument 45 #define __be32_to_cpu(x) (x) argument 46 #define __cpu_to_be32(x) (x) argument 47 #define __cpu_to_le32(x) (ext2fs_swab32((x))) argument 48 #define __le32_to_cpu(x) (ext2fs_swab32((x))) argument 50 #define __constant_cpu_to_le32(x) (x) argument 51 #define __constant_cpu_to_be32(x) ___constant_swab32((x)) argument 52 #define __be32_to_cpu(x) (ext2fs_swab32((x))) argument [all …]
|
/external/compiler-rt/lib/ |
D | int_math.h | 25 # define __has_builtin(x) 0 argument 30 #define crt_isinf(x) __builtin_isinf((x)) argument 31 #define crt_isnan(x) __builtin_isnan((x)) argument 38 # define crt_isfinite(x) __builtin_isfinite((x)) argument 40 # define crt_isfinite(x) \ argument 47 #define crt_copysign(x, y) __builtin_copysign((x), (y)) argument 48 #define crt_copysignf(x, y) __builtin_copysignf((x), (y)) argument 49 #define crt_copysignl(x, y) __builtin_copysignl((x), (y)) argument 51 #define crt_fabs(x) __builtin_fabs((x)) argument 52 #define crt_fabsf(x) __builtin_fabsf((x)) argument [all …]
|
/external/bison/lib/ |
D | unlocked-io.h | 38 # define clearerr(x) clearerr_unlocked (x) argument 40 # define clearerr_unlocked(x) clearerr (x) argument 45 # define feof(x) feof_unlocked (x) argument 47 # define feof_unlocked(x) feof (x) argument 52 # define ferror(x) ferror_unlocked (x) argument 54 # define ferror_unlocked(x) ferror (x) argument 59 # define fflush(x) fflush_unlocked (x) argument 61 # define fflush_unlocked(x) fflush (x) argument 66 # define fgets(x,y,z) fgets_unlocked (x,y,z) argument 68 # define fgets_unlocked(x,y,z) fgets (x,y,z) argument [all …]
|
/external/grub/netboot/ |
D | osdep.h | 16 # define __constant_htonl(x) (x) argument 19 # define __constant_htons(x) (x) argument 23 # define __constant_htonl(x) \ argument 30 # define __constant_htons(x) \ argument 38 #define ntohl(x) \ argument 42 #define htonl(x) \ argument 46 #define ntohs(x) \ argument 50 #define htons(x) \ argument 55 static inline unsigned long int __swap32(unsigned long int x) in __swap32() 65 static inline unsigned short int __swap16(unsigned short int x) in __swap16() [all …]
|
/external/clang/test/CodeGen/ |
D | libcalls-fno-builtin.c | 31 double t1(double x) { return ceil(x); } in t1() 35 double t2(double x, double y) { return copysign(x,y); } in t2() 39 double t3(double x) { return cos(x); } in t3() 43 double t4(double x) { return fabs(x); } in t4() 47 double t5(double x) { return floor(x); } in t5() 51 char *t6(char *x) { return strcat(x, ""); } in t6() 55 char *t7(char *x) { return strncat(x, "", 1); } in t7() 75 char *t12(char *x) { return strcpy(x, "foo"); } in t12() 79 char *t13(char *x) { return stpcpy(x, "foo"); } in t13() 83 char *t14(char *x) { return strncpy(x, "foo", 3); } in t14() [all …]
|
/external/v8/test/mjsunit/harmony/ |
D | block-leave.js | 39 let x = 2; variable 84 (function(x) { argument 93 (function(x) { argument 105 (function(x) { argument 114 (function(x) { argument 126 (function(x) { argument 136 (function(x) { argument 150 (function(x) { argument 164 (function(x) { argument 184 (function(x) { argument [all …]
|
/external/dropbear/libtomcrypt/src/hashes/whirl/ |
D | whirltab.c | 74 #define SB0(x) sbox0[x] argument 75 #define SB1(x) ROR64c(sbox0[x], 8) argument 76 #define SB2(x) ROR64c(sbox0[x], 16) argument 77 #define SB3(x) ROR64c(sbox0[x], 24) argument 78 #define SB4(x) ROR64c(sbox0[x], 32) argument 79 #define SB5(x) ROR64c(sbox0[x], 40) argument 80 #define SB6(x) ROR64c(sbox0[x], 48) argument 81 #define SB7(x) ROR64c(sbox0[x], 56) argument 85 #define SB0(x) sbox0[x] argument 86 #define SB1(x) sbox1[x] argument [all …]
|