Searched refs:ll (Results 1 - 25 of 25) sorted by path

/u-boot/arch/m68k/lib/
H A Dashldi3.c21 DItype ll; member in union:__anon417
33 uu.ll = u;
48 return w.ll;
H A Dlshrdi3.c21 DItype ll; member in union:__anon418
33 uu.ll = u;
48 return w.ll;
H A Dashrdi3.c20 DItype ll; member in union:__anon1
32 uu.ll = u;
46 return w.ll;
H A Dmuldi3.c42 __w.ll; })
54 DItype ll; member in union:__anon12
62 uu.ll = u,
63 vv.ll = v;
65 w.ll = __umulsidi3 (uu.s.low, vv.s.low);
69 return w.ll;
/u-boot/arch/microblaze/lib/
H A Dmuldi3.c46 __w.ll; })
59 DItype ll; member in union:__anon420
67 uu.ll = u, vv.ll = v;
69 w.ll = __umulsidi3(uu.s.low, vv.s.low);
73 return w.ll;
/u-boot/arch/mips/lib/
H A Dashldi3.c11 uu.ll = u;
24 return w.ll;
H A Dashrdi3.c11 uu.ll = u;
26 return w.ll;
H A Dlibgcc.h22 long long ll; member in union:__anon360
H A Dlshrdi3.c11 uu.ll = u;
24 return w.ll;
/u-boot/arch/nios2/lib/
H A Dlibgcc.c29 DWtype ll; member in union:__anon427
56 const DWunion uu = {.ll = u};
73 return w.ll;
82 const DWunion uu = {.ll = u};
100 return w.ll;
109 const DWunion uu = {.ll = u};
126 return w.ll;
132 const DWunion au = {.ll = a};
133 const DWunion bu = {.ll = b};
149 const DWunion nn = {.ll
[all...]
H A Dlonglong.h154 __w.ll; })
/u-boot/arch/sh/lib/
H A Dashldi3.c11 uu.ll = u;
24 return w.ll;
H A Dashrdi3.c11 uu.ll = u;
26 return w.ll;
H A Dlibgcc.h22 long long ll; member in union:__anon439
H A Dlshrdi3.c11 uu.ll = u;
24 return w.ll;
/u-boot/arch/arc/lib/
H A Dlibgcc2.c14 const DWunion uu = {.ll = u};
28 return w.ll;
37 const DWunion uu = {.ll = u};
52 return w.ll;
61 const DWunion uu = {.ll = u};
75 return w.ll;
H A Dlibgcc2.h124 `ll' field, and the unpacked result is read from the struct `s'. */
128 DWtype ll; member in union:__anon1
/u-boot/arch/arm/include/asm/arch-octeontx/csrs/
H A Dcsrs-xcv.h26 #define XCV_BAR_E_XCVX_PF_BAR0(a) (0x87e0db000000ll + 0ll * (a))
28 #define XCV_BAR_E_XCVX_PF_BAR4(a) (0x87e0dbf00000ll + 0ll * (a))
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
H A Dcsrs-rvu.h116 #define RVU_BUS_PF_E_RVU_BUS_PFX(a) (0ll + 0x1000000000ll * (a))
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-helper.c1783 if (paddr <= 0ll) {
/u-boot/common/
H A Dcommand.c311 int ll = leader != NULL ? strlen(leader) : 0;
327 i = ll - sl;
312 int ll = leader != NULL ? strlen(leader) : 0; local
/u-boot/drivers/mtd/
H A Dcfi_flash.c719 unsigned long long ll;
746 ll = c;
747 ll <<= 56;
748 cword->w64 = (cword->w64 >> 8) | ll;
720 unsigned long long ll; local
/u-boot/include/linux/
H A Dkernel.h70 #define DIV_ROUND_DOWN_ULL(ll, d) \
71 ({ unsigned long long _tmp = (ll); do_div(_tmp, d); _tmp; })
73 #define DIV_ROUND_UP_ULL(ll, d) DIV_ROUND_DOWN_ULL((ll) + (d) - 1, (d))
78 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP_ULL(ll, d)
80 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP(ll,d)
H A Dmath64.h51 #define DIV64_U64_ROUND_UP(ll, d) \
52 ({ u64 _tmp = (d); div64_u64((ll) + _tmp - 1, _tmp); })
189 u64 ll; member in union:__anon51
200 a0.ll = a;
201 b0.ll = b;
203 rl.ll = mul_u32_u32(a0.l.low, b0.l.low);
204 rm.ll = mul_u32_u32(a0.l.low, b0.l.high);
205 rn.ll = mul_u32_u32(a0.l.high, b0.l.low);
206 rh.ll = mul_u32_u32(a0.l.high, b0.l.high);
218 * The 128-bit result of the multiplication is in rl.ll an
235 u64 ll; member in union:__anon53
[all...]
/u-boot/scripts/
H A Dcheckpatch.pl527 our $Int_type = qr{(?i)llu|ull|ll|lu|ul|l|u};
6341 "\%L$1 is non-standard C, use %ll$1\n" . $herecurr);
7035 $format =~ /^"\%(?i:ll[udxi]|[udxi]ll|ll|[hl]h?[udxi]|[udxi][hl]h?|[hl]h?|[udxi])"$/) {
7198 $ull = "_ULL" if (defined($1) && $1 =~ /ll/i);
7310 if ($line =~ /\b((simple|strict)_(strto(l|ll|ul|ull)))\s*\(/) {

Completed in 200 milliseconds