OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Aug 21 00:24:51 UTC 2026