Searched refs:nextWeight16 (Results 1 – 3 of 3) sorted by relevance
672 int nextWeight16 = weight16FromNode(node); in findOrInsertWeakNode()673 if(nextWeight16 == weight16) { in findOrInsertWeakNode()678 if(nextWeight16 > weight16) { break; } in findOrInsertWeakNode()
676 int nextWeight16 = weight16FromNode(node); in findOrInsertWeakNode()677 if(nextWeight16 == weight16) { in findOrInsertWeakNode()682 if(nextWeight16 > weight16) { break; } in findOrInsertWeakNode()
921 uint32_t nextWeight16 = weight16FromNode(node); in findOrInsertWeakNode() local922 if(nextWeight16 == weight16) { in findOrInsertWeakNode()927 if(nextWeight16 > weight16) { break; } in findOrInsertWeakNode()