Lines Matching defs:size
36 unsigned int size = EC_SPACE_SIZE;40 if (*off >= size)42 if (*off + count >= size) {43 size -= *off;44 count = size;46 size = count;48 while (size) {59 size--;71 unsigned int size = count;81 size = EC_SPACE_SIZE - *off;82 count = size;85 while (size) {97 size--;