Searched defs:Dresult (Results 1 – 1 of 1) sorted by relevance
| /external/rust/crates/grpcio-sys/grpc/third_party/xxhash/cli/ |
| D | xsum_sanity_check.c | 371 { XSUM_U64 const Dresult = XXH3_64bits_withSeed(data, len, seed); in XSUM_testXXH3() local 377 XSUM_U64 const Dresult = XXH3_64bits(data, len); in XSUM_testXXH3() local 416 { XSUM_U64 const Dresult = XXH3_64bits_withSecret(data, len, secret, secretSize); in XSUM_testXXH3_withSecret() local 454 { XXH128_hash_t const Dresult = XXH3_128bits_withSeed(data, len, seed); in XSUM_testXXH128() local 465 XXH128_hash_t const Dresult = XXH3_128bits(data, len); in XSUM_testXXH128() local 503 { XXH128_hash_t const Dresult = XXH3_128bits_withSecret(data, len, secret, secretSize); in XSUM_testXXH128_withSecret() local
|