Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Defi_loader.h46 #define EFI_CALL(exp) do { \ argument
47 debug("%sEFI: Call: %s\n", __efi_nesting_inc(), #exp); \
49 exp; \
51 debug("%sEFI: Return From: %s\n", __efi_nesting_dec(), #exp); \
/rk3399_rockchip-uboot/lib/rsa/
H A DMakefile11 obj-$(CONFIG_RSA_SOFTWARE_EXP) += rsa-mod-exp.o
/rk3399_rockchip-uboot/drivers/net/
H A Dbcm-sf2-eth-gmac.c23 #define SPINWAIT(exp, us) { \ argument
25 while ((exp) && (countdown >= 10)) {\
/rk3399_rockchip-uboot/tools/
H A DMakefile84 rsa-mod-exp.o)