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

/vbox/src/VBox/Runtime/common/checksum/
H A Dalt-md5.cpp68 # define F3(x, y, z) (x ^ y ^ z) macro
79 DECL_FORCE_INLINE(uint32_t) F3(uint32_t x, uint32_t y, uint32_t z) function
148 MD5STEP(F3, a, b, c, d, in[ 5] + 0xfffa3942, 4);
149 MD5STEP(F3, d, a, b, c, in[ 8] + 0x8771f681, 11);
150 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
151 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
152 MD5STEP(F3, a, b, c, d, in[ 1] + 0xa4beea44, 4);
153 MD5STEP(F3, d, a, b, c, in[ 4] + 0x4bdecfa9, 11);
154 MD5STEP(F3, c, d, a, b, in[ 7] + 0xf6bb4b60, 16);
155 MD5STEP(F3,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h47 UINT64 F3[2]; member in struct:__anon11922
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDebugSupport.h324 UINT64 F3[2]; member in struct:__anon12042
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDebugSupport.h326 UINT64 F3[2]; member in struct:__anon15609

Completed in 89 milliseconds