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

12

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dsort.h36 #define sort(base, num, size, cmp, swap) do { \ macro
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_sort.h74 inline constexpr auto sort = __sort::__fn{}; member in namespace:ranges::__cpo
H A Dsort.h1003 sort(_RandomAccessIterator __first, _RandomAccessIterator __last, _Comp __comp) { function
1009 sort(_RandomAccessIterator __first, _RandomAccessIterator __last) { function
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp127 void LVRange::sort() { function in class:LVRange
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp141 void StatisticInfo::sort() { function in class:StatisticInfo
/freebsd-current/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) function
[all...]
/freebsd-current/usr.bin/dtc/
H A Ddtc.cc112 bool sort = false; local
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DArrayList.h80 void sort(function_ref<bool(const T &LHS, const T &RHS)> Comparator) { function in class:llvm::dwarf_linker::parallel::ArrayList
/freebsd-current/contrib/lua/src/
H A Dltablib.c399 static int sort (lua_State *L) { function
/freebsd-current/usr.bin/mail/
H A Dcmd3.c498 sort(char **list) function
/freebsd-current/sbin/ipfw/
H A Dnat64lsn.c847 nat64lsn_foreach(nat64lsn_cb_t *f, const char *name, uint8_t set, int sort) argument
H A Dnat64clat.c499 nat64clat_foreach(nat64clat_cb_t *f, const char *name, uint8_t set, int sort) argument
H A Dnat64stl.c515 nat64stl_foreach(nat64stl_cb_t *f, const char *name, uint8_t set, int sort) argument
H A Dnptv6.c414 nptv6_foreach(nptv6_cb_t *f, const char *name, uint8_t set, int sort) argument
H A Dnat.c1069 nat_foreach(nat_cb_t *f, void *arg, int sort) argument
/freebsd-current/usr.sbin/lpr/pac/
H A Dpac.c60 static int sort; /* Sort by cost */ variable
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp224 llvm::sort(**Cache, [](const Symbol *LHS, const Symbol *RHS) { member in class:llvm::__anon2015::llvm
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dsimple_ilist.h269 void sort() { sort(std::less<T>()); } function in class:llvm::simple_ilist
298 void simple_ilist<T, Options...>::sort(Compare comp) { function in class:llvm::simple_ilist
/freebsd-current/contrib/libucl/lua/
H A Dlua_ucl.c1406 bool sort = false; local
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_qp.c775 int sort[MLX4_NUM_QP_REGION]; local
/freebsd-current/tools/tools/net80211/stumbler/
H A Dstumbler.c453 int sort = 0; local
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c151 zap_leaf_init(zap_leaf_t *l, boolean_t sort) argument
758 zap_leaf_split(zap_leaf_t *l, zap_leaf_t *nl, boolean_t sort) argument
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp262 void OutputSection::sort(llvm::function_ref<int(InputSectionBase *s)> order) { function in class:OutputSection
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp379 void kmp_stats_event_vector::sort() { function in class:kmp_stats_event_vector

Completed in 460 milliseconds

12