Home
last modified time | relevance | path

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

/u-boot/lib/
A Dsha1.c109 #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 Dsha256.c64 uint32_t A, B, C, D, E, F, G, H; in sha256_process_one() local
/u-boot/include/
A Dsignatures.h59 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
/u-boot/arch/arm/mach-snapdragon/
A Dclock-sdm845.c20 #define F(f, s, h, m, n) { (f), (s), (2 * (h) - 1), (m), (n) } macro
/u-boot/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 16 milliseconds