Home
last modified time | relevance | path

Searched refs:adjacent (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-head/contrib/bmake/unit-tests/
HDvarmod-unique.mk11 . warning The modifier ':u' must merge adjacent duplicate words.
31 . warning The modifier ':u' must merge _all_ adjacent duplicate words.
/freebsd-head/sys/contrib/device-tree/Bindings/interrupt-controller/
Dsocionext,synquacer-exiu.txt4 that forwards a block of 32 configurable input lines to 32 adjacent
15 - socionext,spi-base : The SPI number of the first SPI of the 32 adjacent
/freebsd-head/contrib/llvm-project/libcxx/modules/std/
HDnumeric.inc38 // [adjacent.difference], adjacent difference
HDalgorithm.inc103 // [alg.adjacent.find], adjacent find
HDranges.inc302 using std::ranges::views::adjacent;
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ADT/
HDIntervalMap.h155 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
179 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
641 if (i && value(i - 1) == y && Traits::adjacent(stop(i - 1), a)) { in insertFrom()
644 if (i != Size && value(i) == y && Traits::adjacent(b, start(i))) { in insertFrom()
666 if (value(i) == y && Traits::adjacent(b, start(i))) { in insertFrom()
1672 Traits::adjacent(Node.stop(i-1), Start); in canCoalesceLeft()
1677 return Node.value(i-1) == Value && Traits::adjacent(Node.stop(i-1), Start); in canCoalesceLeft()
1681 return Node.value(i) == Value && Traits::adjacent(Node.stop(i), Start); in canCoalesceLeft()
1701 return Node.value(i) == Value && Traits::adjacent(Stop, Node.start(i)); in canCoalesceRight()
1706 return Node.value(i) == Value && Traits::adjacent(Stop, Node.start(i)); in canCoalesceRight()
[all …]
/freebsd-head/sys/dev/gpio/
HDgpio_if.m162 # Simultaneously read and/or change up to 32 adjacent pins.
176 # Simultaneously configure up to 32 adjacent pins.
/freebsd-head/sys/contrib/device-tree/Bindings/gpio/
HDgpio-vf610.txt3 The Freescale PORT/GPIO modules are two adjacent modules providing GPIO
/freebsd-head/sys/contrib/device-tree/src/arm/intel/ixp/
HDintel-ixp42x-dlink-dsm-g600.dts72 * this can be moved adjacent to the ordinary gpio-keys above.
/freebsd-head/sys/contrib/device-tree/Bindings/pci/
HDv3-v360epc-pci.txt19 - The prefetchable memory window must be immediately adjacent
/freebsd-head/sys/contrib/device-tree/src/arm64/qcom/
HDx1e78100-lenovo-thinkpad-t14s.dts46 /* Display-adjacent port */
75 /* User-adjacent port */
HDsdm845-oneplus-common.dtsi76 * it is otherwise possible for an allocation adjacent to the
/freebsd-head/sys/contrib/device-tree/Bindings/arm/bcm/
Dbrcm,brcmstb.txt31 consists in collapsing two adjacent cache lines into a single (bursted) write
/freebsd-head/contrib/diff/doc/
HDfdl.texi164 reasonably) on the actual cover, and continue the rest onto adjacent
218 adjacent to the other copyright notices.
HDdiff.texi1954 hunk's boundaries when this merges adjacent hunks, or shifts a hunk's
2918 of one or more adjacent slashes is counted as a single slash. By
3218 components. That is, a sequence of one or more adjacent slashes now
3311 adjacent subdirectories. It is common to do that by unpacking
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMCallingConv.td36 // f64 and v2f64 are passed in adjacent GPRs, possibly split onto the stack
/freebsd-head/contrib/processor-trace/libipt/test/src/
HDptunit-image.c939 static struct ptunit_result adjacent(struct image_fixture *ifix) in adjacent() function
2234 ptu_run_f(suite, adjacent, ifix); in main()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCCallingConv.td202 // The ABI requires i64 to be passed in two adjacent registers with the first
HDPPCInstrFormats.td86 // Two joined instructions; used to emit two adjacent instructions as one.
/freebsd-head/contrib/sendmail/contrib/
HDmailprio445 # between adjacent delay values.
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86Schedule.td723 // so adjacent micro-ops don't directly compete.
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64CallingConvention.td714 // We can only handle a register pair with adjacent registers, the register pair
/freebsd-head/contrib/ncurses/doc/
HDhackguide.doc367 queue up a series of adjacent mouse reports.
/freebsd-head/contrib/unbound/doc/
HDexample.conf.in634 # if yes, perform key lookups adjacent to normal lookups.
/freebsd-head/contrib/tzcode/
HDNEWS1031 correction other than -1 or +1, and to contain adjacent
1159 - Kenya and adjacent: several 1908 through 1960 transitions
1160 - Nigeria and adjacent: correcting LMT in Lagos, and several 1905

12