Home | History | Annotate | Download | only in vad

Lines Matching refs:age

71   // Pointer to memory for the 16 minimum values and the age of each value of
73 int16_t* age = &self->index_vector[offset];
78 // Each value in |smallest_values| is getting 1 loop older. Update |age|, and
81 if (age[i] != 100) {
82 age[i]++;
87 age[j] = age[j + 1];
89 age[15] = 101;
152 age[i] = age[i - 1];
155 age[position] = 1;