Home
last modified time | relevance | path

Searched refs:s64 (Results 1 – 22 of 22) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Dmath64.h28 static inline s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem()
54 static inline s64 div64_s64(s64 dividend, s64 divisor) in div64_s64()
73 extern s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder);
85 extern s64 div64_s64(s64 dividend, s64 divisor);
109 static inline s64 div_s64(s64 dividend, s32 divisor) in div_s64()
H A Dkernel.h33 #define S64_MAX ((s64)(U64_MAX>>1))
34 #define S64_MIN ((s64)(-S64_MAX - 1))
148 s64 __x = (x); \
/rk3399_rockchip-uboot/lib/
H A Ddiv64.c64 s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem()
163 s64 div64_s64(s64 dividend, s64 divisor) in div64_s64()
165 s64 quot, t; in div64_s64()
H A Dvsprintf.c176 if ((s64) num < 0) { in number()
178 num = -(s64) num; in number()
/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dtypes.h46 typedef signed long long s64; typedef
49 typedef __INT64_TYPE__ s64; typedef
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dtypes.h40 typedef signed long long s64; typedef
43 typedef __INT64_TYPE__ s64; typedef
/rk3399_rockchip-uboot/env/
H A Dmmc.c37 static inline int mmc_offset_try_partition(const char *str, s64 *val) in mmc_offset_try_partition()
65 static inline s64 mmc_offset(int copy) in mmc_offset()
76 s64 val = 0, defvalue; in mmc_offset()
102 static inline s64 mmc_offset(int copy) in mmc_offset()
104 s64 offset = CONFIG_ENV_OFFSET; in mmc_offset()
116 s64 offset = mmc_offset(copy); in mmc_get_env_addr()
H A Denv_blk.c23 s64 offset = CONFIG_ENV_OFFSET; in get_env_addr()
/rk3399_rockchip-uboot/arch/arc/include/asm/
H A Dtypes.h43 typedef signed long long s64; typedef
/rk3399_rockchip-uboot/arch/xtensa/include/asm/
H A Dtypes.h45 typedef signed long long s64; typedef
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dtypes.h49 typedef signed long long s64; typedef
/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dtypes.h47 typedef signed long long s64; typedef
/rk3399_rockchip-uboot/arch/nios2/include/asm/
H A Dtypes.h47 typedef signed long long s64; typedef
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dtypes.h48 typedef __signed__ long long s64; typedef
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dtypes.h39 typedef signed long long s64; typedef
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dtypes.h39 typedef signed long long s64; typedef
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dtypes.h39 typedef signed long long s64; typedef
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dtypes.h56 typedef __signed__ long long s64; typedef
/rk3399_rockchip-uboot/drivers/thermal/
H A Dimx_thermal.c59 s64 c1, c2; in read_cpu_temperature()
60 s64 temp64; in read_cpu_temperature()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dparam.c27 s64 phy_addr;
33 s64 phy_addr;
37 s64 reserve[8];
/rk3399_rockchip-uboot/arch/arm/mach-tegra/
H A Dclock.c255 if ((s64)divider - 2 < 0) in clk_get_divider()
258 if ((s64)divider - 2 >= max_divider) in clk_get_divider()
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c1916 s64 res = (s32)d * (s32)s; in imul_long_direct()
2095 s64 dvd, div, mod; in idiv_long()
2097 dvd = (((s64)M.x86.R_EDX) << 32) | M.x86.R_EAX; in idiv_long()