Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Arithmetic.cpp622 u32 DistBit(const u32* first1, const u32* last1, const u32* first2) in DistBit() function
627 n += DistBit(*first1, *first2); in DistBit()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Arithmetic.h497 u32 DistBit(const u32* first1, const u32* last1, const u32* first2);
567 inline u32 DistBit(u32 x, u32 y) { return CntBit1(x ^ y); } in DistBit() function