Searched refs:iStretch (Results 1 – 1 of 1) sorted by relevance
18 unsigned char iStretch[MAXBLOCKSIZE+8]; in s_ocb3_int_calc_offset_zero() local40 iStretch[x] = iKtop[x]; in s_ocb3_int_calc_offset_zero()43 iStretch[x+y] = iKtop[y] ^ iKtop[y+1]; in s_ocb3_int_calc_offset_zero()50 ocb->Offset_current[x] = iStretch[idx+x] << shift; in s_ocb3_int_calc_offset_zero()52 ocb->Offset_current[x] |= iStretch[idx+x+1] >> (8-shift); in s_ocb3_int_calc_offset_zero()
Completed in 2 milliseconds