Home
last modified time | relevance | path

Searched full:descending (Results 1 – 25 of 161) sorted by relevance

1234567

/freebsd/contrib/ntp/ntpd/
H A Dntp_restrict.c180 * sorted by descending address followed by descending mask: in dump_restricts()
444 * Returns nonzero if r1 sorts before r2. We sort by descending in res_sorts_before4()
445 * address, then descending mask, then an intricate mflags sort in res_sorts_before4()
475 * Returns nonzero if r1 sorts before r2. We sort by descending in res_sorts_before6()
476 * address, then descending mask, then an intricate mflags sort in res_sorts_before6()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h97 // middle point. They are sorted in descending order by their ending point.
128 // IR: Intervals to the right (in descending order by ending point).
260 enum class Sorting { Ascending, Descending }; enumerator
297 // descending order using the right value. Every interval in a bucket
428 // Sort the intervals in descending order by their ending point. in createTree()
470 // contain such point. Otherwise we keep descending on that branch.
517 // next node, preserving the descending order. in nextInterval()
626 /// Descending: return the intervals with the biggest at the front.
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DOptimizedStructLayout.cpp242 /// monotonically descending in size and otherwise in the original order. in performOptimizedStructLayout()
278 "bins not in order of descending alignment"); in performOptimizedStructLayout()
286 assert(I->Size <= LastSize && "queue not in descending size order"); in performOptimizedStructLayout()
305 // descending order of size. in performOptimizedStructLayout()
394 // Search those queues in descending order of alignment for a in performOptimizedStructLayout()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp37 enum UpdateType { Ascending, Descending, Intermixed }; enumerator
100 return Descending; in classifyUpdateByMask()
114 } else if (Type == Descending && O == Start - 4) { in update()
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dsnps,dma-spear1340.yaml75 (first free allocated), while one - descending (last free allocated).
84 descending priority (the last channel has the highest priority).
H A Dsnps-dma.txt12 1: descending
/freebsd/sys/sys/
H A Dtree.h567 * Exactly one of the edges descending from elm \
605 * The long edge descending from 'child' points back \
683 /* shorten edges descending from sib, retry */ \
689 * The edge descending from 'sib' away from \
690 * 'parent' is long. The short edge descending \
694 * descending from 'sib' and 'elm*'. \
739 * The edge descending from 'elm' away from 'parent' \
741 * then lengthen the short edges descending from \
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-order-reverse.mk4 # descending order.
/freebsd/usr.bin/sed/tests/
H A Dhanoi.sed10 # that the rings on any tower at any time are in descending order of size.
16 # are in alphabetical order (i.e. rings are in descending order of size).
/freebsd/crypto/krb5/src/util/profile/
H A Dfinal6.ini30 # parent node without descending into a child node first.
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_appdefault.362 in order of descending importance.
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsrepair2.c265 * _PSS: Sort the list descending by Power
266 * _TSS: Sort the list descending by Power
869 * dissipation, in descending order. If it appears that the list is in AcpiNsRepair_PSS()
920 * descending by the power dissipation values.
965 * SortDirection - Ascending or descending
1085 * SortDirection - Ascending or Descending sort
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dgpio-charger.yaml49 this order). The tuples must be provided in descending order of the
/freebsd/sys/arm64/rockchip/
H A Drk_tsadc.c423 bool descending; in tsadc_raw_to_temp() local
427 descending = tbl[0].raw > tbl[1].raw; in tsadc_raw_to_temp()
429 if (descending) { in tsadc_raw_to_temp()
430 /* Raw column is in descending order. */ in tsadc_raw_to_temp()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dclzsi2.S37 // for descending powers of two as SHIFT.
H A Dclzdi2.S58 // for descending powers of two as SHIFT.
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h48 /// appears in the profile. The map is kept sorted in the descending order of
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp96 DESCENDING, enumerator
101 clEnumValN(SortDirection::DESCENDING, "dsc", "descending")),
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs42l42.txt78 descending values for the comparator voltage.
H A Dcirrus,cs42l42.yaml147 This is an array of descending values for the comparator voltage,
/freebsd/tests/sys/kern/
H A Djail_lookup_root.c91 /* Descending to the jail root should be ok. */ in ATF_TC_BODY()
/freebsd/contrib/wpa/src/fst/
H A Dfst_group.c155 /* The list is sorted in descending order by priorities, so MB IEs will in fst_group_create_mb_ie()
466 * The list is sorted in descending order by priority to allow in fst_group_attach_iface()
/freebsd/lib/libc/gen/
H A Dfts.3465 To allow descending to arbitrary depths
544 from descending into directories that have a different device number
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.8172 the number of bytes. States are sorted in descending order, but you can use
/freebsd/usr.bin/jot/
H A Djot.1115 specify a descending range).

1234567