Searched refs:tempCOUNT (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_x86_helpers.c1895 UInt tempCOUNT = rot_amt & 0x1F, cf=0, of=0, tempcf; local
1901 while (tempCOUNT > 0) {
1905 tempCOUNT--;
1909 while (tempCOUNT >= 17) tempCOUNT -= 17;
1912 while (tempCOUNT > 0) {
1916 tempCOUNT--;
1920 while (tempCOUNT >= 9) tempCOUNT -= 9;
1923 while (tempCOUNT >
1950 UInt tempCOUNT = rot_amt & 0x1F, cf=0, of=0, tempcf; local
[all...]
H A Dguest_amd64_helpers.c2741 ULong tempCOUNT = rot_amt & (sz == 8 ? 0x3F : 0x1F); local
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 >
2809 ULong tempCOUNT = rot_amt & (sz == 8 ? 0x3F : 0x1F); local
[all...]

Completed in 91 milliseconds