Searched refs:sorted_index (Results 1 – 4 of 4) sorted by relevance
139 int sorted_index[VIF_POSIT+2]; member
228 for(i=0;i<n;i++)look->sorted_index[i]=info->postlist[look->forward_index[i]]; in floor1_look()620 nonzero+=accumulate_fit(logmask,logmdct,look->sorted_index[i], in floor1_fit()621 look->sorted_index[i+1],fits+i, in floor1_fit()
2765 int sorted_index = array->GetSortedKeyIndex(number); in LinearSearch() local2766 Name* entry = array->GetKey(sorted_index); in LinearSearch()2769 if (out_insertion_index != NULL) *out_insertion_index = sorted_index; in LinearSearch()2772 if (current_hash == hash && entry->Equals(name)) return sorted_index; in LinearSearch()
6097 int sorted_index = descriptors->GetSortedKeyIndex(0); in GetHiddenPropertiesHashTable() local6098 if (descriptors->GetKey(sorted_index) == GetHeap()->hidden_string() && in GetHiddenPropertiesHashTable()6099 sorted_index < map()->NumberOfOwnDescriptors()) { in GetHiddenPropertiesHashTable()6100 DCHECK(descriptors->GetType(sorted_index) == DATA); in GetHiddenPropertiesHashTable()6101 DCHECK(descriptors->GetDetails(sorted_index).representation(). in GetHiddenPropertiesHashTable()6104 sorted_index); in GetHiddenPropertiesHashTable()