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

12

/freebsd-current/bin/ps/
H A Dps.c104 static enum sort { DEFAULT, SORTMEM, SORTCPU } sortby = DEFAULT; enum
/freebsd-current/contrib/libucl/lua/
H A Dlua_ucl.c1406 bool sort = false; local
/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/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/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/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/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp127 void LVRange::sort() { function in class:LVRange
H A DLVScope.cpp674 void LVScope::sort() { function in class:LVScope
/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/lib/Support/
H A DStatistic.cpp141 void StatisticInfo::sort() { function in class:StatisticInfo
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h1165 void sort() { function in class:kmp_hw_subset_t
H A Dkmp_stats.cpp379 void kmp_stats_event_vector::sort() { function in class:kmp_stats_event_vector
/freebsd-current/contrib/lua/src/
H A Dltablib.c399 static int sort (lua_State *L) { function
/freebsd-current/contrib/ncurses/progs/
H A Ddump_entry.c195 dump_init(const char *version, int mode, int sort, bool wrap_strings, int twidth, int theight, unsigned traceval, bool formatted, bool check, int quick) argument
/freebsd-current/sbin/ipfw/
H A Dnat.c1069 nat_foreach(nat_cb_t *f, void *arg, int sort) argument
H A Dnat64clat.c499 nat64clat_foreach(nat64clat_cb_t *f, const char *name, uint8_t set, int sort) argument
H A Dnat64lsn.c847 nat64lsn_foreach(nat64lsn_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 Dtables.c1707 tables_foreach(table_cb_t *f, void *arg, int sort) argument
/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/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c465 int16_t sort[HAL_NF_CAL_HIST_LEN_FULL]; /* upper bound for hist_len */ local
[all...]
/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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua[all...]

Completed in 275 milliseconds

12