Searched defs:HASH_SIZE (Results 1 – 10 of 10) sorted by relevance
27 #define HASH_SIZE 512 /* Good for about 100 entries */ macro
9 #define HASH_SIZE 64 macro
89 private static final int HASH_SIZE = 509; field in ZipFile
110 #define HASH_SIZE (1 << HASH_BITS) macro
62 #define HASH_SIZE 37 macro
358 private static final int HASH_SIZE = 1 << 15; field in LZ77Compressor
84 #define HASH_SIZE 512 /* Good for about 100 entries */ macro
84 #define HASH_SIZE 65536 macro
351 #define HASH_SIZE(name) (ARRAY_SIZE(name)) macro
72 #define HASH_SIZE 65536u /* number of elements in hash table */ macro