Searched refs:__tmp (Results 1 - 25 of 46) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dposix_types.h77 unsigned long __tmp = __fd / __NFDBITS; local
79 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem);
85 unsigned long __tmp = __fd / __NFDBITS; local
87 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem);
93 unsigned long __tmp = __fd / __NFDBITS; local
95 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0;
105 unsigned long *__tmp = __p->fds_bits; local
111 __tmp[ 0] = 0; __tmp[ 1] = 0;
112 __tmp[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dposix_types.h77 unsigned long __tmp = __fd / __NFDBITS; local
79 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem);
85 unsigned long __tmp = __fd / __NFDBITS; local
87 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem);
93 unsigned long __tmp = __fd / __NFDBITS; local
95 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0;
105 unsigned long *__tmp = __p->fds_bits; local
111 __tmp[ 0] = 0; __tmp[ 1] = 0;
112 __tmp[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dposix_types.h66 unsigned long __tmp = __fd / __NFDBITS; local
68 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem);
74 unsigned long __tmp = __fd / __NFDBITS; local
76 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem);
82 unsigned long __tmp = __fd / __NFDBITS; local
84 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0;
94 unsigned long *__tmp = __p->fds_bits; local
100 __tmp[ 0] = 0; __tmp[ 1] = 0;
101 __tmp[
[all...]
H A Dtermios.h56 unsigned short __tmp; \
57 get_user(__tmp,&(termio)->x); \
58 *(unsigned short *) &(termios)->x = __tmp; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dposix_types.h54 unsigned long __tmp = __fd / __NFDBITS; local
56 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem);
62 unsigned long __tmp = __fd / __NFDBITS; local
64 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem);
71 unsigned long __tmp = __fd / __NFDBITS; local
73 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0;
83 unsigned long *__tmp = __p->fds_bits; local
89 __tmp[ 0] = 0; __tmp[ 1] = 0;
90 __tmp[
[all...]
H A Dtermios.h56 unsigned short __tmp; \
57 get_user(__tmp,&(termio)->x); \
58 *(unsigned short *) &(termios)->x = __tmp; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dposix_types.h63 unsigned long __tmp = __fd / __NFDBITS; local
65 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem);
71 unsigned long __tmp = __fd / __NFDBITS; local
73 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem);
80 unsigned long __tmp = __fd / __NFDBITS; local
82 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0;
92 unsigned long *__tmp = __p->fds_bits; local
98 __tmp[ 0] = 0; __tmp[ 1] = 0;
99 __tmp[
[all...]
H A Dtermios.h67 unsigned short __tmp; \
68 get_user(__tmp,&(termio)->x); \
69 *(unsigned short *) &(termios)->x = __tmp; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dposix_types.h54 unsigned long __tmp = __fd / __NFDBITS; local
56 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem);
62 unsigned long __tmp = __fd / __NFDBITS; local
64 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem);
71 unsigned long __tmp = __fd / __NFDBITS; local
73 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0;
83 unsigned long *__tmp = __p->fds_bits; local
89 __tmp[ 0] = 0; __tmp[ 1] = 0;
90 __tmp[
[all...]
H A Dunaligned.h12 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
15 ({ __typeof__(*(ptr)) __tmp = (val); \
16 memmove((ptr), &__tmp, sizeof(*(ptr))); \
H A Dtermios.h57 unsigned short __tmp; \
58 get_user(__tmp,&(termio)->x); \
59 *(unsigned short *) &(termios)->x = __tmp; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dposix_types.h61 unsigned long __tmp = __fd / __NFDBITS; local
63 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem);
69 unsigned long __tmp = __fd / __NFDBITS; local
71 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem);
78 unsigned long __tmp = __fd / __NFDBITS; local
80 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0;
90 unsigned long *__tmp = __p->fds_bits; local
96 __tmp[ 0] = 0; __tmp[ 1] = 0;
97 __tmp[
[all...]
H A Dunaligned.h18 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
21 ({ __typeof__(*(ptr)) __tmp = (val); \
22 memmove((ptr), &__tmp, sizeof(*(ptr))); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-h8300/
H A Dunaligned.h8 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
11 ({ __typeof__(*(ptr)) __tmp = (val); \
12 memmove((ptr), &__tmp, sizeof(*(ptr))); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dunaligned.h21 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
24 ({ __typeof__(*(ptr)) __tmp = (val); \
25 memmove((ptr), &__tmp, sizeof(*(ptr))); \
H A Dtermios.h70 unsigned short __tmp; \
71 get_user(__tmp,&(termio)->x); \
72 *(unsigned short *) &(termios)->x = __tmp; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dmidcomms.c62 unsigned char __tmp[DLM_INBUF_LEN]; local
63 struct dlm_header *msg = (struct dlm_header *) __tmp;
104 if (msglen > sizeof(__tmp) &&
105 msg == (struct dlm_header *) __tmp) {
135 if (msg != (struct dlm_header *) __tmp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dsystem.h128 unsigned long __tmp; \
129 read_pcr(__tmp); \
130 current_thread_info()->pcr_reg = __tmp; \
131 read_pic(__tmp); \
132 current_thread_info()->kernel_cntd0 += (unsigned int)(__tmp);\
133 current_thread_info()->kernel_cntd1 += ((__tmp) >> 32); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dclock.h119 db_timespec __tmp; \
120 DB_TIMEOUT_TO_TIMESPEC(t, &__tmp); \
121 timespecadd((vvp), &__tmp); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dtermios.h74 unsigned short __tmp; \
75 get_user(__tmp,&(termio)->x); \
76 *(unsigned short *) &(termios)->x = __tmp; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dtermios.h57 unsigned short __tmp; \
58 get_user(__tmp,&(termio)->x); \
59 *(unsigned short *) &(termios)->x = __tmp; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dtermios.h57 unsigned short __tmp; \
58 get_user(__tmp,&(termio)->x); \
59 *(unsigned short *) &(termios)->x = __tmp; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dtermios.h63 unsigned short __tmp; \
64 get_user(__tmp,&(termio)->x); \
65 *(unsigned short *) &(termios)->x = __tmp; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dtermios.h56 unsigned short __tmp; \
57 get_user(__tmp,&(termio)->x); \
58 *(unsigned short *) &(termios)->x = __tmp; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dtermios.h56 unsigned short __tmp; \
57 get_user(__tmp,&(termio)->x); \
58 *(unsigned short *) &(termios)->x = __tmp; \

Completed in 154 milliseconds

12