Searched refs:__tmp (Results 26 - 47 of 47) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm26/
H A Dtermios.h58 unsigned short __tmp; \
59 get_user(__tmp,&(termio)->x); \
60 *(unsigned short *) &(termios)->x = __tmp; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/
H A Dseq_queue.h128 #define u64_div(x,y,q) do {u32 __tmp; udiv_qrnnd(q, __tmp, (x)>>32, x, y);} while (0)
129 #define u64_mod(x,y,r) do {u32 __tmp; udiv_qrnnd(__tmp, q, (x)>>32, x, y);} while (0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Ddiv64.h24 unsigned long __cf, __tmp, __tmp2, __i; \
51 : "=&r" (__mod), "=&r" (__tmp), "=&r" (__quot), "=&r" (__cf), \
H A Dio.h312 type __tmp; \
324 : "=r" (__tmp) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Ddiv64.h24 unsigned long __cf, __tmp, __tmp2, __i; \
51 : "=&r" (__mod), "=&r" (__tmp), "=&r" (__quot), "=&r" (__cf), \
H A Dio.h312 type __tmp; \
324 : "=r" (__tmp) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dinternal.h216 int __tmp = !!(expression); \
217 assert(__tmp); \
221 int __tmp = (expression); \
222 assert(__tmp == 0); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr013/
H A Dchk.stats19 t=__tmp
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dkernel.h336 ({ typeof(type) __tmp = function; \
337 (void)__tmp; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A DCA.com194 $ __tmp = p'j'
195 $ VERIFY "-CAfile" 'CATOP''CACERT' '__tmp'
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dgetopt.c289 char __tmp = __getopt_nonoption_flags[ch1]; \
291 __getopt_nonoption_flags[ch2] = __tmp; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A DCA.com194 $ __tmp = p'j'
195 $ VERIFY "-CAfile" 'CATOP''CACERT' '__tmp'
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/getopt/
H A Dgetopt.c298 char __tmp = __getopt_nonoption_flags[ch1]; \
300 __getopt_nonoption_flags[ch2] = __tmp; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/cio/
H A Dqdio.h375 register unsigned long __tmp asm("2");
380 : "+d" (__fn), "=d" (__tmp), "=d" (__time));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dnetlink.h789 type __tmp = value; \
790 NLA_PUT(skb, attrtype, sizeof(type), &__tmp); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.py478 __tmp = xmlNs(_obj=ret)
479 return __tmp
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dgetopt.c133 char __tmp = __getopt_nonoption_flags[ch1]; \
135 __getopt_nonoption_flags[ch2] = __tmp; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dgetopt.c129 char __tmp = __getopt_nonoption_flags[ch1]; \
131 __getopt_nonoption_flags[ch2] = __tmp; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgetopt.c133 char __tmp = __getopt_nonoption_flags[ch1]; \
135 __getopt_nonoption_flags[ch2] = __tmp; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dlonglong.h366 USItype __tmp; \
383 : "=r" (count), "=r" (__tmp) : "1" (x)); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Ddcache.c1454 __typeof__ (x) __tmp = x; \
1455 x = y; y = __tmp; } while (0)

Completed in 269 milliseconds

12