Searched refs:fEmpty (Results 1 – 3 of 3) sorted by relevance
227 : fFull(NULL), fEmpty(NULL), fFullCount(0), fEmptyCount(0) in BaseDepot()324 while (fEmpty) in MakeEmpty()325 _EmptyMagazine(SListPop(fEmpty)); in MakeEmpty()340 SListPush(fEmpty, magazine); in _ExchangeWithFull()351 if (fEmpty == NULL) { in _ExchangeWithEmpty()352 fEmpty = _AllocMagazine(); in _ExchangeWithEmpty()353 if (fEmpty == NULL) in _ExchangeWithEmpty()364 magazine = SListPop(fEmpty); in _ExchangeWithEmpty()
513 Magazine *fFull, *fEmpty; variable
98 fEmpty(empty) in DomainItem()103 bool fEmpty; member in DomainItem249 if (item->fEmpty == true) { in _BuildDomainList()303 stringItem->fEmpty = false; in _AddDomain()