| /rk3399_rockchip-uboot/include/linux/ |
| H A D | math64.h | 28 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 D | kernel.h | 33 #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 D | div64.c | 64 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 D | vsprintf.c | 176 if ((s64) num < 0) { in number() 178 num = -(s64) num; in number()
|
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | types.h | 46 typedef signed long long s64; typedef 49 typedef __INT64_TYPE__ s64; typedef
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | types.h | 40 typedef signed long long s64; typedef 43 typedef __INT64_TYPE__ s64; typedef
|
| /rk3399_rockchip-uboot/env/ |
| H A D | mmc.c | 37 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 D | env_blk.c | 23 s64 offset = CONFIG_ENV_OFFSET; in get_env_addr()
|
| /rk3399_rockchip-uboot/arch/arc/include/asm/ |
| H A D | types.h | 43 typedef signed long long s64; typedef
|
| /rk3399_rockchip-uboot/arch/xtensa/include/asm/ |
| H A D | types.h | 45 typedef signed long long s64; typedef
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | types.h | 49 typedef signed long long s64; typedef
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | types.h | 47 typedef signed long long s64; typedef
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | types.h | 47 typedef signed long long s64; typedef
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | types.h | 48 typedef __signed__ long long s64; typedef
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | types.h | 39 typedef signed long long s64; typedef
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | types.h | 39 typedef signed long long s64; typedef
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | types.h | 39 typedef signed long long s64; typedef
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | types.h | 56 typedef __signed__ long long s64; typedef
|
| /rk3399_rockchip-uboot/drivers/thermal/ |
| H A D | imx_thermal.c | 59 s64 c1, c2; in read_cpu_temperature() 60 s64 temp64; in read_cpu_temperature()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | param.c | 27 s64 phy_addr; 33 s64 phy_addr; 37 s64 reserve[8];
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/ |
| H A D | clock.c | 255 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 D | prim_ops.c | 1916 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()
|