Home | History | Annotate | Download | only in gdb

Lines Matching defs:to_byte

382   int to_byte = to / 8;
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;
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;