HomeSort by: relevance | last modified time | path
    Searched refs:expandbits (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xedit/dist/lisp/
private.h 345 unsigned int expandbits : 3; /* code doesn't look like reusing cells member in struct:_LispMac::__anon101
lisp.c 2576 if (lisp__data.gc.expandbits < 6)
2577 ++lisp__data.gc.expandbits;
2579 else if (lisp__data.gc.expandbits)
2580 --lisp__data.gc.expandbits;
2582 * minfree is set to 1024, and expandbits limited to 6,
2585 cellcount = minfree << lisp__data.gc.expandbits;

Completed in 6 milliseconds