Searched refs:__i (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xpoll.h | 172 u_int __i; \ 174 for (__i = 0; __i < XFD_SETCOUNT(src) ; __i++) { \ 175 XFD_FD(dst,__i) = XFD_FD(src,__i); \ 181 u_int __i; \ 183 for (__i = 0; __i < XFD_SETCOUNT(b1) ; __i++) { \ 184 if (FD_ISSET(XFD_FD(b1,__i), b2)) \ 185 FD_SET(XFD_FD(b1,__i), dst); \ 190 u_int __i; \ 192 for (__i = 0; __i < XFD_SETCOUNT(b2) ; __i++) { \ 193 if (!FD_ISSET(XFD_FD(b2,__i), dst)) \ [all …]
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | bitset.h | 396 #define BITSET_FOREACH_SET(__i, __set, __size) \ argument 398 for (__i = 0; \ 399 (__i = __bitset_next_set(__i, &__tmp, __set, __size)) < __size;)
|