diff options
| author | root <root> | 2007-06-19 21:25:07 +0000 | 
|---|---|---|
| committer | root <root> | 2007-06-19 21:25:07 +0000 | 
| commit | 4e5f1e7cb11f71bcc35be6babc6a3ba037e5b5b8 (patch) | |
| tree | e33cc135bd0b87e027d30a89abeddd2c399b8017 | |
| parent | 1cc96364da481d481dd5e4e8ee5ef545466a2984 (diff) | |
*** empty log message ***
| -rw-r--r-- | lzf_c.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -50,7 +50,7 @@  # define FRST(p) (((p[0]) << 8) | p[1])  # define NEXT(v,p) (((v) << 8) | p[2])  # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) -//# define IDX(h) ((ip[0] * 121 ^ ip[1] * 33 ^ ip[2] * 1) & (HSIZE-1)) +/*# define IDX(h) ((ip[0] * 121 ^ ip[1] * 33 ^ ip[2] * 1) & (HSIZE-1))*/  #endif  /*   * IDX works because it is very similar to a multiplicative hash, e.g. | 
