/external/clang/test/SemaCXX/ |
D | warn-range-loop-analysis.cpp | 67 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 …]
|
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/u-boot/include/synopsys/ |
D | dwcddr21mctl.h | 47 #define DWCDDR21MCTL_CCR_ECCEN(x) ((x) << 0) argument 48 #define DWCDDR21MCTL_CCR_NOMRWR(x) ((x) << 1) argument 49 #define DWCDDR21MCTL_CCR_HOSTEN(x) ((x) << 2) argument 50 #define DWCDDR21MCTL_CCR_XBISC(x) ((x) << 3) argument 51 #define DWCDDR21MCTL_CCR_NOAPD(x) ((x) << 4) argument 52 #define DWCDDR21MCTL_CCR_RRB(x) ((x) << 13) argument 53 #define DWCDDR21MCTL_CCR_DQSCFG(x) ((x) << 14) argument 54 #define DWCDDR21MCTL_CCR_DFTLM(x) (((x) & 0x3) << 15) argument 55 #define DWCDDR21MCTL_CCR_DFTCMP(x) ((x) << 17) argument 56 #define DWCDDR21MCTL_CCR_FLUSH(x) ((x) << 27) argument [all …]
|
/external/u-boot/board/samsung/odroid/ |
D | setup.h | 11 #define SDIV(x) ((x) & 0x7) argument 12 #define PDIV(x) (((x) & 0x3f) << 8) argument 13 #define MDIV(x) (((x) & 0x3ff) << 16) argument 14 #define FSEL(x) (((x) & 0x1) << 27) argument 16 #define PLL_ENABLE(x) (((x) & 0x1) << 31) argument 19 #define MUX_APLL_SEL(x) ((x) & 0x1) argument 20 #define MUX_CORE_SEL(x) (((x) & 0x1) << 16) argument 21 #define MUX_HPM_SEL(x) (((x) & 0x1) << 20) argument 22 #define MUX_MPLL_USER_SEL_C(x) (((x) & 0x1) << 24) argument 27 #define APLL_SEL(x) ((x) & 0x7) argument [all …]
|
/external/u-boot/include/andestech/ |
D | andes_pcu.h | 79 #define ANDES_PCU_REV_NUMBER_PCS(x) (((x) >> 0) & 0xff) argument 80 #define ANDES_PCU_REV_VER(x) (((x) >> 16) & 0xffff) argument 85 #define ANDES_PCU_SPINFO_SIZE(x) (((x) >> 0) & 0xff) argument 86 #define ANDES_PCU_SPINFO_OFFSET(x) (((x) >> 8) & 0xf) argument 91 #define ANDES_PCU_SOC_ID_VER_MINOR(x) (((x) >> 0) & 0xf) argument 92 #define ANDES_PCU_SOC_ID_VER_MAJOR(x) (((x) >> 4) & 0xfff) argument 93 #define ANDES_PCU_SOC_ID_DEVICEID(x) (((x) >> 16) & 0xffff) argument 98 #define ANDES_PCU_SOC_AHB_AHBC(x) ((x) << 0) argument 99 #define ANDES_PCU_SOC_AHB_APBREG(x) ((x) << 1) argument 100 #define ANDES_PCU_SOC_AHB_APB(x) ((x) << 2) argument [all …]
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | eg_sq.h | 30 #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 …]
|
D | r600_sq.h | 30 #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 …]
|
D | r600d.h | 83 #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 …]
|
D | r700_sq.h | 30 #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 …]
|
D | evergreend.h | 56 #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/kmod/port-gnu/ |
D | endian-darwin.h | 24 # 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/ |
D | gfx9d.h | 28 #define S_008008_ME0PIPE1_CMDFIFO_AVAIL(x) (((unsigned)(x) & 0x0F) << 0) argument 29 #define G_008008_ME0PIPE1_CMDFIFO_AVAIL(x) (((x) >> 0) & 0x0F) argument 31 #define S_008008_ME0PIPE1_CF_RQ_PENDING(x) (((unsigned)(x) & 0x1) << 4) argument 32 #define G_008008_ME0PIPE1_CF_RQ_PENDING(x) (((x) >> 4) & 0x1) argument 34 #define S_008008_ME0PIPE1_PF_RQ_PENDING(x) (((unsigned)(x) & 0x1) << 5) argument 35 #define G_008008_ME0PIPE1_PF_RQ_PENDING(x) (((x) >> 5) & 0x1) argument 37 #define S_008008_ME1PIPE0_RQ_PENDING(x) (((unsigned)(x) & 0x1) << 6) argument 38 #define G_008008_ME1PIPE0_RQ_PENDING(x) (((x) >> 6) & 0x1) argument 40 #define S_008008_ME1PIPE1_RQ_PENDING(x) (((unsigned)(x) & 0x1) << 7) argument 41 #define G_008008_ME1PIPE1_RQ_PENDING(x) (((x) >> 7) & 0x1) argument [all …]
|
D | sid.h | 44 #define EVENT_TYPE(x) ((x) << 0) argument 45 #define EVENT_INDEX(x) ((x) << 8) argument 70 #define PRED_OP(x) ((x) << 16) argument 101 #define CONTEXT_CONTROL_LOAD_ENABLE(x) (((unsigned)(x) & 0x1) << 31) argument 102 #define CONTEXT_CONTROL_LOAD_CE_RAM(x) (((unsigned)(x) & 0x1) << 28) argument 103 #define CONTEXT_CONTROL_SHADOW_ENABLE(x) (((unsigned)(x) & 0x1) << 31) argument 107 #define S_2C3_COUNT_INDIRECT_ENABLE(x) (((unsigned)(x) & 0x1) << 30) argument 108 #define S_2C3_DRAW_INDEX_ENABLE(x) (((unsigned)(x) & 0x1) << 31) argument 117 #define STRMOUT_OFFSET_SOURCE(x) (((unsigned)(x) & 0x3) << 1) argument 122 #define STRMOUT_SELECT_BUFFER(x) (((unsigned)(x) & 0x3) << 8) argument [all …]
|
/external/iperf3/src/ |
D | portable_endian.h | 25 # 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/vboot_reference/cgpt/ |
D | cgpt_endian.h | 21 # 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/ |
D | curl_ctype.h | 39 #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/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/compiler-rt/lib/builtins/ |
D | int_math.h | 25 # 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/u-boot/arch/arm/include/asm/ |
D | opcodes.h | 24 #define ___asm_opcode_swab32(x) ( \ argument 30 #define ___asm_opcode_swab16(x) ( \ argument 34 #define ___asm_opcode_swahb32(x) ( \ argument 38 #define ___asm_opcode_swahw32(x) ( \ argument 42 #define ___asm_opcode_identity32(x) ((x) & 0xFFFFFFFF) argument 43 #define ___asm_opcode_identity16(x) ((x) & 0xFFFF) argument 88 #define ___opcode_swab32(x) swab32(x) argument 89 #define ___opcode_swab16(x) swab16(x) argument 90 #define ___opcode_swahb32(x) swahb32(x) argument 91 #define ___opcode_swahw32(x) swahw32(x) argument [all …]
|
/external/kernel-headers/original/uapi/linux/byteorder/ |
D | big_endian.h | 15 #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 …]
|
D | little_endian.h | 15 #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/u-boot/include/linux/byteorder/ |
D | big_endian.h | 16 #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 …]
|
D | little_endian.h | 16 #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/linux-kselftest/tools/testing/selftests/bpf/ |
D | bpf_endian.h | 23 # 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 …]
|
/external/skqp/include/private/ |
D | SkFloatingPoint.h | 38 #define sk_float_sqrt(x) sqrtf(x) argument 39 #define sk_float_sin(x) sinf(x) argument 40 #define sk_float_cos(x) cosf(x) argument 41 #define sk_float_tan(x) tanf(x) argument 42 #define sk_float_floor(x) floorf(x) argument 43 #define sk_float_ceil(x) ceilf(x) argument 44 #define sk_float_trunc(x) truncf(x) argument 46 # define sk_float_acos(x) static_cast<float>(acos(x)) argument 47 # define sk_float_asin(x) static_cast<float>(asin(x)) argument 49 # define sk_float_acos(x) acosf(x) argument [all …]
|