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/runtime/
Dhash_test.go346 type BytesKey struct { struct
347 b []byte
350 func (k *BytesKey) clear() {
353 func (k *BytesKey) random(r *rand.Rand) {
356 func (k *BytesKey) bits() int {
359 func (k *BytesKey) flipBit(i int) {
362 func (k *BytesKey) hash() uintptr {
365 func (k *BytesKey) name() string {