Lines Matching refs:__x
114 __typeof__(*(ptr)) __x = (x); \
123 ptr, &__x); \
160 unsigned char __x = 0; \
162 ptr, &__x); \
163 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
167 unsigned short __x = 0; \
169 ptr, &__x); \
170 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
174 unsigned int __x = 0; \
176 ptr, &__x); \
177 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
181 unsigned long long __x = 0; \
183 ptr, &__x); \
184 (x) = *(__force __typeof__(*(ptr)) *) &__x; \