Lines Matching defs:count
39 int odd, count;50 count = len >> 1; /* nr of 16-bit words.. */51 if (count) {54 count--;58 count >>= 1; /* nr of 32-bit words.. */59 if (count) {60 while (count >= 4) {70 count -= 4;73 while (count) {75 count--;