Lines Matching refs:__x
106 __typeof__(*(ptr)) __x = (x); \
115 ptr, &__x); \
152 unsigned char __x = 0; \
154 ptr, &__x); \
155 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
159 unsigned short __x = 0; \
161 ptr, &__x); \
162 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
166 unsigned int __x = 0; \
168 ptr, &__x); \
169 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
173 unsigned long long __x = 0; \
175 ptr, &__x); \
176 (x) = *(__force __typeof__(*(ptr)) *) &__x; \