Home
last modified time | relevance | path

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

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dstring.c534 #define HT_BUCKETS(table) ((table) -> buckets) macro
535 #define HT_BUCKET_REF(table, index) ((HT_BUCKETS (table)) [(index)])
661 (HT_BUCKETS (table)) = (malloc (n * (sizeof (ht_record_t *)))); in make_hash_table()
662 if ((HT_BUCKETS (table)) == 0) in make_hash_table()
677 (HT_BUCKETS (table)) = new_buckets; in ht_resize()
693 ht_record_t ** scan = (HT_BUCKETS (table)); in zero_ht_buckets()
702 ht_record_t ** scan_buckets = (HT_BUCKETS (table)); in ht_records_list()