Home
last modified time | relevance | path

Searched defs:calcHash (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dhash.d17 uint calcHash(scope const(char)[] data) @nogc nothrow pure @safe in calcHash() function
23 uint calcHash(scope const(ubyte)[] data) @nogc nothrow pure @safe in calcHash() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dhash.h18 static inline uint32_t calcHash(const uint8_t *data, size_t len) in calcHash() function
67 static inline uint32_t calcHash(const char *data, size_t len) in calcHash() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_addrhashmap.h344 uptr AddrHashMap<T, kSize>::calcHash(uptr addr) { in calcHash() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h346 uptr AddrHashMap<T, kSize>::calcHash(uptr addr) { in calcHash() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_addrhashmap.h383 uptr AddrHashMap<T, kSize>::calcHash(uptr addr) { in calcHash() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A DaaA.d310 private size_t calcHash(in void* pkey, in TypeInfo keyti) in calcHash() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A DaaA.d459 private size_t calcHash(scope const void* pkey, scope const TypeInfo keyti) in calcHash() function