Home
last modified time | relevance | path

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

12345678910>>...399

/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 …]
/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 …]
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
141 #define EVENT_TYPE(x) ((x) << 0) argument
142 #define EVENT_INDEX(x) ((x) << 8) argument
155 #define PRED_OP(x) ((x) << 16) argument
165 #define PKT_TYPE_S(x) (((unsigned)(x) & 0x3) << 30) argument
166 #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 …]
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 …]
Devergreend.h56 #define EVENT_TYPE(x) ((x) << 0) argument
57 #define EVENT_INDEX(x) ((x) << 8) argument
114 #define PKT_TYPE_S(x) (((unsigned)(x) & 0x3) << 30) argument
115 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument
117 #define PKT_COUNT_S(x) (((unsigned)(x) & 0x3FFF) << 16) argument
118 #define PKT_COUNT_G(x) (((x) >> 16) & 0x3FFF) argument
120 #define PKT0_BASE_INDEX_S(x) (((unsigned)(x) & 0xFFFF) << 0) argument
121 #define PKT0_BASE_INDEX_G(x) (((x) >> 0) & 0xFFFF) argument
123 #define PKT3_IT_OPCODE_S(x) (((unsigned)(x) & 0xFF) << 8) argument
124 #define PKT3_IT_OPCODE_G(x) (((x) >> 8) & 0xFF) argument
[all …]
/external/musl/include/
Dtgmath.h16 #define __IS_FP(x) (sizeof((x)+1ULL) == sizeof((x)+1.0f)) argument
17 #define __IS_CX(x) (__IS_FP(x) && sizeof(x) == sizeof((x)+I)) argument
18 #define __IS_REAL(x) (__IS_FP(x) && 2*sizeof(x) == sizeof((x)+I)) argument
20 #define __FLT(x) (__IS_REAL(x) && sizeof(x) == sizeof(float)) argument
21 #define __LDBL(x) (__IS_REAL(x) && sizeof(x) == sizeof(long double) && sizeof(long double) != sizeo… argument
23 #define __FLTCX(x) (__IS_CX(x) && sizeof(x) == sizeof(float complex)) argument
24 #define __DBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(double complex)) argument
25 #define __LDBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(long double complex) && sizeof(long double) … argument
50 #define __RETCAST(x) ( \ argument
53 #define __RETCAST_2(x, y) ( \ argument
[all …]
Dendian.h35 #define htobe16(x) __bswap16(x) argument
36 #define be16toh(x) __bswap16(x) argument
37 #define htobe32(x) __bswap32(x) argument
38 #define be32toh(x) __bswap32(x) argument
39 #define htobe64(x) __bswap64(x) argument
40 #define be64toh(x) __bswap64(x) argument
41 #define htole16(x) (uint16_t)(x) argument
42 #define le16toh(x) (uint16_t)(x) argument
43 #define htole32(x) (uint32_t)(x) argument
44 #define le32toh(x) (uint32_t)(x) 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/iperf3/src/
Dportable_endian.h25 # define be16toh(x) betoh16(x) argument
26 # define le16toh(x) letoh16(x) argument
28 # define be32toh(x) betoh32(x) argument
29 # define le32toh(x) letoh32(x) argument
31 # define be64toh(x) betoh64(x) argument
32 # define le64toh(x) letoh64(x) argument
39 # define be64toh(x) (x) argument
40 # define htobe64(x) (x) argument
48 # define htobe16(x) OSSwapHostToBigInt16(x) argument
49 # define htole16(x) OSSwapHostToLittleInt16(x) argument
[all …]
/external/libbpf/src/
Dbpf_endian.h13 #define ___bpf_mvb(x, b, n, m) ((__u##b)(x) << (b-(n+1)*8) >> (b-8) << (m*8)) argument
15 #define ___bpf_swab16(x) ((__u16)( \ argument
19 #define ___bpf_swab32(x) ((__u32)( \ argument
25 #define ___bpf_swab64(x) ((__u64)( \ argument
51 # define __bpf_ntohs(x) __builtin_bswap16(x) argument
52 # define __bpf_htons(x) __builtin_bswap16(x) argument
53 # define __bpf_constant_ntohs(x) ___bpf_swab16(x) argument
54 # define __bpf_constant_htons(x) ___bpf_swab16(x) argument
55 # define __bpf_ntohl(x) __builtin_bswap32(x) argument
56 # define __bpf_htonl(x) __builtin_bswap32(x) argument
[all …]
/external/abseil-cpp/absl/base/internal/
Dendian.h120 inline uint16_t ghtons(uint16_t x) { return gbswap_16(x); } in ghtons()
121 inline uint32_t ghtonl(uint32_t x) { return gbswap_32(x); } in ghtonl()
122 inline uint64_t ghtonll(uint64_t x) { return gbswap_64(x); } in ghtonll()
129 inline uint16_t ghtons(uint16_t x) { return x; } in ghtons()
130 inline uint32_t ghtonl(uint32_t x) { return x; } in ghtonl()
131 inline uint64_t ghtonll(uint64_t x) { return x; } in ghtonll()
139 inline uint16_t gntohs(uint16_t x) { return ghtons(x); } in gntohs()
140 inline uint32_t gntohl(uint32_t x) { return ghtonl(x); } in gntohl()
141 inline uint64_t gntohll(uint64_t x) { return ghtonll(x); } in gntohll()
151 inline uint16_t FromHost16(uint16_t x) { return x; } in FromHost16()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dendian.h120 inline uint16_t ghtons(uint16_t x) { return gbswap_16(x); } in ghtons()
121 inline uint32_t ghtonl(uint32_t x) { return gbswap_32(x); } in ghtonl()
122 inline uint64_t ghtonll(uint64_t x) { return gbswap_64(x); } in ghtonll()
129 inline uint16_t ghtons(uint16_t x) { return x; } in ghtons()
130 inline uint32_t ghtonl(uint32_t x) { return x; } in ghtonl()
131 inline uint64_t ghtonll(uint64_t x) { return x; } in ghtonll()
139 inline uint16_t gntohs(uint16_t x) { return ghtons(x); } in gntohs()
140 inline uint32_t gntohl(uint32_t x) { return ghtonl(x); } in gntohl()
141 inline uint64_t gntohll(uint64_t x) { return ghtonll(x); } in gntohll()
151 inline uint16_t FromHost16(uint16_t x) { return x; } in FromHost16()
[all …]
/external/angle/third_party/abseil-cpp/absl/base/internal/
Dendian.h75 inline uint16_t ghtons(uint16_t x) { return gbswap_16(x); } in ghtons()
76 inline uint32_t ghtonl(uint32_t x) { return gbswap_32(x); } in ghtonl()
77 inline uint64_t ghtonll(uint64_t x) { return gbswap_64(x); } in ghtonll()
84 inline uint16_t ghtons(uint16_t x) { return x; } in ghtons()
85 inline uint32_t ghtonl(uint32_t x) { return x; } in ghtonl()
86 inline uint64_t ghtonll(uint64_t x) { return x; } in ghtonll()
94 inline uint16_t gntohs(uint16_t x) { return ghtons(x); } in gntohs()
95 inline uint32_t gntohl(uint32_t x) { return ghtonl(x); } in gntohl()
96 inline uint64_t gntohll(uint64_t x) { return ghtonll(x); } in gntohll()
106 inline uint16_t FromHost16(uint16_t x) { return x; } in FromHost16()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dendian.h120 inline uint16_t ghtons(uint16_t x) { return gbswap_16(x); } in ghtons()
121 inline uint32_t ghtonl(uint32_t x) { return gbswap_32(x); } in ghtonl()
122 inline uint64_t ghtonll(uint64_t x) { return gbswap_64(x); } in ghtonll()
129 inline uint16_t ghtons(uint16_t x) { return x; } in ghtons()
130 inline uint32_t ghtonl(uint32_t x) { return x; } in ghtonl()
131 inline uint64_t ghtonll(uint64_t x) { return x; } in ghtonll()
139 inline uint16_t gntohs(uint16_t x) { return ghtons(x); } in gntohs()
140 inline uint32_t gntohl(uint32_t x) { return ghtonl(x); } in gntohl()
141 inline uint64_t gntohll(uint64_t x) { return ghtonll(x); } in gntohll()
151 inline uint16_t FromHost16(uint16_t x) { return x; } in FromHost16()
[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.h16 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) argument
17 #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) argument
18 #define __constant_htons(x) ((__force __be16)(__u16)(x)) argument
19 #define __constant_ntohs(x) ((__force __u16)(__be16)(x)) argument
20 #define __constant_cpu_to_le64(x) ((__force __le64)___constant_swab64((x))) argument
21 #define __constant_le64_to_cpu(x) ___constant_swab64((__force __u64)(__le64)(x)) argument
22 #define __constant_cpu_to_le32(x) ((__force __le32)___constant_swab32((x))) argument
23 #define __constant_le32_to_cpu(x) ___constant_swab32((__force __u32)(__le32)(x)) argument
24 #define __constant_cpu_to_le16(x) ((__force __le16)___constant_swab16((x))) argument
25 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x)) argument
[all …]
Dlittle_endian.h16 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) argument
17 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x)) argument
18 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) argument
19 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x)) argument
20 #define __constant_cpu_to_le64(x) ((__force __le64)(__u64)(x)) argument
21 #define __constant_le64_to_cpu(x) ((__force __u64)(__le64)(x)) argument
22 #define __constant_cpu_to_le32(x) ((__force __le32)(__u32)(x)) argument
23 #define __constant_le32_to_cpu(x) ((__force __u32)(__le32)(x)) argument
24 #define __constant_cpu_to_le16(x) ((__force __le16)(__u16)(x)) argument
25 #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/curl/lib/
Dcurl_ctype.h39 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) argument
40 #define ISDIGIT(x) (isdigit((int) ((unsigned char)x))) argument
41 #define ISALNUM(x) (isalnum((int) ((unsigned char)x))) argument
42 #define ISXDIGIT(x) (isxdigit((int) ((unsigned char)x))) argument
43 #define ISGRAPH(x) (isgraph((int) ((unsigned char)x))) argument
44 #define ISALPHA(x) (isalpha((int) ((unsigned char)x))) argument
45 #define ISPRINT(x) (isprint((int) ((unsigned char)x))) argument
46 #define ISUPPER(x) (isupper((int) ((unsigned char)x))) argument
47 #define ISLOWER(x) (islower((int) ((unsigned char)x))) argument
48 #define ISCNTRL(x) (iscntrl((int) ((unsigned char)x))) argument
[all …]
/external/rust/crates/minimal-lexical/tests/
Dvec_tests.rs18 let mut x = VecType::from_u64(1); in simple_test() localVariable
37 let x = VecType::try_from(&[5, 1]).unwrap(); in simple_test() localVariable
66 let x = VecType::from_u64(1); in cmp_test() localVariable
73 let x = VecType::try_from(&[5, 1]).unwrap(); in cmp_test() localVariable
79 let x = VecType::try_from(&[5, 1, 9]).unwrap(); in cmp_test() localVariable
85 let x = VecType::try_from(&[0, 1, 9]).unwrap(); in cmp_test() localVariable
93 let mut x = VecType::try_from(&[0, 1, 9]).unwrap(); in math_test() localVariable
117 let mut x = VecType::from_u64(0xFFFFFFFF); in math_test() localVariable
124 let mut x = VecType::from_u64(1); in math_test() localVariable
145 let mut x = VecType::from_u64(4294967295); in small_add_test() localVariable
[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/rust/crates/serde_json/tests/lexical/
Dfloat.rs10 let mut x = ExtendedFloat { mant, exp }; in check_normalize() localVariable
87 let mut x = ExtendedFloat { mant, exp }; in check_round_to_f32() localVariable
128 let mut x = ExtendedFloat { mant, exp }; in check_round_to_f64() localVariable
248 let x = ExtendedFloat { in to_f32_test() localVariable
255 let x = ExtendedFloat { in to_f32_test() localVariable
262 let x = ExtendedFloat { in to_f32_test() localVariable
269 let x = ExtendedFloat { in to_f32_test() localVariable
276 let x = ExtendedFloat { in to_f32_test() localVariable
283 let x = ExtendedFloat { in to_f32_test() localVariable
290 let x = ExtendedFloat { in to_f32_test() localVariable
[all …]
/external/arm-trusted-firmware/drivers/renesas/rzg/pfc/G2H/
Dpfc_init_g2h.c170 #define IPSR_28_FUNC(x) ((uint32_t)(x) << 28U) argument
171 #define IPSR_24_FUNC(x) ((uint32_t)(x) << 24U) argument
172 #define IPSR_20_FUNC(x) ((uint32_t)(x) << 20U) argument
173 #define IPSR_16_FUNC(x) ((uint32_t)(x) << 16U) argument
174 #define IPSR_12_FUNC(x) ((uint32_t)(x) << 12U) argument
175 #define IPSR_8_FUNC(x) ((uint32_t)(x) << 8U) argument
176 #define IPSR_4_FUNC(x) ((uint32_t)(x) << 4U) argument
177 #define IPSR_0_FUNC(x) ((uint32_t)(x) << 0U) argument
236 #define DRVCTRL0_QSPI0_SPCLK(x) ((uint32_t)(x) << 28U) argument
237 #define DRVCTRL0_QSPI0_MOSI_IO0(x) ((uint32_t)(x) << 24U) argument
[all …]

12345678910>>...399