/[hurd]/hurd-l4/libhurd-ihash/ihash.c
ViewVC logotype

Diff of /hurd-l4/libhurd-ihash/ihash.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by marcus, Sun Aug 17 03:17:17 2003 UTC revision 1.2 by marcus, Sun Aug 17 04:02:38 2003 UTC
# Line 29  Line 29 
29  #include <hurd/ihash.h>  #include <hurd/ihash.h>
30    
31    
32  /* The prime numbers greater than twice the last and less than 2^32.  */  /* The odd prime numbers greater than twice the last and less than
33       2^40 (nobody needs more than 640 GB of memory).  */
34  static const unsigned int ihash_sizes[] =  static const unsigned int ihash_sizes[] =
35  {  {
36    2,    3,
37    5,    7,
38    11,    17,
39    23,    37,
40    47,    79,
41    97,    163,
42    197,    331,
43    397,    673,
44    797,    1361,
45    1597,    2729,
46    3203,    5471,
47    6421,    10949,
48    12853,    21911,
49    25717,    43853,
50    51437,    87719,
51    102877,    175447,
52    205759,    350899,
53    411527,    701819,
54    823117,    1403641,
55    1646237,    2807303,
56    3292489,    5614657,
57    6584983,    11229331,
58    13169977,    22458671,
59    26339969,    44917381,
60    52679969,    89834777,
61    105359939,    179669557,
62    210719881,    359339171,
63    421439783,    718678369,
64      1437356741,
65      2874713497,
66      5749427029,
67      11498854069,
68      22997708177,
69      45995416409,
70      91990832831,
71      183981665689,
72      367963331389,
73      735926662813
74  };  };
75    
76    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26