Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
blktest.h@1:51a340435086, 2015-04-17 (annotated)
- Committer:
- 4000263
- Date:
- Fri Apr 17 01:50:54 2015 +0000
- Revision:
- 1:51a340435086
galvano
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
4000263 | 1:51a340435086 | 1 | static const int blktest[] = { |
4000263 | 1:51a340435086 | 2 | 1 , -6464 , 5120 , |
4000263 | 1:51a340435086 | 3 | 1 , -5120 , 5120 , |
4000263 | 1:51a340435086 | 4 | 1 , -3904 , 5056 , |
4000263 | 1:51a340435086 | 5 | 1 , -2752 , 5056 , |
4000263 | 1:51a340435086 | 6 | 1 , -1664 , 5056 , |
4000263 | 1:51a340435086 | 7 | 1 , 64 , 5248 , |
4000263 | 1:51a340435086 | 8 | 1 , 2176 , 5056 , |
4000263 | 1:51a340435086 | 9 | 1 , 3520 , 4864 , |
4000263 | 1:51a340435086 | 10 | 1 , 4416 , 4928 , |
4000263 | 1:51a340435086 | 11 | 1 , 5632 , 4864 , |
4000263 | 1:51a340435086 | 12 | 0 , 5568 , 3584 , |
4000263 | 1:51a340435086 | 13 | 0 , 5888 , 2496 , |
4000263 | 1:51a340435086 | 14 | 0 , 5888 , 1088 , |
4000263 | 1:51a340435086 | 15 | 0 , 6144 , 64 , |
4000263 | 1:51a340435086 | 16 | 0 , 5824 , -1088 , |
4000263 | 1:51a340435086 | 17 | 0 , 5888 , -2176 , |
4000263 | 1:51a340435086 | 18 | 0 , 5952 , -3072 , |
4000263 | 1:51a340435086 | 19 | 1 , 4864 , -3136 , |
4000263 | 1:51a340435086 | 20 | 1 , 3840 , -3136 , |
4000263 | 1:51a340435086 | 21 | 1 , 3008 , -3264 , |
4000263 | 1:51a340435086 | 22 | 1 , 576 , -3008 , |
4000263 | 1:51a340435086 | 23 | 1 , -1152 , -3264 , |
4000263 | 1:51a340435086 | 24 | 1 , -3008 , -3008 , |
4000263 | 1:51a340435086 | 25 | 1 , -4800 , -3264 , |
4000263 | 1:51a340435086 | 26 | 1 , -5760 , -3008 , |
4000263 | 1:51a340435086 | 27 | 1 , -6208 , -2880 , |
4000263 | 1:51a340435086 | 28 | 0 , -6336 , -1856 , |
4000263 | 1:51a340435086 | 29 | 0 , -6080 , -768 , |
4000263 | 1:51a340435086 | 30 | 0 , -6400 , 320 , |
4000263 | 1:51a340435086 | 31 | 0 , -6272 , 1472 , |
4000263 | 1:51a340435086 | 32 | 0 , -6592 , 2624 , |
4000263 | 1:51a340435086 | 33 | 0 , -6528 , 3648 , |
4000263 | 1:51a340435086 | 34 | 0 , -6592 , 4864 , |
4000263 | 1:51a340435086 | 35 | 0 , -6592 , 5056 |
4000263 | 1:51a340435086 | 36 | }; |
4000263 | 1:51a340435086 | 37 | |
4000263 | 1:51a340435086 | 38 | static const int blktest_dnum = sizeof blktest / sizeof blktest[0]; |
4000263 | 1:51a340435086 | 39 | |
4000263 | 1:51a340435086 | 40 | |
4000263 | 1:51a340435086 | 41 |