Home
last modified time | relevance | path

Searched defs:sort (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpstl_sort.h62 sort(_ExecutionPolicy&& __policy, _RandomAccessIterator __first, _RandomAccessIterator __last, _Com… in sort() function
72 sort(_ExecutionPolicy&& __policy, _RandomAccessIterator __first, _RandomAccessIterator __last) { in sort() function
/freebsd/tools/tools/sortbench/
H A Dsort_bench.c62 enum sort { MERGE, WIKI, QUICK, HEAP, INVALID_ALG }; enum
64 enum sort { MERGE, QUICK, HEAP, INVALID_ALG }; enum
71 sort(int *testarray, int elts, enum sort s) in sort() function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsort.h36 #define sort(base, num, size, cmp, swap) do { \ macro
/freebsd/contrib/libcbor/examples/
H A DCMakeLists.txt13 add_executable(sort sort.c) target
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dsimple_ilist.h269 void sort() { sort(std::less<T>()); } in sort() function
298 void simple_ilist<T, Options...>::sort(Compare comp) { in sort() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp127 void LVRange::sort() { in sort() function in LVRange
/freebsd/usr.bin/dtc/
H A Ddtc.cc112 bool sort = false; in main() local
H A Dfdt.hh1025 void sort() in sort() function in dtc::fdt::device_tree
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DArrayList.h80 void sort(function_ref<bool(const T &LHS, const T &RHS)> Comparator) { in sort() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp141 void StatisticInfo::sort() { in sort() function in StatisticInfo
/freebsd/sbin/ipfw/
H A Dnptv6.c414 nptv6_foreach(nptv6_cb_t *f, const char *name, uint8_t set, int sort) in nptv6_foreach()
H A Dnat64clat.c499 nat64clat_foreach(nat64clat_cb_t *f, const char *name, uint8_t set, int sort) in nat64clat_foreach()
H A Dnat64stl.c515 nat64stl_foreach(nat64stl_cb_t *f, const char *name, uint8_t set, int sort) in nat64stl_foreach()
H A Dnat64lsn.c847 nat64lsn_foreach(nat64lsn_cb_t *f, const char *name, uint8_t set, int sort) in nat64lsn_foreach()
H A Dnat.c1069 nat_foreach(nat_cb_t *f, void *arg, int sort) in nat_foreach()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c151 zap_leaf_init(zap_leaf_t *l, boolean_t sort) in zap_leaf_init()
758 zap_leaf_split(zap_leaf_t *l, zap_leaf_t *nl, boolean_t sort) in zap_leaf_split()
/freebsd/usr.sbin/lpr/pac/
H A Dpac.c60 static int sort; /* Sort by cost */ variable
/freebsd/contrib/lua/src/
H A Dltablib.c399 static int sort (lua_State *L) { in sort() function
/freebsd/usr.bin/mail/
H A Dcmd3.c498 sort(char **list) in sort() function
/freebsd/tools/tools/net80211/stumbler/
H A Dstumbler.c453 int sort = 0; in update_node() local
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_qp.c775 int sort[MLX4_NUM_QP_REGION]; in mlx4_init_qp_table() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp262 void OutputSection::sort(llvm::function_ref<int(InputSectionBase *s)> order) { in sort() function in OutputSection
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp379 void kmp_stats_event_vector::sort() { in sort() function in kmp_stats_event_vector
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c1406 bool sort = false; in lua_ucl_to_format() local
/freebsd/bin/ps/
H A Dps.c104 static enum sort { DEFAULT, SORTMEM, SORTCPU } sortby = DEFAULT; enum

12