Searched refs:abbrev_info (Results 1 – 3 of 3) sorted by relevance
245 std::pair<uint64_t, uint64_t> abbrev_info = in get_new_abbrev() local247 *abbrev_number = abbrev_info.first; in get_new_abbrev()248 return &this->data_[abbrev_info.second]; in get_new_abbrev()
223 struct abbrev_info **abbrevs;280 struct abbrev_info struct287 struct abbrev_info *next; /* Next in chain. */ argument782 static struct abbrev_info *783 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs) in lookup_abbrev()786 struct abbrev_info *abbrev; in lookup_abbrev()807 static struct abbrev_info**810 struct abbrev_info **abbrevs; in read_abbrevs()812 struct abbrev_info *cur_abbrev; in read_abbrevs()822 amt = sizeof (struct abbrev_info*) * ABBREV_HASH_SIZE; in read_abbrevs()[all …]
3581 (struct abbrev_info): Move definition.