Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dhash.d717 dataKnownToBeAligned = whether the data is known at compile time to be uint-aligned.
720 private size_t bytesHash(bool dataKnownToBeAligned)(scope const(ubyte)[] bytes, size_t seed) in bytesHash() argument
737 static if (dataKnownToBeAligned) in bytesHash()