/Linux-v5.4/arch/sh/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-v5.4/arch/microblaze/lib/ |
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 | 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 | 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-v5.4/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-v5.4/arch/h8300/lib/ |
D | ashldi3.c | 18 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() local 21 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3()
|
D | lshrdi3.c | 17 const UWtype carries = (UWtype) uu.s.high << bm; in __lshrdi3() local 20 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashrdi3.c | 18 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() local 21 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __ashrdi3()
|
/Linux-v5.4/arch/m68k/lib/ |
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()
|
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()
|
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-v5.4/Documentation/devicetree/bindings/sound/ |
D | cs53l30.txt | 32 * carries 2-channel data in the same time. 33 * 2) TDM mode on one signle data pin -- SDOUT1 carries
|
D | fsl,audmix.txt | 6 modules (SAI). Each input serial interface carries 8 audio channels in its
|
/Linux-v5.4/drivers/net/ |
D | LICENSE.SRC | 2 carries the following copyright and license.
|
/Linux-v5.4/Documentation/networking/ |
D | xfrm_sync.txt | 83 This TLV carries the running/current counter for byte lifetime since 87 This TLV carries the running/current counter for replay sequence since 91 This TLV carries the threshold being used by the kernel to trigger events
|
/Linux-v5.4/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-v5.4/Documentation/ABI/testing/ |
D | dev-kmsg | 13 carries the syslog priority and facility. The single decimal 92 The flags field carries '-' by default. A 'c' indicates a
|
/Linux-v5.4/arch/arm/mach-vexpress/ |
D | Kconfig | 72 carries out power management.
|
/Linux-v5.4/drivers/hwtracing/stm/ |
D | Kconfig | 36 also carries additional metadata for time correlation, better
|
/Linux-v5.4/Documentation/scsi/ |
D | dc395x.txt | 95 included in your kernel sources and with your distribution. It carries the
|