Searched refs:__t (Results 1 – 4 of 4) sorted by relevance
60 #define TABLE_INIT(__t) __t##_init argument61 #define TABLE_NAME(__t) #__t argument62 #define TABLE_REG(__t) { TABLE_NAME(__t), TABLE_INIT(__t) } argument
51 #define TIME2NSEC(__t)\ argument52 (hrtime_t)(((hrtime_t)__t.tv_sec * (hrtime_t)NANOSEC) + (hrtime_t)__t.tv_nsec)53 #define TIME2SEC(__t)\ argument54 (hrtime_t)(__t.tv_sec)
52 #define _X_RE(__t, __z) ((__t *) &__z)[0] argument53 #define _X_IM(__t, __z) ((__t *) &__z)[1] argument
159 #define ELF32_R_INFO(__s, __t) (((__s)<<8) + (unsigned char) (__t)) argument