Searched defs:F (Results 1 – 5 of 5) sorted by relevance
| /u-boot/lib/ |
| A D | sha1.c | 109 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process_one() macro 136 #define F(x,y,z) (x ^ y ^ z) in sha1_process_one() macro 163 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process_one() macro 190 #define F(x,y,z) (x ^ y ^ z) in sha1_process_one() macro
|
| A D | sha256.c | 64 uint32_t A, B, C, D, E, F, G, H; in sha256_process_one() local
|
| /u-boot/include/ |
| A D | signatures.h | 59 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
|
| /u-boot/arch/arm/mach-snapdragon/ |
| A D | clock-sdm845.c | 20 #define F(f, s, h, m, n) { (f), (s), (2 * (h) - 1), (m), (n) } macro
|
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-global-resources.h | 66 #define TAG_INIT_PART(A, B, C, D, E, F, G, H) \ argument
|
Completed in 16 milliseconds