Lines Matching refs:xxhNew
700 XXH64_state_t xxhNew; in FUZ_unitTests() local
711 XXH64_reset(&xxhNew, 0); in FUZ_unitTests()
726 XXH64_update(&xxhNew, testVerify + dNext, messageSize); in FUZ_unitTests()
727 { U64 const crcNew = XXH64_digest(&xxhNew); in FUZ_unitTests()
851 XXH64_state_t xxhNew; in FUZ_unitTests() local
862 XXH64_reset(&xxhNew, 0); in FUZ_unitTests()
877 XXH64_update(&xxhNew, testVerify + dNext, messageSize); in FUZ_unitTests()
878 { U64 const crcNew = XXH64_digest(&xxhNew); in FUZ_unitTests()
893 XXH64_state_t xxhNew; in FUZ_unitTests() local
904 XXH64_reset(&xxhNew, 0); in FUZ_unitTests()
923 XXH64_update(&xxhNew, testVerify + dNext, messageSize); in FUZ_unitTests()
924 { U64 const crcNew = XXH64_digest(&xxhNew); in FUZ_unitTests()
945 XXH64_update(&xxhNew, testVerify + dNext, messageSize); in FUZ_unitTests()
946 { U64 const crcNew = XXH64_digest(&xxhNew); in FUZ_unitTests()