Lines Matching defs:b_size
52 size_t b_size;
70 b_size = BUFFER_SIZE;
72 *buffer_size = b_size;
74 b = malloc (b_size);
87 "picture %zu bytes\n", b_size);
97 "picture %zu bytes\n", b_size);
104 memset (b, pattern, b_size);
120 b_size = (size_t) lines * (size_t) bpl;
122 *buffer_size = b_size;
123 b = malloc (b_size);
132 "%zu bytes, %d bpl, %d ppl, %d lines\n", b_size, bpl, ppl, lines);
219 b_size = (size_t) lines * (size_t) bpl;
222 *buffer_size = b_size;
223 b = malloc (b_size);
232 "%zu bytes, %d bpl, %d lines\n", b_size, bpl, lines);
233 memset (b, 255, b_size);
260 b_size = (size_t) lines * (size_t) bpl;
263 *buffer_size = b_size;
264 b = malloc (b_size);
273 "%zu bytes, %d bpl, %d lines\n", b_size, bpl, lines);
274 memset (b, 0x55, b_size);
309 b_size = (size_t) lines * (size_t) bpl;
312 *buffer_size = b_size;
313 b = malloc (b_size);
322 "%zu bytes, %d bpl, %d lines\n", b_size, bpl, lines);
323 memset (b, 0x55, b_size);
370 b_size = (size_t) lines * (size_t) bpl;
373 *buffer_size = b_size;
374 b = malloc (b_size);
383 "picture %zu bytes, %d bpl, %d lines\n", b_size, bpl, lines);
384 memset (b, 0x55, b_size);
437 b_size = (size_t) lines * (size_t) bpl;
440 *buffer_size = b_size;
441 b = malloc (b_size);
450 "test picture %zu bytes, %d bpl, %d lines\n", b_size, bpl, lines);
451 memset (b, 0x55, b_size);
505 b_size = (size_t) lines * (size_t) bpl;
508 *buffer_size = b_size;
509 b = malloc (b_size);
518 "%zu bytes, %d bpl, %d lines\n", b_size, bpl, lines);
519 memset (b, 0x55, b_size);
585 b_size = (size_t) lines * (size_t) bpl;
588 *buffer_size = b_size;
589 b = malloc (b_size);
598 "test picture %zu bytes, %d bpl, %d lines\n", b_size, bpl, lines);
599 memset (b, 0x55, b_size);
651 b_size = (size_t) lines * (size_t) bpl;
654 *buffer_size = b_size;
655 b = malloc (b_size);
665 "%zu bytes, %d bpl, %d lines\n", b_size, bpl, lines);
666 memset (b, 0x55, b_size);
757 b_size = (size_t) lines * (size_t) bpl;
760 *buffer_size = b_size;
761 b = malloc (b_size);
770 "test picture %zu bytes, %d bpl, %d lines\n", b_size, bpl, lines);
771 memset (b, 0x55, b_size);