Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
soc:2008:memsearch [2009/03/25 07:27]
mcb30 created
soc:2008:memsearch [2009/03/25 07:35]
mcb30
Line 41: Line 41:
                            ​uint32_t pattern, uint32_t mask ) {                            ​uint32_t pattern, uint32_t mask ) {
         uint32_t *test;         uint32_t *test;
 +
 +        assert ( ( len % sizeof ( *test ) ) == 0 );
     ​     ​
         for ( test = start ; len ; test++, len -= sizeof ( *test ) ) {         for ( test = start ; len ; test++, len -= sizeof ( *test ) ) {

Navigation

* [[:start|Home]] * [[:about|About our Project]] * [[:download|Download]] * [[:screenshots|Screenshots]] * Documentation * [[:howtos|HowTo Guides]] * [[:appnotes|Application Notes]] * [[:faq:|FAQs]] * [[:doc|General Doc]] * [[:talks|Videos, Talks, and Papers]] * [[:hardwareissues|Hardware Issues]] * [[:mailinglists|Mailing lists]] * [[http://support.etherboot.org/|Bugtracker]] * [[:contributing|Contributing]] * [[:editing_permission|Wiki Edit Permission]] * [[:wiki:syntax|Wiki Syntax]] * [[:contact|Contact]] * [[:relatedlinks|Related Links]] * [[:commerciallinks|Commercial Links]] * [[:acknowledgements|Acknowledgements]] * [[:logos|Logo Art]]

QR Code
QR Code soc:2008:memsearch (generated for current page)