Home
last modified time | relevance | path

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

12

/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-unique.mk11 . warning The modifier ':u' must merge adjacent duplicate words.
31 . warning The modifier ':u' must merge _all_ adjacent duplicate words.
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A 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/contrib/llvm-project/libcxx/modules/std/
H A Dnumeric.cppm
H A Dnumeric.inc38 // [adjacent.difference], adjacent difference
H A Dalgorithm.cppm
H A Dalgorithm.inc105 // [alg.adjacent.find], adjacent find
H A Dranges.cppm
H A Dranges.inc305 using std::ranges::views::adjacent;
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h156 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
180 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
642 if (i && value(i - 1) == y && Traits::adjacent(stop(i - 1), a)) { in insertFrom()
645 if (i != Size && value(i) == y && Traits::adjacent(b, start(i))) { in insertFrom()
667 if (value(i) == y && Traits::adjacent(b, start(i))) { in insertFrom()
1673 Traits::adjacent(Node.stop(i-1), Start); in canCoalesceLeft()
1678 return Node.value(i-1) == Value && Traits::adjacent(Node.stop(i-1), Start); in canCoalesceLeft()
1682 return Node.value(i) == Value && Traits::adjacent(Node.stop(i), Start); in canCoalesceLeft()
1702 return Node.value(i) == Value && Traits::adjacent(Stop, Node.start(i)); in canCoalesceRight()
1707 return Node.value(i) == Value && Traits::adjacent(Stop, Node.start(i)); in canCoalesceRight()
[all …]
/freebsd/sys/dev/gpio/
H A Dgpiobus_if.m110 # Simultaneously read and/or change up to 32 adjacent pins.
125 # Simultaneously configure up to 32 adjacent pins.
H A Dgpio_if.m178 # Simultaneously read and/or change up to 32 adjacent pins.
192 # Simultaneously configure up to 32 adjacent pins.
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-vf610.txt3 The Freescale PORT/GPIO modules are two adjacent modules providing GPIO
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp42x-dlink-dsm-g600.dts72 * this can be moved adjacent to the ordinary gpio-keys above.
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dv3-v360epc-pci.txt19 - The prefetchable memory window must be immediately adjacent
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dx1-asus-zenbook-a14.dtsi94 /* Left-side display-adjacent port */
131 /* Left-side user-adjacent port */
788 /* Left-side display-adjacent port */
888 /* Left-side user-adjacent port */
H A Dx1e78100-lenovo-thinkpad-t14s.dtsi74 /* Display-adjacent port */
111 /* User-adjacent port */
H A Dsdm845-oneplus-common.dtsi76 * it is otherwise possible for an allocation adjacent to the
/freebsd/sys/contrib/device-tree/Bindings/arm/bcm/
H A Dbrcm,brcmstb.txt31 consists in collapsing two adjacent cache lines into a single (bursted) write
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in205 * If defined, adjacent virtual memory mappings with identical attributes
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td200 // The ABI requires i64 to be passed in two adjacent registers with the first
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.td36 // f64 and v2f64 are passed in adjacent GPRs, possibly split onto the stack
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-image.c939 static struct ptunit_result adjacent(struct image_fixture *ifix) in adjacent() function
2234 ptu_run_f(suite, adjacent, ifix); in main()
/freebsd/contrib/sendmail/contrib/
H A Dmailprio445 # between adjacent delay values.
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Schedule.td723 // so adjacent micro-ops don't directly compete.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td703 Under the Microsoft ABI, adjacent bit-fields are not packed if the
705 pair of adjacent bit-fields may not pack in the same way due to this behavioural

12