Home
last modified time | relevance | path

Searched refs:sort (Results 751 - 775 of 3069) sorted by relevance

1...<<31323334353637383940>>...123

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformattedval_iterimpl.cpp126 void FormattedValueFieldPositionIteratorImpl::sort() { in sort() function in FormattedValueFieldPositionIteratorImpl
127 // Use bubble sort, O(N^2) but easy and no fancy data structures. in sort()
/third_party/skia/src/sksl/lex/
H A DTransitionTable.cpp60 std::sort(result.v.begin(), result.v.end()); in add_compact_entry()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-myanmar.cc236 buffer->sort (start, end, compare_myanmar_order); in initial_reordering_consonant_syllable()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceLoopAnalyzer.cpp262 std::sort( in ComputeLoopInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTimeProfiler.cpp140 llvm::sort(SortedTotals.begin(), SortedTotals.end(), in Write()
/third_party/skia/third_party/externals/tint/tools/
H A Drun_tests.py142 self.unexpected_failures.sort()
/third_party/skia/third_party/externals/tint/tools/src/lut/
H A Dlut.go19 "sort"
86 sort.Slice(t.sequences, func(i, j int) bool {
/third_party/skia/third_party/externals/icu/source/common/
H A Duvector.h245 void sort(UElementComparator *compare, UErrorCode &ec);
248 * Stable sort the contents of this vector using a caller-supplied function
250 * than UVector::sort() because an additional user parameter can be passed to
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dmethod_dump.sh150 sort -u "$temp_dir"/methods_unsorted_ios.txt \
/third_party/python/Lib/
H A Dtimeit.py347 scales.sort(reverse=True)
/third_party/skia/experimental/sorttoy/
H A DFake.h179 // Get a material id for this paint that should be jammed into the sort key
225 void sort();
/third_party/skia/bench/
H A Dcheck_bench_regressions.py180 ratios.sort(reverse=True)
/third_party/libabigail/src/
H A Dabg-comparison.cc106 /// @param enumerators_map the map to sort.
118 std::sort(sorted.begin(), sorted.end(), comp); in sort_enumerators()
123 /// @param enumerators_map the map to sort.
137 std::sort(sorted.begin(), sorted.end(), comp); in sort_changed_enumerators()
142 /// @param data_members the map of changed data members to sort.
156 std::sort(sorted.begin(), sorted.end(), comp); in sort_data_members()
161 /// @param to_sort the vector to sort.
166 std::sort(to_sort.begin(), to_sort.end(), comp); in sort_changed_data_members()
172 /// @param map the map to sort.
186 std::sort(sorte in sort_string_function_ptr_map()
[all...]
/kernel/linux/linux-5.10/arch/mips/
H A DMakefile465 for board in $(sort $(BOARDS)); do echo " $${board}"; done
476 $(foreach cfg,$(sort $(legacy_defconfigs)),
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A DMakefile162 src-wlib := $(sort $(src-wlib-y))
163 src-plat := $(sort $(src-plat-y))
383 $(addprefix $(obj)/, $(sort $(filter zImage.%, $(image-y)))): vmlinux $(wrapperbits) FORCE
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dmodule_64.c20 #include <linux/sort.h>
215 sort((void *)sechdrs[i].sh_addr, in get_stubs_size()
/kernel/linux/linux-6.6/arch/mips/
H A DMakefile478 for board in $(sort $(BOARDS)); do echo " $${board}"; done
489 $(foreach cfg,$(sort $(legacy_defconfigs)),
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dxfrm_policy.sh299 for j in $(seq 0 16 255 | sort -R); do
312 for j in $(seq 0 16 255 | sort -R); do
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_drv.c9 #include <linux/sort.h>
312 sort(priv->pipes, priv->num_pipes, sizeof(priv->pipes[0]), in omap_modeset_init()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c65 #include <linux/sort.h>
647 /*sort cmd array*/ in iwl_mvm_send_temp_report_ths_cmd()
648 sort(cmd.thresholds, idx, sizeof(s16), compare_temps, NULL); in iwl_mvm_send_temp_report_ths_cmd()
650 /* we should save the indexes of trips because we sort in iwl_mvm_send_temp_report_ths_cmd()
/kernel/linux/linux-5.10/fs/ext4/
H A Dfsmap.c11 #include <linux/sort.h>
656 sort(handlers, EXT4_GETFSMAP_DEVS, sizeof(struct ext4_getfsmap_dev), in ext4_getfsmap()
/kernel/linux/linux-5.10/kernel/locking/
H A Dlockdep_proc.c21 #include <linux/sort.h>
405 * sort on absolute number of contentions
662 sort(data->stats, data->iter_end - data->stats, in lock_stat_open()
/kernel/linux/linux-5.10/kernel/
H A Djump_label.c14 #include <linux/sort.h>
90 sort(start, size, sizeof(struct jump_entry), jump_label_cmp, swapfn); in jump_label_sort_entries()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_extfree_item.c443 bool sort) in xfs_extent_free_create_intent()
452 if (sort) in xfs_extent_free_create_intent()
439 xfs_extent_free_create_intent( struct xfs_trans *tp, struct list_head *items, unsigned int count, bool sort) xfs_extent_free_create_intent() argument
/kernel/linux/linux-5.10/drivers/memory/tegra/
H A Dtegra20-emc.c19 #include <linux/sort.h>
366 sort(emc->timings, emc->num_timings, sizeof(*timing), cmp_timings, in tegra_emc_load_timings_from_dt()

Completed in 24 milliseconds

1...<<31323334353637383940>>...123