Lines Matching defs:bit
64 * Won't work without 8 bit chars and 32 bit longs
75 * Table giving odd parity in the low bit for ASCII characters
97 * Add odd parity to low bit of 8 byte key
222 * the key. The low order bit of each
223 * 8-bit char is not used, so C and D are only 28
227 short bit;
234 bit = *pcc++;
235 if (btst(userkey, bit))
237 bit = *pcd++;
238 if (btst(userkey, bit))
249 short j, k, bit;
274 bit = 0;
286 if (C & (BIT28 >> PC2_C[bit]))
288 if (D & (BIT28 >> PC2_D[bit]))
290 bit++;
358 * Expand 8 bits of 32 bit R to 48 bit R
401 * Apply inner part; do xor and exchange of 32 bit parts