Searched refs:_t_ (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | mallint.h | 76 typedef struct _t_ { struct 78 struct _t_ *t_p; argument 79 struct _t_ *t_l; argument 80 struct _t_ *t_r; argument 81 struct _t_ *t_n; argument 82 struct _t_ *t_d; argument 106 struct _t_ *w_p; /* a pointer */ 111 typedef struct _t_ { struct
|
/titanic_41/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate64.m4 | 156 define(tofa, `{ Elf64_Addr _t_ = $2; 157 ($1)[$3`'0] = (Byte)_t_, 158 ($1)[$3`'1] = (Byte)(_t_>>8), 159 ($1)[$3`'2] = (Byte)(_t_>>16), 160 ($1)[$3`'3] = (Byte)(_t_>>24), 161 ($1)[$3`'4] = (Byte)(_t_>>32), 162 ($1)[$3`'5] = (Byte)(_t_>>40), 163 ($1)[$3`'6] = (Byte)(_t_>>48), 164 ($1)[$3`'7] = (Byte)(_t_>>56); }')dnl 166 define(tofh, `{ Elf64_Half _t_ = $2; [all …]
|
H A D | xlate.m4 | 145 define(tofa, `{ register Elf32_Addr _t_ = $2; 146 ($1)[$3`'0] = (unsigned char)_t_, 147 ($1)[$3`'1] = (unsigned char)(_t_>>8), 148 ($1)[$3`'2] = (unsigned char)(_t_>>16), 149 ($1)[$3`'3] = (unsigned char)(_t_>>24); }')dnl 151 define(tofh, `{ register Elf32_Half _t_ = $2; 152 ($1)[$3`'0] = (unsigned char)_t_, 153 ($1)[$3`'1] = (unsigned char)(_t_>>8); }')dnl 154 define(tofo, `{ register Elf32_Off _t_ = $2; 155 ($1)[$3`'0] = (unsigned char)_t_, [all …]
|
/titanic_41/usr/src/lib/watchmalloc/common/ |
H A D | mallint.h | 78 struct _t_ *w_p[2]; /* two pointers */ 82 typedef struct _t_ { struct
|
/titanic_41/usr/src/cmd/lp/lib/oam/ |
H A D | buffers.c | 34 *_t_ = "999999"; variable
|
/titanic_41/usr/src/cmd/lp/include/ |
H A D | oam.h | 170 *_t_;
|