Home
last modified time | relevance | path

Searched defs:F (Results 1 – 5 of 5) sorted by relevance

/u-boot-v2022.01-rc1/lib/
A Dsha1.c107 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() macro
134 #define F(x,y,z) (x ^ y ^ z) in sha1_process() macro
161 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() macro
188 #define F(x,y,z) (x ^ y ^ z) in sha1_process() macro
A Dsha256.c62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
/u-boot-v2022.01-rc1/include/
A Dsignatures.h59 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
/u-boot-v2022.01-rc1/arch/arm/mach-snapdragon/
A Dclock-sdm845.c19 #define F(f, s, h, m, n) { (f), (s), (2 * (h) - 1), (m), (n) } macro
/u-boot-v2022.01-rc1/arch/mips/mach-octeon/include/mach/
A Dcvmx-global-resources.h66 #define TAG_INIT_PART(A, B, C, D, E, F, G, H) \ argument

Completed in 11 milliseconds