/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/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 25 if (int x=0) { // expected-note 2 {{previous definition is here}} in test() local 26 int x; // expected-error {{redefinition of 'x'}} in test() local 29 int x; // expected-error {{redefinition of 'x'}} in test() local 30 …while (int x=0) int x; // expected-error {{redefinition of 'x'}} expected-note {{previous definiti… in test() local 31 …while (int x=0) { int x; } // expected-error {{redefinition of 'x'}} expected-note {{previous defi… in test() local [all …]
|
D | return-stack-addr.cpp | 4 int x = 1; in ret_local() local 9 int x[10]; in ret_local_array() local 14 int x[10]; in ret_local_array_element() local 19 int x[10]; in ret_local_array_element_reversed() local 24 int x[10]; in ret_local_array_element_const_index() local 29 int x = 1; in ret_local_ref() local 34 int x = 1; in ret_local_addrOf() local 39 int x = 1; in ret_local_addrOf_paren() local 44 int x = 1; in ret_local_addrOf_ptr_arith() local 49 int x = 1; in ret_local_addrOf_ptr_arith2() local [all …]
|
/external/skia/include/core/ |
D | SkFloatingPoint.h | 34 static inline float sk_float_copysign(float x, float y) { in sk_float_copysign() 41 #define sk_float_sqrt(x) (float)::sqrt(x) argument 42 #define sk_float_sin(x) (float)::sin(x) argument 43 #define sk_float_cos(x) (float)::cos(x) argument 44 #define sk_float_tan(x) (float)::tan(x) argument 45 #define sk_float_acos(x) (float)::acos(x) argument 46 #define sk_float_asin(x) (float)::asin(x) argument 47 #define sk_float_atan2(y,x) (float)::atan2(y,x) argument 48 #define sk_float_abs(x) (float)::fabs(x) argument 49 #define sk_float_mod(x,y) (float)::fmod(x,y) argument [all …]
|
D | SkFloatBits.h | 26 static inline int32_t SkSignBitTo2sCompliment(int32_t x) { in SkSignBitTo2sCompliment() 37 static inline int32_t Sk2sComplimentToSignBit(int32_t x) { in Sk2sComplimentToSignBit() 75 static inline int32_t SkFloat2Bits(float x) { in SkFloat2Bits() 93 static inline int32_t SkFloatAs2sCompliment(float x) { in SkFloatAs2sCompliment() 100 static inline float Sk2sComplimentAsFloat(int32_t x) { in Sk2sComplimentAsFloat() 112 static inline int32_t SkFloatToIntCast(float x) { in SkFloatToIntCast() 119 static inline int32_t SkFloatToIntFloor(float x) { in SkFloatToIntFloor() 126 static inline int32_t SkFloatToIntRound(float x) { in SkFloatToIntRound() 133 static inline int32_t SkFloatToIntCeil(float x) { in SkFloatToIntCeil() 142 #define SkScalarAs2sCompliment(x) SkFloatAs2sCompliment(x) argument [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/v8/test/mjsunit/ |
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 | 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/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/bison/lib/ |
D | unlocked-io.h | 39 # define clearerr(x) clearerr_unlocked (x) argument 41 # define clearerr_unlocked(x) clearerr (x) argument 46 # define feof(x) feof_unlocked (x) argument 48 # define feof_unlocked(x) feof (x) argument 53 # define ferror(x) ferror_unlocked (x) argument 55 # define ferror_unlocked(x) ferror (x) argument 60 # define fflush(x) fflush_unlocked (x) argument 62 # define fflush_unlocked(x) fflush (x) argument 67 # define fgets(x,y,z) fgets_unlocked (x,y,z) argument 69 # 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/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 …]
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_argchk.h | 9 #define LTC_ARGCHK(x) if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); } argument 10 #define LTC_ARGCHKVD(x) LTC_ARGCHK(x) argument 15 #define LTC_ARGCHK(x) assert((x)) argument 16 #define LTC_ARGCHKVD(x) LTC_ARGCHK(x) argument 20 #define LTC_ARGCHK(x) if (!(x)) { fprintf(stderr, "\nwarning: ARGCHK failed at %s:%d\n", __FILE__, … argument 21 #define LTC_ARGCHKVD(x) LTC_ARGCHK(x) argument 25 #define LTC_ARGCHK(x) argument 26 #define LTC_ARGCHKVD(x) LTC_ARGCHK(x) argument 30 #define LTC_ARGCHK(x) if (!(x)) return CRYPT_INVALID_ARG; argument 31 #define LTC_ARGCHKVD(x) if (!(x)) return; argument
|
D | tomcrypt_macros.h | 22 #define STORE32L(x, y) \ argument 26 #define LOAD32L(x, y) \ argument 32 #define STORE64L(x, y) \ argument 38 #define LOAD64L(x, y) \ argument 44 #define STORE32H(x, y) \ argument 48 #define LOAD32H(x, y) \ argument 54 #define STORE64H(x, y) \ argument 60 #define LOAD64H(x, y) \ argument 72 #define STORE32H(x, y) \ argument 79 #define LOAD32H(x, y) \ argument [all …]
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/ |
D | ArrayTest.java | 31 int[] x = { 1 }; in test_getLjava_lang_ObjectI() local 131 char[] x = { 1 }; in test_getCharLjava_lang_ObjectI() local 164 double[] x = { 1 }; in test_getDoubleLjava_lang_ObjectI() local 198 float[] x = { 1 }; in test_getFloatLjava_lang_ObjectI() local 231 int[] x = { 1 }; in test_getIntLjava_lang_ObjectI() local 264 long[] x = { 1 }; in test_getLengthLjava_lang_Object() local 284 long[] x = { 1 }; in test_getLongLjava_lang_ObjectI() local 317 short[] x = { 1 }; in test_getShortLjava_lang_ObjectI() local 350 int[][] x; in test_newInstanceLjava_lang_Class$I() local 364 int[] x; in test_newInstanceLjava_lang_ClassI() local [all …]
|
/external/clang/test/Analysis/ |
D | string.c | 48 void strlen_constant2(char x) { in strlen_constant2() 91 void strlen_argument(char *x) { in strlen_argument() 119 void strlen_indirect(char *x) { in strlen_indirect() 135 void strlen_liveness(const char *x) { in strlen_liveness() 159 void strnlen_constant2(char x) { in strnlen_constant2() 179 void strnlen_constant6(char x) { in strnlen_constant6() 219 void strnlen_is_not_strlen(char *x) { in strnlen_is_not_strlen() 224 void strnlen_at_limit(char *x) { in strnlen_at_limit() 232 void strnlen_less_than_limit(char *x) { in strnlen_less_than_limit() 275 void strcpy_null_dst(char *x) { in strcpy_null_dst() [all …]
|
/external/oprofile/daemon/ |
D | opd_ibs_macro.h | 114 #define IS_IBS_FETCH(x) (IBS_FETCH_BASE <= x && x <= IBS_FETCH_END) argument 115 #define IBS_FETCH_OFFSET(x) (x - IBS_FETCH_BASE) argument 116 #define CHECK_FETCH_SELECTED_FLAG(x) if ( selected_flag & (1 << IBS_FETCH_OFFSET(x))) argument 137 #define IS_IBS_OP(x) (IBS_OP_BASE <= x && x <= IBS_OP_END) argument 138 #define IBS_OP_OFFSET(x) (x - IBS_OP_BASE) argument 139 #define CHECK_OP_SELECTED_FLAG(x) if ( selected_flag & (1 << IBS_OP_OFFSET(x))) argument 176 #define IS_IBS_OP_LS(x) (IBS_OP_LS_BASE <= x && x <= IBS_OP_LS_END) argument 177 #define IBS_OP_LS_OFFSET(x) (x - IBS_OP_LS_BASE) argument 178 #define CHECK_OP_LS_SELECTED_FLAG(x) if ( selected_flag & (1 << IBS_OP_LS_OFFSET(x))) argument 202 #define IS_IBS_OP_NB(x) (IBS_OP_NB_BASE <= x && x <= IBS_OP_NB_END) argument [all …]
|
/external/v8/src/ |
D | math.js | 45 function MathAbs(x) { argument 53 function MathAcos(x) { argument 59 function MathAsin(x) { argument 65 function MathAtan(x) { argument 73 function MathAtan2(y, x) { argument 80 function MathCeil(x) { argument 86 function MathCos(x) { argument 92 function MathExp(x) { argument 98 function MathFloor(x) { argument 114 function MathLog(x) { argument [all …]
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 150 static INLINE float truncf(float x) { return x < 0.0f ? ceilf(x) : floorf(x); } in truncf() 151 static INLINE float exp2f(float x) { return powf(2.0f, x); } in exp2f() 152 static INLINE float log2f(float x) { return logf(x) * 1.442695041f; } in log2f() 153 static INLINE float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } in asinhf() 154 static INLINE float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); } in acoshf() 155 static INLINE float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; } in atanhf() 197 #define LOG2(x) ((GLfloat) (log(x) * 1.442695F)) argument 205 static INLINE int IS_INF_OR_NAN( float x ) in IS_INF_OR_NAN() 212 #define IS_INF_OR_NAN(x) (!isfinite(x)) argument 214 #define IS_INF_OR_NAN(x) (!finite(x)) argument [all …]
|