Home
last modified time | relevance | path

Searched refs:CntBit1 (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Arithmetic.h495 u32 CntBit1(u32 x);
496 u32 CntBit1(const u32* first, const u32* last);
567 inline u32 DistBit(u32 x, u32 y) { return CntBit1(x ^ y); } in DistBit()
/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Arithmetic.cpp559 u32 CntBit1(u32 x) in CntBit1() function
581 u32 CntBit1(const u32* first, const u32* last) in CntBit1() function