libFirm
|
Functions | |
static unsigned | hash_data (unsigned char const *data, size_t bytes) |
Returns a hash value for a block of data. More... | |
static unsigned | hash_str (char const *const str) |
Returns a hash value for a string. More... | |
static unsigned | hash_ptr (void const *const ptr) |
Returns a hash value for a pointer. More... | |
static unsigned | hash_combine (unsigned const x, unsigned const y) |
Combines 2 hash values. More... | |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |