Home
last modified time | relevance | path

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

/minix3/sys/arch/arm/include/
H A Dlock.h124 int __tmp, __rv; in __swp() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DSTLExtras.h247 _Self operator++(int) { _Self __tmp = *this; ++current; return __tmp; } variable
248 _Self operator--(int) { _Self __tmp = *this; --current; return __tmp; } variable
/minix3/sys/arch/i386/include/
H A Dmcontext.h151 void *__tmp; in __lwp_getprivate_fast() local