Home
last modified time | relevance | path

Searched refs:__t (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/arch/m32r/kernel/
Dmodule.c33 void *__s = &(sw), *__t = &(tw); \
34 unsigned short *__s2 = __s, *__t2 =__t; \
35 unsigned char *__s1 = __s, *__t1 =__t; \
39 *(unsigned long *) __t = *(unsigned long *) __s; \
56 void *__s = &(sw), *__t = &(tw); \
57 unsigned short *__s2 = __s, *__t2 =__t; \
58 unsigned char *__s1 = __s, *__t1 =__t; \
/linux-3.4.99/arch/unicore32/include/asm/
Dbitops.h36 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); })
/linux-3.4.99/arch/arm/include/asm/
Ddiv64.h93 unsigned long long __res, __x, __t, __m, __n = n; \
107 __t = __res; \
109 __t = (__res < __t) ? (1ULL << 32) : 0; \
110 __res = (__res >> 32) + __t; \
Dbitops.h274 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); })
/linux-3.4.99/include/net/netfilter/
Dnf_conntrack_timeout.h26 #define NF_CT_TIMEOUT_EXT_DATA(__t) (unsigned int *) &((__t)->timeout->data) argument
/linux-3.4.99/security/apparmor/include/
Dmatch.h102 TYPE *__t = (TYPE *) TABLE; \
105 __t[__i] = NTOHX(__b[__i]); \
/linux-3.4.99/include/linux/
Dcred.h286 const struct task_struct *__t = (task); \
287 rcu_dereference_check(__t->real_cred, \
288 task_is_dead(__t)); \
/linux-3.4.99/drivers/media/video/
Ds5k6aa.c125 #define US_TO_FR_TIME(__t) ((__t) / 100) argument