Home
last modified time | relevance | path

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

/external/syzkaller/prog/
Dalloc.go27 bitsPerUint64 = 8 * 8 const
28 memAllocL0Mem = memAllocL0Size * memAllocGranule * bitsPerUint64
79 for i1 := uint64(0); i1 < ma.size/(memAllocL0Size*bitsPerUint64); i1++ {
90 i1 = idx / (memAllocL0Size * bitsPerUint64)
91 r1 := idx % (memAllocL0Size * bitsPerUint64)
92 i0 = r1 / bitsPerUint64
93 bit = 1 << (r1 % bitsPerUint64)