Searched defs:y (Results 1 – 8 of 8) sorted by relevance
/tf-a-ffa_el3_spmc/lib/compiler-rt/builtins/ |
A D | int_math.h | 65 #define crt_copysign(x, y) copysign((x), (y)) argument 66 #define crt_copysignf(x, y) copysignf((x), (y)) argument 67 #define crt_copysignl(x, y) copysignl((x), (y)) argument 85 #define crt_fmax(x, y) __max((x), (y)) argument 86 #define crt_fmaxf(x, y) __max((x), (y)) argument 87 #define crt_fmaxl(x, y) __max((x), (y)) argument 89 #define crt_fmax(x, y) __builtin_fmax((x), (y)) argument 90 #define crt_fmaxf(x, y) __builtin_fmaxf((x), (y)) argument 105 #define crt_scalbn(x, y) scalbn((x), (y)) argument 106 #define crt_scalbnf(x, y) scalbnf((x), (y)) argument [all …]
|
/tf-a-ffa_el3_spmc/fdts/ |
A D | fvp-defs-dynamiq.dtsi | 23 #define CONCAT(x, y) x##y argument 24 #define CONC(x, y) CONCAT(x, y) argument
|
A D | fvp-defs.dtsi | 30 #define CONCAT(x, y) x##y argument 31 #define CONC(x, y) CONCAT(x, y) argument
|
/tf-a-ffa_el3_spmc/include/lib/ |
A D | utils_def.h | 67 #define MIN(x, y) __extension__ ({ \ argument 74 #define MAX(x, y) __extension__ ({ \ argument
|
/tf-a-ffa_el3_spmc/drivers/st/ddr/ |
A D | stm32mp1_ram.c | 175 #define PARAM(x, y) \ in stm32mp1_ddr_setup() argument
|
A D | stm32mp1_ddr.c | 34 #define DDRCTL_REG(x, y) \ argument 41 #define DDRPHY_REG(x, y) \ argument
|
/tf-a-ffa_el3_spmc/drivers/renesas/common/emmc/ |
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
|
/tf-a-ffa_el3_spmc/plat/xilinx/zynqmp/pm_service/ |
A D | pm_api_clock.c | 80 #define BIT_MASK(x, y) (((1U << (y)) - 1) << (x)) argument
|
Completed in 18 milliseconds