HomeSort by relevance Sort by last modified time
    Searched refs:numRounds2 (Results 1 - 2 of 2) sorted by null

  /external/lzma/C/
AesOpt.c 23 UInt32 numRounds2 = *(const UInt32 *)(p + 1) - 1;
33 while (--numRounds2 != 0);
60 UInt32 numRounds2 = *(const UInt32 *)(p + 1);
61 const __m128i *w = p + numRounds2 * 2;
69 numRounds2--;
76 while (--numRounds2 != 0);
89 UInt32 numRounds2 = *(const UInt32 *)(p + 1);
90 const __m128i *w = p + numRounds2 * 2;
92 numRounds2--;
99 while (--numRounds2 != 0);
    [all...]
Aes.c 191 UInt32 numRounds2 = w[0];
201 if (--numRounds2 == 0)
214 UInt32 numRounds2 = w[0];
215 w += 4 + numRounds2 * 8;
224 if (--numRounds2 == 0)

Completed in 1263 milliseconds