Home | History | Annotate | Download | only in vad

Lines Matching refs:age

70   // Pointer to memory for the 16 minimum values and the age of each value of
72 int16_t* age = &self->index_vector[offset];
77 // Each value in |smallest_values| is getting 1 loop older. Update |age|, and
80 if (age[i] != 100) {
81 age[i]++;
86 age[j] = age[j + 1];
88 age[15] = 101;
151 age[i] = age[i - 1];
154 age[position] = 1;