Lines Matching refs:__x
146 __typeof__(*(ptr)) __x = (x); \
155 ptr, &__x); \
193 unsigned char __x; \
195 ptr, &__x); \
196 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
200 unsigned short __x; \
202 ptr, &__x); \
203 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
207 unsigned int __x; \
209 ptr, &__x); \
210 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
214 unsigned long long __x; \
216 ptr, &__x); \
217 (x) = *(__force __typeof__(*(ptr)) *) &__x; \