Lines Matching defs:offs
466 int offs = 0;491 while (offs < count) {493 data = *(buf+offs);494 offs++;739 int offs = 0;743 while (offs < count) {762 if (len > (count-offs))763 len = (count-offs);767 memcpy(dest, buf+offs, len);769 offs += len;