pc1_c_3 4 source4/heimdal/lib/hcrypto/des-tables.h static int pc1_c_3[8] = { pc1_c_3 237 source4/heimdal/lib/hcrypto/des.c c = (pc1_c_3[(t1 >> (5 )) & 0x7] << 3) pc1_c_3 238 source4/heimdal/lib/hcrypto/des.c | (pc1_c_3[(t1 >> (5 + 8 )) & 0x7] << 2) pc1_c_3 239 source4/heimdal/lib/hcrypto/des.c | (pc1_c_3[(t1 >> (5 + 8 + 8 )) & 0x7] << 1) pc1_c_3 240 source4/heimdal/lib/hcrypto/des.c | (pc1_c_3[(t1 >> (5 + 8 + 8 + 8)) & 0x7] << 0)