line |
true |
false |
branch |
27
|
0 |
0 |
for (i=0; i<256; ++i) |
60
|
0 |
0 |
for (i=0; i<4; ++i) /* scramble it */ |
65
|
0 |
0 |
for (i=0; i<256; i+=8) /* fill in mm[] with messy stuff */ |
75
|
0 |
0 |
for (i=0; i<256; i+=8) |
99
|
0 |
0 |
if (bytes > 0 && data != 0) { |
|
0 |
0 |
if (bytes > 0 && data != 0) { |
101
|
0 |
0 |
if (bytes > 1024) bytes = 1024; |
109
|
0 |
0 |
if ( 4*(256-randcnt) >= bytes) { |
116
|
0 |
0 |
while (bytes > 0) { |
117
|
0 |
0 |
if (randcnt > 255) |
131
|
0 |
0 |
if (randcnt > 255) isaac(); |
138
|
0 |
0 |
if (randcnt > 255) isaac(); |
140
|
0 |
0 |
if (randcnt > 255) isaac(); |