Searched refs:FF (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/crypto/
H A Dlocalcrypto_md5.c122 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
125 #define FF(a, b, c, d, x, s, ac) { \ macro
273 FF(a, b, c, d, x0, S11, 0xd76aa478UL); /* 1 */
274 FF(d, a, b, c, x1, S12, 0xe8c7b756UL); /* 2 */
275 FF(c, d, a, b, x2, S13, 0x242070dbUL); /* 3 */
276 FF(b, c, d, a, x3, S14, 0xc1bdceeeUL); /* 4 */
277 FF(a, b, c, d, x4, S11, 0xf57c0fafUL); /* 5 */
278 FF(d, a, b, c, x5, S12, 0x4787c62aUL); /* 6 */
279 FF(c, d, a, b, x6, S13, 0xa8304613UL); /* 7 */
280 FF(
[all...]
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddis_tables.c149 FF, /* for 287 instructions */ enumerator in enum:__anon34
1259 /* [0,0] */ TNS("fadd",FF), TNS("fmul",FF), TNS("fcom",F), TNS("fcomp",F),
1260 /* [0,4] */ TNS("fsub",FF), TNS("fsubr",FF), TNS("fdiv",FF), TNS("fdivr",FF),
1271 /* [4,0] */ TNS("fadd",FF), TNS("fmul",FF), TNS("fcom",F), TNS("fcomp",F),
1272 /* [4,4] */ TNS("fsub",FF), TN
[all...]

Completed in 22 milliseconds