Home
last modified time | relevance | path

Searched refs:GG_State (Results 1 – 25 of 33) sorted by relevance

12

/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_dispatch.h70 typedef struct GG_State { struct
82 } GG_State; argument
84 #define GG_OFS(field) ((int)offsetof(GG_State, field))
85 #define G2GG(gl) ((GG_State *)((char *)(gl) - GG_OFS(g)))
86 #define J2GG(j) ((GG_State *)((char *)(j) - GG_OFS(J)))
103 LJ_FUNC void lj_dispatch_init(GG_State *GG);
H A Dlj_state.c169 lua_assert(g->gc.total == sizeof(GG_State)); in close_state()
175 g->allocf(g->allocd, G2GG(g), sizeof(GG_State), 0); in close_state()
184 GG_State *GG = (GG_State *)f(ud, NULL, 0, sizeof(GG_State)); in lj_state_newstate()
188 memset(GG, 0, sizeof(GG_State)); in lj_state_newstate()
210 g->gc.total = sizeof(GG_State); in lj_state_newstate()
213 lj_dispatch_init((GG_State *)L); in lj_state_newstate()
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_dispatch.h70 typedef struct GG_State { struct
82 } GG_State; argument
84 #define GG_OFS(field) ((int)offsetof(GG_State, field))
85 #define G2GG(gl) ((GG_State *)((char *)(gl) - GG_OFS(g)))
86 #define J2GG(j) ((GG_State *)((char *)(j) - GG_OFS(J)))
103 LJ_FUNC void lj_dispatch_init(GG_State *GG);
H A Dlj_state.c169 lua_assert(g->gc.total == sizeof(GG_State)); in close_state()
175 g->allocf(g->allocd, G2GG(g), sizeof(GG_State), 0); in close_state()
184 GG_State *GG = (GG_State *)f(ud, NULL, 0, sizeof(GG_State)); in lj_state_newstate()
188 memset(GG, 0, sizeof(GG_State)); in lj_state_newstate()
210 g->gc.total = sizeof(GG_State); in lj_state_newstate()
213 lj_dispatch_init((GG_State *)L); in lj_state_newstate()
H A Dlj_dispatch.c49 void lj_dispatch_init(GG_State *GG) in lj_dispatch_init()
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_dispatch.h70 typedef struct GG_State { struct
82 } GG_State; argument
84 #define GG_OFS(field) ((int)offsetof(GG_State, field))
85 #define G2GG(gl) ((GG_State *)((char *)(gl) - GG_OFS(g)))
86 #define J2GG(j) ((GG_State *)((char *)(j) - GG_OFS(J)))
103 LJ_FUNC void lj_dispatch_init(GG_State *GG);
H A Dlj_state.c169 lua_assert(g->gc.total == sizeof(GG_State)); in close_state()
175 g->allocf(g->allocd, G2GG(g), sizeof(GG_State), 0); in close_state()
184 GG_State *GG = (GG_State *)f(ud, NULL, 0, sizeof(GG_State)); in lj_state_newstate()
188 memset(GG, 0, sizeof(GG_State)); in lj_state_newstate()
210 g->gc.total = sizeof(GG_State); in lj_state_newstate()
213 lj_dispatch_init((GG_State *)L); in lj_state_newstate()
H A Dlj_dispatch.c49 void lj_dispatch_init(GG_State *GG) in lj_dispatch_init()
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_dispatch.h70 typedef struct GG_State { struct
82 } GG_State; argument
84 #define GG_OFS(field) ((int)offsetof(GG_State, field))
85 #define G2GG(gl) ((GG_State *)((char *)(gl) - GG_OFS(g)))
86 #define J2GG(j) ((GG_State *)((char *)(j) - GG_OFS(J)))
103 LJ_FUNC void lj_dispatch_init(GG_State *GG);
H A Dlj_state.c169 lua_assert(g->gc.total == sizeof(GG_State)); in close_state()
175 g->allocf(g->allocd, G2GG(g), sizeof(GG_State), 0); in close_state()
184 GG_State *GG = (GG_State *)f(ud, NULL, 0, sizeof(GG_State)); in lj_state_newstate()
188 memset(GG, 0, sizeof(GG_State)); in lj_state_newstate()
210 g->gc.total = sizeof(GG_State); in lj_state_newstate()
213 lj_dispatch_init((GG_State *)L); in lj_state_newstate()
H A Dlj_dispatch.c49 void lj_dispatch_init(GG_State *GG) in lj_dispatch_init()
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_dispatch.h89 typedef struct GG_State { struct
109 } GG_State; typedef
111 #define GG_OFS(field) ((int)offsetof(GG_State, field))
112 #define G2GG(gl) ((GG_State *)((char *)(gl) - GG_OFS(g)))
113 #define J2GG(j) ((GG_State *)((char *)(j) - GG_OFS(J)))
131 LJ_FUNC void lj_dispatch_init(GG_State *GG);
H A Dlj_state.c184 lj_assertG(g->gc.total == sizeof(GG_State), in close_state()
186 (long long)(g->gc.total - sizeof(GG_State))); in close_state()
192 g->allocf(g->allocd, G2GG(g), sizeof(GG_State), 0); in close_state()
202 GG_State *GG; in lj_state_newstate()
218 GG = (GG_State *)allocf(allocd, NULL, 0, sizeof(GG_State)); in lj_state_newstate()
220 memset(GG, 0, sizeof(GG_State)); in lj_state_newstate()
252 g->gc.total = sizeof(GG_State); in lj_state_newstate()
255 lj_dispatch_init((GG_State *)L); in lj_state_newstate()
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_dispatch.h89 typedef struct GG_State { struct
109 } GG_State; argument
111 #define GG_OFS(field) ((int)offsetof(GG_State, field))
112 #define G2GG(gl) ((GG_State *)((char *)(gl) - GG_OFS(g)))
113 #define J2GG(j) ((GG_State *)((char *)(j) - GG_OFS(J)))
131 LJ_FUNC void lj_dispatch_init(GG_State *GG);
H A Dlj_state.c184 lj_assertG(g->gc.total == sizeof(GG_State), in close_state()
186 (long long)(g->gc.total - sizeof(GG_State))); in close_state()
192 g->allocf(g->allocd, G2GG(g), sizeof(GG_State), 0); in close_state()
202 GG_State *GG; in lj_state_newstate()
218 GG = (GG_State *)allocf(allocd, NULL, 0, sizeof(GG_State)); in lj_state_newstate()
220 memset(GG, 0, sizeof(GG_State)); in lj_state_newstate()
252 g->gc.total = sizeof(GG_State); in lj_state_newstate()
255 lj_dispatch_init((GG_State *)L); in lj_state_newstate()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_dispatch.h89 typedef struct GG_State { struct
101 } GG_State; argument
103 #define GG_OFS(field) ((int)offsetof(GG_State, field))
104 #define G2GG(gl) ((GG_State *)((char *)(gl) - GG_OFS(g)))
105 #define J2GG(j) ((GG_State *)((char *)(j) - GG_OFS(J)))
122 LJ_FUNC void lj_dispatch_init(GG_State *GG);
H A Dlj_state.c174 lua_assert(g->gc.total == sizeof(GG_State)); in close_state()
180 g->allocf(g->allocd, G2GG(g), sizeof(GG_State), 0); in close_state()
189 GG_State *GG = (GG_State *)f(ud, NULL, 0, sizeof(GG_State)); in lj_state_newstate()
193 memset(GG, 0, sizeof(GG_State)); in lj_state_newstate()
217 g->gc.total = sizeof(GG_State); in lj_state_newstate()
220 lj_dispatch_init((GG_State *)L); in lj_state_newstate()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_dispatch.h89 typedef struct GG_State { struct
109 } GG_State; argument
111 #define GG_OFS(field) ((int)offsetof(GG_State, field))
112 #define G2GG(gl) ((GG_State *)((char *)(gl) - GG_OFS(g)))
113 #define J2GG(j) ((GG_State *)((char *)(j) - GG_OFS(J)))
131 LJ_FUNC void lj_dispatch_init(GG_State *GG);
H A Dlj_state.c184 lj_assertG(g->gc.total == sizeof(GG_State), in close_state()
186 (long long)(g->gc.total - sizeof(GG_State))); in close_state()
192 g->allocf(g->allocd, G2GG(g), sizeof(GG_State), 0); in close_state()
202 GG_State *GG; in lj_state_newstate()
218 GG = (GG_State *)allocf(allocd, NULL, 0, sizeof(GG_State)); in lj_state_newstate()
220 memset(GG, 0, sizeof(GG_State)); in lj_state_newstate()
252 g->gc.total = sizeof(GG_State); in lj_state_newstate()
255 lj_dispatch_init((GG_State *)L); in lj_state_newstate()
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_dispatch.h89 typedef struct GG_State { struct
101 } GG_State; typedef
103 #define GG_OFS(field) ((int)offsetof(GG_State, field))
104 #define G2GG(gl) ((GG_State *)((char *)(gl) - GG_OFS(g)))
105 #define J2GG(j) ((GG_State *)((char *)(j) - GG_OFS(J)))
123 LJ_FUNC void lj_dispatch_init(GG_State *GG);
H A Dlj_state.c174 lua_assert(g->gc.total == sizeof(GG_State)); in close_state()
180 g->allocf(g->allocd, G2GG(g), sizeof(GG_State), 0); in close_state()
189 GG_State *GG = (GG_State *)f(ud, NULL, 0, sizeof(GG_State)); in lj_state_newstate()
193 memset(GG, 0, sizeof(GG_State)); in lj_state_newstate()
217 g->gc.total = sizeof(GG_State); in lj_state_newstate()
220 lj_dispatch_init((GG_State *)L); in lj_state_newstate()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_dispatch.h89 typedef struct GG_State { struct
109 } GG_State; argument
111 #define GG_OFS(field) ((int)offsetof(GG_State, field))
112 #define G2GG(gl) ((GG_State *)((char *)(gl) - GG_OFS(g)))
113 #define J2GG(j) ((GG_State *)((char *)(j) - GG_OFS(J)))
131 LJ_FUNC void lj_dispatch_init(GG_State *GG);
H A Dlj_state.c183 lj_assertG(g->gc.total == sizeof(GG_State),
185 (long long)(g->gc.total - sizeof(GG_State)));
191 g->allocf(g->allocd, G2GG(g), sizeof(GG_State), 0);
201 GG_State *GG;
217 GG = (GG_State *)allocf(allocd, NULL, 0, sizeof(GG_State));
219 memset(GG, 0, sizeof(GG_State));
251 g->gc.total = sizeof(GG_State);
254 lj_dispatch_init((GG_State *)L);
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_dispatch.h89 typedef struct GG_State { struct
101 } GG_State; argument
103 #define GG_OFS(field) ((int)offsetof(GG_State, field))
104 #define G2GG(gl) ((GG_State *)((char *)(gl) - GG_OFS(g)))
105 #define J2GG(j) ((GG_State *)((char *)(j) - GG_OFS(J)))
123 LJ_FUNC void lj_dispatch_init(GG_State *GG);
H A Dlj_state.c174 lua_assert(g->gc.total == sizeof(GG_State)); in close_state()
180 g->allocf(g->allocd, G2GG(g), sizeof(GG_State), 0); in close_state()
189 GG_State *GG = (GG_State *)f(ud, NULL, 0, sizeof(GG_State)); in lj_state_newstate()
193 memset(GG, 0, sizeof(GG_State)); in lj_state_newstate()
217 g->gc.total = sizeof(GG_State); in lj_state_newstate()
220 lj_dispatch_init((GG_State *)L); in lj_state_newstate()

12