Home
last modified time | relevance | path

Searched refs:trsrc (Results 1 – 14 of 14) sorted by relevance

/dports/x11-fonts/psftools/psftools-1.0.13/tools/
H A Dpsfxform.c342 int trsrc = xsrc + 1; in copychar() local
346 if (trsrc >= psfi.psf_width) in copychar()
347 trsrc = psfi.psf_width - 1; in copychar()
352 if (trsrc < psfi.psf_width) in copychar()
353 psf_get_pixel(&psfi, nsrc, trsrc, ysrc, &pixr); in copychar()
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_crecord.c205 TRef trdst, TRef trsrc) in crec_copy_emit() argument
210 TRef trsptr = emitir(IRT(IR_ADD, IRT_PTR), trsrc, trofs); in crec_copy_emit()
226 static void crec_copy(jit_State *J, TRef trdst, TRef trsrc, TRef trlen, in crec_copy() argument
262 crec_copy_emit(J, ml, mlp, trdst, trsrc); in crec_copy()
270 lj_ir_call(J, IRCALL_memcpy, trdst, trsrc, trlen); in crec_copy()
1550 TRef trdst = J->base[0], trsrc = J->base[1], trlen = J->base[2]; in recff_ffi_copy() local
1551 if (trdst && trsrc && (trlen || tref_isstr(trsrc))) { in recff_ffi_copy()
1553 trsrc = crec_ct_tv(J, ctype_get(cts, CTID_P_CVOID), 0, trsrc, &rd->argv[1]); in recff_ffi_copy()
1561 crec_copy(J, trdst, trsrc, trlen, NULL); in recff_ffi_copy()
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_crecord.c205 TRef trdst, TRef trsrc) in crec_copy_emit() argument
210 TRef trsptr = emitir(IRT(IR_ADD, IRT_PTR), trsrc, trofs); in crec_copy_emit()
226 static void crec_copy(jit_State *J, TRef trdst, TRef trsrc, TRef trlen, in crec_copy() argument
262 crec_copy_emit(J, ml, mlp, trdst, trsrc); in crec_copy()
270 lj_ir_call(J, IRCALL_memcpy, trdst, trsrc, trlen); in crec_copy()
1531 TRef trdst = J->base[0], trsrc = J->base[1], trlen = J->base[2]; in recff_ffi_copy() local
1532 if (trdst && trsrc && (trlen || tref_isstr(trsrc))) { in recff_ffi_copy()
1534 trsrc = crec_ct_tv(J, ctype_get(cts, CTID_P_CVOID), 0, trsrc, &rd->argv[1]); in recff_ffi_copy()
1542 crec_copy(J, trdst, trsrc, trlen, NULL); in recff_ffi_copy()
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_crecord.c205 TRef trdst, TRef trsrc) in crec_copy_emit() argument
210 TRef trsptr = emitir(IRT(IR_ADD, IRT_PTR), trsrc, trofs); in crec_copy_emit()
226 static void crec_copy(jit_State *J, TRef trdst, TRef trsrc, TRef trlen, in crec_copy() argument
262 crec_copy_emit(J, ml, mlp, trdst, trsrc); in crec_copy()
270 lj_ir_call(J, IRCALL_memcpy, trdst, trsrc, trlen); in crec_copy()
1531 TRef trdst = J->base[0], trsrc = J->base[1], trlen = J->base[2]; in recff_ffi_copy() local
1532 if (trdst && trsrc && (trlen || tref_isstr(trsrc))) { in recff_ffi_copy()
1534 trsrc = crec_ct_tv(J, ctype_get(cts, CTID_P_CVOID), 0, trsrc, &rd->argv[1]); in recff_ffi_copy()
1542 crec_copy(J, trdst, trsrc, trlen, NULL); in recff_ffi_copy()
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_crecord.c205 TRef trdst, TRef trsrc) in crec_copy_emit() argument
210 TRef trsptr = emitir(IRT(IR_ADD, IRT_PTR), trsrc, trofs); in crec_copy_emit()
226 static void crec_copy(jit_State *J, TRef trdst, TRef trsrc, TRef trlen, in crec_copy() argument
262 crec_copy_emit(J, ml, mlp, trdst, trsrc); in crec_copy()
270 lj_ir_call(J, IRCALL_memcpy, trdst, trsrc, trlen); in crec_copy()
1531 TRef trdst = J->base[0], trsrc = J->base[1], trlen = J->base[2]; in recff_ffi_copy() local
1532 if (trdst && trsrc && (trlen || tref_isstr(trsrc))) { in recff_ffi_copy()
1534 trsrc = crec_ct_tv(J, ctype_get(cts, CTID_P_CVOID), 0, trsrc, &rd->argv[1]); in recff_ffi_copy()
1542 crec_copy(J, trdst, trsrc, trlen, NULL); in recff_ffi_copy()
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_crecord.c207 TRef trdst, TRef trsrc) in crec_copy_emit() argument
212 TRef trsptr = emitir(IRT(IR_ADD, IRT_PTR), trsrc, trofs); in crec_copy_emit()
228 static void crec_copy(jit_State *J, TRef trdst, TRef trsrc, TRef trlen, in crec_copy() argument
265 crec_copy_emit(J, ml, mlp, trdst, trsrc); in crec_copy()
273 lj_ir_call(J, IRCALL_memcpy, trdst, trsrc, trlen); in crec_copy()
1664 TRef trdst = J->base[0], trsrc = J->base[1], trlen = J->base[2]; in recff_ffi_copy() local
1665 if (trdst && trsrc && (trlen || tref_isstr(trsrc))) { in recff_ffi_copy()
1667 trsrc = crec_ct_tv(J, ctype_get(cts, CTID_P_CVOID), 0, trsrc, &rd->argv[1]); in recff_ffi_copy()
1675 crec_copy(J, trdst, trsrc, trlen, NULL); in recff_ffi_copy()
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_crecord.c207 TRef trdst, TRef trsrc) in crec_copy_emit() argument
212 TRef trsptr = emitir(IRT(IR_ADD, IRT_PTR), trsrc, trofs); in crec_copy_emit()
228 static void crec_copy(jit_State *J, TRef trdst, TRef trsrc, TRef trlen, in crec_copy() argument
265 crec_copy_emit(J, ml, mlp, trdst, trsrc); in crec_copy()
273 lj_ir_call(J, IRCALL_memcpy, trdst, trsrc, trlen); in crec_copy()
1664 TRef trdst = J->base[0], trsrc = J->base[1], trlen = J->base[2]; in recff_ffi_copy() local
1665 if (trdst && trsrc && (trlen || tref_isstr(trsrc))) { in recff_ffi_copy()
1667 trsrc = crec_ct_tv(J, ctype_get(cts, CTID_P_CVOID), 0, trsrc, &rd->argv[1]); in recff_ffi_copy()
1675 crec_copy(J, trdst, trsrc, trlen, NULL); in recff_ffi_copy()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_crecord.c207 TRef trdst, TRef trsrc) in crec_copy_emit() argument
212 TRef trsptr = emitir(IRT(IR_ADD, IRT_PTR), trsrc, trofs); in crec_copy_emit()
228 static void crec_copy(jit_State *J, TRef trdst, TRef trsrc, TRef trlen, in crec_copy() argument
265 crec_copy_emit(J, ml, mlp, trdst, trsrc); in crec_copy()
273 lj_ir_call(J, IRCALL_memcpy, trdst, trsrc, trlen); in crec_copy()
1664 TRef trdst = J->base[0], trsrc = J->base[1], trlen = J->base[2]; in recff_ffi_copy() local
1665 if (trdst && trsrc && (trlen || tref_isstr(trsrc))) { in recff_ffi_copy()
1667 trsrc = crec_ct_tv(J, ctype_get(cts, CTID_P_CVOID), 0, trsrc, &rd->argv[1]); in recff_ffi_copy()
1675 crec_copy(J, trdst, trsrc, trlen, NULL); in recff_ffi_copy()
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_crecord.c206 TRef trdst, TRef trsrc) in crec_copy_emit() argument
211 TRef trsptr = emitir(IRT(IR_ADD, IRT_PTR), trsrc, trofs); in crec_copy_emit()
227 static void crec_copy(jit_State *J, TRef trdst, TRef trsrc, TRef trlen, in crec_copy() argument
263 crec_copy_emit(J, ml, mlp, trdst, trsrc); in crec_copy()
271 lj_ir_call(J, IRCALL_memcpy, trdst, trsrc, trlen); in crec_copy()
1591 TRef trdst = J->base[0], trsrc = J->base[1], trlen = J->base[2]; in recff_ffi_copy() local
1592 if (trdst && trsrc && (trlen || tref_isstr(trsrc))) { in recff_ffi_copy()
1594 trsrc = crec_ct_tv(J, ctype_get(cts, CTID_P_CVOID), 0, trsrc, &rd->argv[1]); in recff_ffi_copy()
1602 crec_copy(J, trdst, trsrc, trlen, NULL); in recff_ffi_copy()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_crecord.c207 TRef trdst, TRef trsrc) in crec_copy_emit() argument
212 TRef trsptr = emitir(IRT(IR_ADD, IRT_PTR), trsrc, trofs); in crec_copy_emit()
228 static void crec_copy(jit_State *J, TRef trdst, TRef trsrc, TRef trlen, in crec_copy() argument
265 crec_copy_emit(J, ml, mlp, trdst, trsrc); in crec_copy()
273 lj_ir_call(J, IRCALL_memcpy, trdst, trsrc, trlen); in crec_copy()
1644 TRef trdst = J->base[0], trsrc = J->base[1], trlen = J->base[2]; in recff_ffi_copy() local
1645 if (trdst && trsrc && (trlen || tref_isstr(trsrc))) { in recff_ffi_copy()
1647 trsrc = crec_ct_tv(J, ctype_get(cts, CTID_P_CVOID), 0, trsrc, &rd->argv[1]); in recff_ffi_copy()
1655 crec_copy(J, trdst, trsrc, trlen, NULL); in recff_ffi_copy()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_crecord.c206 TRef trdst, TRef trsrc) in crec_copy_emit() argument
211 TRef trsptr = emitir(IRT(IR_ADD, IRT_PTR), trsrc, trofs); in crec_copy_emit()
227 static void crec_copy(jit_State *J, TRef trdst, TRef trsrc, TRef trlen, in crec_copy() argument
263 crec_copy_emit(J, ml, mlp, trdst, trsrc); in crec_copy()
271 lj_ir_call(J, IRCALL_memcpy, trdst, trsrc, trlen); in crec_copy()
1580 TRef trdst = J->base[0], trsrc = J->base[1], trlen = J->base[2]; in recff_ffi_copy() local
1581 if (trdst && trsrc && (trlen || tref_isstr(trsrc))) { in recff_ffi_copy()
1583 trsrc = crec_ct_tv(J, ctype_get(cts, CTID_P_CVOID), 0, trsrc, &rd->argv[1]); in recff_ffi_copy()
1591 crec_copy(J, trdst, trsrc, trlen, NULL); in recff_ffi_copy()
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_crecord.c206 TRef trdst, TRef trsrc) in crec_copy_emit() argument
211 TRef trsptr = emitir(IRT(IR_ADD, IRT_PTR), trsrc, trofs); in crec_copy_emit()
227 static void crec_copy(jit_State *J, TRef trdst, TRef trsrc, TRef trlen, in crec_copy() argument
263 crec_copy_emit(J, ml, mlp, trdst, trsrc); in crec_copy()
271 lj_ir_call(J, IRCALL_memcpy, trdst, trsrc, trlen); in crec_copy()
1636 TRef trdst = J->base[0], trsrc = J->base[1], trlen = J->base[2]; in recff_ffi_copy() local
1637 if (trdst && trsrc && (trlen || tref_isstr(trsrc))) { in recff_ffi_copy()
1639 trsrc = crec_ct_tv(J, ctype_get(cts, CTID_P_CVOID), 0, trsrc, &rd->argv[1]); in recff_ffi_copy()
1647 crec_copy(J, trdst, trsrc, trlen, NULL); in recff_ffi_copy()
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/NCI/
H A DUtils.pir353 .local string trsrc, trtgt
354 trsrc = 't' # list of letters we translate from
367 $I0 = index trsrc, type
/dports/lang/ruby26/ruby-2.6.9/
H A Dstring.c6969 struct tr trsrc, trrepl; in tr_trans() local
6999 trsrc.p = RSTRING_PTR(src); trsrc.pend = trsrc.p + RSTRING_LEN(src); in tr_trans()
7001 rb_enc_ascget(trsrc.p, trsrc.pend, &l, enc) == '^' && in tr_trans()
7002 trsrc.p + l < trsrc.pend) { in tr_trans()
7004 trsrc.p += l; in tr_trans()
7008 trsrc.gen = trrepl.gen = 0; in tr_trans()
7009 trsrc.now = trrepl.now = 0; in tr_trans()
7010 trsrc.max = trrepl.max = 0; in tr_trans()
7016 while ((c = trnext(&trsrc, enc)) != errc) { in tr_trans()
7040 while ((c = trnext(&trsrc, enc)) != errc) { in tr_trans()