Home | History | Annotate | Download | only in main

Lines Matching refs:TABLE_SIZE

44 #define TABLE_SIZE 1023  /**< Size of lookup table/array */
46 #define HASH_FUNC(K) ((K) % TABLE_SIZE)
63 struct HashEntry *Table[TABLE_SIZE]; /**< the lookup table */
103 for (pos = 0; pos < TABLE_SIZE; pos++) {
292 for (pos = 0; pos < TABLE_SIZE; pos++) {
329 for (pos = 0; pos < TABLE_SIZE; pos++) {
355 for (pos = 0; pos < TABLE_SIZE; pos++) {
401 while (pos < TABLE_SIZE) {
422 for (pos = 0; pos < TABLE_SIZE; pos++) {
491 for (pos = 0; pos < TABLE_SIZE; pos++) {