Lines Matching refs:__x
146 __typeof__(*(ptr)) __x = (x); \
155 ptr, &__x); \
192 unsigned char __x; \
194 ptr, &__x); \
195 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
199 unsigned short __x; \
201 ptr, &__x); \
202 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
206 unsigned int __x; \
208 ptr, &__x); \
209 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
213 unsigned long long __x; \
215 ptr, &__x); \
216 (x) = *(__force __typeof__(*(ptr)) *) &__x; \