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

Function BitsToDwords

physx/source/scenequery/src/SqAABBTree.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314
315static PX_FORCE_INLINE PxU32 BitsToDwords(PxU32 nb_bits)
316{
317 return (nb_bits>>5) + ((nb_bits&31) ? 1 : 0);
318}
319
320bool Sq::BitArray::init(PxU32 nb_bits)
321{

Callers 2

initMethod · 0.85
resizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected