Home
last modified time | relevance | path

Searched refs:sort (Results 401 - 425 of 3069) sorted by relevance

1...<<11121314151617181920>>...123

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dcomparator_deep_blocks_first_test.cpp123 std::sort(blocks.begin(), blocks.end(), in TEST()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duspoof_conf.h54 // This is sort of like a sorted set of strings, except that ICU's anemic
74 void sort(UErrorCode &status);
/third_party/optimized-routines/
H A DMakefile48 DIRS = $(sort $(patsubst %/,%,$(dir $(ALL_FILES))))
/third_party/skia/third_party/externals/sfntly/cpp/tools/
H A Dcmap_data_generator_xml.py62 cmap_entries.sort()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceSwitchLowering.cpp36 std::sort(CaseClusters.begin(), CaseClusters.end(), in clusterizeSwitch()
/third_party/skia/third_party/harfbuzz/
H A Droll-harfbuzz.sh67 GN_SOURCE_DUPLICATES=$(sort ${HB_BUILD_DIR_REL}/BUILD.gn | uniq -d | grep -oE "\"\\\$_src/[^\"]+\"")
/third_party/skia/tools/
H A DStats.h51 std::sort(sorted.begin(), sorted.end()); in Stats()
/third_party/skia/third_party/externals/icu/scripts/
H A Dsjis_gen.sh130 unsorted_table | sort | uniq
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DStructuralMessageInfo.java158 Collections.sort(fields); in build()
/third_party/protobuf/kokoro/linux/
H A Dmake_test_output.py68 ret.sort(key=lambda x: x["name"])
/third_party/python/Lib/idlelib/
H A Dwindow.py32 list.sort()
/third_party/selinux/libsepol/src/
H A Dkernel_to_common.h112 char *ebitmap_to_str(const struct ebitmap *map, char **val_to_name, int sort);
/third_party/spirv-tools/source/opt/
H A Dstrip_debug_info_pass.cpp84 std::sort(to_kill.begin(), to_kill.end(), in Process()
/third_party/spirv-tools/test/fuzz/
H A Dcomparator_deep_blocks_first_test.cpp123 std::sort(blocks.begin(), blocks.end(), in TEST()
/third_party/vk-gl-cts/framework/common/
H A DtcuCPUWarmup.cpp48 std::sort(DE_ARRAY_BEGIN(temp), DE_ARRAY_END(temp));
/third_party/zlib/
H A Dzlib2ansi88 sort { $tmp{$a} <=> $tmp{$b} }
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dmodule-plts.c10 #include <linux/sort.h>
109 /* sort by type and symbol index */ in cmp_rel()
256 /* sort by type and symbol index */ in module_frob_arch_sections()
257 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); in module_frob_arch_sections()
/kernel/linux/linux-5.10/arch/powerpc/kexec/
H A Dranges.c19 #include <linux/sort.h>
123 /* cmp_func_t callback to sort ranges with sort() */
137 * @mem_rngs: Range list to sort.
150 sort(&(mem_rngs->ranges[0]), mem_rngs->nr_ranges, in sort_memory_ranges()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dmodule_32.c19 #include <linux/sort.h>
104 sort((void *)hdr + sechdrs[i].sh_offset, in get_plt_size()
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/
H A Dclock.c8 #include <linux/sort.h>
205 sort(clk->list.rates, tot_rate_cnt, sizeof(*rate), in scmi_clock_describe_rates_get()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dmodule-plts.c10 #include <linux/sort.h>
104 /* sort by type and symbol index */ in cmp_rel()
251 /* sort by type and symbol index */ in module_frob_arch_sections()
252 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dmodule_32.c19 #include <linux/sort.h>
105 sort((void *)hdr + sechdrs[i].sh_offset, in get_plt_size()
/kernel/linux/linux-6.6/arch/powerpc/kexec/
H A Dranges.c19 #include <linux/sort.h>
123 /* cmp_func_t callback to sort ranges with sort() */
137 * @mem_rngs: Range list to sort.
150 sort(&(mem_rngs->ranges[0]), mem_rngs->nr_ranges, in sort_memory_ranges()
/kernel/linux/linux-6.6/arch/s390/boot/
H A DMakefile59 s1=`$(OBJDUMP) -t -j "$*" "$<" | sort | \
61 s2=`$(OBJDUMP) -t -j "$*" "$(word 2,$^)" | sort | \
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dselftest_engine_heartbeat.c7 #include <linux/sort.h>
248 sort(times, ARRAY_SIZE(times), sizeof(times[0]), cmp_u32, NULL); in __live_heartbeat_fast()

Completed in 13 milliseconds

1...<<11121314151617181920>>...123