Lines Matching refs:__x
150 __typeof__(*(ptr)) __x = (x); \
159 ptr, &__x); \
196 unsigned char __x = 0; \
198 ptr, &__x); \
199 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
203 unsigned short __x = 0; \
205 ptr, &__x); \
206 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
210 unsigned int __x = 0; \
212 ptr, &__x); \
213 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
217 unsigned long long __x = 0; \
219 ptr, &__x); \
220 (x) = *(__force __typeof__(*(ptr)) *) &__x; \