Home
last modified time | relevance | path

Searched refs:ctype_child (Results 1 – 25 of 99) sorted by relevance

1234

/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_cdata.c111 ct = ctype_child(cts, ct); in lj_cdata_index()
118 ct = ctype_child(cts, ct); in lj_cdata_index()
144 if (ctype_isenum(ctk->info)) ctk = ctype_child(cts, ctk); in lj_cdata_index()
187 ct = ctype_child(cts, ct); in lj_cdata_index()
200 CType *ctt = ctype_child(cts, ct); in cdata_getconst()
236 s = ctype_child(cts, s); in lj_cdata_get()
256 d = ctype_child(cts, d); in lj_cdata_set()
262 d = ctype_child(cts, d); in lj_cdata_set()
272 d = ctype_child(cts, d); in lj_cdata_set()
H A Dlj_cconv.c60 ct = ctype_child(cts, ct); in cconv_childqual()
67 ct = ctype_child(cts, ct); in cconv_childqual()
211 s = ctype_child(cts, s); in lj_cconv_ct_ct()
275 s = ctype_child(cts, s); in lj_cconv_ct_ct()
282 d = ctype_child(cts, d); in lj_cconv_ct_ct()
288 d = ctype_child(cts, d); in lj_cconv_ct_ct()
296 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
297 CType *sc = ctype_child(cts, s); in lj_cconv_ct_ct()
308 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
562 if (ctype_isenum(s->info)) s = ctype_child(cts, s); in lj_cconv_ct_tv()
[all …]
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_cdata.c111 ct = ctype_child(cts, ct); in lj_cdata_index()
118 ct = ctype_child(cts, ct); in lj_cdata_index()
144 if (ctype_isenum(ctk->info)) ctk = ctype_child(cts, ctk); in lj_cdata_index()
187 ct = ctype_child(cts, ct); in lj_cdata_index()
200 CType *ctt = ctype_child(cts, ct); in cdata_getconst()
236 s = ctype_child(cts, s); in lj_cdata_get()
256 d = ctype_child(cts, d); in lj_cdata_set()
262 d = ctype_child(cts, d); in lj_cdata_set()
272 d = ctype_child(cts, d); in lj_cdata_set()
H A Dlj_cconv.c60 ct = ctype_child(cts, ct); in cconv_childqual()
67 ct = ctype_child(cts, ct); in cconv_childqual()
211 s = ctype_child(cts, s); in lj_cconv_ct_ct()
275 s = ctype_child(cts, s); in lj_cconv_ct_ct()
282 d = ctype_child(cts, d); in lj_cconv_ct_ct()
288 d = ctype_child(cts, d); in lj_cconv_ct_ct()
296 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
297 CType *sc = ctype_child(cts, s); in lj_cconv_ct_ct()
308 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
562 if (ctype_isenum(s->info)) s = ctype_child(cts, s); in lj_cconv_ct_tv()
[all …]
H A Dlj_crecord.c98 if (ctype_isenum(ct->info)) ct = ctype_child(cts, ct); in crec_ct2irt()
631 lua_assert(ctype_child(cts, cct)->size == 4); in crec_ct_tv()
654 if (ctype_isenum(s->info)) s = ctype_child(cts, s); in crec_ct_tv()
664 if (ctype_isenum(s->info)) s = ctype_child(cts, s); in crec_ct_tv()
676 if (ctype_isenum(d->info)) d = ctype_child(cts, d); in crec_ct_tv()
808 (ctype_child(cts, fct)->info & CTF_UNSIGNED)) { in recff_cdata_index()
858 ct = ctype_child(cts, ct); /* Skip attributes. */ in recff_cdata_index()
1391 if (ctype_isenum(ct->info)) ct = ctype_child(cts, ct); in recff_cdata_arith()
1426 ct = ctype_child(cts, cct); in recff_cdata_arith()
1482 (ctype_child(cts, ct)->info & CTF_UNSIGNED)) in recff_clib_index()
[all …]
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_cdata.c111 ct = ctype_child(cts, ct); in lj_cdata_index()
118 ct = ctype_child(cts, ct); in lj_cdata_index()
144 if (ctype_isenum(ctk->info)) ctk = ctype_child(cts, ctk); in lj_cdata_index()
187 ct = ctype_child(cts, ct); in lj_cdata_index()
200 CType *ctt = ctype_child(cts, ct); in cdata_getconst()
236 s = ctype_child(cts, s); in lj_cdata_get()
256 d = ctype_child(cts, d); in lj_cdata_set()
262 d = ctype_child(cts, d); in lj_cdata_set()
272 d = ctype_child(cts, d); in lj_cdata_set()
H A Dlj_cconv.c60 ct = ctype_child(cts, ct); in cconv_childqual()
67 ct = ctype_child(cts, ct); in cconv_childqual()
211 s = ctype_child(cts, s); in lj_cconv_ct_ct()
275 s = ctype_child(cts, s); in lj_cconv_ct_ct()
282 d = ctype_child(cts, d); in lj_cconv_ct_ct()
288 d = ctype_child(cts, d); in lj_cconv_ct_ct()
296 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
297 CType *sc = ctype_child(cts, s); in lj_cconv_ct_ct()
308 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
562 if (ctype_isenum(s->info)) s = ctype_child(cts, s); in lj_cconv_ct_tv()
[all …]
H A Dlj_crecord.c98 if (ctype_isenum(ct->info)) ct = ctype_child(cts, ct); in crec_ct2irt()
631 lua_assert(ctype_child(cts, cct)->size == 4); in crec_ct_tv()
654 if (ctype_isenum(s->info)) s = ctype_child(cts, s); in crec_ct_tv()
664 if (ctype_isenum(s->info)) s = ctype_child(cts, s); in crec_ct_tv()
676 if (ctype_isenum(d->info)) d = ctype_child(cts, d); in crec_ct_tv()
808 (ctype_child(cts, fct)->info & CTF_UNSIGNED)) { in recff_cdata_index()
854 ct = ctype_child(cts, ct); /* Skip attributes. */ in recff_cdata_index()
1378 if (ctype_isenum(ct->info)) ct = ctype_child(cts, ct); in recff_cdata_arith()
1412 ct = ctype_child(cts, cct); in recff_cdata_arith()
1463 (ctype_child(cts, ct)->info & CTF_UNSIGNED)) in recff_clib_index()
[all …]
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_cdata.c111 ct = ctype_child(cts, ct); in lj_cdata_index()
118 ct = ctype_child(cts, ct); in lj_cdata_index()
144 if (ctype_isenum(ctk->info)) ctk = ctype_child(cts, ctk); in lj_cdata_index()
187 ct = ctype_child(cts, ct); in lj_cdata_index()
200 CType *ctt = ctype_child(cts, ct); in cdata_getconst()
236 s = ctype_child(cts, s); in lj_cdata_get()
256 d = ctype_child(cts, d); in lj_cdata_set()
262 d = ctype_child(cts, d); in lj_cdata_set()
272 d = ctype_child(cts, d); in lj_cdata_set()
H A Dlj_cconv.c60 ct = ctype_child(cts, ct); in cconv_childqual()
67 ct = ctype_child(cts, ct); in cconv_childqual()
211 s = ctype_child(cts, s); in lj_cconv_ct_ct()
275 s = ctype_child(cts, s); in lj_cconv_ct_ct()
282 d = ctype_child(cts, d); in lj_cconv_ct_ct()
288 d = ctype_child(cts, d); in lj_cconv_ct_ct()
296 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
297 CType *sc = ctype_child(cts, s); in lj_cconv_ct_ct()
308 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
562 if (ctype_isenum(s->info)) s = ctype_child(cts, s); in lj_cconv_ct_tv()
[all …]
H A Dlj_crecord.c98 if (ctype_isenum(ct->info)) ct = ctype_child(cts, ct); in crec_ct2irt()
631 lua_assert(ctype_child(cts, cct)->size == 4); in crec_ct_tv()
654 if (ctype_isenum(s->info)) s = ctype_child(cts, s); in crec_ct_tv()
664 if (ctype_isenum(s->info)) s = ctype_child(cts, s); in crec_ct_tv()
676 if (ctype_isenum(d->info)) d = ctype_child(cts, d); in crec_ct_tv()
808 (ctype_child(cts, fct)->info & CTF_UNSIGNED)) { in recff_cdata_index()
854 ct = ctype_child(cts, ct); /* Skip attributes. */ in recff_cdata_index()
1378 if (ctype_isenum(ct->info)) ct = ctype_child(cts, ct); in recff_cdata_arith()
1412 ct = ctype_child(cts, cct); in recff_cdata_arith()
1463 (ctype_child(cts, ct)->info & CTF_UNSIGNED)) in recff_clib_index()
[all …]
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_cdata.c120 ct = ctype_child(cts, ct); in lj_cdata_index()
127 ct = ctype_child(cts, ct); in lj_cdata_index()
159 if (ctype_isenum(ctk->info)) ctk = ctype_child(cts, ctk); in lj_cdata_index()
202 ct = ctype_child(cts, ct); in lj_cdata_index()
215 CType *ctt = ctype_child(cts, ct); in cdata_getconst()
253 s = ctype_child(cts, s); in lj_cdata_get()
274 d = ctype_child(cts, d); in lj_cdata_set()
280 d = ctype_child(cts, d); in lj_cdata_set()
290 d = ctype_child(cts, d); in lj_cdata_set()
H A Dlj_cconv.c61 ct = ctype_child(cts, ct); in cconv_childqual()
68 ct = ctype_child(cts, ct); in cconv_childqual()
218 s = ctype_child(cts, s); in lj_cconv_ct_ct()
282 s = ctype_child(cts, s); in lj_cconv_ct_ct()
289 d = ctype_child(cts, d); in lj_cconv_ct_ct()
295 d = ctype_child(cts, d); in lj_cconv_ct_ct()
303 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
304 CType *sc = ctype_child(cts, s); in lj_cconv_ct_ct()
315 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
576 if (ctype_isenum(s->info)) s = ctype_child(cts, s); in lj_cconv_ct_tv()
[all …]
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_cdata.c120 ct = ctype_child(cts, ct); in lj_cdata_index()
127 ct = ctype_child(cts, ct); in lj_cdata_index()
159 if (ctype_isenum(ctk->info)) ctk = ctype_child(cts, ctk); in lj_cdata_index()
202 ct = ctype_child(cts, ct); in lj_cdata_index()
215 CType *ctt = ctype_child(cts, ct); in cdata_getconst()
253 s = ctype_child(cts, s); in lj_cdata_get()
274 d = ctype_child(cts, d); in lj_cdata_set()
280 d = ctype_child(cts, d); in lj_cdata_set()
290 d = ctype_child(cts, d); in lj_cdata_set()
H A Dlj_cconv.c61 ct = ctype_child(cts, ct); in cconv_childqual()
68 ct = ctype_child(cts, ct); in cconv_childqual()
218 s = ctype_child(cts, s); in lj_cconv_ct_ct()
282 s = ctype_child(cts, s); in lj_cconv_ct_ct()
289 d = ctype_child(cts, d); in lj_cconv_ct_ct()
295 d = ctype_child(cts, d); in lj_cconv_ct_ct()
303 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
304 CType *sc = ctype_child(cts, s); in lj_cconv_ct_ct()
315 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
576 if (ctype_isenum(s->info)) s = ctype_child(cts, s); in lj_cconv_ct_tv()
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_cdata.c120 ct = ctype_child(cts, ct); in lj_cdata_index()
127 ct = ctype_child(cts, ct); in lj_cdata_index()
159 if (ctype_isenum(ctk->info)) ctk = ctype_child(cts, ctk); in lj_cdata_index()
202 ct = ctype_child(cts, ct); in lj_cdata_index()
215 CType *ctt = ctype_child(cts, ct); in cdata_getconst()
253 s = ctype_child(cts, s); in lj_cdata_get()
274 d = ctype_child(cts, d); in lj_cdata_set()
280 d = ctype_child(cts, d); in lj_cdata_set()
290 d = ctype_child(cts, d); in lj_cdata_set()
H A Dlj_cconv.c61 ct = ctype_child(cts, ct); in cconv_childqual()
68 ct = ctype_child(cts, ct); in cconv_childqual()
218 s = ctype_child(cts, s); in lj_cconv_ct_ct()
282 s = ctype_child(cts, s); in lj_cconv_ct_ct()
289 d = ctype_child(cts, d); in lj_cconv_ct_ct()
295 d = ctype_child(cts, d); in lj_cconv_ct_ct()
303 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
304 CType *sc = ctype_child(cts, s); in lj_cconv_ct_ct()
315 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
576 if (ctype_isenum(s->info)) s = ctype_child(cts, s); in lj_cconv_ct_tv()
[all …]
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_cdata.c120 ct = ctype_child(cts, ct); in lj_cdata_index()
127 ct = ctype_child(cts, ct); in lj_cdata_index()
158 if (ctype_isenum(ctk->info)) ctk = ctype_child(cts, ctk); in lj_cdata_index()
201 ct = ctype_child(cts, ct); in lj_cdata_index()
214 CType *ctt = ctype_child(cts, ct); in cdata_getconst()
250 s = ctype_child(cts, s); in lj_cdata_get()
270 d = ctype_child(cts, d); in lj_cdata_set()
276 d = ctype_child(cts, d); in lj_cdata_set()
286 d = ctype_child(cts, d); in lj_cdata_set()
H A Dlj_cconv.c60 ct = ctype_child(cts, ct); in cconv_childqual()
67 ct = ctype_child(cts, ct); in cconv_childqual()
211 s = ctype_child(cts, s); in lj_cconv_ct_ct()
275 s = ctype_child(cts, s); in lj_cconv_ct_ct()
282 d = ctype_child(cts, d); in lj_cconv_ct_ct()
288 d = ctype_child(cts, d); in lj_cconv_ct_ct()
296 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
297 CType *sc = ctype_child(cts, s); in lj_cconv_ct_ct()
308 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
562 if (ctype_isenum(s->info)) s = ctype_child(cts, s); in lj_cconv_ct_tv()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_cdata.c120 ct = ctype_child(cts, ct); in lj_cdata_index()
127 ct = ctype_child(cts, ct); in lj_cdata_index()
159 if (ctype_isenum(ctk->info)) ctk = ctype_child(cts, ctk); in lj_cdata_index()
202 ct = ctype_child(cts, ct); in lj_cdata_index()
215 CType *ctt = ctype_child(cts, ct); in cdata_getconst()
253 s = ctype_child(cts, s); in lj_cdata_get()
274 d = ctype_child(cts, d); in lj_cdata_set()
280 d = ctype_child(cts, d); in lj_cdata_set()
290 d = ctype_child(cts, d); in lj_cdata_set()
H A Dlj_cconv.c60 ct = ctype_child(cts, ct); in cconv_childqual()
67 ct = ctype_child(cts, ct); in cconv_childqual()
217 s = ctype_child(cts, s); in lj_cconv_ct_ct()
281 s = ctype_child(cts, s); in lj_cconv_ct_ct()
288 d = ctype_child(cts, d); in lj_cconv_ct_ct()
294 d = ctype_child(cts, d); in lj_cconv_ct_ct()
302 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
303 CType *sc = ctype_child(cts, s); in lj_cconv_ct_ct()
314 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
573 if (ctype_isenum(s->info)) s = ctype_child(cts, s); in lj_cconv_ct_tv()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_cdata.c118 ct = ctype_child(cts, ct); in lj_cdata_index()
125 ct = ctype_child(cts, ct); in lj_cdata_index()
156 if (ctype_isenum(ctk->info)) ctk = ctype_child(cts, ctk); in lj_cdata_index()
199 ct = ctype_child(cts, ct); in lj_cdata_index()
212 CType *ctt = ctype_child(cts, ct); in cdata_getconst()
248 s = ctype_child(cts, s); in lj_cdata_get()
268 d = ctype_child(cts, d); in lj_cdata_set()
274 d = ctype_child(cts, d); in lj_cdata_set()
284 d = ctype_child(cts, d); in lj_cdata_set()
H A Dlj_cconv.c60 ct = ctype_child(cts, ct); in cconv_childqual()
67 ct = ctype_child(cts, ct); in cconv_childqual()
211 s = ctype_child(cts, s); in lj_cconv_ct_ct()
275 s = ctype_child(cts, s); in lj_cconv_ct_ct()
282 d = ctype_child(cts, d); in lj_cconv_ct_ct()
288 d = ctype_child(cts, d); in lj_cconv_ct_ct()
296 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
297 CType *sc = ctype_child(cts, s); in lj_cconv_ct_ct()
308 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
562 if (ctype_isenum(s->info)) s = ctype_child(cts, s); in lj_cconv_ct_tv()
[all …]
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_cdata.c120 ct = ctype_child(cts, ct); in lj_cdata_index()
127 ct = ctype_child(cts, ct); in lj_cdata_index()
158 if (ctype_isenum(ctk->info)) ctk = ctype_child(cts, ctk); in lj_cdata_index()
201 ct = ctype_child(cts, ct); in lj_cdata_index()
214 CType *ctt = ctype_child(cts, ct); in cdata_getconst()
250 s = ctype_child(cts, s); in lj_cdata_get()
270 d = ctype_child(cts, d); in lj_cdata_set()
276 d = ctype_child(cts, d); in lj_cdata_set()
286 d = ctype_child(cts, d); in lj_cdata_set()
H A Dlj_cconv.c60 ct = ctype_child(cts, ct); in cconv_childqual()
67 ct = ctype_child(cts, ct); in cconv_childqual()
211 s = ctype_child(cts, s); in lj_cconv_ct_ct()
275 s = ctype_child(cts, s); in lj_cconv_ct_ct()
282 d = ctype_child(cts, d); in lj_cconv_ct_ct()
288 d = ctype_child(cts, d); in lj_cconv_ct_ct()
296 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
297 CType *sc = ctype_child(cts, s); in lj_cconv_ct_ct()
308 CType *dc = ctype_child(cts, d); in lj_cconv_ct_ct()
564 if (ctype_isenum(s->info)) s = ctype_child(cts, s); in lj_cconv_ct_tv()
[all …]

1234