HomeSort by relevance Sort by last modified time
    Searched full:least_used_index (Results 1 - 1 of 1) sorted by null

  /system/tpm/attestation/server/
attestation_service.cc 824 int least_used_index = 0; local
826 if (histogram[i] < histogram[least_used_index])
827 least_used_index = i;
829 if (histogram[least_used_index] > 0) {
837 new_record->set_temporal_index(least_used_index);
839 return least_used_index;

Completed in 951 milliseconds