Lines Matching refs:Salt
122 UInt32 Salt;
124 CBaseRandomGenerator(UInt32 salt = 0): Salt(salt) { Init(); }
129 return Salt ^
1027 UInt32 Salt;
1101 Salt(0),
1230 rg.GenerateSimpleRandom(Salt);
1236 rg.GenerateLz(generateDictBits, Salt);
1930 encoder.Salt = g_CrcTable[i & 0xFF];
1931 encoder.Salt ^= (g_CrcTable[(i >> 8) & 0xFF] << 3);
1932 // (g_CrcTable[0] == 0), and (encoder.Salt == 0) for first thread
1933 // printf(" %8x", encoder.Salt);