Home | History | Annotate | Download | only in glx

Lines Matching refs:__tmp

159       int8_t __tmp = (a);                       \
160 memcpy((pc + (offset)), &__tmp, 1); \
165 int16_t __tmp = (a); \
166 memcpy((pc + (offset)), &__tmp, 2); \
171 int32_t __tmp = (a); \
172 memcpy((pc + (offset)), &__tmp, 4); \
177 float __tmp = (a); \
178 memcpy((pc + (offset)), &__tmp, 4); \
183 double __tmp = (a); \
184 memcpy((pc + (offset)), &__tmp, 8); \