/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-492.js | 56 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, argument
|
D | regress-353058.js | 10 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, argument
|
/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/mesa3d/src/gallium/drivers/r600/ |
D | eg_sq.h | 30 #define S_SQ_CF_WORD0_ADDR(x) (((x) & 0xFFFFFF) << 0) argument 31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFF) argument 33 #define S_SQ_CF_WORD0_JUMPTABLE_SEL(x) (((x) & 0x7) << 24) argument 34 #define G_SQ_CF_WORD0_JUMPTABLE_SEL(x) (((x) >> 24) & 0x7) argument 37 #define S_SQ_CF_WORD1_POP_COUNT(x) (((x) & 0x7) << 0) argument 38 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7) argument 40 #define S_SQ_CF_WORD1_CF_CONST(x) (((x) & 0x1F) << 3) argument 41 #define G_SQ_CF_WORD1_CF_CONST(x) (((x) >> 3) & 0x1F) argument 43 #define S_SQ_CF_WORD1_COND(x) (((x) & 0x3) << 8) argument 44 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument [all …]
|
D | r600_sq.h | 30 #define S_SQ_CF_WORD0_ADDR(x) (((x) & 0xFFFFFFFF) << 0) argument 31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFFFF) argument 34 #define S_SQ_CF_WORD1_POP_COUNT(x) (((x) & 0x7) << 0) argument 35 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7) argument 37 #define S_SQ_CF_WORD1_CF_CONST(x) (((x) & 0x1F) << 3) argument 38 #define G_SQ_CF_WORD1_CF_CONST(x) (((x) >> 3) & 0x1F) argument 40 #define S_SQ_CF_WORD1_COND(x) (((x) & 0x3) << 8) argument 41 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument 43 #define S_SQ_CF_WORD1_COUNT(x) (((x) & 0x7) << 10) argument 44 #define G_SQ_CF_WORD1_COUNT(x) (((x) >> 10) & 0x7) argument [all …]
|
D | r600d.h | 77 #define STRMOUT_OFFSET_SOURCE(x) (((x) & 0x3) << 1) argument 82 #define STRMOUT_SELECT_BUFFER(x) (((x) & 0x3) << 8) argument 112 #define SURFACE_BASE_UPDATE_COLOR(x) (2 << (x)) argument 113 #define SURFACE_BASE_UPDATE_STRMOUT(x) (0x200 << (x)) argument 121 #define EVENT_TYPE(x) ((x) << 0) argument 122 #define EVENT_INDEX(x) ((x) << 8) argument 135 #define PRED_OP(x) ((x) << 16) argument 145 #define PKT_TYPE_S(x) (((x) & 0x3) << 30) argument 146 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument 148 #define PKT_COUNT_S(x) (((x) & 0x3FFF) << 16) argument [all …]
|
D | r700_sq.h | 30 #define S_SQ_CF_WORD0_ADDR(x) (((x) & 0xFFFFFFFF) << 0) argument 31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFFFF) argument 34 #define S_SQ_CF_WORD1_POP_COUNT(x) (((x) & 0x7) << 0) argument 35 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7) argument 37 #define S_SQ_CF_WORD1_CF_CONST(x) (((x) & 0x1F) << 3) argument 38 #define G_SQ_CF_WORD1_CF_CONST(x) (((x) >> 3) & 0x1F) argument 40 #define S_SQ_CF_WORD1_COND(x) (((x) & 0x3) << 8) argument 41 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument 43 #define S_SQ_CF_WORD1_COUNT(x) (((x) & 0x7) << 10) argument 44 #define G_SQ_CF_WORD1_COUNT(x) (((x) >> 10) & 0x7) argument [all …]
|
D | evergreend.h | 51 #define EVENT_TYPE(x) ((x) << 0) argument 52 #define EVENT_INDEX(x) ((x) << 8) argument 104 #define PKT_TYPE_S(x) (((x) & 0x3) << 30) argument 105 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument 107 #define PKT_COUNT_S(x) (((x) & 0x3FFF) << 16) argument 108 #define PKT_COUNT_G(x) (((x) >> 16) & 0x3FFF) argument 110 #define PKT0_BASE_INDEX_S(x) (((x) & 0xFFFF) << 0) argument 111 #define PKT0_BASE_INDEX_G(x) (((x) >> 0) & 0xFFFF) argument 113 #define PKT3_IT_OPCODE_S(x) (((x) & 0xFF) << 8) argument 114 #define PKT3_IT_OPCODE_G(x) (((x) >> 8) & 0xFF) argument [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
D | eg_sq.h | 30 #define S_SQ_CF_WORD0_ADDR(x) (((x) & 0xFFFFFF) << 0) argument 31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFF) argument 33 #define S_SQ_CF_WORD0_JUMPTABLE_SEL(x) (((x) & 0x7) << 24) argument 34 #define G_SQ_CF_WORD0_JUMPTABLE_SEL(x) (((x) >> 24) & 0x7) argument 37 #define S_SQ_CF_WORD1_POP_COUNT(x) (((x) & 0x7) << 0) argument 38 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7) argument 40 #define S_SQ_CF_WORD1_CF_CONST(x) (((x) & 0x1F) << 3) argument 41 #define G_SQ_CF_WORD1_CF_CONST(x) (((x) >> 3) & 0x1F) argument 43 #define S_SQ_CF_WORD1_COND(x) (((x) & 0x3) << 8) argument 44 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument [all …]
|
D | r600_sq.h | 30 #define S_SQ_CF_WORD0_ADDR(x) (((x) & 0xFFFFFFFF) << 0) argument 31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFFFF) argument 34 #define S_SQ_CF_WORD1_POP_COUNT(x) (((x) & 0x7) << 0) argument 35 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7) argument 37 #define S_SQ_CF_WORD1_CF_CONST(x) (((x) & 0x1F) << 3) argument 38 #define G_SQ_CF_WORD1_CF_CONST(x) (((x) >> 3) & 0x1F) argument 40 #define S_SQ_CF_WORD1_COND(x) (((x) & 0x3) << 8) argument 41 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument 43 #define S_SQ_CF_WORD1_COUNT(x) (((x) & 0x7) << 10) argument 44 #define G_SQ_CF_WORD1_COUNT(x) (((x) >> 10) & 0x7) argument [all …]
|
D | r600d.h | 77 #define STRMOUT_OFFSET_SOURCE(x) (((x) & 0x3) << 1) argument 82 #define STRMOUT_SELECT_BUFFER(x) (((x) & 0x3) << 8) argument 112 #define SURFACE_BASE_UPDATE_COLOR(x) (2 << (x)) argument 113 #define SURFACE_BASE_UPDATE_STRMOUT(x) (0x200 << (x)) argument 121 #define EVENT_TYPE(x) ((x) << 0) argument 122 #define EVENT_INDEX(x) ((x) << 8) argument 135 #define PRED_OP(x) ((x) << 16) argument 145 #define PKT_TYPE_S(x) (((x) & 0x3) << 30) argument 146 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument 148 #define PKT_COUNT_S(x) (((x) & 0x3FFF) << 16) argument [all …]
|
D | r700_sq.h | 30 #define S_SQ_CF_WORD0_ADDR(x) (((x) & 0xFFFFFFFF) << 0) argument 31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFFFF) argument 34 #define S_SQ_CF_WORD1_POP_COUNT(x) (((x) & 0x7) << 0) argument 35 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7) argument 37 #define S_SQ_CF_WORD1_CF_CONST(x) (((x) & 0x1F) << 3) argument 38 #define G_SQ_CF_WORD1_CF_CONST(x) (((x) >> 3) & 0x1F) argument 40 #define S_SQ_CF_WORD1_COND(x) (((x) & 0x3) << 8) argument 41 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument 43 #define S_SQ_CF_WORD1_COUNT(x) (((x) & 0x7) << 10) argument 44 #define G_SQ_CF_WORD1_COUNT(x) (((x) >> 10) & 0x7) argument [all …]
|
D | evergreend.h | 51 #define EVENT_TYPE(x) ((x) << 0) argument 52 #define EVENT_INDEX(x) ((x) << 8) argument 104 #define PKT_TYPE_S(x) (((x) & 0x3) << 30) argument 105 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument 107 #define PKT_COUNT_S(x) (((x) & 0x3FFF) << 16) argument 108 #define PKT_COUNT_G(x) (((x) >> 16) & 0x3FFF) argument 110 #define PKT0_BASE_INDEX_S(x) (((x) & 0xFFFF) << 0) argument 111 #define PKT0_BASE_INDEX_G(x) (((x) >> 0) & 0xFFFF) argument 113 #define PKT3_IT_OPCODE_S(x) (((x) & 0xFF) << 8) argument 114 #define PKT3_IT_OPCODE_G(x) (((x) >> 8) & 0xFF) argument [all …]
|
/external/chromium_org/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 | debug-stepout-scope-part8.js | 62 L: with ({x:12}) { property 67 with ({x: 'outer'}) { property 69 with ({x: 'inner'}) { property 76 with ({x: 'outer'}) { property 78 with ({x: 'inner'}) { property 86 with ({x: 'outer'}) { property 88 with ({x: 'middle'}) { property 89 with ({x: 'inner'}) { property 97 with ({x: 'outer'}) { property 99 with ({x: 'middle'}) { property [all …]
|
/external/skia/include/core/ |
D | SkFloatingPoint.h | 32 static inline float sk_float_copysign(float x, float y) { in sk_float_copysign() 54 #define sk_float_sqrt(x) (float)::sqrt(x) argument 55 #define sk_float_sin(x) (float)::sin(x) argument 56 #define sk_float_cos(x) (float)::cos(x) argument 57 #define sk_float_tan(x) (float)::tan(x) argument 58 #define sk_float_acos(x) (float)::acos(x) argument 59 #define sk_float_asin(x) (float)::asin(x) argument 60 #define sk_float_atan2(y,x) (float)::atan2(y,x) argument 61 #define sk_float_abs(x) (float)::fabs(x) argument 62 #define sk_float_mod(x,y) (float)::fmod(x,y) argument [all …]
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkFloatingPoint.h | 32 static inline float sk_float_copysign(float x, float y) { in sk_float_copysign() 54 #define sk_float_sqrt(x) (float)::sqrt(x) argument 55 #define sk_float_sin(x) (float)::sin(x) argument 56 #define sk_float_cos(x) (float)::cos(x) argument 57 #define sk_float_tan(x) (float)::tan(x) argument 58 #define sk_float_acos(x) (float)::acos(x) argument 59 #define sk_float_asin(x) (float)::asin(x) argument 60 #define sk_float_atan2(y,x) (float)::atan2(y,x) argument 61 #define sk_float_abs(x) (float)::fabs(x) argument 62 #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}} 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 24 if (int x=0) { // expected-note 2 {{previous definition is here}} in test() local 25 int x; // expected-error {{redefinition of 'x'}} in test() local 28 int x; // expected-error {{redefinition of 'x'}} in test() local 29 …while (int x=0) int x; // expected-error {{redefinition of 'x'}} expected-note {{previous definiti… in test() local 30 …while (int x=0) { int x; } // expected-error {{redefinition of 'x'}} expected-note {{previous defi… in test() local [all …]
|
/external/clang/test/Analysis/ |
D | test-after-div-zero.c | 6 void err_eq(int x) { in err_eq() 11 void err_eq2(int x) { in err_eq2() 16 void err_ne(int x) { in err_ne() 21 void err_ge(int x) { in err_ge() 26 void err_le(int x) { in err_le() 31 void err_yes(int x) { in err_yes() 35 void err_not(int x) { in err_not() 40 void err_pnot(int x) { in err_pnot() 46 void err_pnot2(int x) { in err_pnot2() 52 void err_ppnot(int x) { in err_ppnot() [all …]
|
/external/kernel-headers/original/uapi/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 …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
D | sid.h | 41 #define EVENT_TYPE(x) ((x) << 0) argument 42 #define EVENT_INDEX(x) ((x) << 8) argument 55 #define PRED_OP(x) ((x) << 16) argument 98 #define PKT_TYPE_S(x) (((x) & 0x3) << 30) argument 99 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument 101 #define PKT_COUNT_S(x) (((x) & 0x3FFF) << 16) argument 102 #define PKT_COUNT_G(x) (((x) >> 16) & 0x3FFF) argument 104 #define PKT0_BASE_INDEX_S(x) (((x) & 0xFFFF) << 0) argument 105 #define PKT0_BASE_INDEX_G(x) (((x) >> 0) & 0xFFFF) argument 107 #define PKT3_IT_OPCODE_S(x) (((x) & 0xFF) << 8) argument [all …]
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | sid.h | 41 #define EVENT_TYPE(x) ((x) << 0) argument 42 #define EVENT_INDEX(x) ((x) << 8) argument 55 #define PRED_OP(x) ((x) << 16) argument 98 #define PKT_TYPE_S(x) (((x) & 0x3) << 30) argument 99 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument 101 #define PKT_COUNT_S(x) (((x) & 0x3FFF) << 16) argument 102 #define PKT_COUNT_G(x) (((x) >> 16) & 0x3FFF) argument 104 #define PKT0_BASE_INDEX_S(x) (((x) & 0xFFFF) << 0) argument 105 #define PKT0_BASE_INDEX_G(x) (((x) >> 0) & 0xFFFF) argument 107 #define PKT3_IT_OPCODE_S(x) (((x) & 0xFF) << 8) 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 …]
|