reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
90 Mapped |= 1; 112 Mapped |= 2; 114 Mapped |= 4; 116 Mapped |= 8; 118 Mapped |= 16; 120 Mapped |= 32; 122 Mapped |= 64; 124 Mapped |= 128; 126 Mapped |= 256; 132 if ((Node.getNodeId() == NewNode && Mapped > 1) || 133 (Node.getNodeId() != NewNode && Mapped != 0)) { 138 if (Mapped > 1) { 143 if (Mapped == 0) { 146 } else if (Mapped & (Mapped - 1)) { 146 } else if (Mapped & (Mapped - 1)) { 153 if (Mapped & 1) 155 if (Mapped & 2) 157 if (Mapped & 4) 159 if (Mapped & 8) 161 if (Mapped & 16) 163 if (Mapped & 32) 165 if (Mapped & 64) 167 if (Mapped & 128) 169 if (Mapped & 256)