Lines Matching full:ll
69 if (tmp0 & (1LL << (i + 16))) { in helper_rotx()
70 tmp1 |= 1LL << i; in helper_rotx()
72 tmp1 &= ~(1LL << i); in helper_rotx()
87 if (tmp1 & (1LL << (i + 8))) { in helper_rotx()
88 tmp2 |= 1LL << i; in helper_rotx()
90 tmp2 &= ~(1LL << i); in helper_rotx()
104 if (tmp2 & (1LL << (i + 4))) { in helper_rotx()
105 tmp3 |= 1LL << i; in helper_rotx()
107 tmp3 &= ~(1LL << i); in helper_rotx()
121 if (tmp3 & (1LL << (i + 2))) { in helper_rotx()
122 tmp4 |= 1LL << i; in helper_rotx()
124 tmp4 &= ~(1LL << i); in helper_rotx()
134 if (tmp4 & (1LL << (i + 1))) { in helper_rotx()
135 tmp5 |= 1LL << i; in helper_rotx()
137 tmp5 &= ~(1LL << i); in helper_rotx()