Home
last modified time | relevance | path

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

12

/freebsd-13-stable/tools/tools/sortbench/
HDsort_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-13-stable/contrib/libcbor/examples/
HDCMakeLists.txt13 add_executable(sort sort.c) target
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDsort.h36 #define sort(base, num, size, cmp, swap) do { \ macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDsimple_ilist.h269 void sort() { sort(std::less<T>()); } in sort() function
298 void simple_ilist<T, Options...>::sort(Compare comp) { in sort() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVRange.cpp127 void LVRange::sort() { in sort() function in LVRange
/freebsd-13-stable/usr.bin/dtc/
HDdtc.cc112 bool sort = false; in main() local
HDfdt.hh1017 void sort() in sort() function in dtc::fdt::device_tree
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDArrayList.h80 void sort(function_ref<bool(const T &LHS, const T &RHS)> Comparator) { in sort() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDStatistic.cpp141 void StatisticInfo::sort() { in sort() function in StatisticInfo
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDzap_leaf.c160 zap_leaf_init(zap_leaf_t *l, boolean_t sort) in zap_leaf_init()
766 zap_leaf_split(zap_leaf_t *l, zap_leaf_t *nl, boolean_t sort) in zap_leaf_split()
/freebsd-13-stable/sbin/ipfw/
HDnptv6.c415 nptv6_foreach(nptv6_cb_t *f, const char *name, uint8_t set, int sort) in nptv6_foreach()
HDnat64clat.c500 nat64clat_foreach(nat64clat_cb_t *f, const char *name, uint8_t set, int sort) in nat64clat_foreach()
HDnat64stl.c516 nat64stl_foreach(nat64stl_cb_t *f, const char *name, uint8_t set, int sort) in nat64stl_foreach()
HDnat64lsn.c848 nat64lsn_foreach(nat64lsn_cb_t *f, const char *name, uint8_t set, int sort) in nat64lsn_foreach()
HDnat.c1069 nat_foreach(nat_cb_t *f, void *arg, int sort) in nat_foreach()
/freebsd-13-stable/usr.sbin/lpr/pac/
HDpac.c72 static int sort; /* Sort by cost */ variable
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__algorithm/
HDpstl.h559 sort(_ExecutionPolicy&& __policy, _RandomAccessIterator __first, _RandomAccessIterator __last, _Com… in sort() function
571 sort(_ExecutionPolicy&& __policy, _RandomAccessIterator __first, _RandomAccessIterator __last) { in sort() function
/freebsd-13-stable/contrib/lua/src/
HDltablib.c397 static int sort (lua_State *L) { in sort() function
/freebsd-13-stable/usr.bin/mail/
HDcmd3.c504 sort(char **list) in sort() function
/freebsd-13-stable/tools/tools/net80211/stumbler/
HDstumbler.c453 int sort = 0; in update_node() local
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
HDmlx4_qp.c775 int sort[MLX4_NUM_QP_REGION]; in mlx4_init_qp_table() local
/freebsd-13-stable/contrib/libucl/lua/
HDlua_ucl.c1406 bool sort = false; in lua_ucl_to_format() local
/freebsd-13-stable/bin/ps/
HDps.c117 static enum sort { DEFAULT, SORTMEM, SORTCPU } sortby = DEFAULT; enum
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_stats.cpp379 void kmp_stats_event_vector::sort() { in sort() function in kmp_stats_event_vector
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDOutputSections.cpp278 void OutputSection::sort(llvm::function_ref<int(InputSectionBase *s)> order) { in sort() function in OutputSection

12