/freebsd/contrib/libder/libder/ |
H A D | libder_obj.c | 1062 struct libder_object **sorting; in libder_obj_normalize_set() local 1074 sorting = calloc(obj->nchildren, sizeof(*sorting)); in libder_obj_normalize_set() 1075 if (sorting == NULL) { in libder_obj_normalize_set() 1081 sorting[offset++] = child; in libder_obj_normalize_set() 1085 qsort(sorting, offset, sizeof(*sorting), libder_obj_normalize_set_cmp); in libder_obj_normalize_set() 1087 obj->children = sorting[0]; in libder_obj_normalize_set() 1088 sorting[offset - 1]->next = NULL; in libder_obj_normalize_set() 1090 sorting[i]->next = sorting[i + 1]; in libder_obj_normalize_set() 1093 free(sorting); in libder_obj_normalize_set()
|
/freebsd/contrib/libdivsufsort/ |
H A D | CHANGELOG.md | 14 * Improve the performance of the suffix-sorting algorithm
|
/freebsd/contrib/netbsd-tests/usr.sbin/mtree/ |
H A D | d_convert.in | 3 # changed to test sorting.
|
/freebsd/tools/tools/sortbench/ |
H A D | README | 14 As the script runs, it is running each of the stdlib sorting algorithms (and wikisort if provided) …
|
/freebsd/usr.bin/compress/doc/ |
H A D | revision.log | 60 * Implemented "-B" block compress. Implemented REVERSE sorting of tab_next. 97 * Sped up algorithm significantly by sorting the compress chain.
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | algorithm.cppm |
|
H A D | algorithm.inc | 367 // [alg.sorting], sorting and related operations 368 // [alg.sort], sorting
|
/freebsd/contrib/bzip2/ |
H A D | README.COMPILATION.PROBLEMS | 3 lossless, block-sorting data compression.
|
H A D | CHANGES | 3 lossless, block-sorting data compression. 62 Major change: add a fallback sorting algorithm (blocksort.c) 146 * Minor sorting enhancements from my DCC2000 paper.
|
H A D | README | 7 lossless, block-sorting data compression.
|
/freebsd/sbin/ipf/ipfstat/ |
H A D | ipfstat.c | 1278 int maxtsentries = 0, reverse = 0, sorting = STSORT_DEFAULT; in topipstates() local 1434 switch (sorting) in topipstates() 1529 switch (sorting) in topipstates() 1689 if (++sorting > STSORT_MAX) in topipstates() 1690 sorting = 0; in topipstates()
|
/freebsd/contrib/ncurses/misc/ |
H A D | makedef.cmd | 78 * concatenate this list with the old one, sorting it and wiping out
|
/freebsd/contrib/kyua/ |
H A D | CONTRIBUTING.md | 158 * Respect lexicographical sorting wherever possible.
|
/freebsd/contrib/sendmail/contrib/ |
H A D | bsdi.mc | 7 Subject: Re: sorting mailings lists with fastest delivery users first
|
H A D | mailprio | 444 # by sorting by messages-id and delay then computing the difference
|
/freebsd/contrib/ldns/ldns/ |
H A D | util.h.in | 140 * sorting. If you need a transformation on the objects that are sorted,
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 606 keywords = "digital computer sorting; minimal storage sorting; sorting", 795 keywords = "sorting", 1925 keywords = "digital computer sorting; minimal storage sorting; sorting", 2289 …sorting study was part of an extensive measurement project undertaken on the M44\slash 44X, an exp… 2294 …memory management; External sort virtual memory CACM; operating systems; sorting; virtual machines… 2619 keywords = "CACMA; computers; programming; SAL; sorting", 2873 keywords = "digital computer sorting; minimal storage sorting; ranking; sorting", 3075 keywords = "sorting; subroutines", 3281 …netic storage systems; mass storage; merging; optimisation; optimum merging; sort timing; sorting", 3620 …keywords = "certification; debugging; in-place sorting; metatheory; proof of algorithms; sorti… [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | compress | 160 # bzip a block-sorting file compressor
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 440 Eq<"sort-section", "Specifies sections sorting rule when linkerscript is used">;
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 1742 HelpText<"Check for non-determinism caused by sorting of pointers">,
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | ChangeLog | 1392 sorting the members
|
/freebsd/contrib/bearssl/ |
H A D | Doxyfile | 568 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief 570 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
|
/freebsd/contrib/one-true-awk/ |
H A D | FIXES.1e | 638 the issue appears to be that strcoll is meant for sorting, where
|
/freebsd/contrib/file/ |
H A D | ChangeLog | 1433 read in a defined order, by sorting the names).
|
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 670 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief 672 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
|