Home | History | Annotate | Download | only in priv

Lines Matching refs:tempCOUNT

2330    ULong tempCOUNT  = rot_amt & (sz == 8 ? 0x3F : 0x1F);
2337 while (tempCOUNT > 0) {
2341 tempCOUNT--;
2345 while (tempCOUNT >= 33) tempCOUNT -= 33;
2348 while (tempCOUNT > 0) {
2352 tempCOUNT--;
2356 while (tempCOUNT >= 17) tempCOUNT -= 17;
2359 while (tempCOUNT > 0) {
2363 tempCOUNT--;
2367 while (tempCOUNT >= 9) tempCOUNT -= 9;
2370 while (tempCOUNT > 0) {
2374 tempCOUNT--;
2398 ULong tempCOUNT = rot_amt & (sz == 8 ? 0x3F : 0x1F);
2404 while (tempCOUNT > 0) {
2408 tempCOUNT--;
2413 while (tempCOUNT >= 33) tempCOUNT -= 33;
2415 while (tempCOUNT > 0) {
2419 tempCOUNT--;
2424 while (tempCOUNT >= 17) tempCOUNT -= 17;
2426 while (tempCOUNT > 0) {
2430 tempCOUNT--;
2435 while (tempCOUNT >= 9) tempCOUNT -= 9;
2437 while (tempCOUNT > 0) {
2441 tempCOUNT--;