HomeSort by: relevance | last modified time | path
    Searched refs:last_byte (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/nat/
mips-linux-watch.c 231 CORE_ADDR base_addr, last_byte, break_addr, segment_len; local
240 last_byte = addr + len - 1;
241 mask_bits = fill_mask (addr ^ last_byte) | IRW_MASK;
252 if (addr >= t_low && last_byte <= (t_low + t_hi))
  /src/external/gpl3/gdb.old/dist/gdb/nat/
mips-linux-watch.c 231 CORE_ADDR base_addr, last_byte, break_addr, segment_len; local
240 last_byte = addr + len - 1;
241 mask_bits = fill_mask (addr ^ last_byte) | IRW_MASK;
252 if (addr >= t_low && last_byte <= (t_low + t_hi))
  /src/sys/arch/arm/xscale/
iopi2c.c 199 int error, last_byte = (flags & I2C_F_LAST) != 0, local
203 sc->sc_icr | IIC_ICR_TB | (last_byte ? IIC_ICR_NACK : 0) |
pxa2x0_i2c.c 500 int last_byte = flags & I2C_F_LAST; local
505 | (last_byte ? ICR_ACKNAK : 0) | (send_stop ? ICR_STOP : 0));
  /src/external/gpl3/gdb/dist/gdbserver/
linux-mips-low.cc 705 CORE_ADDR last_byte = addr + watch->len - 1; local
713 if (last_byte >= t_low && addr <= t_low + t_hi)
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-mips-low.cc 706 CORE_ADDR last_byte = addr + watch->len - 1; local
714 if (last_byte >= t_low && addr <= t_low + t_hi)
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 6803 byte_offset_t last_byte = (next_bit / 8) - 1; local
6804 if (last_byte == start_byte)
6812 last_byte.to_uhwi ());

Completed in 34 milliseconds