Home | History | Annotate | Download | only in lib

Lines Matching refs:cl

564     MemCellHdr cl;
577 cl = c->leftCell;
578 if (cl->size > 0) {
581 crr->leftCell = cl;
582 cl->size = ((cl->size + c->size) + cr->size);
586 cl->size = (cl->size + c->size);
587 cr->leftCell = cl;