Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/common/
H A Dencoding.hpp75 inline uint32_t Reverse32(uint32_t v) in Reverse32() function
/aosp_15_r20/prebuilts/go/linux-x86/src/math/bits/
Dbits.go244 func Reverse32(x uint32) uint32 { func