/linux-3.4.99/arch/sh/lib/ |
D | ashldi3.c | 20 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local 23 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
D | lshrdi3.c | 20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local 23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashrdi3.c | 22 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local 25 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
/linux-3.4.99/arch/score/lib/ |
D | ashldi3.c | 38 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local 41 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
D | lshrdi3.c | 39 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local 42 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashrdi3.c | 40 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local 43 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
/linux-3.4.99/arch/mips/lib/ |
D | ashldi3.c | 20 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local 23 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
D | lshrdi3.c | 20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local 23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashrdi3.c | 22 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local 25 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
/linux-3.4.99/arch/microblaze/lib/ |
D | lshrdi3.c | 20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local 23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashldi3.c | 20 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local 23 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
D | ashrdi3.c | 22 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local 25 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
/linux-3.4.99/arch/blackfin/lib/ |
D | ashrdi3.c | 30 USItype carries = (USItype) uu.s.high << bm; in __ashrdi3() local 32 w.s.low = ((USItype) uu.s.low >> b) | carries; in __ashrdi3()
|
D | lshrdi3.c | 29 USItype carries = (USItype) uu.s.high << bm; in __lshrdi3() local 31 w.s.low = ((USItype) uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashldi3.c | 29 USItype carries = (USItype) uu.s.low >> bm; in __ashldi3() local 31 w.s.high = ((USItype) uu.s.high << b) | carries; in __ashldi3()
|
/linux-3.4.99/arch/mn10300/lib/ |
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-3.4.99/arch/m68k/lib/ |
D | lshrdi3.c | 56 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() local 58 w.s.low = ((USItype)uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashldi3.c | 56 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() local 58 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
|
D | ashrdi3.c | 57 USItype carries = (USItype)uu.s.high << bm; in __ashrdi3() local 59 w.s.low = ((USItype)uu.s.low >> b) | carries; in __ashrdi3()
|
/linux-3.4.99/arch/h8300/lib/ |
D | ashrdi3.c | 57 USItype carries = (USItype)uu.s.high << bm; in __ashrdi3() local 59 w.s.low = ((USItype)uu.s.low >> b) | carries; in __ashrdi3()
|
/linux-3.4.99/drivers/net/ |
D | LICENSE.SRC | 2 carries the following copyright and license.
|
/linux-3.4.99/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-3.4.99/arch/alpha/lib/ |
D | csum_ipv6_magic.S | 83 addq $0,$1,$0 # .. e1 : merge the carries back into the csum
|
/linux-3.4.99/arch/cris/arch-v32/lib/ |
D | checksumcopy.S | 60 ;; fold 32-bit checksum into a 16-bit checksum, to avoid carries below
|