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