Searched refs:nextWeight16 (Results 1 – 3 of 3) sorted by relevance
679 int nextWeight16 = weight16FromNode(node); in findOrInsertWeakNode()680 if(nextWeight16 == weight16) { in findOrInsertWeakNode()685 if(nextWeight16 > weight16) { break; } in findOrInsertWeakNode()
675 int nextWeight16 = weight16FromNode(node); in findOrInsertWeakNode()676 if(nextWeight16 == weight16) { in findOrInsertWeakNode()681 if(nextWeight16 > weight16) { break; } in findOrInsertWeakNode()
922 uint32_t nextWeight16 = weight16FromNode(node); in findOrInsertWeakNode() local923 if(nextWeight16 == weight16) { in findOrInsertWeakNode()928 if(nextWeight16 > weight16) { break; } in findOrInsertWeakNode()