D 311 missing/crypt.c register DCL_BLOCK(D,D0,D1); D 315 missing/crypt.c ZERO(D,D0,D1); D 318 missing/crypt.c tp = &p[t&0xf]; OR(D,D0,D1,*tp); p += (1<<CHUNKBITS); D 319 missing/crypt.c tp = &p[t>>4]; OR(D,D0,D1,*tp); p += (1<<CHUNKBITS); D 321 missing/crypt.c STORE(D,D0,D1,*out);