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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-tilegx.c 2664 int to_byte = (to + i) / 8;
2667 addr[to_byte] = (addr[to_byte] & ~to_mask)
2661 int to_byte = (to + i) \/ 8; local
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-tilegx.c 2667 int to_byte = (to + i) / 8;
2670 addr[to_byte] = (addr[to_byte] & ~to_mask)
2664 int to_byte = (to + i) \/ 8; local
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-tilegx.c 2665 int to_byte = (to + i) / 8;
2668 addr[to_byte] = (addr[to_byte] & ~to_mask)
2662 int to_byte = (to + i) \/ 8; local
  /src/external/gpl3/gdb/dist/bfd/
elfxx-tilegx.c 2667 int to_byte = (to + i) / 8;
2670 addr[to_byte] = (addr[to_byte] & ~to_mask)
2664 int to_byte = (to + i) \/ 8; local
  /src/external/gpl3/gdb.old/dist/gdb/
ia64-tdep.c 382 int to_byte = to / 8; local
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))
402 c = b[to_byte];
417 int to_byte = to / 8; local
421 if (from_byte == to_byte)
441 for (i = from_byte+1; i < to_byte; i++)
451 c = b[to_byte];
454 b[to_byte] = c
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ia64-tdep.c 382 int to_byte = to / 8; local
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))
402 c = b[to_byte];
417 int to_byte = to / 8; local
421 if (from_byte == to_byte)
441 for (i = from_byte+1; i < to_byte; i++)
451 c = b[to_byte];
454 b[to_byte] = c
    [all...]

Completed in 30 milliseconds