Searched refs:numOfElements (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dsort.cc223 inline void IntegerSort(void* data, WebRtc_UWord32 numOfElements)
226 boost::integer_sort(dataT, dataT + numOfElements);
230 inline void FloatSort(void* data, WebRtc_UWord32 numOfElements)
234 boost::float_sort_cast(dataT, dataT + numOfElements, cVal);
238 inline void StdSort(void* data, WebRtc_UWord32 numOfElements)
241 std::sort(dataT, dataT + numOfElements);
247 WebRtc_UWord32 numOfElements)
249 ptrSortKey = new(std::nothrow) SortKey<KeyType>[numOfElements];
256 for (WebRtc_UWord32 i = 0; i < numOfElements; i++)
268 WebRtc_UWord32 numOfElements, WebRtc_UWord3
337 Sort(void* data, WebRtc_UWord32 numOfElements, Type type) argument
420 KeySort(void* data, void* key, WebRtc_UWord32 numOfElements, WebRtc_UWord32 sizeOfElement, Type keyType) argument
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Dsort.h38 // numOfElements The number of elements in the array.
42 WebRtc_Word32 Sort(void* data, WebRtc_UWord32 numOfElements, Type dataType);
54 // numOfElements The number of elements in the arrays.
60 WebRtc_Word32 KeySort(void* data, void* key, WebRtc_UWord32 numOfElements,

Completed in 274 milliseconds