HomeSort by relevance Sort by last modified time
    Searched refs:num_of_elements (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/system_wrappers/source/
sort.cc 61 #define KEY_QSORT(SORT_KEY, KEY, NUM_OF_ELEMENTS, KEY_TYPE, COMPARE_FUNC) \
64 for (uint32_t i = 0; i < (NUM_OF_ELEMENTS); ++i) { \
68 qsort((SORT_KEY), (NUM_OF_ELEMENTS), sizeof(SortKey), (COMPARE_FUNC)); \
187 inline void IntegerSort(void* data, uint32_t num_of_elements) {
189 boost::integer_sort(data_type, data_type + num_of_elements);
193 inline void FloatSort(void* data, uint32_t num_of_elements) {
196 boost::float_sort_cast(data_type, data_type + num_of_elements, c_val);
200 inline void StdSort(void* data, uint32_t num_of_elements) {
202 std::sort(data_type, data_type + num_of_elements);
208 uint32_t num_of_elements) {
    [all...]
  /external/webrtc/webrtc/system_wrappers/include/
sort.h 38 // num_of_elements The number of elements in the array.
42 int32_t Sort(void* data, uint32_t num_of_elements, Type data_type);
54 // num_of_elements The number of elements in the arrays.
60 int32_t KeySort(void* data, void* key, uint32_t num_of_elements,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
oniguruma.h 710 int num_of_elements; member in struct:__anon9272
    [all...]

Completed in 183 milliseconds