Lines Matching defs:chunk
441 unsigned int chunk = 0; /* The amount to read/wr from THIS block */
475 * "width" and "chunk" are in units of whatever data
478 * "width" and "chunk" must be adjusted with "<<size"
491 chunk = (length - offset) >> size;
493 /* Figure the chunk size */
494 width -= chunk;
496 /* Reduce width by the current chunk */
502 chunk = width;
558 switch (chunk) {
585 switch (chunk) {
608 for (; chunk > 0; chunk--) {
618 for (; chunk > 0; chunk--) {
627 for (; chunk > 0; chunk--) {
638 for (; chunk > 0; chunk--) {
648 for (; chunk > 0; chunk--) {
658 for (; chunk > 0; chunk--) {