Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/math/bits/
Dbits.go283 func ReverseBytes32(x uint32) uint32 { func
/aosp_15_r20/prebuilts/go/linux-x86/test/codegen/
Dmathbits.go207 func ReverseBytes32(n uint32) uint32 { func