Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/libfmd_snmp/common/
H A DsunFM_impl.h60 #define TABLE_INIT(__t) __t##_init argument
61 #define TABLE_NAME(__t) #__t argument
62 #define TABLE_REG(__t) { TABLE_NAME(__t), TABLE_INIT(__t) } argument
/titanic_41/usr/src/cmd/prstat/
H A Dprstat.h51 #define TIME2NSEC(__t)\ argument
52 (hrtime_t)(((hrtime_t)__t.tv_sec * (hrtime_t)NANOSEC) + (hrtime_t)__t.tv_nsec)
53 #define TIME2SEC(__t)\ argument
54 (hrtime_t)(__t.tv_sec)
/titanic_41/usr/src/lib/libm/common/complex/
H A Dcomplex_wrapper.h52 #define _X_RE(__t, __z) ((__t *) &__z)[0] argument
53 #define _X_IM(__t, __z) ((__t *) &__z)[1] argument
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h159 #define ELF32_R_INFO(__s, __t) (((__s)<<8) + (unsigned char) (__t)) argument