Lines Matching refs:t_
292 ({ uint16_t t_ = read_2ubyte_unaligned (Dbg, Addr); \
294 t_; })
296 ({ int16_t t_ = read_2sbyte_unaligned (Dbg, Addr); \
298 t_; })
301 ({ uint32_t t_ = read_4ubyte_unaligned (Dbg, Addr); \
303 t_; })
305 ({ int32_t t_ = read_4sbyte_unaligned (Dbg, Addr); \
307 t_; })
310 ({ uint64_t t_ = read_8ubyte_unaligned (Dbg, Addr); \
312 t_; })
314 ({ int64_t t_ = read_8sbyte_unaligned (Dbg, Addr); \
316 t_; })
366 ({ uint32_t t_ = read_2ubyte_unaligned (Dbg, Addr); \
368 t_; })