/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | formattedval_iterimpl.cpp | 126 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 D | TransitionTable.cpp | 60 std::sort(result.v.begin(), result.v.end()); in add_compact_entry()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-myanmar.cc | 236 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 D | IceLoopAnalyzer.cpp | 262 std::sort( in ComputeLoopInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | TimeProfiler.cpp | 140 llvm::sort(SortedTotals.begin(), SortedTotals.end(), in Write()
|
/third_party/skia/third_party/externals/tint/tools/ |
H A D | run_tests.py | 142 self.unexpected_failures.sort()
|
/third_party/skia/third_party/externals/tint/tools/src/lut/ |
H A D | lut.go | 19 "sort" 86 sort.Slice(t.sequences, func(i, j int) bool {
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uvector.h | 245 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 D | method_dump.sh | 150 sort -u "$temp_dir"/methods_unsorted_ios.txt \
|
/third_party/python/Lib/ |
H A D | timeit.py | 347 scales.sort(reverse=True)
|
/third_party/skia/experimental/sorttoy/ |
H A D | Fake.h | 179 // Get a material id for this paint that should be jammed into the sort key 225 void sort();
|
/third_party/skia/bench/ |
H A D | check_bench_regressions.py | 180 ratios.sort(reverse=True)
|
/third_party/libabigail/src/ |
H A D | abg-comparison.cc | 106 /// @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 D | Makefile | 465 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 D | Makefile | 162 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 D | module_64.c | 20 #include <linux/sort.h> 215 sort((void *)sechdrs[i].sh_addr, in get_stubs_size()
|
/kernel/linux/linux-6.6/arch/mips/ |
H A D | Makefile | 478 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 D | xfrm_policy.sh | 299 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 D | omap_drv.c | 9 #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 D | tt.c | 65 #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 D | fsmap.c | 11 #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 D | lockdep_proc.c | 21 #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 D | jump_label.c | 14 #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 D | xfs_extfree_item.c | 443 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 D | tegra20-emc.c | 19 #include <linux/sort.h> 366 sort(emc->timings, emc->num_timings, sizeof(*timing), cmp_timings, in tegra_emc_load_timings_from_dt()
|