Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/math/bits/
Dbits.go34 func LeadingZeros32(x uint32) int { return 32 - Len32(x) } func
/prebuilts/go/linux-x86/test/codegen/
Dmathbits.go37 func LeadingZeros32(n uint32) int { func