pc1_d_3 16 source4/heimdal/lib/hcrypto/des-tables.h static int pc1_d_3[8] = { pc1_d_3 247 source4/heimdal/lib/hcrypto/des.c d = (pc1_d_3[(t2 >> (1 )) & 0x7] << 3) pc1_d_3 248 source4/heimdal/lib/hcrypto/des.c | (pc1_d_3[(t2 >> (1 + 8 )) & 0x7] << 2) pc1_d_3 249 source4/heimdal/lib/hcrypto/des.c | (pc1_d_3[(t2 >> (1 + 8 + 8 )) & 0x7] << 1) pc1_d_3 250 source4/heimdal/lib/hcrypto/des.c | (pc1_d_3[(t2 >> (1 + 8 + 8 + 8)) & 0x7] << 0)