Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
393 B

  1. /* This file includes the prototypes for the arrays declared in the
  2. automatically-generated file tables.c */
  3. extern int base_check[];
  4. extern int base_check_inv[];
  5. extern int offset0[];
  6. extern int offset1[];
  7. extern int offset_delta_inv[];
  8. extern int lfsr[];
  9. extern int lfsr_inv[];
  10. extern int hcheck[];
  11. extern struct offsets_corr2_t {
  12. int offset0[2], offset1[2];
  13. } offsets_corr2[26][26];