Home
last modified time | relevance | path

Searched refs:sorted_index (Results 1 – 4 of 4) sorted by relevance

/external/libvorbis/lib/
Dcodec_internal.h139 int sorted_index[VIF_POSIT+2]; member
Dfloor1.c228 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()
/external/v8/src/
Dobjects-inl.h2765 int sorted_index = array->GetSortedKeyIndex(number); in LinearSearch() local
2766 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()
Dobjects.cc6097 int sorted_index = descriptors->GetSortedKeyIndex(0); in GetHiddenPropertiesHashTable() local
6098 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()