Lines Matching defs:bytes
96 << 0x2600 bytes, bbbBBBgggGGGrrrRRRxxxXXX
607 size_t bytes = HEADER_SIZE + CAL_COLOR_SIZE*2 + CAL_GRAY_SIZE*2;
612 buf = malloc(bytes);
614 DBG(5, "load_calibration: not enough mem for buffer: %ld\n",(long)bytes);
622 buf, &bytes
1029 size_t bytes = HEADER_SIZE + 1;
1035 buf = malloc(bytes);
1038 (long unsigned)bytes);
1048 buf, &bytes
1091 size_t bytes = HEADER_SIZE + 3;
1097 buf = malloc(bytes);
1100 (long unsigned)bytes);
1110 buf, &bytes
1155 * area that is at least maxlen bytes long. The number of bytes
1160 * When the call succeeds, the number of bytes returned can be
1161 * anywhere in the range from 0 to maxlen bytes.
1227 size_t bytes = HEADER_SIZE + s->gray_block_size;
1235 buf = malloc(bytes);
1238 (long unsigned)bytes);
1246 buf, &bytes
1292 size_t bytes = HEADER_SIZE + s->color_block_size;
1300 buf = malloc(bytes);
1303 (long unsigned)bytes);
1311 buf, &bytes
1392 size_t bytes = sizeof(buf);
1402 buf, &bytes
1413 size_t bytes = sizeof(buf);
1421 buf, &bytes
1540 DBG(25, "cmd: writing %ld bytes, timeout %d\n", (long)cmdLen, cmdTime);
1543 DBG(25, "cmd: wrote %ld bytes, retVal %d\n", (long)cmdLen, ret);
1564 DBG(25, "out: writing %ld bytes, timeout %d\n", (long)outLen, outTime);
1567 DBG(25, "out: wrote %ld bytes, retVal %d\n", (long)outLen, ret);
1591 DBG(25, "in: reading %ld bytes, timeout %d\n", (long)*inLen, inTime);
1603 DBG(25, "in: read %ld bytes\n", (long)*inLen);