Searched refs:last_byte (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dmips-linux-watch.c239 CORE_ADDR base_addr, last_byte, break_addr, segment_len; local
248 last_byte = addr + len - 1;
249 mask_bits = fill_mask (addr ^ last_byte) | IRW_MASK;
260 if (addr >= t_low && last_byte <= (t_low + t_hi))
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dmips-linux-watch.c232 CORE_ADDR base_addr, last_byte, break_addr, segment_len; local
241 last_byte = addr + len - 1;
242 mask_bits = fill_mask (addr ^ last_byte) | IRW_MASK;
253 if (addr >= t_low && last_byte <= (t_low + t_hi))
/netbsd-current/sys/arch/arm/xscale/
H A Diopi2c.c202 int error, last_byte = (flags & I2C_F_LAST) != 0, local
206 sc->sc_icr | IIC_ICR_TB | (last_byte ? IIC_ICR_NACK : 0) |
H A Dpxa2x0_i2c.c500 int last_byte = flags & I2C_F_LAST; local
505 | (last_byte ? ICR_ACKNAK : 0) | (send_stop ? ICR_STOP : 0));
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-mips-low.cc707 CORE_ADDR last_byte = addr + watch->len - 1; local
715 if (last_byte >= t_low && addr <= t_low + t_hi)
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-mips-low.cc707 CORE_ADDR last_byte = addr + watch->len - 1; local
715 if (last_byte >= t_low && addr <= t_low + t_hi)

Completed in 278 milliseconds