Home
last modified time | relevance | path

Searched refs:_hash_value (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/micro_thread/
H A Dhash_list.h40 uint32_t _hash_value; variable
47 HashKey():_next_entry(NULL), _hash_value(0), _data_ptr(NULL) {}; in HashKey()
95 if ((key->_hash_value != 0) || (key->_next_entry != NULL)) { in HashInsert()
99 key->_hash_value = key->HashValue(); in HashInsert()
100 int idx = (key->_hash_value) % _max; in HashInsert()
122 if (item->_hash_value != hash) { in HashFind()
161 if ((item->_hash_value == hash) && (item->HashCmp(key) == 0)){ in HashRemove()
167 item->_hash_value = 0; in HashRemove()