Searched refs:bitsPerUint64 (Results 1 – 1 of 1) sorted by relevance
27 bitsPerUint64 = 8 * 8 const28 memAllocL0Mem = memAllocL0Size * memAllocGranule * bitsPerUint6479 for i1 := uint64(0); i1 < ma.size/(memAllocL0Size*bitsPerUint64); i1++ {90 i1 = idx / (memAllocL0Size * bitsPerUint64)91 r1 := idx % (memAllocL0Size * bitsPerUint64)92 i0 = r1 / bitsPerUint6493 bit = 1 << (r1 % bitsPerUint64)