Searched defs:_VgHashTable (Results 1 – 1 of 1) sorted by relevance
45 struct _VgHashTable { struct46 UInt n_chains; // should be prime47 UInt n_elements;48 VgHashNode* iterNode; // current iterator node49 UInt iterChain; // next chain to be traversed by the iterator50 VgHashNode** chains; // expanding array of hash chains51 Bool iterOK; // table safe to iterate over?75 1, sizeof(struct _VgHashTable)); in VG_() argument