/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | pstl_sort.h |
|
/freebsd-src/tools/tools/sortbench/ |
H A D | sort_bench.c | 62 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-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | sort.h | 36 #define sort(base, num, size, cmp, swap) do { \ macro
|
/freebsd-src/contrib/libcbor/examples/ |
H A D | CMakeLists.txt | 13 add_executable(sort sort.c) target
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | simple_ilist.h | 269 void sort() { sort(std::less<T>()); } in sort() function 298 void simple_ilist<T, Options...>::sort(Compare comp) { in sort() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVRange.cpp | 127 void LVRange::sort() { in sort() function in LVRange
|
/freebsd-src/usr.bin/dtc/ |
H A D | dtc.cc | 112 bool sort = false; in main() local
|
H A D | fdt.hh | 1025 void sort() in sort() function in dtc::fdt::device_tree
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | ArrayList.h | 80 void sort(function_ref<bool(const T &LHS, const T &RHS)> Comparator) { in sort() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | Statistic.cpp | 141 void StatisticInfo::sort() { in sort() function in StatisticInfo
|
/freebsd-src/sbin/ipfw/ |
H A D | nptv6.c | 414 nptv6_foreach(nptv6_cb_t *f, const char *name, uint8_t set, int sort) in nptv6_foreach()
|
H A D | nat64clat.c | 499 nat64clat_foreach(nat64clat_cb_t *f, const char *name, uint8_t set, int sort) in nat64clat_foreach()
|
H A D | nat64stl.c | 515 nat64stl_foreach(nat64stl_cb_t *f, const char *name, uint8_t set, int sort) in nat64stl_foreach()
|
H A D | nat64lsn.c | 847 nat64lsn_foreach(nat64lsn_cb_t *f, const char *name, uint8_t set, int sort) in nat64lsn_foreach()
|
H A D | nat.c | 1069 nat_foreach(nat_cb_t * f,void * arg,int sort) nat_foreach() argument
|
/freebsd-src/sys/contrib/openzfs/module/zfs/ |
H A D | zap_leaf.c | 151 zap_leaf_init(zap_leaf_t *l, boolean_t sort) in zap_leaf_init() argument 758 zap_leaf_split(zap_leaf_t * l,zap_leaf_t * nl,boolean_t sort) zap_leaf_split() argument
|
/freebsd-src/usr.sbin/lpr/pac/ |
H A D | pac.c | 60 static int sort; /* Sort by cost */ variable
|
/freebsd-src/contrib/lua/src/ |
H A D | ltablib.c | 399 static int sort (lua_State *L) { in sort() function
|
/freebsd-src/usr.bin/mail/ |
H A D | cmd3.c | 498 sort(char **list) in sort() function
|
/freebsd-src/tools/tools/net80211/stumbler/ |
H A D | stumbler.c | 453 int sort = 0; in update_node() local
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | OutputSections.cpp | 262 void OutputSection::sort(llvm::function_ref<int(InputSectionBase *s)> order) { sort() function in OutputSection
|
/freebsd-src/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_qp.c | 775 int sort[MLX4_NUM_QP_REGION]; in mlx4_init_qp_table() local
|
/freebsd-src/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats.cpp | 379 void kmp_stats_event_vector::sort() { in sort() function in kmp_stats_event_vector
|
/freebsd-src/contrib/libucl/lua/ |
H A D | lua_ucl.c | 1406 bool sort = false; in lua_ucl_to_format() local
|
/freebsd-src/bin/ps/ |
H A D | ps.c | 104 static enum sort { DEFAULT, SORTMEM, SORTCPU } sortby = DEFAULT; global() enum
|