Home
last modified time | relevance | path

Searched refs:bytesHash (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dhash.d665 size_t bytesHash()(scope const(void)* buf, size_t len, size_t seed) in bytesHash() function
672 alias bytesHashAlignedBy = bytesHash!(AlignType.alignof >= uint.alignof); in bytesHashAlignedBy()
720 private size_t bytesHash(bool dataKnownToBeAligned)(scope const(ubyte)[] bytes, size_t seed) in bytesHash() function
779 return bytesHash(x.ptr, x.length, 0); in ctfeHash()
784 assert(hashVal == bytesHash(&test_str[0], test_str.length, 0));
799 assert(bytesHash(&a[1], a.length - 2, 0) == 2727459272);
800 assert(bytesHash(&b, 5, 0) == 2727459272);