Home
last modified time | relevance | path

Searched defs:y (Results 1 – 21 of 21) sorted by relevance

/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dint_math.h61 #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 Dint_lib.h157 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 Dddrphy_wrapper.h10 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 Dtc-common.dtsi7 #define PASTER(x, y) x ## y argument
8 #define EVALUATOR(x, y) PASTER(x, y) argument
H A Drdv3-defs.dtsi10 #define CONCAT(x, y) x##y argument
11 #define CONC(x, y) CONCAT(x, y) argument
H A Dfvp-defs-dynamiq.dtsi23 #define CONCAT(x, y) x##y argument
24 #define CONC(x, y) CONCAT(x, y) argument
H A Dfvp-defs.dtsi30 #define CONCAT(x, y) x##y argument
31 #define CONC(x, y) CONCAT(x, y) argument
/rk3399_ARM-atf/lib/libc/
H A Dqsort.c71 #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 Dstm32mp_ram.h13 #define PARAM(x, y) \ argument
/rk3399_ARM-atf/include/lib/libc/sys/
H A Dcdefs.h149 #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 Dcpu_errata_info.h35 #define RXPX_RANGE(x, y, z) (((x >= y) && (x <= z)) ? true : false) argument
/rk3399_ARM-atf/plat/intel/soc/common/lib/sha/
H A Dsha.h55 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 Dstm32mp1_ddr.c25 #define DDRCTL_REG(x, y) \ argument
31 #define DDRPHY_REG(x, y) \ argument
H A Dstm32mp2_ddr.c24 #define DDRCTL_REG(x, y, z) \ argument
/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_ros.c28 uint32_t x, y; in swap_bits() local
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/
H A Dmt_vcore_dvfsrc_plat.c102 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 Dutils_def.h109 #define MIN(x, y) __extension__ ({ \ argument
116 #define MAX(x, y) __extension__ ({ \ argument
/rk3399_ARM-atf/drivers/tpm/
H A Dtpm2_fifo.c
/rk3399_ARM-atf/plat/mediatek/drivers/apusys/mt8196/
H A Dapusys_power.h211 #define ARE_ENTRIES(x, y) ((((y) - (x)) + 1) * 2) argument
/rk3399_ARM-atf/drivers/renesas/common/emmc/
H A Demmc_std.h36 #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 Dpm_api_clock.c82 #define BIT_MASK(x, y) (((1U << (y)) - 1) << (x)) argument