Searched defs:to_byte (Results 1 - 1 of 1) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dbreakpoint.c38 int to_byte = to / 8; local
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)) {
56 c = b[to_byte];
69 int to_byte = to / 8; local
73 if (from_byte == to_byte) {
92 for (i = from_byte + 1; i < to_byte; i++) {
100 c = b[to_byte];
104 b[to_byte]
[all...]

Completed in 187 milliseconds