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

Function getWordCount

physx/source/common/src/CmBitMap.h:283–283  ·  view source on GitHub ↗

PX_SERIALIZATION

Source from the content-addressed store, hash-verified

281
282 // PX_SERIALIZATION
283 PX_FORCE_INLINE PxU32 getWordCount() const { return mWordCount & ~PX_SIGN_BITMASK; }
284
285 // We need one bit to mark arrays that have been deserialized from a user-provided memory block.
286 PX_FORCE_INLINE PxU32 isInUserMemory() const { return mWordCount & PX_SIGN_BITMASK; }

Callers 15

exportExtraDataMethod · 0.85
importExtraDataMethod · 0.85
BitMapBaseClass · 0.85
setFunction · 0.85
resetFunction · 0.85
IntBool testMethod · 0.85
getNibbleFastFunction · 0.85
andNibbleFastFunction · 0.85
orNibbleFastFunction · 0.85
clearFunction · 0.85
resizeAndClearFunction · 0.85
sizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected