Home
last modified time | relevance | path

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

12345678910>>...273

/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h89 #define __ntfs_bswap_constant_16(x) \ argument
93 #define __ntfs_bswap_constant_32(x) \ argument
99 #define __ntfs_bswap_constant_64(x) \ argument
112 # define bswap_16(x) __ntfs_bswap_constant_16(x) argument
113 # define bswap_32(x) __ntfs_bswap_constant_32(x) argument
114 # define bswap_64(x) __ntfs_bswap_constant_64(x) argument
119 #define __le16_to_cpu(x) (x) argument
120 #define __le32_to_cpu(x) (x) argument
121 #define __le64_to_cpu(x) (x) argument
123 #define __cpu_to_le16(x) (x) argument
[all …]
/third_party/typescript/tests/baselines/reference/
DassignmentToExpandingArrayType.js3 let x = [] variable
4 x[0] = { foo: 'hi' } variable
5 x[0] = { foo: 'hi' } variable
6 x[0] = { foo: 'hi' } variable
7 x[0] = { foo: 'hi' } variable
8 x[0] = { foo: 'hi' } variable
9 x[0] = { foo: 'hi' } variable
10 x[0] = { foo: 'hi' } variable
11 x[0] = { foo: 'hi' } variable
12 x[0] = { foo: 'hi' } variable
[all …]
DasyncWithVarShadowing_es6.js5 async function fn1(x) { argument
9 async function fn2(x) { argument
13 async function fn3(x) { argument
17 async function fn4(x) { argument
21 async function fn5(x) { argument
25 async function fn6(x) { argument
29 async function fn7(x) { argument
33 async function fn8(x) { argument
37 async function fn9(x) { argument
41 async function fn10(x) { argument
[all …]
DjsdocCatchClauseWithTypeAnnotation.js44 try { } catch ({ x }) { } // should be OK field
45 try { } catch (/** @type {any} */ { x }) { x.foo; } // should be OK field
46 try { } catch (/** @type {Any} */ { x }) { x.foo;} // should be OK field
47 try { } catch (/** @type {unknown} */ { x }) { console.log(x); } // should be OK field
48 try { } catch (/** @type {Unknown} */ { x }) { console.log(x); } // should be OK field
49 try { } catch (/** @type {Error} */ { x }) { } // error in the type field
50 try { } catch (/** @type {object} */ { x }) { } // error in the type field
123 catch ({ x }) { } // should be OK field
125 catch ( /** @type {any} */{ x }) { field
129 catch ( /** @type {Any} */{ x }) { field
[all …]
/third_party/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 …]
/third_party/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 …]
/third_party/musl/porting/liteos_m/kernel/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 …]
/third_party/musl/porting/uniproton/kernel/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 …]
/third_party/typescript/tests/cases/compiler/
DcapturedLetConstInLoop6_ES6.ts3 for (let x of []) { variable
14 for (let x in []) { variable
26 for (let x = 0; x < 1; ++x) { variable
38 let x; variable
50 let x; variable
62 let x = 1; variable
73 for (let x = 0, y = 1; x < 1; ++x) { variable
85 let x, y; variable
97 let x, y; variable
109 let x = 1; variable
[all …]
DcapturedLetConstInLoop7.ts3 for (let x of []) { variable
21 for (let x in []) { variable
39 for (let x = 0; x < 1; ++x) { variable
58 let x; variable
77 let x; variable
96 let x = 1; variable
114 for (let x = 0, y = 1; x < 1; ++x) { variable
133 let x, y; variable
153 let x, y; variable
172 let x = 1; variable
[all …]
DcapturedLetConstInLoop6.ts2 for (let x of []) { variable
13 for (let x in []) { variable
25 for (let x = 0; x < 1; ++x) { variable
37 let x; variable
49 let x; variable
61 let x = 1; variable
72 for (let x = 0, y = 1; x < 1; ++x) { variable
84 let x, y; variable
96 let x, y; variable
108 let x = 1; variable
[all …]
DcapturedLetConstInLoop1_ES6.ts3 for (let x in {}) { variable
8 for (let x of []) { variable
13 for (let x = 0; x < 1; ++x) { variable
19 let x; variable
25 let x; variable
31 let x = 1; variable
36 for (let x = 0, y = 1; x < 1; ++x) { variable
42 let x, y; variable
48 let x, y; variable
54 let x = 1; variable
[all …]
DcapturedLetConstInLoop7_ES6.ts4 for (let x of []) { variable
22 for (let x in []) { variable
40 for (let x = 0; x < 1; ++x) { variable
59 let x; variable
78 let x; variable
97 let x = 1; variable
115 for (let x = 0, y = 1; x < 1; ++x) { variable
134 let x, y; variable
154 let x, y; variable
173 let x = 1; variable
[all …]
/third_party/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 …]
/third_party/pulseaudio/src/pulsecore/
Dendianmacros.h35 #define PA_INT16_SWAP(x) ((int16_t) bswap_16((uint16_t) x)) argument
36 #define PA_UINT16_SWAP(x) ((uint16_t) bswap_16((uint16_t) x)) argument
37 #define PA_INT32_SWAP(x) ((int32_t) bswap_32((uint32_t) x)) argument
38 #define PA_UINT32_SWAP(x) ((uint32_t) bswap_32((uint32_t) x)) argument
40 #define PA_INT16_SWAP(x) ( (int16_t) ( ((uint16_t) (x) >> 8) | ((uint16_t) (x) << 8) ) ) argument
41 #define PA_UINT16_SWAP(x) ( (uint16_t) ( ((uint16_t) (x) >> 8) | ((uint16_t) (x) << 8) ) ) argument
42 #define PA_INT32_SWAP(x) ( (int32_t) ( ((uint32_t) (x) >> 24) | ((uint32_t) (x) << 24) | (((uint32_… argument
43 #define PA_UINT32_SWAP(x) ( (uint32_t) ( ((uint32_t) (x) >> 24) | ((uint32_t) (x) << 24) | (((uint3… argument
82 static inline void PA_WRITE_FLOAT32RE(void *p, float x) { in PA_WRITE_FLOAT32RE()
92 #define PA_MAYBE_INT16_SWAP(c,x) ((c) ? PA_INT16_SWAP(x) : (x)) argument
[all …]
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
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 …]
/third_party/ffmpeg/libavutil/
Dbswap.h51 #define AV_BSWAP16C(x) (((x) << 8 & 0xff00) | ((x) >> 8 & 0x00ff)) argument
52 #define AV_BSWAP32C(x) (AV_BSWAP16C(x) << 16 | AV_BSWAP16C((x) >> 16)) argument
53 #define AV_BSWAP64C(x) (AV_BSWAP32C(x) << 32 | AV_BSWAP32C((x) >> 32)) argument
55 #define AV_BSWAPC(s, x) AV_BSWAP##s##C(x) argument
58 static av_always_inline av_const uint16_t av_bswap16(uint16_t x) in av_bswap16()
66 static av_always_inline av_const uint32_t av_bswap32(uint32_t x) in av_bswap32()
73 static inline uint64_t av_const av_bswap64(uint64_t x) in av_bswap64()
83 #define av_be2ne16(x) (x) argument
84 #define av_be2ne32(x) (x) argument
85 #define av_be2ne64(x) (x) argument
[all …]
/third_party/skia/third_party/externals/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 …]

12345678910>>...273