Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
PX_INLINE uint32_t lowestSetBit(uint32_t x)
75
{
76
PX_ASSERT(x);
77
return lowestSetBitUnsafe(x);
78
}
79
80
/*!
81
Return the index of the highest set bit. Not valid for zero arg.
Callers
13
preallocateContactManagers
Method · 0.85
BpBroadPhaseMBP.cpp
File · 0.85
updateAABBsAndBP
Method · 0.85
classifyConstraintDesc
Function · 0.85
writeConstraintDesc
Function · 0.85
SqAABBTree.cpp
File · 0.85
getNext
Method · 0.85
getNext
Method · 0.85
getNext
Method · 0.85
classifyConstraintDesc
Function · 0.85
writeConstraintDesc
Function · 0.85
classifyConstraintDesc
Function · 0.85
Calls
1
lowestSetBitUnsafe
Function · 0.50
Tested by
no test coverage detected