Lines Matching defs:bytes
206 unsigned bytes;221 /* write one or two bytes at a time */228 bytes = 2;231 bytes = 1;247 len -= bytes;256 status += bytes;266 /* read one or two bytes at a time */269 bytes = 2;271 bytes = 1;276 len -= bytes;291 if (bytes == 2)293 status += bytes;