Home
last modified time | relevance | path

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

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/cznic/mathutil/
H A Dbits.go26 func BitLenUint32(n uint32) int { func
H A Dall_test.go1155 if g, e := BitLenUint32(0), 0; g != e {
1174 if g, e := BitLenUint32(uint32(n)), lg2(n&0xffffffff)+1; g != e {
1360 BitLenUint32(uint32(a[i&(N-1)]))
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/cznic/mathutil/
H A Dbits.go26 func BitLenUint32(n uint32) int { func