/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | comparator_deep_blocks_first_test.cpp | 123 std::sort(blocks.begin(), blocks.end(), in TEST()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uspoof_conf.h | 54 // 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 D | Makefile | 48 DIRS = $(sort $(patsubst %/,%,$(dir $(ALL_FILES))))
|
/third_party/skia/third_party/externals/sfntly/cpp/tools/ |
H A D | cmap_data_generator_xml.py | 62 cmap_entries.sort()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceSwitchLowering.cpp | 36 std::sort(CaseClusters.begin(), CaseClusters.end(), in clusterizeSwitch()
|
/third_party/skia/third_party/harfbuzz/ |
H A D | roll-harfbuzz.sh | 67 GN_SOURCE_DUPLICATES=$(sort ${HB_BUILD_DIR_REL}/BUILD.gn | uniq -d | grep -oE "\"\\\$_src/[^\"]+\"")
|
/third_party/skia/tools/ |
H A D | Stats.h | 51 std::sort(sorted.begin(), sorted.end()); in Stats()
|
/third_party/skia/third_party/externals/icu/scripts/ |
H A D | sjis_gen.sh | 130 unsorted_table | sort | uniq
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | StructuralMessageInfo.java | 158 Collections.sort(fields); in build()
|
/third_party/protobuf/kokoro/linux/ |
H A D | make_test_output.py | 68 ret.sort(key=lambda x: x["name"])
|
/third_party/python/Lib/idlelib/ |
H A D | window.py | 32 list.sort()
|
/third_party/selinux/libsepol/src/ |
H A D | kernel_to_common.h | 112 char *ebitmap_to_str(const struct ebitmap *map, char **val_to_name, int sort);
|
/third_party/spirv-tools/source/opt/ |
H A D | strip_debug_info_pass.cpp | 84 std::sort(to_kill.begin(), to_kill.end(), in Process()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | comparator_deep_blocks_first_test.cpp | 123 std::sort(blocks.begin(), blocks.end(), in TEST()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCPUWarmup.cpp | 48 std::sort(DE_ARRAY_BEGIN(temp), DE_ARRAY_END(temp));
|
/third_party/zlib/ |
H A D | zlib2ansi | 88 sort { $tmp{$a} <=> $tmp{$b} }
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | module-plts.c | 10 #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 D | ranges.c | 19 #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 D | module_32.c | 19 #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 D | clock.c | 8 #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 D | module-plts.c | 10 #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 D | module_32.c | 19 #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 D | ranges.c | 19 #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 D | Makefile | 59 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 D | selftest_engine_heartbeat.c | 7 #include <linux/sort.h> 248 sort(times, ARRAY_SIZE(times), sizeof(times[0]), cmp_u32, NULL); in __live_heartbeat_fast()
|