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;
Indexes created Sun Aug 09 00:24:28 UTC 2026