Lines Matching refs:aIn
48067 ** array aByte[] and the initial values of aIn[0] and aIn[1] (or48068 ** initial values of 0 and 0 if aIn==NULL).48078 const u32 *aIn, /* Initial checksum value input */48085 if( aIn ){48086 s1 = aIn[0];48087 s2 = aIn[1];