Searched defs:calcHash (Results 1 – 7 of 7) sorted by relevance
17 uint calcHash(scope const(char)[] data) @nogc nothrow pure @safe in calcHash() function23 uint calcHash(scope const(ubyte)[] data) @nogc nothrow pure @safe in calcHash() function
18 static inline uint32_t calcHash(const uint8_t *data, size_t len) in calcHash() function67 static inline uint32_t calcHash(const char *data, size_t len) in calcHash() function
344 uptr AddrHashMap<T, kSize>::calcHash(uptr addr) { in calcHash() function
346 uptr AddrHashMap<T, kSize>::calcHash(uptr addr) { in calcHash() function
383 uptr AddrHashMap<T, kSize>::calcHash(uptr addr) { in calcHash() function
310 private size_t calcHash(in void* pkey, in TypeInfo keyti) in calcHash() function
459 private size_t calcHash(scope const void* pkey, scope const TypeInfo keyti) in calcHash() function