Searched refs:__tmp (Results 1 - 12 of 12) sorted by relevance

/external/openssh/openbsd-compat/
H A Dsys-tree.h191 struct type *__tmp; \
199 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
202 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \
212 struct type __node, *__left, *__right, *__tmp; \
220 __tmp = SPLAY_LEFT((head)->sph_root, field); \
221 if (__tmp == NULL) \
223 if ((cmp)(elm, __tmp) < 0){ \
224 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
230 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
231 if (__tmp
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_maos_arrays.c56 int __tmp; \
58 : "=%c" (__tmp), "=D" (dst), "=S" (__tmp) \
H A Dradeon_dma.c41 int __tmp; \
43 : "=%c" (__tmp), "=D" (dst), "=S" (__tmp) \
/external/mesa3d/src/mesa/tnl/
H A Dt_pipeline.c119 unsigned short __tmp; local
158 START_FAST_MATH(__tmp);
168 END_FAST_MATH(__tmp);
/external/mesa3d/src/mesa/main/
H A Dmacros.h150 fi_type __tmp; \
151 __tmp.f = (F); \
152 if (__tmp.i < 0) \
154 else if (__tmp.i >= IEEE_0996) \
157 __tmp.f = __tmp.f * (255.0F/256.0F) + 32768.0F; \
158 UB = (GLubyte) __tmp.i; \
163 fi_type __tmp; \
164 __tmp.f = (F) * (255.0F/256.0F) + 32768.0F; \
165 UB = (GLubyte) __tmp
[all...]
/external/libnl/include/netlink/
H A Dattr.h159 type __tmp = value; \
160 NLA_PUT(msg, attrtype, sizeof(type), &__tmp); \
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h146 mapped_iterator __tmp = *this; local
148 return __tmp;
151 mapped_iterator __tmp = *this; local
153 return __tmp;
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_triemit.h12 int __tmp; \
14 : "=%c" (j), "=D" (vb), "=S" (__tmp) \
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_dma.c41 int __tmp; \
43 : "=%c" (__tmp), "=D" (dst), "=S" (__tmp) \
/external/libxml2/python/
H A Dlibxml.py506 __tmp = xmlNs(_obj=ret)
507 return __tmp
/external/bison/lib/
H A Dgetopt.c126 char __tmp = __getopt_nonoption_flags[ch1]; \
128 __getopt_nonoption_flags[ch2] = __tmp; \
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tris.c352 int __tmp; \
354 : "=%c" (j), "=D" (vb), "=S" (__tmp) \

Completed in 849 milliseconds