HomeSort by: relevance | last modified time | path
    Searched defs:num_bytes_off_dvc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
ppc-linux-nat.c 2396 int i, num_byte_enable, align_offset, num_bytes_off_dvc, local
2409 num_bytes_off_dvc = (addr_end_data > addr_end_dvc)?
2411 num_byte_enable = len - num_bytes_off_dvc;
2425 *condition_value = ((uint64_t) data_value >> num_bytes_off_dvc * 8
  /src/external/gpl3/gdb/dist/gdb/
ppc-linux-nat.c 2396 int i, num_byte_enable, align_offset, num_bytes_off_dvc, local
2409 num_bytes_off_dvc = (addr_end_data > addr_end_dvc)?
2411 num_byte_enable = len - num_bytes_off_dvc;
2425 *condition_value = ((uint64_t) data_value >> num_bytes_off_dvc * 8

Completed in 17 milliseconds