Lines Matching +full:100000 +full:c0
2919 u64 c0, c1, c2, c3, c4; in KeccakF1600Step() local
2963 c0 = a00^a10^a20^a30^a40; in KeccakF1600Step()
2969 d1 = c0^ROL64(c2, 1); in KeccakF1600Step()
2972 d4 = c3^ROL64(c0, 1); in KeccakF1600Step()
3030 c0 = a00^a20^a40^a10^a30; in KeccakF1600Step()
3036 d1 = c0^ROL64(c2, 1); in KeccakF1600Step()
3039 d4 = c3^ROL64(c0, 1); in KeccakF1600Step()
3097 c0 = a00^a40^a30^a20^a10; in KeccakF1600Step()
3103 d1 = c0^ROL64(c2, 1); in KeccakF1600Step()
3106 d4 = c3^ROL64(c0, 1); in KeccakF1600Step()
3164 c0 = a00^a30^a10^a40^a20; in KeccakF1600Step()
3170 d1 = c0^ROL64(c2, 1); in KeccakF1600Step()
3173 d4 = c3^ROL64(c0, 1); in KeccakF1600Step()
13648 i64 iPrev = -100000; in idxPopulateStat1()
27288 if( lenPK==0 ) lenPK = 100000; in do_meta_command()