Searched refs:F2 (Results 1 - 8 of 8) 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/include/iprt/
H A Dasm-math.h138 * F1 * F2 = Prod
145 * Prod = F1.s.Lo*F2.s.Lo + F1.s.Hi*F2.s.Lo*4G
146 * + F1.s.Lo*F2.s.Hi*4G + F1.s.Hi*F2.s.Hi*4G*4G
151 RTUINT64U F1, F2;
153 F2.u = u64F2;
155 Prod.s.Lo = ASMMult2xU32RetU64(F1.s.Lo, F2.s.Lo);
157 Tmp1.u = ASMMult2xU32RetU64(F1.s.Hi, F2.s.Lo);
163 Tmp1.u = ASMMult2xU32RetU64(F1.s.Lo, F2
[all...]
/vbox/src/VBox/Main/include/
H A DMatching.h413 * @param F2 second filter class
415 template <class F1, class F2>
435 mFilter2 = F2(); // reset to null
456 const F2 &second() const { return mFilter2; }
461 F2 mFilter2;
/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
/vbox/src/VBox/Runtime/testcase/
H A DtstRTBigNum.cpp600 RTBIGNUM F1, F2, Expected;
602 && testHexStringToNum(&F2, s_aTests[i].pszF2, RTBIGNUMINIT_F_UNSIGNED | fFlags)
605 RTTESTI_CHECK_RC(RTBigNumMultiply(&Result, &F1, &F2), VINF_SUCCESS);
608 RTTESTI_CHECK_RC(RTBigNumDestroy(&F2), VINF_SUCCESS);
/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/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g1673 FormId "=" F2:Number ","
1677 FId = _STOFID(F2->getText());

Completed in 92 milliseconds