Lines Matching refs:count
308 int count[NUM_COUNTERS], overflow, i, j;
318 count[i] = 0;
328 count[j]++;
346 i, count[i]);
678 int index, count;
680 for (index = 0, count = tablePtr->keyType, iPtr1 = arrayPtr;
681 count > 0; count--, iPtr1++) {
693 count = tablePtr->keyType; ; count--, iPtr1++, iPtr2++) {
694 if (count == 0) {
738 int index, count;
740 for (index = 0, count = tablePtr->keyType, iPtr1 = arrayPtr;
741 count > 0; count--, iPtr1++) {
753 count = tablePtr->keyType; ; count--, iPtr1++, iPtr2++) {
754 if (count == 0) {
775 for (iPtr1 = arrayPtr, iPtr2 = hPtr->key.words, count = tablePtr->keyType;
776 count > 0; count--, iPtr1++, iPtr2++) {
879 int oldSize, count, index;
895 for (count = tablePtr->numBuckets, newChainPtr = tablePtr->buckets;
896 count > 0; count--, newChainPtr++) {
916 int count;
918 for (index = 0, count = tablePtr->keyType,
919 iPtr = hPtr->key.words; count > 0; count--, iPtr++) {