Searched defs:F4 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/checksum/
H A Dalt-md5.cpp69 # define F4(x, y, z) (y ^ (x | ~z)) macro
85 DECL_FORCE_INLINE(uint32_t) F4(uint32_t x, uint32_t y, uint32_t z) function
165 MD5STEP(F4, a, b, c, d, in[ 0] + 0xf4292244, 6);
166 MD5STEP(F4, d, a, b, c, in[ 7] + 0x432aff97, 10);
167 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
168 MD5STEP(F4, b, c, d, a, in[ 5] + 0xfc93a039, 21);
169 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
170 MD5STEP(F4, d, a, b, c, in[ 3] + 0x8f0ccc92, 10);
171 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
172 MD5STEP(F4,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h48 UINT64 F4[2]; member in struct:__anon11922
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDebugSupport.h325 UINT64 F4[2]; member in struct:__anon12042
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDebugSupport.h327 UINT64 F4[2]; member in struct:__anon15609

Completed in 67 milliseconds