MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / lowestSetBit

Function lowestSetBit

physx/source/foundation/include/PsBitUtils.h:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72*/
73
74PX_INLINE uint32_t lowestSetBit(uint32_t x)
75{
76 PX_ASSERT(x);
77 return lowestSetBitUnsafe(x);
78}
79
80/*!
81Return the index of the highest set bit. Not valid for zero arg.

Callers 13

updateAABBsAndBPMethod · 0.85
classifyConstraintDescFunction · 0.85
writeConstraintDescFunction · 0.85
SqAABBTree.cppFile · 0.85
getNextMethod · 0.85
getNextMethod · 0.85
getNextMethod · 0.85
classifyConstraintDescFunction · 0.85
writeConstraintDescFunction · 0.85
classifyConstraintDescFunction · 0.85

Calls 1

lowestSetBitUnsafeFunction · 0.50

Tested by

no test coverage detected