Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dmediancut.c107 const unsigned int a = base[aidx].tmp.sort_value, b = in qsort_pivot()
108 base[bidx].tmp.sort_value, c = base[cidx].tmp.sort_value; in qsort_pivot()
125 const unsigned int pivot_value = base[0].tmp.sort_value; in qsort_partition()
127 if (base[l].tmp.sort_value >= pivot_value) { in qsort_partition()
130 while (l < --r && base[r].tmp.sort_value <= pivot_value) { in qsort_partition()
239 achv[b->ind + i].tmp.sort_value = in prepare_sort()
Dpam.h237 unsigned int sort_value; member
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array-prototype.c1187 ecma_value_t sort_value = ecma_builtin_helper_array_heap_sort_helper (values_buffer, in ecma_builtin_array_prototype_object_sort() local
1191 if (ECMA_IS_VALUE_ERROR (sort_value)) in ecma_builtin_array_prototype_object_sort()
1196 ecma_free_value (sort_value); in ecma_builtin_array_prototype_object_sort()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c1535 ECMA_TRY_CATCH (sort_value, in ecma_builtin_typedarray_prototype_sort()
1541 ECMA_FINALIZE (sort_value); in ecma_builtin_typedarray_prototype_sort()