Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Arithmetic.h555 inline int Rightmost0(int x) { return ~x & (x + 1); } in Rightmost0() function
556 inline bit32 Rightmost0(bit32 x) { return ~x & (x + 1); } in Rightmost0() function
557 inline bit64 Rightmost0(bit64 x) { return ~x & (x + 1); } in Rightmost0() function