/linux-6.3-rc2/arch/sh/lib/ |
A 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()
|
A 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()
|
A 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.3-rc2/arch/microblaze/lib/ |
A 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()
|
A 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()
|
A 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.3-rc2/lib/ |
A 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()
|
A 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()
|
A 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.3-rc2/arch/m68k/lib/ |
A D | ashldi3.c | 54 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() local 56 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
|
A D | lshrdi3.c | 54 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() local 56 w.s.low = ((USItype)uu.s.low >> b) | carries; in __lshrdi3()
|
A D | ashrdi3.c | 55 USItype carries = (USItype)uu.s.high << bm; in __ashrdi3() local 57 w.s.low = ((USItype)uu.s.low >> b) | carries; in __ashrdi3()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | cs53l30.txt | 32 * carries 2-channel data in the same time. 33 * 2) TDM mode on one signle data pin -- SDOUT1 carries
|
A D | fsl,audmix.txt | 6 modules (SAI). Each input serial interface carries 8 audio channels in its
|
/linux-6.3-rc2/drivers/net/ |
A D | LICENSE.SRC | 2 carries the following copyright and license.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/ |
A D | apple,nco.yaml | 17 It carries a number of independent channels and is typically used for
|
/linux-6.3-rc2/Documentation/networking/ |
A 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.3-rc2/arch/alpha/lib/ |
A D | csum_ipv6_magic.S | 85 addq $0,$1,$0 # .. e1 : merge the carries back into the csum
|
A D | ev6-csum_ipv6_magic.S | 121 addq $0,$1,$0 # E : merge the carries back into the csum
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A 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.3-rc2/drivers/hwtracing/stm/ |
A D | Kconfig | 35 also carries additional metadata for time correlation, better
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | dc395x.rst | 109 included in your kernel sources and with your distribution. It carries the
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | ext-ctrls-fm-rx.rst | 60 If set, then the tuned programme carries traffic announcements.
|
/linux-6.3-rc2/Documentation/RCU/ |
A D | rcu.rst | 8 item being destroyed, and one that actually carries out the destruction.
|
/linux-6.3-rc2/Documentation/driver-api/acpi/ |
A D | scan_handlers.rst | 26 The core ACPI namespace scanning code in drivers/acpi/scan.c carries out basic
|