14#include "arcane/utils/HashFunction.h"
15#include "arcane/utils/String.h"
35 const uint64_t m = 0xc6a4a7935bd1e995;
54 const unsigned char* data2 = (
const unsigned char*)data;
91Int64 IntegerHashFunctionT<StringView>::
92hashfunc(StringView str)
94 Span<const Byte> bytes(str.bytes());
95 return _MurmurHash64A(bytes.data(), bytes.size(), 0x424);
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Integer len(const char *s)
Retourne la longueur de la chaîne s.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-