| /rk3399_ARM-atf/lib/compiler-rt/builtins/ |
| H A D | int_math.h | 61 #define crt_copysign(x, y) copysign((x), (y)) argument 62 #define crt_copysignf(x, y) copysignf((x), (y)) argument 63 #define crt_copysignl(x, y) copysignl((x), (y)) argument 65 #define crt_copysign(x, y) __builtin_copysign((x), (y)) argument 66 #define crt_copysignf(x, y) __builtin_copysignf((x), (y)) argument 67 #define crt_copysignl(x, y) __builtin_copysignl((x), (y)) argument 72 #define crt_copysignf128(x, y) __builtin_copysignf128((x), (y)) argument 74 #define crt_copysignf128(x, y) __builtin_copysignq((x), (y)) argument 96 #define crt_fmaxl(x, y) __max((x), (y)) argument 98 #define crt_fmaxl(x, y) __builtin_fmaxl((x), (y)) argument [all …]
|
| H A D | int_lib.h | 157 static bool __inline __builtin_sadd_overflow(int x, int y, int *result) { in __builtin_sadd_overflow()
|
| /rk3399_ARM-atf/drivers/st/ddr/phy/phyinit/include/ |
| H A D | ddrphy_wrapper.h | 10 static inline long long fmodll(long long x, long long y) in fmodll() 15 static inline int fmodi(int x, int y) in fmodi()
|
| /rk3399_ARM-atf/fdts/ |
| H A D | tc-common.dtsi | 7 #define PASTER(x, y) x ## y argument 8 #define EVALUATOR(x, y) PASTER(x, y) argument
|
| H A D | rdv3-defs.dtsi | 10 #define CONCAT(x, y) x##y argument 11 #define CONC(x, y) CONCAT(x, y) argument
|
| H A D | fvp-defs-dynamiq.dtsi | 23 #define CONCAT(x, y) x##y argument 24 #define CONC(x, y) CONCAT(x, y) argument
|
| H A D | fvp-defs.dtsi | 30 #define CONCAT(x, y) x##y argument 31 #define CONC(x, y) CONCAT(x, y) argument
|
| /rk3399_ARM-atf/lib/libc/ |
| H A D | qsort.c | 71 #define CMP(t, x, y) (cmp((x), (y), (t))) argument 73 #define CMP(t, x, y) (cmp((t), (x), (y))) argument 75 #define CMP(t, x, y) (cmp((x), (y), (t))) argument 77 #define CMP(t, x, y) (cmp((x), (y))) argument
|
| /rk3399_ARM-atf/include/drivers/st/ |
| H A D | stm32mp_ram.h | 13 #define PARAM(x, y) \ argument
|
| /rk3399_ARM-atf/include/lib/libc/sys/ |
| H A D | cdefs.h | 149 #define __CONCAT1(x,y) x ## y argument 150 #define __CONCAT(x,y) __CONCAT1(x,y) argument 167 #define __CONCAT(x,y) x/**/y argument 279 #define _Static_assert(x, y) static_assert(x, y) argument 283 #define _Static_assert(x, y) __Static_assert(x, __COUNTER__) argument 284 #define __Static_assert(x, y) ___Static_assert(x, y) argument 285 #define ___Static_assert(x, y) typedef char __assert_ ## y[(x) ? 1 : -1] \ argument 288 #define _Static_assert(x, y) struct __hack argument 918 #define __align_up(x, y) __builtin_align_up(x, y) argument 919 #define __align_down(x, y) __builtin_align_down(x, y) argument [all …]
|
| /rk3399_ARM-atf/services/std_svc/errata_abi/ |
| H A D | cpu_errata_info.h | 35 #define RXPX_RANGE(x, y, z) (((x >= y) && (x <= z)) ? true : false) argument
|
| /rk3399_ARM-atf/plat/intel/soc/common/lib/sha/ |
| H A D | sha.h | 55 static inline uint64_t Ch(uint64_t x, uint64_t y, uint64_t z) in Ch() 60 static inline uint64_t Maj(uint64_t x, uint64_t y, uint64_t z) in Maj()
|
| /rk3399_ARM-atf/drivers/st/ddr/ |
| H A D | stm32mp1_ddr.c | 25 #define DDRCTL_REG(x, y) \ argument 31 #define DDRPHY_REG(x, y) \ argument
|
| H A D | stm32mp2_ddr.c | 24 #define DDRCTL_REG(x, y, z) \ argument
|
| /rk3399_ARM-atf/plat/intel/soc/common/ |
| H A D | socfpga_ros.c | 28 uint32_t x, y; in swap_bits() local
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/ |
| H A D | mt_vcore_dvfsrc_plat.c | 102 static unsigned int v_roundup(unsigned int x, unsigned int y) in v_roundup() 107 static unsigned int v_rounddown(unsigned int x, unsigned int y) in v_rounddown()
|
| /rk3399_ARM-atf/include/lib/ |
| H A D | utils_def.h | 109 #define MIN(x, y) __extension__ ({ \ argument 116 #define MAX(x, y) __extension__ ({ \ argument
|
| /rk3399_ARM-atf/drivers/tpm/ |
| H A D | tpm2_fifo.c | |
| /rk3399_ARM-atf/plat/mediatek/drivers/apusys/mt8196/ |
| H A D | apusys_power.h | 211 #define ARE_ENTRIES(x, y) ((((y) - (x)) + 1) * 2) argument
|
| /rk3399_ARM-atf/drivers/renesas/common/emmc/ |
| H A D | emmc_std.h | 36 #define EMMC_GET_CID(x, y) (emmc_bit_field(mmc_drv_obj.cid_data, (x), (y))) argument 49 #define EMMC_GET_CSD(x, y) (emmc_bit_field(mmc_drv_obj.csd_data, (x), (y))) argument
|
| /rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/ |
| H A D | pm_api_clock.c | 82 #define BIT_MASK(x, y) (((1U << (y)) - 1) << (x)) argument
|