Home
last modified time | relevance | path

Searched refs:__tmp (Results 1 – 25 of 26) sorted by relevance

12

/linux-2.4.37.9/include/asm-sh/
Dposix_types.h52 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() local
54 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem); in __FD_SET()
60 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() local
62 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem); in __FD_CLR()
69 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() local
71 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0; in __FD_ISSET()
81 unsigned long *__tmp = __p->fds_bits; in __FD_ZERO() local
87 __tmp[ 0] = 0; __tmp[ 1] = 0; in __FD_ZERO()
88 __tmp[ 2] = 0; __tmp[ 3] = 0; in __FD_ZERO()
89 __tmp[ 4] = 0; __tmp[ 5] = 0; in __FD_ZERO()
[all …]
Dunaligned.h12 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
15 ({ __typeof__(*(ptr)) __tmp = (val); \
16 memmove((ptr), &__tmp, sizeof(*(ptr))); \
Dtermios.h76 unsigned short __tmp; \
77 get_user(__tmp,&(termio)->x); \
78 *(unsigned short *) &(termios)->x = __tmp; \
/linux-2.4.37.9/include/asm-mips/
Dposix_types.h55 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() local
57 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem); in __FD_SET()
63 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() local
65 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem); in __FD_CLR()
71 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() local
73 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0; in __FD_ISSET()
83 unsigned long *__tmp = __p->fds_bits; in __FD_ZERO() local
89 __tmp[ 0] = 0; __tmp[ 1] = 0; in __FD_ZERO()
90 __tmp[ 2] = 0; __tmp[ 3] = 0; in __FD_ZERO()
91 __tmp[ 4] = 0; __tmp[ 5] = 0; in __FD_ZERO()
[all …]
Ddiv64.h19 unsigned long __cf, __tmp, __tmp2, __i; \
46 : "=&r" (__mod), "=&r" (__tmp), "=&r" (__quot), "=&r" (__cf), \
/linux-2.4.37.9/include/asm-sh64/
Dposix_types.h60 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() local
62 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem); in __FD_SET()
68 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() local
70 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem); in __FD_CLR()
77 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() local
79 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0; in __FD_ISSET()
89 unsigned long *__tmp = __p->fds_bits; in __FD_ZERO() local
95 __tmp[ 0] = 0; __tmp[ 1] = 0; in __FD_ZERO()
96 __tmp[ 2] = 0; __tmp[ 3] = 0; in __FD_ZERO()
97 __tmp[ 4] = 0; __tmp[ 5] = 0; in __FD_ZERO()
[all …]
Dunaligned.h23 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
26 ({ __typeof__(*(ptr)) __tmp = (val); \
27 memmove((ptr), &__tmp, sizeof(*(ptr))); \
Dtermios.h86 unsigned short __tmp; \
87 get_user(__tmp,&(termio)->x); \
88 *(unsigned short *) &(termios)->x = __tmp; \
/linux-2.4.37.9/include/asm-mips64/
Dposix_types.h76 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() local
78 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem); in __FD_SET()
84 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() local
86 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem); in __FD_CLR()
92 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() local
94 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0; in __FD_ISSET()
104 unsigned long *__tmp = __p->fds_bits; in __FD_ZERO() local
110 __tmp[ 0] = 0; __tmp[ 1] = 0; in __FD_ZERO()
111 __tmp[ 2] = 0; __tmp[ 3] = 0; in __FD_ZERO()
112 __tmp[ 4] = 0; __tmp[ 5] = 0; in __FD_ZERO()
[all …]
/linux-2.4.37.9/include/asm-parisc/
Dposix_types.h84 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() local
86 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem); in __FD_SET()
92 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() local
94 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem); in __FD_CLR()
100 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() local
102 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0; in __FD_ISSET()
112 unsigned long *__tmp = __p->fds_bits; in __FD_ZERO() local
118 __tmp[ 0] = 0; __tmp[ 1] = 0; in __FD_ZERO()
119 __tmp[ 2] = 0; __tmp[ 3] = 0; in __FD_ZERO()
120 __tmp[ 4] = 0; __tmp[ 5] = 0; in __FD_ZERO()
[all …]
Dunaligned.h13 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
16 ({ __typeof__(*(ptr)) __tmp = (val); \
17 memmove((ptr), &__tmp, sizeof(*(ptr))); \
Dtermios.h77 unsigned short __tmp; \
78 get_user(__tmp,&(termio)->x); \
79 *(unsigned short *) &(termios)->x = __tmp; \
/linux-2.4.37.9/include/asm-sparc/
Dunaligned.h12 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
15 ({ __typeof__(*(ptr)) __tmp = (val); \
16 memmove((ptr), &__tmp, sizeof(*(ptr))); \
/linux-2.4.37.9/include/asm-generic/
Dunaligned.h13 ({ __typeof__(*(ptr)) __tmp; memcpy(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
16 ({ __typeof__(*(ptr)) __tmp = (val); \
17 memcpy((ptr), &__tmp, sizeof(*(ptr))); \
/linux-2.4.37.9/include/asm-sparc64/
Dunaligned.h12 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
15 ({ __typeof__(*(ptr)) __tmp = (val); \
16 memmove((ptr), &__tmp, sizeof(*(ptr))); \
Dsystem.h221 unsigned long __tmp; \
222 read_pcr(__tmp); \
223 current->thread.pcr_reg = __tmp; \
224 read_pic(__tmp); \
225 current->thread.kernel_cntd0 += (unsigned int)(__tmp); \
226 current->thread.kernel_cntd1 += ((__tmp) >> 32); \
/linux-2.4.37.9/include/linux/byteorder/
Dswab.h94 # define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); })
97 # define __arch__swab24(x) ({ __u32 __tmp = (x) ; ___swab24(__tmp); })
100 # define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
103 # define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); })
/linux-2.4.37.9/include/asm-ia64/
Dtermios.h83 unsigned short __tmp; \
84 get_user(__tmp,&(termio)->x); \
85 *(unsigned short *) &(termios)->x = __tmp; \
/linux-2.4.37.9/include/asm-i386/
Dtermios.h76 unsigned short __tmp; \
77 get_user(__tmp,&(termio)->x); \
78 *(unsigned short *) &(termios)->x = __tmp; \
/linux-2.4.37.9/include/asm-arm/
Dtermios.h76 unsigned short __tmp; \
77 get_user(__tmp,&(termio)->x); \
78 *(unsigned short *) &(termios)->x = __tmp; \
/linux-2.4.37.9/include/asm-cris/
Dtermios.h77 unsigned short __tmp; \
78 get_user(__tmp,&(termio)->x); \
79 *(unsigned short *) &(termios)->x = __tmp; \
/linux-2.4.37.9/include/asm-x86_64/
Dtermios.h76 unsigned short __tmp; \
77 get_user(__tmp,&(termio)->x); \
78 *(unsigned short *) &(termios)->x = __tmp; \
/linux-2.4.37.9/include/asm-ppc64/
Dtermios.h204 unsigned short __tmp; \
205 get_user(__tmp,&(termio)->x); \
206 (termios)->x = (0xffff0000 & (termios)->x) | __tmp; \
/linux-2.4.37.9/include/asm-ppc/
Dtermios.h202 unsigned short __tmp; \
203 get_user(__tmp,&(termio)->x); \
204 (termios)->x = (0xffff0000 & (termios)->x) | __tmp; \
/linux-2.4.37.9/include/linux/raid/
Dmd_k.h323 #define xchg_values(x,y) do { __typeof__(x) __tmp = x; \
324 x = y; y = __tmp; } while (0)

12