Lines Matching defs:bytes
209 unsigned bytes;224 /* write one or two bytes at a time */231 bytes = 2;234 bytes = 1;250 len -= bytes;259 status += bytes;269 /* read one or two bytes at a time */272 bytes = 2;274 bytes = 1;279 len -= bytes;294 if (bytes == 2)296 status += bytes;