Home
last modified time | relevance | path

Searched refs:topslot (Results 1 – 25 of 107) sorted by relevance

12345

/dports/ftp/tnftpd/tnftpd-20200704/src/
H A Dlogutmp.c92 static int topslot = -1; variable
108 if (topslot < 0) { in ftpd_login()
109 topslot = 0; in ftpd_login()
111 topslot++; in ftpd_login()
113 if ((topslot < 0) || ((fd < 0) in ftpd_login()
120 (void)lseek(fd, (off_t)(topslot * sizeof(UTMP)), SEEK_SET); in ftpd_login()
128 topslot++; in ftpd_login()
130 (void)lseek(fd, (off_t)(topslot * sizeof(UTMP)), in ftpd_login()
/dports/graphics/azpainterb/azpainterb-1.1.3/mlib/src/image/
H A DmGIFDecode.c216 int clearcode,endcode,newcode,topslot,slot; in _lzw_main() local
224 topslot = 1 << p->lzw_curbits; in _lzw_main()
248 topslot = 1 << p->lzw_curbits; in _lzw_main()
279 if(slot < topslot) in _lzw_main()
286 if(slot >= topslot) in _lzw_main()
290 topslot <<= 1; in _lzw_main()
/dports/graphics/azpainter/azpainter-2.1.7/mlib/src/image/
H A DmGIFDecode.c216 int clearcode,endcode,newcode,topslot,slot; in _lzw_main() local
224 topslot = 1 << p->lzw_curbits; in _lzw_main()
248 topslot = 1 << p->lzw_curbits; in _lzw_main()
279 if(slot < topslot) in _lzw_main()
286 if(slot >= topslot) in _lzw_main()
290 topslot <<= 1; in _lzw_main()
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_asm.c80 BCReg topslot; /* Number of slots for stack check (unless 0). */ member
1354 as->T->topslot = gcref(as->T->startpt)->pt.framesize; in asm_head_root()
1376 if (as->snapno && as->topslot > as->parent->topslot) { in asm_head_side()
1515 as->T->topslot = as->parent->topslot; in asm_head_side()
1516 if (as->topslot > as->T->topslot) { /* Need to check for higher slot? */ in asm_head_side()
1524 as->T->topslot = (uint8_t)as->topslot; /* Remember for child traces. */ in asm_head_side()
1525 asm_stack_check(as, as->topslot, irp, allow & RSET_GPR, exitno); in asm_head_side()
1554 as->topslot = snap->topslot; in asm_tail_link()
1589 asm_stack_check(as, as->topslot, NULL, as->freeset & RSET_GPR, snapno); in asm_tail_link()
1867 as->topslot = 0; in lj_asm_trace()
H A Dlj_jit.h163 uint8_t topslot; /* Maximum frame extent. */ member
214 uint8_t topslot; /* Top stack slot already checked to be allocated. */ member
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_asm.c80 BCReg topslot; /* Number of slots for stack check (unless 0). */ member
1353 as->T->topslot = gcref(as->T->startpt)->pt.framesize; in asm_head_root()
1509 as->T->topslot = as->parent->topslot; in asm_head_side()
1510 if (as->topslot > as->T->topslot) { /* Need to check for higher slot? */ in asm_head_side()
1518 as->T->topslot = (uint8_t)as->topslot; /* Remember for child traces. */ in asm_head_side()
1519 asm_stack_check(as, as->topslot, irp, allow & RSET_GPR, exitno); in asm_head_side()
1548 as->topslot = snap->topslot; in asm_tail_link()
1583 asm_stack_check(as, as->topslot, NULL, as->freeset & RSET_GPR, snapno); in asm_tail_link()
1861 as->topslot = 0; in lj_asm_trace()
H A Dlj_jit.h163 uint8_t topslot; /* Maximum frame extent. */ member
214 uint8_t topslot; /* Top stack slot already checked to be allocated. */ member
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_asm.c80 BCReg topslot; /* Number of slots for stack check (unless 0). */ member
1353 as->T->topslot = gcref(as->T->startpt)->pt.framesize; in asm_head_root()
1509 as->T->topslot = as->parent->topslot; in asm_head_side()
1510 if (as->topslot > as->T->topslot) { /* Need to check for higher slot? */ in asm_head_side()
1518 as->T->topslot = (uint8_t)as->topslot; /* Remember for child traces. */ in asm_head_side()
1519 asm_stack_check(as, as->topslot, irp, allow & RSET_GPR, exitno); in asm_head_side()
1548 as->topslot = snap->topslot; in asm_tail_link()
1583 asm_stack_check(as, as->topslot, NULL, as->freeset & RSET_GPR, snapno); in asm_tail_link()
1861 as->topslot = 0; in lj_asm_trace()
H A Dlj_jit.h163 uint8_t topslot; /* Maximum frame extent. */ member
214 uint8_t topslot; /* Top stack slot already checked to be allocated. */ member
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_asm.c80 BCReg topslot; /* Number of slots for stack check (unless 0). */ member
1353 as->T->topslot = gcref(as->T->startpt)->pt.framesize; in asm_head_root()
1509 as->T->topslot = as->parent->topslot; in asm_head_side()
1510 if (as->topslot > as->T->topslot) { /* Need to check for higher slot? */ in asm_head_side()
1518 as->T->topslot = (uint8_t)as->topslot; /* Remember for child traces. */ in asm_head_side()
1519 asm_stack_check(as, as->topslot, irp, allow & RSET_GPR, exitno); in asm_head_side()
1548 as->topslot = snap->topslot; in asm_tail_link()
1583 asm_stack_check(as, as->topslot, NULL, as->freeset & RSET_GPR, snapno); in asm_tail_link()
1861 as->topslot = 0; in lj_asm_trace()
H A Dlj_jit.h163 uint8_t topslot; /* Maximum frame extent. */ member
214 uint8_t topslot; /* Top stack slot already checked to be allocated. */ member
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_asm.c80 BCReg topslot; /* Number of slots for stack check (unless 0). */ member
1746 as->T->topslot = gcref(as->T->startpt)->pt.framesize; in asm_head_root()
1768 if (as->snapno && as->topslot > as->parent->topslot) { in asm_head_side()
1907 as->T->topslot = as->parent->topslot; in asm_head_side()
1908 if (as->topslot > as->T->topslot) { /* Need to check for higher slot? */ in asm_head_side()
1916 as->T->topslot = (uint8_t)as->topslot; /* Remember for child traces. */ in asm_head_side()
1917 asm_stack_check(as, as->topslot, irp, allow & RSET_GPR, exitno); in asm_head_side()
1946 as->topslot = snap->topslot; in asm_tail_link()
1990 asm_stack_check(as, as->topslot, NULL, as->freeset & RSET_GPR, snapno); in asm_tail_link()
2330 as->topslot = 0; in lj_asm_trace()
H A Dlj_jit.h166 uint8_t topslot; /* Maximum frame extent. */ member
230 uint8_t topslot; /* Top stack slot already checked to be allocated. */ member
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_asm.c79 BCReg topslot; /* Number of slots for stack check (unless 0). */ member
1817 as->T->topslot = gcref(as->T->startpt)->pt.framesize; in asm_head_root()
1839 if (as->snapno && as->topslot > as->parent->topslot) { in asm_head_side()
1980 as->T->topslot = as->parent->topslot; in asm_head_side()
1981 if (as->topslot > as->T->topslot) { /* Need to check for higher slot? */ in asm_head_side()
1989 as->T->topslot = (uint8_t)as->topslot; /* Remember for child traces. */ in asm_head_side()
1990 asm_stack_check(as, as->topslot, irp, allow & RSET_GPR, exitno); in asm_head_side()
2019 as->topslot = snap->topslot; in asm_tail_link()
2063 asm_stack_check(as, as->topslot, NULL, as->freeset & RSET_GPR, snapno); in asm_tail_link()
2405 as->topslot = 0; in lj_asm_trace()
H A Dlj_jit.h188 uint8_t topslot; /* Maximum frame extent. */
277 uint8_t topslot; /* Top stack slot already checked to be allocated. */
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_asm.c80 BCReg topslot; /* Number of slots for stack check (unless 0). */ member
1705 as->T->topslot = gcref(as->T->startpt)->pt.framesize; in asm_head_root()
1727 if (as->snapno && as->topslot > as->parent->topslot) { in asm_head_side()
1866 as->T->topslot = as->parent->topslot; in asm_head_side()
1867 if (as->topslot > as->T->topslot) { /* Need to check for higher slot? */ in asm_head_side()
1875 as->T->topslot = (uint8_t)as->topslot; /* Remember for child traces. */ in asm_head_side()
1876 asm_stack_check(as, as->topslot, irp, allow & RSET_GPR, exitno); in asm_head_side()
1905 as->topslot = snap->topslot; in asm_tail_link()
1940 asm_stack_check(as, as->topslot, NULL, as->freeset & RSET_GPR, snapno); in asm_tail_link()
2232 as->topslot = 0; in lj_asm_trace()
H A Dlj_jit.h161 uint8_t topslot; /* Maximum frame extent. */ member
213 uint8_t topslot; /* Top stack slot already checked to be allocated. */ member
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_asm.c80 BCReg topslot; /* Number of slots for stack check (unless 0). */ member
1746 as->T->topslot = gcref(as->T->startpt)->pt.framesize; in asm_head_root()
1768 if (as->snapno && as->topslot > as->parent->topslot) { in asm_head_side()
1907 as->T->topslot = as->parent->topslot; in asm_head_side()
1908 if (as->topslot > as->T->topslot) { /* Need to check for higher slot? */ in asm_head_side()
1916 as->T->topslot = (uint8_t)as->topslot; /* Remember for child traces. */ in asm_head_side()
1917 asm_stack_check(as, as->topslot, irp, allow & RSET_GPR, exitno); in asm_head_side()
1946 as->topslot = snap->topslot; in asm_tail_link()
1990 asm_stack_check(as, as->topslot, NULL, as->freeset & RSET_GPR, snapno); in asm_tail_link()
2330 as->topslot = 0; in lj_asm_trace()
H A Dlj_jit.h166 uint8_t topslot; /* Maximum frame extent. */ member
230 uint8_t topslot; /* Top stack slot already checked to be allocated. */ member
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_asm.c82 BCReg topslot; /* Number of slots for stack check (unless 0). */ member
1880 as->T->topslot = gcref(as->T->startpt)->pt.framesize; in asm_head_root()
1902 if (as->snapno && as->topslot > as->parent->topslot) { in asm_head_side()
2042 as->T->topslot = as->parent->topslot; in asm_head_side()
2043 if (as->topslot > as->T->topslot) { /* Need to check for higher slot? */ in asm_head_side()
2051 as->T->topslot = (uint8_t)as->topslot; /* Remember for child traces. */ in asm_head_side()
2052 asm_stack_check(as, as->topslot, irp, allow & RSET_GPR, exitno); in asm_head_side()
2081 as->topslot = snap->topslot; in asm_tail_link()
2125 asm_stack_check(as, as->topslot, NULL, as->freeset & RSET_GPR, snapno); in asm_tail_link()
2492 as->topslot = 0; in lj_asm_trace()
H A Dlj_jit.h191 uint8_t topslot; /* Maximum frame extent. */ member
283 uint8_t topslot; /* Top stack slot already checked to be allocated. */ member
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_asm.c82 BCReg topslot; /* Number of slots for stack check (unless 0). */ member
1878 as->T->topslot = gcref(as->T->startpt)->pt.framesize; in asm_head_root()
1900 if (as->snapno && as->topslot > as->parent->topslot) { in asm_head_side()
2040 as->T->topslot = as->parent->topslot; in asm_head_side()
2041 if (as->topslot > as->T->topslot) { /* Need to check for higher slot? */ in asm_head_side()
2049 as->T->topslot = (uint8_t)as->topslot; /* Remember for child traces. */ in asm_head_side()
2050 asm_stack_check(as, as->topslot, irp, allow & RSET_GPR, exitno); in asm_head_side()
2079 as->topslot = snap->topslot; in asm_tail_link()
2123 asm_stack_check(as, as->topslot, NULL, as->freeset & RSET_GPR, snapno); in asm_tail_link()
2490 as->topslot = 0; in lj_asm_trace()
H A Dlj_jit.h190 uint8_t topslot; /* Maximum frame extent. */ member
282 uint8_t topslot; /* Top stack slot already checked to be allocated. */ member
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_asm.c82 BCReg topslot; /* Number of slots for stack check (unless 0). */ member
1880 as->T->topslot = gcref(as->T->startpt)->pt.framesize; in asm_head_root()
1902 if (as->snapno && as->topslot > as->parent->topslot) { in asm_head_side()
2042 as->T->topslot = as->parent->topslot; in asm_head_side()
2043 if (as->topslot > as->T->topslot) { /* Need to check for higher slot? */ in asm_head_side()
2051 as->T->topslot = (uint8_t)as->topslot; /* Remember for child traces. */ in asm_head_side()
2052 asm_stack_check(as, as->topslot, irp, allow & RSET_GPR, exitno); in asm_head_side()
2081 as->topslot = snap->topslot; in asm_tail_link()
2125 asm_stack_check(as, as->topslot, NULL, as->freeset & RSET_GPR, snapno); in asm_tail_link()
2492 as->topslot = 0; in lj_asm_trace()
H A Dlj_jit.h191 uint8_t topslot; /* Maximum frame extent. */ member
283 uint8_t topslot; /* Top stack slot already checked to be allocated. */ member

12345