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

/vbox/src/VBox/Runtime/common/checksum/
H A Dalt-md5.cpp67 # define F2(x, y, z) F1(z, x, y) macro
78 # define F2(x, y, z) F1(z, x, y) macro
131 MD5STEP(F2, a, b, c, d, in[ 1] + 0xf61e2562, 5);
132 MD5STEP(F2, d, a, b, c, in[ 6] + 0xc040b340, 9);
133 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
134 MD5STEP(F2, b, c, d, a, in[ 0] + 0xe9b6c7aa, 20);
135 MD5STEP(F2, a, b, c, d, in[ 5] + 0xd62f105d, 5);
136 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
137 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
138 MD5STEP(F2,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h46 UINT64 F2[2]; member in struct:__anon11922
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDebugSupport.h288 // bits in UNAT and to insure F2 is 16 byte aligned.
323 UINT64 F2[2]; member in struct:__anon12042
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDebugSupport.h290 // bits in UNAT and to insure F2 is 16 byte aligned.
325 UINT64 F2[2]; member in struct:__anon15609

Completed in 87 milliseconds