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

/freebsd-12-stable/contrib/lua/src/
H A Dlstate.h225 #define gco2ts(o) \ macro
H A Dlgc.c241 g->GCmemtrav += sizelstring(gco2ts(o)->shrlen);
246 g->GCmemtrav += sizelstring(gco2ts(o)->u.lnglen);
712 luaS_remove(L, gco2ts(o)); /* remove it from hash table */
713 luaM_freemem(L, o, sizelstring(gco2ts(o)->shrlen));
716 luaM_freemem(L, o, sizelstring(gco2ts(o)->u.lnglen));
H A Dlstring.c139 ts = gco2ts(o);
H A Dlobject.h169 #define tsvalue(o) check_exp(ttisstring(o), gco2ts(val_(o).gc))
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.h202 #define gco2ts(o) (&rawgco2ts(o)->tsv) macro
H A Dlstring.c79 unsigned int h = lmod(gco2ts(p)->hash, newsize); /* new position */
H A Dlgc.c249 size = sizestring(gco2ts(o));
682 luaM_freemem(L, o, sizestring(gco2ts(o)));

Completed in 116 milliseconds