Home
last modified time | relevance | path

Searched defs:__tmp (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/arch/mips/include/asm/
Dposix_types.h58 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() local
66 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() local
74 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() local
86 unsigned long *__tmp = __p->fds_bits; in __FD_ZERO() local
/external/u-boot/arch/sh/include/asm/
Dposix_types.h55 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() local
63 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() local
72 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() local
84 unsigned long *__tmp = __p->fds_bits; in __FD_ZERO() local
/external/llvm/include/llvm/ADT/
DSTLExtras.h151 mapped_iterator __tmp = *this; variable
156 mapped_iterator __tmp = *this; variable
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSTLExtras.h97 _Self operator++(int) { _Self __tmp = *this; ++current; return __tmp; } variable
98 _Self operator--(int) { _Self __tmp = *this; --current; return __tmp; } variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h165 mapped_iterator __tmp = *this; variable
170 mapped_iterator __tmp = *this; variable
/external/mesa3d/src/mesa/tnl/
Dt_pipeline.c197 unsigned short __tmp; in _tnl_run_pipeline() local
/external/mesa3d/src/util/
Dbitset.h131 #define BITSET_FOREACH_SET(__i, __tmp, __set, __size) \ argument