Home
last modified time | relevance | path

Searched refs:sorting (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/libder/libder/
H A Dlibder_obj.c1062 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 DCHANGELOG.md14 * Improve the performance of the suffix-sorting algorithm
/freebsd/contrib/netbsd-tests/usr.sbin/mtree/
H A Dd_convert.in3 # changed to test sorting.
/freebsd/tools/tools/sortbench/
H A DREADME14 As the script runs, it is running each of the stdlib sorting algorithms (and wikisort if provided) …
/freebsd/usr.bin/compress/doc/
H A Drevision.log60 * 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 Dalgorithm.cppm
H A Dalgorithm.inc367 // [alg.sorting], sorting and related operations
368 // [alg.sort], sorting
/freebsd/contrib/bzip2/
H A DREADME.COMPILATION.PROBLEMS3 lossless, block-sorting data compression.
H A DCHANGES3 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 DREADME7 lossless, block-sorting data compression.
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1278 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 Dmakedef.cmd78 * concatenate this list with the old one, sorting it and wiping out
/freebsd/contrib/kyua/
H A DCONTRIBUTING.md158 * Respect lexicographical sorting wherever possible.
/freebsd/contrib/sendmail/contrib/
H A Dbsdi.mc7 Subject: Re: sorting mailings lists with fastest delivery users first
H A Dmailprio444 # by sorting by messages-id and delay then computing the difference
/freebsd/contrib/ldns/ldns/
H A Dutil.h.in140 * sorting. If you need a transformation on the objects that are sorted,
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in606 keywords = "digital computer sorting; minimal storage sorting; sorting",
795 keywords = "sorting",
1925 keywords = "digital computer sorting; minimal storage sorting; sorting",
2289sorting 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 Dcompress160 # bzip a block-sorting file compressor
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td440 Eq<"sort-section", "Specifies sections sorting rule when linkerscript is used">;
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1742 HelpText<"Check for non-determinism caused by sorting of pointers">,
/freebsd/crypto/heimdal/lib/asn1/
H A DChangeLog1392 sorting the members
/freebsd/contrib/bearssl/
H A DDoxyfile568 # 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 DFIXES.1e638 the issue appears to be that strcoll is meant for sorting, where
/freebsd/contrib/file/
H A DChangeLog1433 read in a defined order, by sorting the names).
/freebsd/contrib/libcbor/
H A DDoxyfile670 # 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

12