Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 5732) sorted by relevance

12345678910>>...230

/external/clang/test/SemaCXX/
Dwarn-range-loop-analysis.cpp67 for (const int &x : int_non_ref_container) {} in test0() local
71 for (const double &x : int_container) {} in test0() local
75 for (const Bar x : bar_container) {} in test0() local
83 for (const int &x : A) {} in test1() local
86 for (const int x : A) {} in test1() local
90 for (int x : A) {} in test1() local
93 for (const double &x : A) {} in test1() local
96 for (const double x : A) {} in test1() local
100 for (double x : A) {} in test1() local
103 for (const Bar &x : A) {} in test1() local
[all …]
Dcondition.cpp4 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/mesa3d/src/gallium/drivers/r600/
Deg_sq.h30 #define S_SQ_CF_WORD0_ADDR(x) (((unsigned)(x) & 0xFFFFFF) <<… argument
31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFF) argument
33 #define S_SQ_CF_WORD0_JUMPTABLE_SEL(x) (((unsigned)(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) (((unsigned)(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) (((unsigned)(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) (((unsigned)(x) & 0x3) << 8) argument
44 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument
[all …]
Dr600_sq.h30 #define S_SQ_CF_WORD0_ADDR(x) (((unsigned)(x) & 0xFFFFFFFF) … argument
31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFFFF) argument
34 #define S_SQ_CF_WORD1_POP_COUNT(x) (((unsigned)(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) (((unsigned)(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) (((unsigned)(x) & 0x3) << 8) argument
41 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument
43 #define S_SQ_CF_WORD1_COUNT(x) (((unsigned)(x) & 0x7) << 10) argument
44 #define G_SQ_CF_WORD1_COUNT(x) (((x) >> 10) & 0x7) argument
[all …]
Dr600d.h83 #define STRMOUT_OFFSET_SOURCE(x) (((unsigned)(x) & 0x3) << 1) argument
88 #define STRMOUT_SELECT_BUFFER(x) (((unsigned)(x) & 0x3) << 8) argument
123 #define SURFACE_BASE_UPDATE_COLOR(x) (2 << (x)) argument
124 #define SURFACE_BASE_UPDATE_COLOR_NUM(x) (((1 << x) - 1) << 1) argument
125 #define SURFACE_BASE_UPDATE_STRMOUT(x) (0x200 << (x)) argument
140 #define EVENT_TYPE(x) ((x) << 0) argument
141 #define EVENT_INDEX(x) ((x) << 8) argument
154 #define PRED_OP(x) ((x) << 16) argument
164 #define PKT_TYPE_S(x) (((unsigned)(x) & 0x3) << 30) argument
165 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument
[all …]
Dr700_sq.h30 #define S_SQ_CF_WORD0_ADDR(x) (((unsigned)(x) & 0xFFFFFFFF) … argument
31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFFFF) argument
34 #define S_SQ_CF_WORD1_POP_COUNT(x) (((unsigned)(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) (((unsigned)(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) (((unsigned)(x) & 0x3) << 8) argument
41 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument
43 #define S_SQ_CF_WORD1_COUNT(x) (((unsigned)(x) & 0x7) << 10) argument
44 #define G_SQ_CF_WORD1_COUNT(x) (((x) >> 10) & 0x7) argument
[all …]
Devergreend.h54 #define EVENT_TYPE(x) ((x) << 0) argument
55 #define EVENT_INDEX(x) ((x) << 8) argument
108 #define PKT_TYPE_S(x) (((unsigned)(x) & 0x3) << 30) argument
109 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument
111 #define PKT_COUNT_S(x) (((unsigned)(x) & 0x3FFF) << 16) argument
112 #define PKT_COUNT_G(x) (((x) >> 16) & 0x3FFF) argument
114 #define PKT0_BASE_INDEX_S(x) (((unsigned)(x) & 0xFFFF) << 0) argument
115 #define PKT0_BASE_INDEX_G(x) (((x) >> 0) & 0xFFFF) argument
117 #define PKT3_IT_OPCODE_S(x) (((unsigned)(x) & 0xFF) << 8) argument
118 #define PKT3_IT_OPCODE_G(x) (((x) >> 8) & 0xFF) argument
[all …]
/external/kmod/port-gnu/
Dendian-darwin.h24 # define htobe16(x) OSSwapHostToBigInt16(x) argument
25 # define htole16(x) OSSwapHostToLittleInt16(x) argument
26 # define be16toh(x) OSSwapBigToHostInt16(x) argument
27 # define le16toh(x) OSSwapLittleToHostInt16(x) argument
29 # define htobe32(x) OSSwapHostToBigInt32(x) argument
30 # define htole32(x) OSSwapHostToLittleInt32(x) argument
31 # define be32toh(x) OSSwapBigToHostInt32(x) argument
32 # define le32toh(x) OSSwapLittleToHostInt32(x) argument
34 # define htobe64(x) OSSwapHostToBigInt64(x) argument
35 # define htole64(x) OSSwapHostToLittleInt64(x) argument
[all …]
/external/mesa3d/src/amd/common/
Dsid.h44 #define EVENT_TYPE(x) ((x) << 0) argument
45 #define EVENT_INDEX(x) ((x) << 8) argument
60 #define PRED_OP(x) ((x) << 16) argument
91 #define CONTEXT_CONTROL_LOAD_ENABLE(x) (((unsigned)(x) & 0x1) << 31) argument
92 #define CONTEXT_CONTROL_LOAD_CE_RAM(x) (((unsigned)(x) & 0x1) << 28) argument
93 #define CONTEXT_CONTROL_SHADOW_ENABLE(x) (((unsigned)(x) & 0x1) << 31) argument
97 #define S_2C3_COUNT_INDIRECT_ENABLE(x) (((unsigned)(x) & 0x1) << 30) argument
98 #define S_2C3_DRAW_INDEX_ENABLE(x) (((unsigned)(x) & 0x1) << 31) argument
109 #define S_370_ENGINE_SEL(x) (((unsigned)(x) & 0x3) << 30) argument
114 #define S_370_WR_CONFIRM(x) (((unsigned)(x) & 0x1) << 20) argument
[all …]
Dr600d_common.h36 #define PKT_TYPE_S(x) (((unsigned)(x) & 0x3) << 30) argument
37 #define PKT_COUNT_S(x) (((unsigned)(x) & 0x3FFF) << 16) argument
38 #define PKT3_IT_OPCODE_S(x) (((unsigned)(x) & 0xFF) << 8) argument
39 #define PKT3_PREDICATE(x) (((x) >> 0) & 0x1) argument
48 #define STRMOUT_OFFSET_SOURCE(x) (((unsigned)(x) & 0x3) << 1) argument
53 #define STRMOUT_SELECT_BUFFER(x) (((unsigned)(x) & 0x3) << 8) argument
56 #define WAIT_REG_MEM_MEM_SPACE(x) (((unsigned)(x) & 0x3) << 4) argument
59 #define EOP_DATA_SEL(x) ((x) << 29) argument
71 #define SURFACE_BASE_UPDATE_COLOR(x) (2 << (x)) argument
72 #define SURFACE_BASE_UPDATE_COLOR_NUM(x) (((1 << x) - 1) << 1) argument
[all …]
/external/skqp/include/private/
DSkFloatingPoint.h34 #define sk_float_sqrt(x) sqrtf(x) argument
35 #define sk_float_sin(x) sinf(x) argument
36 #define sk_float_cos(x) cosf(x) argument
37 #define sk_float_tan(x) tanf(x) argument
38 #define sk_float_floor(x) floorf(x) argument
39 #define sk_float_ceil(x) ceilf(x) argument
40 #define sk_float_trunc(x) truncf(x) argument
42 # define sk_float_acos(x) static_cast<float>(acos(x)) argument
43 # define sk_float_asin(x) static_cast<float>(asin(x)) argument
45 # define sk_float_acos(x) acosf(x) argument
[all …]
/external/syslinux/gpxe/src/include/
Dbig_bswap.h4 #define ntohl(x) (x) argument
5 #define htonl(x) (x) argument
6 #define ntohs(x) (x) argument
7 #define htons(x) (x) argument
8 #define cpu_to_le64(x) __bswap_64(x) argument
9 #define cpu_to_le32(x) __bswap_32(x) argument
10 #define cpu_to_le16(x) __bswap_16(x) argument
11 #define cpu_to_be64(x) (x) argument
12 #define cpu_to_be32(x) (x) argument
13 #define cpu_to_be16(x) (x) argument
[all …]
Dlittle_bswap.h6 #define ntohl(x) __bswap_32(x) argument
7 #define htonl(x) __bswap_32(x) argument
8 #define ntohs(x) __bswap_16(x) argument
9 #define htons(x) __bswap_16(x) argument
10 #define cpu_to_le64(x) (x) argument
11 #define cpu_to_le32(x) (x) argument
12 #define cpu_to_le16(x) (x) argument
13 #define cpu_to_be64(x) __bswap_64(x) argument
14 #define cpu_to_be32(x) __bswap_32(x) argument
15 #define cpu_to_be16(x) __bswap_16(x) argument
[all …]
/external/skia/include/private/
DSkFloatingPoint.h34 #define sk_float_sqrt(x) sqrtf(x) argument
35 #define sk_float_sin(x) sinf(x) argument
36 #define sk_float_cos(x) cosf(x) argument
37 #define sk_float_tan(x) tanf(x) argument
38 #define sk_float_floor(x) floorf(x) argument
39 #define sk_float_ceil(x) ceilf(x) argument
40 #define sk_float_trunc(x) truncf(x) argument
42 # define sk_float_acos(x) static_cast<float>(acos(x)) argument
43 # define sk_float_asin(x) static_cast<float>(asin(x)) argument
45 # define sk_float_acos(x) acosf(x) argument
[all …]
/external/compiler-rt/lib/builtins/
Dint_math.h25 # define __has_builtin(x) 0 argument
41 #define crt_isfinite(x) _finite((x)) argument
42 #define crt_isinf(x) !_finite((x)) argument
43 #define crt_isnan(x) _isnan((x)) argument
50 # define crt_isfinite(x) __builtin_isfinite((x)) argument
52 # define crt_isfinite(x) \ argument
60 #define crt_isinf(x) __builtin_isinf((x)) argument
61 #define crt_isnan(x) __builtin_isnan((x)) argument
65 #define crt_copysign(x, y) copysign((x), (y)) argument
66 #define crt_copysignf(x, y) copysignf((x), (y)) argument
[all …]
/external/clang/test/Analysis/
Dtest-after-div-zero.c6 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/
Dbig_endian.h15 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) argument
16 #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) argument
17 #define __constant_htons(x) ((__force __be16)(__u16)(x)) argument
18 #define __constant_ntohs(x) ((__force __u16)(__be16)(x)) argument
19 #define __constant_cpu_to_le64(x) ((__force __le64)___constant_swab64((x))) argument
20 #define __constant_le64_to_cpu(x) ___constant_swab64((__force __u64)(__le64)(x)) argument
21 #define __constant_cpu_to_le32(x) ((__force __le32)___constant_swab32((x))) argument
22 #define __constant_le32_to_cpu(x) ___constant_swab32((__force __u32)(__le32)(x)) argument
23 #define __constant_cpu_to_le16(x) ((__force __le16)___constant_swab16((x))) argument
24 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x)) argument
[all …]
Dlittle_endian.h15 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) argument
16 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x)) argument
17 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) argument
18 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x)) argument
19 #define __constant_cpu_to_le64(x) ((__force __le64)(__u64)(x)) argument
20 #define __constant_le64_to_cpu(x) ((__force __u64)(__le64)(x)) argument
21 #define __constant_cpu_to_le32(x) ((__force __le32)(__u32)(x)) argument
22 #define __constant_le32_to_cpu(x) ((__force __u32)(__le32)(x)) argument
23 #define __constant_cpu_to_le16(x) ((__force __le16)(__u16)(x)) argument
24 #define __constant_le16_to_cpu(x) ((__force __u16)(__le16)(x)) argument
[all …]
/external/vboot_reference/cgpt/
Dcgpt_endian.h21 # define htobe16(x) __bswap_16 (x) argument
22 # define htole16(x) (x) argument
23 # define be16toh(x) __bswap_16 (x) argument
24 # define le16toh(x) (x) argument
26 # define htobe32(x) __bswap_32 (x) argument
27 # define htole32(x) (x) argument
28 # define be32toh(x) __bswap_32 (x) argument
29 # define le32toh(x) (x) argument
31 # define htobe64(x) __bswap_64 (x) argument
32 # define htole64(x) (x) argument
[all …]
/external/syslinux/com32/cmenu/libmenu/
Dsyslnx.h21 #define REG_AH(x) ((x).eax.b[1]) argument
22 #define REG_AL(x) ((x).eax.b[0]) argument
23 #define REG_AX(x) ((x).eax.w[0]) argument
24 #define REG_EAX(x) ((x).eax.l) argument
26 #define REG_BH(x) ((x).ebx.b[1]) argument
27 #define REG_BL(x) ((x).ebx.b[0]) argument
28 #define REG_BX(x) ((x).ebx.w[0]) argument
29 #define REG_EBX(x) ((x).ebx.l) argument
31 #define REG_CH(x) ((x).ecx.b[1]) argument
32 #define REG_CL(x) ((x).ecx.b[0]) argument
[all …]
/external/llvm/include/llvm/ADT/
DVariadicFunction.h23 #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/linux-kselftest/tools/testing/selftests/bpf/
Dbpf_endian.h23 # define __bpf_ntohs(x) __builtin_bswap16(x) argument
24 # define __bpf_htons(x) __builtin_bswap16(x) argument
25 # define __bpf_constant_ntohs(x) ___constant_swab16(x) argument
26 # define __bpf_constant_htons(x) ___constant_swab16(x) argument
27 # define __bpf_ntohl(x) __builtin_bswap32(x) argument
28 # define __bpf_htonl(x) __builtin_bswap32(x) argument
29 # define __bpf_constant_ntohl(x) ___constant_swab32(x) argument
30 # define __bpf_constant_htonl(x) ___constant_swab32(x) argument
32 # define __bpf_ntohs(x) (x) argument
33 # define __bpf_htons(x) (x) argument
[all …]
Dbpf_helpers.h166 #define PT_REGS_PARM1(x) ((x)->di) argument
167 #define PT_REGS_PARM2(x) ((x)->si) argument
168 #define PT_REGS_PARM3(x) ((x)->dx) argument
169 #define PT_REGS_PARM4(x) ((x)->cx) argument
170 #define PT_REGS_PARM5(x) ((x)->r8) argument
171 #define PT_REGS_RET(x) ((x)->sp) argument
172 #define PT_REGS_FP(x) ((x)->bp) argument
173 #define PT_REGS_RC(x) ((x)->ax) argument
174 #define PT_REGS_SP(x) ((x)->sp) argument
175 #define PT_REGS_IP(x) ((x)->ip) argument
[all …]
/external/compiler-rt/test/profile/Inputs/
Dinstrprof-value-prof-real.c1 #define DEF_FUNC(x) \ argument
3 #define DEF_2_FUNCS(x) DEF_FUNC(x##_1) DEF_FUNC(x##_2) argument
4 #define DEF_4_FUNCS(x) DEF_2_FUNCS(x##_1) DEF_2_FUNCS(x##_2) argument
5 #define DEF_8_FUNCS(x) DEF_4_FUNCS(x##_1) DEF_4_FUNCS(x##_2) argument
6 #define DEF_16_FUNCS(x) DEF_8_FUNCS(x##_1) DEF_8_FUNCS(x##_2) argument
7 #define DEF_32_FUNCS(x) DEF_16_FUNCS(x##_1) DEF_16_FUNCS(x##_2) argument
8 #define DEF_64_FUNCS(x) DEF_32_FUNCS(x##_1) DEF_32_FUNCS(x##_2) argument
9 #define DEF_128_FUNCS(x) DEF_64_FUNCS(x##_1) DEF_64_FUNCS(x##_2) argument
10 #define DEF_256_FUNCS(x) DEF_128_FUNCS(x##_1) DEF_128_FUNCS(x##_2) argument
11 #define DEF_512_FUNCS(x) DEF_256_FUNCS(x##_1) DEF_256_FUNCS(x##_2) argument
[all …]
/external/oj-libjdwp/src/solaris/back/
Dutil_md.h56 #define HOST_TO_JAVA_CHAR(x) (((x & 0xff) << 8) | ((x >> 8) & (0xff))) argument
57 #define HOST_TO_JAVA_SHORT(x) (((x & 0xff) << 8) | ((x >> 8) & (0xff))) argument
58 #define HOST_TO_JAVA_INT(x) \ argument
63 #define HOST_TO_JAVA_LONG(x) \ argument
72 #define HOST_TO_JAVA_FLOAT(x) stream_encodeFloat(x) argument
73 #define HOST_TO_JAVA_DOUBLE(x) stream_encodeDouble(x) argument
77 #define HOST_TO_JAVA_CHAR(x) (x) argument
78 #define HOST_TO_JAVA_SHORT(x) (x) argument
79 #define HOST_TO_JAVA_INT(x) (x) argument
80 #define HOST_TO_JAVA_LONG(x) (x) argument
[all …]

12345678910>>...230