Home | History | Annotate | Download | only in priv

Lines Matching refs:tempCOUNT

2741    ULong tempCOUNT  = rot_amt & (sz == 8 ? 0x3F : 0x1F);
2748 while (tempCOUNT > 0) {
2752 tempCOUNT--;
2756 while (tempCOUNT >= 33) tempCOUNT -= 33;
2759 while (tempCOUNT > 0) {
2763 tempCOUNT--;
2767 while (tempCOUNT >= 17) tempCOUNT -= 17;
2770 while (tempCOUNT > 0) {
2774 tempCOUNT--;
2778 while (tempCOUNT >= 9) tempCOUNT -= 9;
2781 while (tempCOUNT > 0) {
2785 tempCOUNT--;
2809 ULong tempCOUNT = rot_amt & (sz == 8 ? 0x3F : 0x1F);
2815 while (tempCOUNT > 0) {
2819 tempCOUNT--;
2824 while (tempCOUNT >= 33) tempCOUNT -= 33;
2826 while (tempCOUNT > 0) {
2830 tempCOUNT--;
2835 while (tempCOUNT >= 17) tempCOUNT -= 17;
2837 while (tempCOUNT > 0) {
2841 tempCOUNT--;
2846 while (tempCOUNT >= 9) tempCOUNT -= 9;
2848 while (tempCOUNT > 0) {
2852 tempCOUNT--;