Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/libder/libder/
HDlibder_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-13-stable/stand/
HDmfc-notes.txt13 4773d3425e62 comments conflict, I'm not sorting that out
23 f993fff68979 sorting these is useless to merge if the lists aren't already the same
/freebsd-13-stable/contrib/libdivsufsort/
HDCHANGELOG.md14 * Improve the performance of the suffix-sorting algorithm
/freebsd-13-stable/contrib/netbsd-tests/usr.sbin/mtree/
HDd_convert.in3 # changed to test sorting.
/freebsd-13-stable/tools/tools/sortbench/
HDREADME14 As the script runs, it is running each of the stdlib sorting algorithms (and wikisort if provided) …
/freebsd-13-stable/usr.bin/compress/doc/
HDrevision.log60 * Implemented "-B" block compress. Implemented REVERSE sorting of tab_next.
97 * Sped up algorithm significantly by sorting the compress chain.
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDalgorithm.inc367 // [alg.sorting], sorting and related operations
368 // [alg.sort], sorting
/freebsd-13-stable/contrib/bzip2/
HDREADME.COMPILATION.PROBLEMS3 lossless, block-sorting data compression.
HDCHANGES3 lossless, block-sorting data compression.
62 Major change: add a fallback sorting algorithm (blocksort.c)
146 * Minor sorting enhancements from my DCC2000 paper.
HDREADME7 lossless, block-sorting data compression.
/freebsd-13-stable/sbin/ipf/ipfstat/
HDipfstat.c1283 int maxtsentries = 0, reverse = 0, sorting = STSORT_DEFAULT; in topipstates() local
1439 switch (sorting) in topipstates()
1534 switch (sorting) in topipstates()
1694 if (++sorting > STSORT_MAX) in topipstates()
1695 sorting = 0; in topipstates()
/freebsd-13-stable/contrib/ncurses/misc/
HDmakedef.cmd78 * concatenate this list with the old one, sorting it and wiping out
/freebsd-13-stable/contrib/kyua/
HDCONTRIBUTING.md158 * Respect lexicographical sorting wherever possible.
/freebsd-13-stable/contrib/sendmail/contrib/
HDbsdi.mc7 Subject: Re: sorting mailings lists with fastest delivery users first
HDmailprio444 # by sorting by messages-id and delay then computing the difference
/freebsd-13-stable/contrib/ldns/ldns/
HDutil.h.in140 * sorting. If you need a transformation on the objects that are sorted,
/freebsd-13-stable/contrib/file/magic/Magdir/
HDcompress160 # bzip a block-sorting file compressor
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDOptions.td440 Eq<"sort-section", "Specifies sections sorting rule when linkerscript is used">;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
HDCheckers.td1742 HelpText<"Check for non-determinism caused by sorting of pointers">,
/freebsd-13-stable/crypto/heimdal/lib/asn1/
HDChangeLog1392 sorting the members
/freebsd-13-stable/contrib/one-true-awk/
HDFIXES567 the issue appears to be that strcoll is meant for sorting, where
/freebsd-13-stable/contrib/bearssl/
HDDoxyfile568 # 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-13-stable/contrib/file/
HDChangeLog1433 read in a defined order, by sorting the names).
/freebsd-13-stable/contrib/libcbor/
HDDoxyfile670 # 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
/freebsd-13-stable/contrib/ldns/
HDlibdns.doxygen.in647 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
649 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting

12