Home
last modified time | relevance | path

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

/dports/math/gap/gap-4.11.0/src/
H A Dgasman.c215 static inline UInt TIGHT_WORDS_BAG(UInt size) in TIGHT_WORDS_BAG() function
222 return TIGHT_WORDS_BAG(size) + BAG_SLACK; in WORDS_BAG()
1518 sizeof(BagHeader) + (TIGHT_WORDS_BAG(old_size) - 1) * sizeof(Bag); in ResizeBag()