Help for this page

Select Code to Download


  1. or download this
    void swapBufferChunks( U8 *buf, U32 start1, U32 start2, U32 bufsize ) 
    +{
        register U64 *p1 = (U64*)&buf[ start1 ];
    ...
            p2 -= bufsize if ( p2 >= end_buf );
        }
    }