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

/seL4-camkes-master/tools/seL4/elfloader-tool/src/utils/
H A Dcrypt_md5.c39 #define II(a,b,c,d,w,s,t) a += I(b,c,d) + w + t; a = rol(a,s) + b macro
100 II(a, b, c, d, W[7 * i % 16], 6, tab[i]);
102 II(d, a, b, c, W[7 * i % 16], 10, tab[i]);
104 II(c, d, a, b, W[7 * i % 16], 15, tab[i]);
106 II(b, c, d, a, W[7 * i % 16], 21, tab[i]);
/seL4-camkes-master/projects/musllibc/src/crypt/
H A Dcrypt_md5.c28 #define II(a,b,c,d,w,s,t) a += I(b,c,d) + w + t; a = rol(a,s) + b macro
77 II(a,b,c,d, W[7*i%16], 6, tab[i]); i++;
78 II(d,a,b,c, W[7*i%16], 10, tab[i]); i++;
79 II(c,d,a,b, W[7*i%16], 15, tab[i]); i++;
80 II(b,c,d,a, W[7*i%16], 21, tab[i]); i++;

Completed in 30 milliseconds