Searched defs:_VgHashTable (Results 1 – 1 of 1) sorted by relevance
43 struct _VgHashTable { struct44 UInt n_chains; // should be prime45 UInt n_elements;46 VgHashNode* iterNode; // current iterator node47 UInt iterChain; // next chain to be traversed by the iterator48 VgHashNode** chains; // expanding array of hash chains49 Bool iterOK; // table safe to iterate over?73 1, sizeof(struct _VgHashTable)); in VG_() argument