Searched defs:P (Results 1 – 8 of 8) sorted by relevance
/u-boot/common/ |
A D | dlmalloc.c | 881 #define check_free_chunk(P) do_check_free_chunk(P) argument 882 #define check_inuse_chunk(P) do_check_inuse_chunk(P) argument 883 #define check_chunk(P) do_check_chunk(P) argument 884 #define check_malloced_chunk(P,N) do_check_malloced_chunk(P,N) argument 886 #define check_free_chunk(P) argument 887 #define check_inuse_chunk(P) argument 888 #define check_chunk(P) argument 889 #define check_malloced_chunk(P,N) argument 910 #define frontlink(P, S, IDX, BK, FD) \ argument 942 #define unlink(P, BK, FD) \ argument [all …]
|
/u-boot/arch/arm/mach-sunxi/ |
A D | clock_sun4i.c | 81 #define PLL1_CFG(N, K, M, P) ( 1 << CCM_PLL1_CFG_ENABLE_SHIFT | \ argument
|
/u-boot/drivers/pinctrl/renesas/ |
A D | pfc-r7s72100.c | 17 #define P(bank) (0x0000 + (bank) * 4) macro
|
/u-boot/drivers/gpio/ |
A D | gpio-rza1.c | 15 #define P(bank) (0x0000 + (bank) * 4) macro
|
/u-boot/lib/ |
A D | sha256.c | 99 #define P(a,b,c,d,e,f,g,h,x,K) { \ in sha256_process() macro
|
A D | sha1.c | 97 #define P(a,b,c,d,e,x) { \ in sha1_process() macro
|
/u-boot/lib/crypto/ |
A D | x509_cert_parser.c | 554 #define DD2bin(P) ({ unsigned x = dec2bin(P[0]) * 10 + dec2bin(P[1]); P += 2; x; }) in x509_decode_time() argument
|
/u-boot/drivers/ddr/marvell/axp/ |
A D | ddr3_hw_training.h | 113 #define P 2 macro
|
Completed in 18 milliseconds