Home | History | Annotate | Download | only in dist

Lines Matching refs:aIn

48087 ** array aByte[] and the initial values of aIn[0] and aIn[1] (or
48088 ** initial values of 0 and 0 if aIn==NULL).
48098 const u32 *aIn, /* Initial checksum value input */
48105 if( aIn ){
48106 s1 = aIn[0];
48107 s2 = aIn[1];