Searched refs:gray (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.c151 ** pointing to a white object as gray again. (Current implementation
158 black2gray(o); /* make object gray (again) */
179 black2gray(obj2gco(p)); /* make prototype gray (again) */
239 ** and turned black here. Other objects are marked gray and added
263 return; /* open upvalues remain gray */
268 gco2lcl(o)->gclist = g->gray;
269 g->gray = o;
273 gco2ccl(o)->gclist = g->gray;
274 g->gray = o;
278 linktable(gco2t(o), &g->gray);
[all...]
H A Dlstate.h30 ** mark objects referred by them. (They are always gray, so they must
131 GCObject *gray; /* list of gray objects */ member in struct:global_State
H A Dlstate.c298 g->gray = g->grayagain = NULL;
/freebsd-12-stable/contrib/lua/src/
H A Dlgc.c169 ** pointing to a white object as gray again.
174 black2gray(t); /* make table gray (again) */
197 white2gray(o); /* they will be gray forever */
231 ** and turned black here. Other objects are marked gray and added
262 linkgclist(gco2lcl(o), g->gray);
266 linkgclist(gco2ccl(o), g->gray);
270 linkgclist(gco2t(o), g->gray);
274 linkgclist(gco2th(o), g->gray);
278 linkgclist(gco2p(o), g->gray);
335 ** mark root set and reset all gray list
[all...]
H A Dlstate.h30 ** Moreover, there is another set of lists that control gray objects.
32 ** can become gray have such a field. The field is not the same
33 ** in all objects, but it always has this name.) Any gray object
35 ** must be gray:
37 ** 'gray': regular gray objects, still waiting to be visited.
154 GCObject *gray; /* list of gray objects */ member in struct:global_State
H A Dlstate.c323 g->gray = g->grayagain = NULL;
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex1140 % very dark gray on-screen and a very dark halftone in print, instead

Completed in 185 milliseconds