/linux-6.12.1/arch/microblaze/lib/ |
D | ashldi3.c | 21 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local 24 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
D | lshrdi3.c | 21 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local 24 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashrdi3.c | 23 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local 26 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
/linux-6.12.1/lib/ |
D | ashldi3.c | 24 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local 27 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
D | lshrdi3.c | 24 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local 27 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashrdi3.c | 26 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local 29 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | cs53l30.txt | 32 * carries 2-channel data in the same time. 33 * 2) TDM mode on one single data pin -- SDOUT1 carries
|
/linux-6.12.1/drivers/net/ |
D | LICENSE.SRC | 2 carries the following copyright and license.
|
/linux-6.12.1/Documentation/networking/ |
D | xfrm_sync.rst | 91 This TLV carries the running/current counter for byte lifetime since 96 This TLV carries the running/current counter for replay sequence since 101 This TLV carries the threshold being used by the kernel to trigger events
|
/linux-6.12.1/arch/alpha/lib/ |
D | csum_ipv6_magic.S | 85 addq $0,$1,$0 # .. e1 : merge the carries back into the csum
|
D | ev6-csum_ipv6_magic.S | 121 addq $0,$1,$0 # E : merge the carries back into the csum
|
/linux-6.12.1/Documentation/hid/ |
D | hidreport-parsing.rst | 19 Start with the first number, 0x05: it carries 2 bits for the
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | dev-kmsg | 14 carries the syslog priority and facility. The single decimal 110 The flags field carries '-' by default. A 'c' indicates a
|
/linux-6.12.1/drivers/hwtracing/stm/ |
D | Kconfig | 35 also carries additional metadata for time correlation, better
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-fm-rx.rst | 60 If set, then the tuned programme carries traffic announcements.
|
D | ext-ctrls-fm-tx.rst | 85 If set, then the tuned programme carries traffic announcements.
|
D | ext-ctrls-dv.rst | 127 HDMI carries 5V on one of the pins). This is often used to power an
|
/linux-6.12.1/Documentation/scsi/ |
D | dc395x.rst | 106 included in your kernel sources and with your distribution. It carries the
|
/linux-6.12.1/Documentation/RCU/ |
D | rcu.rst | 8 item being destroyed, and one that actually carries out the destruction.
|
/linux-6.12.1/Documentation/userspace-api/netlink/ |
D | intro.rst | 176 As previously mentioned :c:member:`nlmsghdr.nlmsg_type` carries 184 - ``NLMSG_ERROR`` - carries the return code of an operation; 209 and second of the request. ``NLMSG_ERROR`` carries the information about 369 ``NLMSGERR_ATTR_MSG`` carries a message in English describing
|
/linux-6.12.1/Documentation/userspace-api/accelerators/ |
D | ocxl.rst | 109 device carries multiple copies of the same AFU.
|
/linux-6.12.1/Documentation/driver-api/acpi/ |
D | scan_handlers.rst | 26 The core ACPI namespace scanning code in drivers/acpi/scan.c carries out basic
|
/linux-6.12.1/Documentation/userspace-api/media/ |
D | glossary.rst | 152 Electronic circuitry that carries out the instructions of a
|
/linux-6.12.1/arch/arm/mach-versatile/ |
D | Kconfig | 288 carries out power management.
|
/linux-6.12.1/Documentation/dev-tools/ |
D | coccinelle.rst | 292 carries its own .cocciconfig, you will need to use SPFLAGS to use idutils if 308 carries a script scripts/idutils_index.sh which creates the database with::
|