Lines Matching defs:count
37 int odd, count;48 count = len >> 1; /* nr of 16-bit words.. */49 if (count) {52 count--;56 count >>= 1; /* nr of 32-bit words.. */57 if (count) {60 count--;64 count >>= 1; /* nr of 64-bit words.. */65 if (count) {69 count--;74 } while (count);