Lines Matching refs:t_
153 ({ uint16_t t_ = read_2ubyte_unaligned (Addr); \
155 t_; })
157 ({ int16_t t_ = read_2sbyte_unaligned (Addr); \
159 t_; })
162 ({ uint32_t t_ = read_4ubyte_unaligned (Addr); \
164 t_; })
166 ({ int32_t t_ = read_4sbyte_unaligned (Addr); \
168 t_; })
171 ({ uint64_t t_ = read_8ubyte_unaligned (Addr); \
173 t_; })
175 ({ int64_t t_ = read_8sbyte_unaligned (Addr); \
177 t_; })