pc1_c_4             9 source4/heimdal/lib/hcrypto/des-tables.h static int pc1_c_4[16] = {
pc1_c_4           241 source4/heimdal/lib/hcrypto/des.c 	| (pc1_c_4[(t2 >> (4            )) & 0xf] << 3)
pc1_c_4           242 source4/heimdal/lib/hcrypto/des.c 	| (pc1_c_4[(t2 >> (4 + 8        )) & 0xf] << 2)
pc1_c_4           243 source4/heimdal/lib/hcrypto/des.c 	| (pc1_c_4[(t2 >> (4 + 8 + 8    )) & 0xf] << 1)
pc1_c_4           244 source4/heimdal/lib/hcrypto/des.c 	| (pc1_c_4[(t2 >> (4 + 8 + 8 + 8)) & 0xf] << 0);