HomeSort by relevance Sort by last modified time
    Searched defs:from_byte (Results 1 - 2 of 2) sorted by null

  /external/ltrace/sysdeps/linux-gnu/ia64/
breakpoint.c 37 int from_byte = from / 8; local
44 c = b[from_byte];
45 if (from_byte == to_byte)
50 for (i = from_byte + 1; i < to_byte; i++) {
55 if (from_byte < to_byte && (to % 8 != 0)) {
68 int from_byte = from / 8; local
73 if (from_byte == to_byte) {
75 c = b[from_byte];
83 b[from_byte] = c;
86 c = b[from_byte];
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-tilegx.c 2973 int from_byte = (from + i) \/ 8; local
    [all...]

Completed in 88 milliseconds