Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/math/bits/
Dbits.go125 func OnesCount8(x uint8) int { func
/aosp_15_r20/prebuilts/go/linux-x86/test/codegen/
Dmathbits.go179 func OnesCount8(n uint8) int { func