B                 153 ext/digest/sha.c   register uint32_t A, B, C, D, E;
B                 160 ext/digest/sha.c   B = sha->iv[1];
B                 166 ext/digest/sha.c   subRound (A, B, C, D, E, f1, K2, sha->key[0]);
B                 167 ext/digest/sha.c   subRound (E, A, B, C, D, f1, K2, sha->key[1]);
B                 168 ext/digest/sha.c   subRound (D, E, A, B, C, f1, K2, sha->key[2]);
B                 169 ext/digest/sha.c   subRound (C, D, E, A, B, f1, K2, sha->key[3]);
B                 170 ext/digest/sha.c   subRound (B, C, D, E, A, f1, K2, sha->key[4]);
B                 171 ext/digest/sha.c   subRound (A, B, C, D, E, f1, K2, sha->key[5]);
B                 172 ext/digest/sha.c   subRound (E, A, B, C, D, f1, K2, sha->key[6]);
B                 173 ext/digest/sha.c   subRound (D, E, A, B, C, f1, K2, sha->key[7]);
B                 174 ext/digest/sha.c   subRound (C, D, E, A, B, f1, K2, sha->key[8]);
B                 175 ext/digest/sha.c   subRound (B, C, D, E, A, f1, K2, sha->key[9]);
B                 176 ext/digest/sha.c   subRound (A, B, C, D, E, f1, K2, sha->key[10]);
B                 177 ext/digest/sha.c   subRound (E, A, B, C, D, f1, K2, sha->key[11]);
B                 178 ext/digest/sha.c   subRound (D, E, A, B, C, f1, K2, sha->key[12]);
B                 179 ext/digest/sha.c   subRound (C, D, E, A, B, f1, K2, sha->key[13]);
B                 180 ext/digest/sha.c   subRound (B, C, D, E, A, f1, K2, sha->key[14]);
B                 181 ext/digest/sha.c   subRound (A, B, C, D, E, f1, K2, sha->key[15]);
B                 182 ext/digest/sha.c   subRound (E, A, B, C, D, f1, K2, expand (sha->key, 16));
B                 183 ext/digest/sha.c   subRound (D, E, A, B, C, f1, K2, expand (sha->key, 17));
B                 184 ext/digest/sha.c   subRound (C, D, E, A, B, f1, K2, expand (sha->key, 18));
B                 185 ext/digest/sha.c   subRound (B, C, D, E, A, f1, K2, expand (sha->key, 19));
B                 187 ext/digest/sha.c   subRound (A, B, C, D, E, f2, K3, expand (sha->key, 20));
B                 188 ext/digest/sha.c   subRound (E, A, B, C, D, f2, K3, expand (sha->key, 21));
B                 189 ext/digest/sha.c   subRound (D, E, A, B, C, f2, K3, expand (sha->key, 22));
B                 190 ext/digest/sha.c   subRound (C, D, E, A, B, f2, K3, expand (sha->key, 23));
B                 191 ext/digest/sha.c   subRound (B, C, D, E, A, f2, K3, expand (sha->key, 24));
B                 192 ext/digest/sha.c   subRound (A, B, C, D, E, f2, K3, expand (sha->key, 25));
B                 193 ext/digest/sha.c   subRound (E, A, B, C, D, f2, K3, expand (sha->key, 26));
B                 194 ext/digest/sha.c   subRound (D, E, A, B, C, f2, K3, expand (sha->key, 27));
B                 195 ext/digest/sha.c   subRound (C, D, E, A, B, f2, K3, expand (sha->key, 28));
B                 196 ext/digest/sha.c   subRound (B, C, D, E, A, f2, K3, expand (sha->key, 29));
B                 197 ext/digest/sha.c   subRound (A, B, C, D, E, f2, K3, expand (sha->key, 30));
B                 198 ext/digest/sha.c   subRound (E, A, B, C, D, f2, K3, expand (sha->key, 31));
B                 199 ext/digest/sha.c   subRound (D, E, A, B, C, f2, K3, expand (sha->key, 32));
B                 200 ext/digest/sha.c   subRound (C, D, E, A, B, f2, K3, expand (sha->key, 33));
B                 201 ext/digest/sha.c   subRound (B, C, D, E, A, f2, K3, expand (sha->key, 34));
B                 202 ext/digest/sha.c   subRound (A, B, C, D, E, f2, K3, expand (sha->key, 35));
B                 203 ext/digest/sha.c   subRound (E, A, B, C, D, f2, K3, expand (sha->key, 36));
B                 204 ext/digest/sha.c   subRound (D, E, A, B, C, f2, K3, expand (sha->key, 37));
B                 205 ext/digest/sha.c   subRound (C, D, E, A, B, f2, K3, expand (sha->key, 38));
B                 206 ext/digest/sha.c   subRound (B, C, D, E, A, f2, K3, expand (sha->key, 39));
B                 208 ext/digest/sha.c   subRound (A, B, C, D, E, f3, K5, expand (sha->key, 40));
B                 209 ext/digest/sha.c   subRound (E, A, B, C, D, f3, K5, expand (sha->key, 41));
B                 210 ext/digest/sha.c   subRound (D, E, A, B, C, f3, K5, expand (sha->key, 42));
B                 211 ext/digest/sha.c   subRound (C, D, E, A, B, f3, K5, expand (sha->key, 43));
B                 212 ext/digest/sha.c   subRound (B, C, D, E, A, f3, K5, expand (sha->key, 44));
B                 213 ext/digest/sha.c   subRound (A, B, C, D, E, f3, K5, expand (sha->key, 45));
B                 214 ext/digest/sha.c   subRound (E, A, B, C, D, f3, K5, expand (sha->key, 46));
B                 215 ext/digest/sha.c   subRound (D, E, A, B, C, f3, K5, expand (sha->key, 47));
B                 216 ext/digest/sha.c   subRound (C, D, E, A, B, f3, K5, expand (sha->key, 48));
B                 217 ext/digest/sha.c   subRound (B, C, D, E, A, f3, K5, expand (sha->key, 49));
B                 218 ext/digest/sha.c   subRound (A, B, C, D, E, f3, K5, expand (sha->key, 50));
B                 219 ext/digest/sha.c   subRound (E, A, B, C, D, f3, K5, expand (sha->key, 51));
B                 220 ext/digest/sha.c   subRound (D, E, A, B, C, f3, K5, expand (sha->key, 52));
B                 221 ext/digest/sha.c   subRound (C, D, E, A, B, f3, K5, expand (sha->key, 53));
B                 222 ext/digest/sha.c   subRound (B, C, D, E, A, f3, K5, expand (sha->key, 54));
B                 223 ext/digest/sha.c   subRound (A, B, C, D, E, f3, K5, expand (sha->key, 55));
B                 224 ext/digest/sha.c   subRound (E, A, B, C, D, f3, K5, expand (sha->key, 56));
B                 225 ext/digest/sha.c   subRound (D, E, A, B, C, f3, K5, expand (sha->key, 57));
B                 226 ext/digest/sha.c   subRound (C, D, E, A, B, f3, K5, expand (sha->key, 58));
B                 227 ext/digest/sha.c   subRound (B, C, D, E, A, f3, K5, expand (sha->key, 59));
B                 229 ext/digest/sha.c   subRound (A, B, C, D, E, f4, K10, expand (sha->key, 60));
B                 230 ext/digest/sha.c   subRound (E, A, B, C, D, f4, K10, expand (sha->key, 61));
B                 231 ext/digest/sha.c   subRound (D, E, A, B, C, f4, K10, expand (sha->key, 62));
B                 232 ext/digest/sha.c   subRound (C, D, E, A, B, f4, K10, expand (sha->key, 63));
B                 233 ext/digest/sha.c   subRound (B, C, D, E, A, f4, K10, expand (sha->key, 64));
B                 234 ext/digest/sha.c   subRound (A, B, C, D, E, f4, K10, expand (sha->key, 65));
B                 235 ext/digest/sha.c   subRound (E, A, B, C, D, f4, K10, expand (sha->key, 66));
B                 236 ext/digest/sha.c   subRound (D, E, A, B, C, f4, K10, expand (sha->key, 67));
B                 237 ext/digest/sha.c   subRound (C, D, E, A, B, f4, K10, expand (sha->key, 68));
B                 238 ext/digest/sha.c   subRound (B, C, D, E, A, f4, K10, expand (sha->key, 69));
B                 239 ext/digest/sha.c   subRound (A, B, C, D, E, f4, K10, expand (sha->key, 70));
B                 240 ext/digest/sha.c   subRound (E, A, B, C, D, f4, K10, expand (sha->key, 71));
B                 241 ext/digest/sha.c   subRound (D, E, A, B, C, f4, K10, expand (sha->key, 72));
B                 242 ext/digest/sha.c   subRound (C, D, E, A, B, f4, K10, expand (sha->key, 73));
B                 243 ext/digest/sha.c   subRound (B, C, D, E, A, f4, K10, expand (sha->key, 74));
B                 244 ext/digest/sha.c   subRound (A, B, C, D, E, f4, K10, expand (sha->key, 75));
B                 245 ext/digest/sha.c   subRound (E, A, B, C, D, f4, K10, expand (sha->key, 76));
B                 246 ext/digest/sha.c   subRound (D, E, A, B, C, f4, K10, expandx (sha->key, 77));
B                 247 ext/digest/sha.c   subRound (C, D, E, A, B, f4, K10, expandx (sha->key, 78));
B                 248 ext/digest/sha.c   subRound (B, C, D, E, A, f4, K10, expandx (sha->key, 79));
B                 252 ext/digest/sha.c   sha->iv[1] += B;
B                  79 gc/tests/test_cpp.cc int B::deleting = 0;
B                 232 gc/tests/test_cpp.cc             bs[ i ] = Disguise( new (NoGC) B( i ) );}
B                 248 gc/tests/test_cpp.cc             B* b = new B( i );
B                 249 gc/tests/test_cpp.cc             b = new (USE_GC) B( i );
B                 251 gc/tests/test_cpp.cc                 B::Deleting( 1 );
B                 253 gc/tests/test_cpp.cc                 B::Deleting( 0 );}
B                 262 gc/tests/test_cpp.cc             B* b = (B*) Undisguise( bs[ i ] );
B                 266 gc/tests/test_cpp.cc             B::Deleting( 1 );
B                 268 gc/tests/test_cpp.cc             B::Deleting( 0 );