Lines Matching defs:counter
346 int value, counter = 0, rshift = 10, lshift = 30;350 if (counter >= 256)356 table[counter++] = value;372 for (; !table[counter - 1]; counter--)373 if (counter <= 0)376 *nb_elements = counter;378 if (counter < 256)379 memset(&table[counter], 0, 4 * (256 - counter));