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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-tilegx.c 2662 int from_byte = (from + i) / 8;
2668 | ((addr[from_byte] >> from_bit << to_bit) & to_mask);
2659 int from_byte = (from + i) \/ 8; local
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-tilegx.c 2665 int from_byte = (from + i) / 8;
2671 | ((addr[from_byte] >> from_bit << to_bit) & to_mask);
2662 int from_byte = (from + i) \/ 8; local
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-tilegx.c 2663 int from_byte = (from + i) / 8;
2669 | ((addr[from_byte] >> from_bit << to_bit) & to_mask);
2660 int from_byte = (from + i) \/ 8; local
  /src/external/gpl3/gdb/dist/bfd/
elfxx-tilegx.c 2665 int from_byte = (from + i) / 8;
2671 | ((addr[from_byte] >> from_bit << to_bit) & to_mask);
2662 int from_byte = (from + i) \/ 8; local
  /src/external/gpl3/gdb.old/dist/gdb/
ia64-tdep.c 381 int from_byte = from / 8; local
388 c = b[from_byte];
389 if (from_byte == to_byte)
394 for (i = from_byte+1; i < to_byte; i++)
400 if (from_byte < to_byte && (to % 8 != 0))
416 int from_byte = from / 8; local
421 if (from_byte == to_byte)
424 c = b[from_byte];
430 b[from_byte] = c;
435 c = b[from_byte];
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ia64-tdep.c 381 int from_byte = from / 8; local
388 c = b[from_byte];
389 if (from_byte == to_byte)
394 for (i = from_byte+1; i < to_byte; i++)
400 if (from_byte < to_byte && (to % 8 != 0))
416 int from_byte = from / 8; local
421 if (from_byte == to_byte)
424 c = b[from_byte];
430 b[from_byte] = c;
435 c = b[from_byte];
    [all...]

Completed in 58 milliseconds