Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/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