Lines Matching refs:__x
59 __typeof__(*(ptr)) __x = (x); \
68 ptr, &__x); \
105 unsigned char __x = 0; \
107 ptr, &__x); \
108 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
112 unsigned short __x = 0; \
114 ptr, &__x); \
115 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
119 unsigned int __x = 0; \
121 ptr, &__x); \
122 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
126 unsigned long long __x = 0; \
128 ptr, &__x); \
129 (x) = *(__force __typeof__(*(ptr)) *) &__x; \