Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 25 of 33) sorted by relevance

12

/rk3399_rockchip-uboot/arch/nios2/lib/
H A Dlibgcc.c30 DWtype ll; member
57 const DWunion uu = {.ll = u}; in __ashldi3()
74 return w.ll; in __ashldi3()
83 const DWunion uu = {.ll = u}; in __ashrdi3()
101 return w.ll; in __ashrdi3()
110 const DWunion uu = {.ll = u}; in __lshrdi3()
127 return w.ll; in __lshrdi3()
133 const DWunion au = {.ll = a}; in __cmpdi2()
134 const DWunion bu = {.ll = b}; in __cmpdi2()
150 const DWunion nn = {.ll = n}; in __udivmoddi4()
[all …]
H A Dlonglong.h155 __w.ll; })
/rk3399_rockchip-uboot/include/linux/
H A Dmath64.h186 u64 ll; in mul_u64_u64_shr() member
197 a0.ll = a; in mul_u64_u64_shr()
198 b0.ll = b; in mul_u64_u64_shr()
200 rl.ll = mul_u32_u32(a0.l.low, b0.l.low); in mul_u64_u64_shr()
201 rm.ll = mul_u32_u32(a0.l.low, b0.l.high); in mul_u64_u64_shr()
202 rn.ll = mul_u32_u32(a0.l.high, b0.l.low); in mul_u64_u64_shr()
203 rh.ll = mul_u32_u32(a0.l.high, b0.l.high); in mul_u64_u64_shr()
219 return rl.ll; in mul_u64_u64_shr()
221 return (rl.ll >> shift) | (rh.ll << (64 - shift)); in mul_u64_u64_shr()
222 return rh.ll >> (shift & 63); in mul_u64_u64_shr()
[all …]
H A Dkernel.h60 #define DIV_ROUND_DOWN_ULL(ll, d) \ argument
61 ({ unsigned long long _tmp = (ll); do_div(_tmp, d); _tmp; })
63 #define DIV_ROUND_UP_ULL(ll, d) DIV_ROUND_DOWN_ULL((ll) + (d) - 1, (d)) argument
66 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP_ULL(ll, d) argument
68 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP(ll,d) argument
/rk3399_rockchip-uboot/arch/m68k/lib/
H A Dmuldi3.c43 __w.ll; })
55 DItype ll; member
63 uu.ll = u, in __muldi3()
64 vv.ll = v; in __muldi3()
66 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()
70 return w.ll; in __muldi3()
H A Dlshrdi3.c22 DItype ll; member
34 uu.ll = u; in __lshrdi3()
49 return w.ll; in __lshrdi3()
H A Dashldi3.c22 DItype ll; member
34 uu.ll = u; in __ashldi3()
49 return w.ll; in __ashldi3()
/rk3399_rockchip-uboot/arch/microblaze/lib/
H A Dmuldi3.c47 __w.ll; })
60 DItype ll; member
68 uu.ll = u, vv.ll = v; in __muldi3()
70 w.ll = __umulsidi3(uu.s.low, vv.s.low); in __muldi3()
74 return w.ll; in __muldi3()
/rk3399_rockchip-uboot/arch/arc/lib/
H A Dlibgcc2.c15 const DWunion uu = {.ll = u}; in __ashldi3()
29 return w.ll; in __ashldi3()
38 const DWunion uu = {.ll = u}; in __ashrdi3()
53 return w.ll; in __ashrdi3()
62 const DWunion uu = {.ll = u}; in __lshrdi3()
76 return w.ll; in __lshrdi3()
H A Dlibgcc2.h129 DWtype ll; member
/rk3399_rockchip-uboot/arch/sh/lib/
H A Dashldi3.c11 uu.ll = u; in __ashldi3()
24 return w.ll; in __ashldi3()
H A Dlshrdi3.c11 uu.ll = u; in __lshrdi3()
24 return w.ll; in __lshrdi3()
H A Dashrdi3.c11 uu.ll = u; in __ashrdi3()
26 return w.ll; in __ashrdi3()
H A Dlibgcc.h22 long long ll; member
/rk3399_rockchip-uboot/arch/mips/lib/
H A Dlshrdi3.c11 uu.ll = u; in __lshrdi3()
24 return w.ll; in __lshrdi3()
H A Dashldi3.c11 uu.ll = u; in __ashldi3()
24 return w.ll; in __ashldi3()
H A Dashrdi3.c11 uu.ll = u; in __ashrdi3()
26 return w.ll; in __ashrdi3()
H A Dlibgcc.h22 long long ll; member
/rk3399_rockchip-uboot/board/sunxi/
H A DREADME.nand28 board is in FEL mode, you'll need the sunxi-tools that you can find at
31 Then, you'll need to first load an SPL to initialise the RAM:
34 Load the binaries we'll flash into RAM:
41 On your board, you'll now have all the needed binaries into RAM, so
/rk3399_rockchip-uboot/doc/
H A DREADME.OFT19 You'll need a fairly recent DTC tool, which is available by git at
H A DREADME.generic_usb_ohci50 You'll need to define
H A DREADME.blackfin37 To compile the Blackfin aspects, you'll need the GNU toolchain configured for
H A DREADME.mpc83xx.ddrecc9 we'll be injecting: single/multiple bit etc.)
/rk3399_rockchip-uboot/common/
H A Dcommand.c272 int ll = leader != NULL ? strlen(leader) : 0; in print_argv() local
288 i = ll - sl; in print_argv()
/rk3399_rockchip-uboot/drivers/usb/
H A DKconfig30 you'll be using. You may want to check out the information provided

12