pc1_d_4            21 source4/heimdal/lib/hcrypto/des-tables.h static int pc1_d_4[16] = {
pc1_d_4           251 source4/heimdal/lib/hcrypto/des.c 	| (pc1_d_4[(t1 >> (1            )) & 0xf] << 3)
pc1_d_4           252 source4/heimdal/lib/hcrypto/des.c 	| (pc1_d_4[(t1 >> (1 + 8        )) & 0xf] << 2)
pc1_d_4           253 source4/heimdal/lib/hcrypto/des.c 	| (pc1_d_4[(t1 >> (1 + 8 + 8    )) & 0xf] << 1)
pc1_d_4           254 source4/heimdal/lib/hcrypto/des.c 	| (pc1_d_4[(t1 >> (1 + 8 + 8 + 8)) & 0xf] << 0);