Home
last modified time | relevance | path

Searched refs:CTState (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_cconv.h55 LJ_FUNC int lj_cconv_compatptr(CTState *cts, CType *d, CType *s, CTInfo flags);
56 LJ_FUNC void lj_cconv_ct_ct(CTState *cts, CType *d, CType *s,
58 LJ_FUNC int lj_cconv_tv_ct(CTState *cts, CType *s, CTypeID sid,
60 LJ_FUNC int lj_cconv_tv_bf(CTState *cts, CType *s, TValue *o, uint8_t *sp);
61 LJ_FUNC void lj_cconv_ct_tv(CTState *cts, CType *d,
63 LJ_FUNC void lj_cconv_bf_tv(CTState *cts, CType *d, uint8_t *dp, TValue *o);
64 LJ_FUNC int lj_cconv_multi_init(CTState *cts, CType *d, TValue *o);
65 LJ_FUNC void lj_cconv_ct_init(CTState *cts, CType *d, CTSize sz,
H A Dlj_ctype.h174 typedef struct CTState { struct
184 } CTState; argument
376 #define ctype_ctsG(g) (mref((g)->ctype_state, CTState))
379 static LJ_AINLINE CTState *ctype_cts(lua_State *L) in ctype_cts()
381 CTState *cts = ctype_ctsG(G(L)); in ctype_cts()
387 #define LJ_CTYPE_SAVE(cts) CTState savects_ = *(cts)
400 static LJ_AINLINE CType *ctype_get(CTState *cts, CTypeID id) in ctype_get()
439 LJ_FUNC CTypeID lj_ctype_new(CTState *cts, CType **ctp);
448 LJ_FUNC CType *lj_ctype_rawref(CTState *cts, CTypeID id);
449 LJ_FUNC CTSize lj_ctype_size(CTState *cts, CTypeID id);
[all …]
H A Dlj_ccallback.h17 LJ_FUNC MSize lj_ccallback_ptr2slot(CTState *cts, void *p);
18 LJ_FUNCA lua_State * LJ_FASTCALL lj_ccallback_enter(CTState *cts, void *cf);
19 LJ_FUNCA void LJ_FASTCALL lj_ccallback_leave(CTState *cts, TValue *o);
20 LJ_FUNC void *lj_ccallback_new(CTState *cts, CType *ct, GCfunc *fn);
21 LJ_FUNC void lj_ccallback_mcode_free(CTState *cts);
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_cconv.h56 LJ_FUNC int lj_cconv_compatptr(CTState *cts, CType *d, CType *s, CTInfo flags);
57 LJ_FUNC void lj_cconv_ct_ct(CTState *cts, CType *d, CType *s,
59 LJ_FUNC int lj_cconv_tv_ct(CTState *cts, CType *s, CTypeID sid,
61 LJ_FUNC int lj_cconv_tv_bf(CTState *cts, CType *s, TValue *o, uint8_t *sp);
62 LJ_FUNC void lj_cconv_ct_tv(CTState *cts, CType *d,
64 LJ_FUNC void lj_cconv_bf_tv(CTState *cts, CType *d, uint8_t *dp, TValue *o);
65 LJ_FUNC int lj_cconv_multi_init(CTState *cts, CType *d, TValue *o);
66 LJ_FUNC void lj_cconv_ct_init(CTState *cts, CType *d, CTSize sz,
H A Dlj_ctype.h174 typedef struct CTState { struct
184 } CTState; typedef
383 #define ctype_ctsG(g) (mref((g)->ctype_state, CTState))
386 static LJ_AINLINE CTState *ctype_cts(lua_State *L) in ctype_cts()
388 CTState *cts = ctype_ctsG(G(L)); in ctype_cts()
404 #define LJ_CTYPE_SAVE(cts) CTState savects_ = *(cts)
418 static LJ_AINLINE CType *ctype_get(CTState *cts, CTypeID id) in ctype_get()
458 LJ_FUNC CTypeID lj_ctype_new(CTState *cts, CType **ctp);
467 LJ_FUNC CType *lj_ctype_rawref(CTState *cts, CTypeID id);
468 LJ_FUNC CTSize lj_ctype_size(CTState *cts, CTypeID id);
[all …]
H A Dlj_ccallback.h17 LJ_FUNC MSize lj_ccallback_ptr2slot(CTState *cts, void *p);
18 LJ_FUNCA lua_State * LJ_FASTCALL lj_ccallback_enter(CTState *cts, void *cf);
19 LJ_FUNCA void LJ_FASTCALL lj_ccallback_leave(CTState *cts, TValue *o);
20 LJ_FUNC void *lj_ccallback_new(CTState *cts, CType *ct, GCfunc *fn);
21 LJ_FUNC void lj_ccallback_mcode_free(CTState *cts);
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_cconv.h56 LJ_FUNC int lj_cconv_compatptr(CTState *cts, CType *d, CType *s, CTInfo flags);
57 LJ_FUNC void lj_cconv_ct_ct(CTState *cts, CType *d, CType *s,
59 LJ_FUNC int lj_cconv_tv_ct(CTState *cts, CType *s, CTypeID sid,
61 LJ_FUNC int lj_cconv_tv_bf(CTState *cts, CType *s, TValue *o, uint8_t *sp);
62 LJ_FUNC void lj_cconv_ct_tv(CTState *cts, CType *d,
64 LJ_FUNC void lj_cconv_bf_tv(CTState *cts, CType *d, uint8_t *dp, TValue *o);
65 LJ_FUNC int lj_cconv_multi_init(CTState *cts, CType *d, TValue *o);
66 LJ_FUNC void lj_cconv_ct_init(CTState *cts, CType *d, CTSize sz,
H A Dlj_ctype.h174 typedef struct CTState { struct
184 } CTState; argument
383 #define ctype_ctsG(g) (mref((g)->ctype_state, CTState))
386 static LJ_AINLINE CTState *ctype_cts(lua_State *L) in ctype_cts()
388 CTState *cts = ctype_ctsG(G(L)); in ctype_cts()
404 #define LJ_CTYPE_SAVE(cts) CTState savects_ = *(cts)
418 static LJ_AINLINE CType *ctype_get(CTState *cts, CTypeID id) in ctype_get()
458 LJ_FUNC CTypeID lj_ctype_new(CTState *cts, CType **ctp);
467 LJ_FUNC CType *lj_ctype_rawref(CTState *cts, CTypeID id);
468 LJ_FUNC CTSize lj_ctype_size(CTState *cts, CTypeID id);
[all …]
H A Dlj_ccallback.h17 LJ_FUNC MSize lj_ccallback_ptr2slot(CTState *cts, void *p);
18 LJ_FUNCA lua_State * LJ_FASTCALL lj_ccallback_enter(CTState *cts, void *cf);
19 LJ_FUNCA void LJ_FASTCALL lj_ccallback_leave(CTState *cts, TValue *o);
20 LJ_FUNC void *lj_ccallback_new(CTState *cts, CType *ct, GCfunc *fn);
21 LJ_FUNC void lj_ccallback_mcode_free(CTState *cts);
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_cconv.h55 LJ_FUNC int lj_cconv_compatptr(CTState *cts, CType *d, CType *s, CTInfo flags);
56 LJ_FUNC void lj_cconv_ct_ct(CTState *cts, CType *d, CType *s,
58 LJ_FUNC int lj_cconv_tv_ct(CTState *cts, CType *s, CTypeID sid,
60 LJ_FUNC int lj_cconv_tv_bf(CTState *cts, CType *s, TValue *o, uint8_t *sp);
61 LJ_FUNC void lj_cconv_ct_tv(CTState *cts, CType *d,
63 LJ_FUNC void lj_cconv_bf_tv(CTState *cts, CType *d, uint8_t *dp, TValue *o);
64 LJ_FUNC int lj_cconv_multi_init(CTState *cts, CType *d, TValue *o);
65 LJ_FUNC void lj_cconv_ct_init(CTState *cts, CType *d, CTSize sz,
H A Dlj_ctype.h174 typedef struct CTState { struct
184 } CTState; argument
376 #define ctype_ctsG(g) (mref((g)->ctype_state, CTState))
379 static LJ_AINLINE CTState *ctype_cts(lua_State *L) in ctype_cts()
381 CTState *cts = ctype_ctsG(G(L)); in ctype_cts()
387 #define LJ_CTYPE_SAVE(cts) CTState savects_ = *(cts)
400 static LJ_AINLINE CType *ctype_get(CTState *cts, CTypeID id) in ctype_get()
439 LJ_FUNC CTypeID lj_ctype_new(CTState *cts, CType **ctp);
448 LJ_FUNC CType *lj_ctype_rawref(CTState *cts, CTypeID id);
449 LJ_FUNC CTSize lj_ctype_size(CTState *cts, CTypeID id);
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_cconv.h56 LJ_FUNC int lj_cconv_compatptr(CTState *cts, CType *d, CType *s, CTInfo flags);
57 LJ_FUNC void lj_cconv_ct_ct(CTState *cts, CType *d, CType *s,
59 LJ_FUNC int lj_cconv_tv_ct(CTState *cts, CType *s, CTypeID sid,
61 LJ_FUNC int lj_cconv_tv_bf(CTState *cts, CType *s, TValue *o, uint8_t *sp);
62 LJ_FUNC void lj_cconv_ct_tv(CTState *cts, CType *d,
64 LJ_FUNC void lj_cconv_bf_tv(CTState *cts, CType *d, uint8_t *dp, TValue *o);
65 LJ_FUNC int lj_cconv_multi_init(CTState *cts, CType *d, TValue *o);
66 LJ_FUNC void lj_cconv_ct_init(CTState *cts, CType *d, CTSize sz,
H A Dlj_ctype.h174 typedef struct CTState { struct
184 } CTState; argument
383 #define ctype_ctsG(g) (mref((g)->ctype_state, CTState))
386 static LJ_AINLINE CTState *ctype_cts(lua_State *L) in ctype_cts()
388 CTState *cts = ctype_ctsG(G(L)); in ctype_cts()
404 #define LJ_CTYPE_SAVE(cts) CTState savects_ = *(cts)
418 static LJ_AINLINE CType *ctype_get(CTState *cts, CTypeID id) in ctype_get()
458 LJ_FUNC CTypeID lj_ctype_new(CTState *cts, CType **ctp);
467 LJ_FUNC CType *lj_ctype_rawref(CTState *cts, CTypeID id);
468 LJ_FUNC CTSize lj_ctype_size(CTState *cts, CTypeID id);
[all …]
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_cconv.h55 LJ_FUNC int lj_cconv_compatptr(CTState *cts, CType *d, CType *s, CTInfo flags);
56 LJ_FUNC void lj_cconv_ct_ct(CTState *cts, CType *d, CType *s,
58 LJ_FUNC int lj_cconv_tv_ct(CTState *cts, CType *s, CTypeID sid,
60 LJ_FUNC int lj_cconv_tv_bf(CTState *cts, CType *s, TValue *o, uint8_t *sp);
61 LJ_FUNC void lj_cconv_ct_tv(CTState *cts, CType *d,
63 LJ_FUNC void lj_cconv_bf_tv(CTState *cts, CType *d, uint8_t *dp, TValue *o);
64 LJ_FUNC int lj_cconv_multi_init(CTState *cts, CType *d, TValue *o);
65 LJ_FUNC void lj_cconv_ct_init(CTState *cts, CType *d, CTSize sz,
H A Dlj_ctype.h174 typedef struct CTState { struct
184 } CTState; argument
376 #define ctype_ctsG(g) (mref((g)->ctype_state, CTState))
379 static LJ_AINLINE CTState *ctype_cts(lua_State *L) in ctype_cts()
381 CTState *cts = ctype_ctsG(G(L)); in ctype_cts()
387 #define LJ_CTYPE_SAVE(cts) CTState savects_ = *(cts)
400 static LJ_AINLINE CType *ctype_get(CTState *cts, CTypeID id) in ctype_get()
439 LJ_FUNC CTypeID lj_ctype_new(CTState *cts, CType **ctp);
448 LJ_FUNC CType *lj_ctype_rawref(CTState *cts, CTypeID id);
449 LJ_FUNC CTSize lj_ctype_size(CTState *cts, CTypeID id);
[all …]
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_cconv.h55 LJ_FUNC int lj_cconv_compatptr(CTState *cts, CType *d, CType *s, CTInfo flags);
56 LJ_FUNC void lj_cconv_ct_ct(CTState *cts, CType *d, CType *s,
58 LJ_FUNC int lj_cconv_tv_ct(CTState *cts, CType *s, CTypeID sid,
60 LJ_FUNC int lj_cconv_tv_bf(CTState *cts, CType *s, TValue *o, uint8_t *sp);
61 LJ_FUNC void lj_cconv_ct_tv(CTState *cts, CType *d,
63 LJ_FUNC void lj_cconv_bf_tv(CTState *cts, CType *d, uint8_t *dp, TValue *o);
64 LJ_FUNC int lj_cconv_multi_init(CTState *cts, CType *d, TValue *o);
65 LJ_FUNC void lj_cconv_ct_init(CTState *cts, CType *d, CTSize sz,
H A Dlj_ctype.h174 typedef struct CTState { struct
184 } CTState; argument
376 #define ctype_ctsG(g) (mref((g)->ctype_state, CTState))
379 static LJ_AINLINE CTState *ctype_cts(lua_State *L) in ctype_cts()
381 CTState *cts = ctype_ctsG(G(L)); in ctype_cts()
387 #define LJ_CTYPE_SAVE(cts) CTState savects_ = *(cts)
400 static LJ_AINLINE CType *ctype_get(CTState *cts, CTypeID id) in ctype_get()
439 LJ_FUNC CTypeID lj_ctype_new(CTState *cts, CType **ctp);
448 LJ_FUNC CType *lj_ctype_rawref(CTState *cts, CTypeID id);
449 LJ_FUNC CTSize lj_ctype_size(CTState *cts, CTypeID id);
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_cconv.h56 LJ_FUNC int lj_cconv_compatptr(CTState *cts, CType *d, CType *s, CTInfo flags);
57 LJ_FUNC void lj_cconv_ct_ct(CTState *cts, CType *d, CType *s,
59 LJ_FUNC int lj_cconv_tv_ct(CTState *cts, CType *s, CTypeID sid,
61 LJ_FUNC int lj_cconv_tv_bf(CTState *cts, CType *s, TValue *o, uint8_t *sp);
62 LJ_FUNC void lj_cconv_ct_tv(CTState *cts, CType *d,
64 LJ_FUNC void lj_cconv_bf_tv(CTState *cts, CType *d, uint8_t *dp, TValue *o);
65 LJ_FUNC int lj_cconv_multi_init(CTState *cts, CType *d, TValue *o);
66 LJ_FUNC void lj_cconv_ct_init(CTState *cts, CType *d, CTSize sz,
H A Dlj_ctype.h174 typedef struct CTState { struct
184 } CTState; argument
382 #define ctype_ctsG(g) (mref((g)->ctype_state, CTState))
385 static LJ_AINLINE CTState *ctype_cts(lua_State *L) in ctype_cts()
387 CTState *cts = ctype_ctsG(G(L)); in ctype_cts()
393 #define LJ_CTYPE_SAVE(cts) CTState savects_ = *(cts)
407 static LJ_AINLINE CType *ctype_get(CTState *cts, CTypeID id) in ctype_get()
447 LJ_FUNC CTypeID lj_ctype_new(CTState *cts, CType **ctp);
456 LJ_FUNC CType *lj_ctype_rawref(CTState *cts, CTypeID id);
457 LJ_FUNC CTSize lj_ctype_size(CTState *cts, CTypeID id);
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_cconv.h55 LJ_FUNC int lj_cconv_compatptr(CTState *cts, CType *d, CType *s, CTInfo flags);
56 LJ_FUNC void lj_cconv_ct_ct(CTState *cts, CType *d, CType *s,
58 LJ_FUNC int lj_cconv_tv_ct(CTState *cts, CType *s, CTypeID sid,
60 LJ_FUNC int lj_cconv_tv_bf(CTState *cts, CType *s, TValue *o, uint8_t *sp);
61 LJ_FUNC void lj_cconv_ct_tv(CTState *cts, CType *d,
63 LJ_FUNC void lj_cconv_bf_tv(CTState *cts, CType *d, uint8_t *dp, TValue *o);
64 LJ_FUNC int lj_cconv_multi_init(CTState *cts, CType *d, TValue *o);
65 LJ_FUNC void lj_cconv_ct_init(CTState *cts, CType *d, CTSize sz,
H A Dlj_ctype.h174 typedef struct CTState { struct
184 } CTState; argument
376 #define ctype_ctsG(g) (mref((g)->ctype_state, CTState))
379 static LJ_AINLINE CTState *ctype_cts(lua_State *L) in ctype_cts()
381 CTState *cts = ctype_ctsG(G(L)); in ctype_cts()
387 #define LJ_CTYPE_SAVE(cts) CTState savects_ = *(cts)
400 static LJ_AINLINE CType *ctype_get(CTState *cts, CTypeID id) in ctype_get()
439 LJ_FUNC CTypeID lj_ctype_new(CTState *cts, CType **ctp);
448 LJ_FUNC CType *lj_ctype_rawref(CTState *cts, CTypeID id);
449 LJ_FUNC CTSize lj_ctype_size(CTState *cts, CTypeID id);
[all …]
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_cconv.h55 LJ_FUNC int lj_cconv_compatptr(CTState *cts, CType *d, CType *s, CTInfo flags);
56 LJ_FUNC void lj_cconv_ct_ct(CTState *cts, CType *d, CType *s,
58 LJ_FUNC int lj_cconv_tv_ct(CTState *cts, CType *s, CTypeID sid,
60 LJ_FUNC int lj_cconv_tv_bf(CTState *cts, CType *s, TValue *o, uint8_t *sp);
61 LJ_FUNC void lj_cconv_ct_tv(CTState *cts, CType *d,
63 LJ_FUNC void lj_cconv_bf_tv(CTState *cts, CType *d, uint8_t *dp, TValue *o);
64 LJ_FUNC int lj_cconv_multi_init(CTState *cts, CType *d, TValue *o);
65 LJ_FUNC void lj_cconv_ct_init(CTState *cts, CType *d, CTSize sz,
H A Dlj_ctype.h174 typedef struct CTState { struct
184 } CTState; argument
376 #define ctype_ctsG(g) (mref((g)->ctype_state, CTState))
379 static LJ_AINLINE CTState *ctype_cts(lua_State *L) in ctype_cts()
381 CTState *cts = ctype_ctsG(G(L)); in ctype_cts()
387 #define LJ_CTYPE_SAVE(cts) CTState savects_ = *(cts)
400 static LJ_AINLINE CType *ctype_get(CTState *cts, CTypeID id) in ctype_get()
439 LJ_FUNC CTypeID lj_ctype_new(CTState *cts, CType **ctp);
448 LJ_FUNC CType *lj_ctype_rawref(CTState *cts, CTypeID id);
449 LJ_FUNC CTSize lj_ctype_size(CTState *cts, CTypeID id);
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_cconv.h55 LJ_FUNC int lj_cconv_compatptr(CTState *cts, CType *d, CType *s, CTInfo flags);
56 LJ_FUNC void lj_cconv_ct_ct(CTState *cts, CType *d, CType *s,
58 LJ_FUNC int lj_cconv_tv_ct(CTState *cts, CType *s, CTypeID sid,
60 LJ_FUNC int lj_cconv_tv_bf(CTState *cts, CType *s, TValue *o, uint8_t *sp);
61 LJ_FUNC void lj_cconv_ct_tv(CTState *cts, CType *d,
63 LJ_FUNC void lj_cconv_bf_tv(CTState *cts, CType *d, uint8_t *dp, TValue *o);
64 LJ_FUNC int lj_cconv_multi_init(CTState *cts, CType *d, TValue *o);
65 LJ_FUNC void lj_cconv_ct_init(CTState *cts, CType *d, CTSize sz,
H A Dlj_ctype.h174 typedef struct CTState { struct
184 } CTState; typedef
376 #define ctype_ctsG(g) (mref((g)->ctype_state, CTState))
379 static LJ_AINLINE CTState *ctype_cts(lua_State *L) in ctype_cts()
381 CTState *cts = ctype_ctsG(G(L)); in ctype_cts()
387 #define LJ_CTYPE_SAVE(cts) CTState savects_ = *(cts)
400 static LJ_AINLINE CType *ctype_get(CTState *cts, CTypeID id) in ctype_get()
439 LJ_FUNC CTypeID lj_ctype_new(CTState *cts, CType **ctp);
448 LJ_FUNC CType *lj_ctype_rawref(CTState *cts, CTypeID id);
449 LJ_FUNC CTSize lj_ctype_size(CTState *cts, CTypeID id);
[all …]

12345678910>>...14