Qucs-core
0.0.19
|
#include "hash.cpp"
Go to the source code of this file.
Data Structures | |
class | qucs::hashentry< type_t > |
class | qucs::hashbucket< type_t > |
class | qucs::hash< type_t > |
class | qucs::hashiterator< type_t > |
Namespaces | |
namespace | qucs |
Defines | |
#define | HASH_SHRINK 4 |
#define | HASH_EXPAND 8 |
#define | HASH_MIN_SIZE 4 |
#define | HASH_SHRINK_LIMIT (buckets >> 2) |
#define | HASH_EXPAND_LIMIT ((buckets >> 1) + (buckets >> 2)) |
#define | HASH_LOCATION(code) ((code) & (buckets - 1)) |
#define HASH_EXPAND 8 |
#define HASH_EXPAND_LIMIT ((buckets >> 1) + (buckets >> 2)) |
#define HASH_LOCATION | ( | code | ) | ((code) & (buckets - 1)) |
#define HASH_MIN_SIZE 4 |
#define HASH_SHRINK 4 |
#define HASH_SHRINK_LIMIT (buckets >> 2) |