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

Method parent

physx/source/common/src/CmPriorityQueue.h:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 static PX_FORCE_INLINE PxU32 parent(PxU32 nodeIndex)
158 {
159 return (nodeIndex - 1) >> 1;
160 }
161 private:
162 PriorityQueueBase<Element, Comparator>& operator = (const PriorityQueueBase<Element, Comparator>);
163 };

Callers 10

jquery.jsFile · 0.45
insertCommentFunction · 0.45
theme.jsFile · 0.45
jquery.jsFile · 0.45
gotoAnchorFunction · 0.45
newNodeFunction · 0.45
highlightAnchorFunction · 0.45
selectAndHighlightFunction · 0.45
navToFunction · 0.45
initNavTreeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected