Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/hash/maphash/
Dsmhasher_test.go325 type bytesKey struct { struct
326 b []byte
329 func (k *bytesKey) clear() {
332 func (k *bytesKey) random(r *rand.Rand) {
335 func (k *bytesKey) bits() int {
338 func (k *bytesKey) flipBit(i int) {
341 func (k *bytesKey) hash() uint64 {
344 func (k *bytesKey) name() string {