]> git.wh0rd.org - ICEs.git/blob - not-unused/des.i
add bfin ice
[ICEs.git] / not-unused / des.i
1 void do_des()
2 {
3 unsigned int *l_out;
4 int count = 10;
5 unsigned int f;
6 unsigned int r48l;
7 unsigned int r48r;
8 int round = 10;
9 while (count--)
10 while (round--)
11 f = (r48l ^ r48r);
12 *l_out = f;
13 }