Lines Matching defs:ePICPixHashElem
92 typedef struct ePICPixHashElem {
95 } ePICPixHashElem;
99 ePICPixHashElem *bucket[EPIC_HASH_SIZE];
395 static ePICPixHashElem *epic_hash_find(const ePICPixHash *hash, uint32_t key)
398 ePICPixHashElem *bucket = hash->bucket[idx];
407 static ePICPixHashElem *epic_hash_add(ePICPixHash *hash, uint32_t key)
409 ePICPixHashElem *bucket, *ret;
433 ePICPixHashElem *hash_elem = epic_hash_find(hash, key);
454 ePICPixHashElem *hash_elem = epic_hash_find(hash, pix);
772 ePICPixHashElem *hash_elem = epic_hash_find(&dc->hash, W);