Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/math/bits/
Dbits.go276 func ReverseBytes16(x uint16) uint16 { func
/aosp_15_r20/prebuilts/go/linux-x86/test/codegen/
Dmathbits.go216 func ReverseBytes16(n uint16) uint16 { func