Searched defs:P (Results 1 – 10 of 10) sorted by relevance
| /u-boot/lib/blake2/ |
| A D | blake2b.c | 88 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param() 107 blake2b_param P[1]; in blake2b_init() local 129 blake2b_param P[1]; in blake2b_init_key() local
|
| /u-boot/common/ |
| A D | dlmalloc.c | 895 #define check_free_chunk(P) do_check_free_chunk(P) argument 896 #define check_inuse_chunk(P) do_check_inuse_chunk(P) argument 897 #define check_chunk(P) do_check_chunk(P) argument 898 #define check_malloced_chunk(P,N) do_check_malloced_chunk(P,N) argument 900 #define check_free_chunk(P) argument 901 #define check_inuse_chunk(P) argument 902 #define check_chunk(P) argument 903 #define check_malloced_chunk(P,N) argument 924 #define frontlink(P, S, IDX, BK, FD) \ argument 956 #define unlink(P, BK, FD) \ argument [all …]
|
| /u-boot/arch/arm/mach-sunxi/ |
| A D | clock_sun4i.c | 80 #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 | 101 #define P(a,b,c,d,e,f,g,h,x,K) { \ in sha256_process_one() macro
|
| A D | sha1.c | 99 #define P(a,b,c,d,e,x) { \ in sha1_process_one() 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
|
| /u-boot/drivers/pinctrl/rockchip/ |
| A D | pinctrl-rockchip.h | 461 #define RK3588_PIN_BANK_FLAGS(ID, PIN, LABEL, M, P) \ argument
|
Completed in 20 milliseconds