Home
last modified time | relevance | path

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

123456789

/openbmc/u-boot/arch/nios2/lib/
H A Dlibgcc.c29 DWtype ll; member
56 const DWunion uu = {.ll = u}; in __ashldi3()
73 return w.ll; in __ashldi3()
82 const DWunion uu = {.ll = u}; in __ashrdi3()
100 return w.ll; in __ashrdi3()
109 const DWunion uu = {.ll = u}; in __lshrdi3()
126 return w.ll; in __lshrdi3()
132 const DWunion au = {.ll = a}; in __cmpdi2()
133 const DWunion bu = {.ll = b}; in __cmpdi2()
149 const DWunion nn = {.ll = n}; in __udivmoddi4()
[all …]
/openbmc/qemu/target/sparc/
H A Dvis_helper.c90 uint64_t ll; member
108 d.ll = 0; in helper_fpmerge()
119 return d.ll; in helper_fpmerge()
133 d.ll = src2; in helper_fmul8x16()
140 return d.ll; in helper_fmul8x16()
149 d.ll = 0; in helper_fmul8x16a()
156 return d.ll; in helper_fmul8x16a()
163 s.ll = src1; in helper_fmul8sux16()
164 d.ll = src2; in helper_fmul8sux16()
171 return d.ll; in helper_fmul8sux16()
[all …]
/openbmc/u-boot/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.h65 #define DIV_ROUND_DOWN_ULL(ll, d) \ argument
66 ({ unsigned long long _tmp = (ll); do_div(_tmp, d); _tmp; })
68 #define DIV_ROUND_UP_ULL(ll, d) DIV_ROUND_DOWN_ULL((ll) + (d) - 1, (d)) argument
71 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP_ULL(ll, d) argument
73 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP(ll,d) argument
/openbmc/openbmc/meta-facebook/recipes-fb/network-wait-ipv6-ll/network-wait-ipv6-ll/
H A Dcheck-ipv6-ll5 ll=""
41 ll=$(get_ll)
42 if [ "$ll" == "$exp_ll" ]; then
61 if [ "$ll" != "$exp_ll" ]; then
64 ll=$(get_ll)
65 if [ "$ll" == "$exp_ll" ]; then
/openbmc/openbmc/meta-facebook/recipes-fb/reconfig-interface-duid-ll/
H A Dreconfig-interface-duid-ll_0.1.bb12 file://reconfig-interface-duid-ll \
13 file://reconfig-interface-duid-ll@.service \
18 install -m 0755 ${UNPACKDIR}/reconfig-interface-duid-ll ${D}${libexecdir}
22 …CONF_DUID_LL_INSTFMT = "../reconfig-interface-duid-ll@.service:${TGT}.wants/reconfig-interface-dui…
24 SYSTEMD_SERVICE:${PN} += "reconfig-interface-duid-ll@.service"
/openbmc/openbmc/meta-facebook/recipes-fb/network-wait-ipv6-ll/
H A Dnetwork-wait-ipv6-ll_0.1.bb12 file://check-ipv6-ll \
13 file://network-wait-ipv6-ll@.service \
18 install -m 0755 ${UNPACKDIR}/check-ipv6-ll ${D}${libexecdir}
22 NCSI_WAIT_IPV6_LL_INSTFMT = "../network-wait-ipv6-ll@.service:${TGT}.wants/network-wait-ipv6-ll@{0}…
24 SYSTEMD_SERVICE:${PN} += "network-wait-ipv6-ll@.service"
/openbmc/u-boot/arch/m68k/lib/
H A Dmuldi3.c42 __w.ll; })
54 DItype ll; member
62 uu.ll = u, in __muldi3()
63 vv.ll = v; in __muldi3()
65 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()
69 return w.ll; in __muldi3()
H A Dashldi3.c21 DItype ll; member
33 uu.ll = u; in __ashldi3()
48 return w.ll; in __ashldi3()
H A Dlshrdi3.c21 DItype ll; member
33 uu.ll = u; in __lshrdi3()
48 return w.ll; in __lshrdi3()
/openbmc/u-boot/arch/microblaze/lib/
H A Dmuldi3.c46 __w.ll; })
59 DItype ll; member
67 uu.ll = u, vv.ll = v; in __muldi3()
69 w.ll = __umulsidi3(uu.s.low, vv.s.low); in __muldi3()
73 return w.ll; in __muldi3()
/openbmc/u-boot/arch/arc/lib/
H A Dlibgcc2.c14 const DWunion uu = {.ll = u}; in __ashldi3()
28 return w.ll; in __ashldi3()
37 const DWunion uu = {.ll = u}; in __ashrdi3()
52 return w.ll; in __ashrdi3()
61 const DWunion uu = {.ll = u}; in __lshrdi3()
75 return w.ll; in __lshrdi3()
/openbmc/qemu/include/qemu/
H A Dcpu-float.h26 uint64_t ll; member
49 } ll; member
60 } ll; member
/openbmc/qemu/util/
H A Dhost-utils.c35 uint64_t ll; in mul64() member
47 a0.ll = a; in mul64()
48 b0.ll = b; in mul64()
50 rl.ll = (uint64_t)a0.l.low * b0.l.low; in mul64()
51 rm.ll = (uint64_t)a0.l.low * b0.l.high; in mul64()
52 rn.ll = (uint64_t)a0.l.high * b0.l.low; in mul64()
53 rh.ll = (uint64_t)a0.l.high * b0.l.high; in mul64()
62 *plow = rl.ll; in mul64()
63 *phigh = rh.ll; in mul64()
/openbmc/openbmc/meta-facebook/recipes-fb/reconfig-interface-duid-ll/reconfig-interface-duid-ll/
H A Dreconfig-interface-duid-ll@.service7 ExecStart=/usr/libexec/reconfig-interface-duid-ll %i
8 SyslogIdentifier=reconfig-interface-duid-ll-%i
/openbmc/u-boot/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()
/openbmc/u-boot/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()
/openbmc/qemu/target/alpha/
H A Dgdbstub.c36 val = d.ll; in alpha_cpu_gdb_read_register()
70 d.ll = tmp; in alpha_cpu_gdb_write_register()
/openbmc/openbmc/meta-facebook/recipes-phosphor/images/
H A Dfb-phosphor-image.inc32 network-wait-ipv6-ll \
35 reconfig-interface-duid-ll \
/openbmc/qemu/po/
H A Dhu.po22 msgstr " [Megállítva]"
25 msgstr "_Megállítás"
31 msgstr "_Leállítás"
/openbmc/u-boot/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

123456789