Searched defs:__tmp (Results 1 – 7 of 7) sorted by relevance
58 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() local66 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() local74 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() local86 unsigned long *__tmp = __p->fds_bits; in __FD_ZERO() local
55 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() local63 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() local72 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() local84 unsigned long *__tmp = __p->fds_bits; in __FD_ZERO() local
151 mapped_iterator __tmp = *this; variable156 mapped_iterator __tmp = *this; variable
97 _Self operator++(int) { _Self __tmp = *this; ++current; return __tmp; } variable98 _Self operator--(int) { _Self __tmp = *this; --current; return __tmp; } variable
165 mapped_iterator __tmp = *this; variable170 mapped_iterator __tmp = *this; variable
197 unsigned short __tmp; in _tnl_run_pipeline() local
131 #define BITSET_FOREACH_SET(__i, __tmp, __set, __size) \ argument