Home
last modified time | relevance | path

Searched refs:nframe (Results 226 – 250 of 314) sorted by relevance

12345678910>>...13

/dports/lang/python39/Python-3.9.9/Doc/library/
H A Dtracemalloc.rst366 .. function:: start(nframe: int=1)
369 allocators. Collected tracebacks of traces will be limited to *nframe*
371 frame: the limit is ``1``. *nframe* must be greater or equal to ``1``.
414 the *nframe* parameter of the :func:`start` function to store more frames.
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dtracemalloc.rst366 .. function:: start(nframe: int=1)
369 allocators. Collected tracebacks of traces will be limited to *nframe*
371 frame: the limit is ``1``. *nframe* must be greater or equal to ``1``.
414 the *nframe* parameter of the :func:`start` function to store more frames.
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Dtracemalloc.rst366 .. function:: start(nframe: int=1)
369 allocators. Collected tracebacks of traces will be limited to *nframe*
371 frame: the limit is ``1``. *nframe* must be greater or equal to ``1``.
414 the *nframe* parameter of the :func:`start` function to store more frames.
/dports/biology/fasta/fasta/
H A Dfffasta.c226 int nframe=6; variable
236 int nframe=2; variable
1206 case '3': nframe=3; break;
1208 case '3': nframe=1; break;
1500 for (itt=0; itt<nframe; itt++) {
1505 for (itt=revflg; itt<nframe; itt++) {
H A Dssearch.c124 int nframe=6; variable
672 case '3': nframe=3; break;
788 for (itt=0; itt<nframe; itt++) {
/dports/biology/molden/molden5.8/
H A Drdgamu.f884 common /frwrk/ frthr,frmul,idirct,iframe,nframe,iloop,ifrq,normc
894 nframe = 5
/dports/lang/nawk/nawk-20121220_1/
H A Drun.c219 int nframe = 0; /* number of frames allocated */ variable
237 fp = frame = (struct Frame *) calloc(nframe += 100, sizeof(struct Frame)); in call()
269 if (fp >= frame + nframe) { in call()
272 realloc((char *) frame, (nframe += 100) * sizeof(struct Frame)); in call()
/dports/devel/9base/9base-6/awk/
H A Drun.c217 int nframe = 0; /* number of frames allocated */ variable
234 fp = frame = (struct Frame *) calloc(nframe += 100, sizeof(struct Frame)); in call()
266 if (fp >= frame + nframe) { in call()
269 realloc((char *) frame, (nframe += 100) * sizeof(struct Frame)); in call()
/dports/devel/cscout/cscout-bd7dfac/example/awk/
H A Drun.c215 int nframe = 0; /* number of frames allocated */ variable
232 fp = frame = (struct Frame *) calloc(nframe += 100, sizeof(struct Frame)); in call()
264 if (fp >= frame + nframe) { in call()
267 realloc((char *) frame, (nframe += 100) * sizeof(struct Frame)); in call()
/dports/sysutils/heirloom/heirloom-070715/nawk/
H A Drun.c190 int nframe = 0; /* number of frames allocated */ variable
206 fp = frame = (struct Frame *) calloc(nframe += 100, sizeof(struct Frame)); in call()
248 if (fp >= frame + nframe) { in call()
251 realloc(frame, (nframe += 100) * sizeof(struct Frame)); in call()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/awk/
H A Drun.c218 int nframe = 0; /* number of frames allocated */ variable
235 fp = frame = (struct Frame *) calloc(nframe += 100, sizeof(struct Frame)); in call()
267 if (fp >= frame + nframe) { in call()
270 realloc((char *) frame, (nframe += 100) * sizeof(struct Frame)); in call()
/dports/biology/bioawk/bioawk-1.0-7-gfd40150/
H A Drun.c223 int nframe = 0; /* number of frames allocated */ variable
241 fp = frame = (struct Frame *) calloc(nframe += 100, sizeof(struct Frame)); in call()
273 if (fp >= frame + nframe) { in call()
276 realloc((char *) frame, (nframe += 100) * sizeof(struct Frame)); in call()
/dports/devel/R-cran-rlang/rlang/man/
H A Dstack.Rd79 \code{\link[base:sys.parent]{base::sys.nframe()}} because it counts the global frame. That is
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningModule/classes/
H A Dclass.ilLMPresentationGUI.php1886 $nframe = ($ltarget == "")
1907 $nframe,
1942 $nframe = ($ltarget == "")
1946 … $this->getLink($_GET["ref_id"], $a_cmd = "glossary", $target_id, $nframe, $type);
1951 $nframe = ($ltarget == "")
1955 … $this->getLink($_GET["ref_id"], $a_cmd = "media", $target_id, $nframe, $type);
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dmdsprite.c489 m->cframe = m->nframe = tile2model[tspr->picnum].framenum; in updateanimation()
501 m->cframe = m->nframe = anim->startframe; in updateanimation()
520 m->nframe = m->cframe+1; if (m->nframe > anim->endframe) m->nframe = anim->startframe; in updateanimation()
661 f1 = (md2frame_t *)&m->frames[m->nframe*m->framebytes]; in md2draw()
1101 v1 = &s->xyzn[m->nframe*s->numverts]; in md3draw()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/contrib/one-true-awk/
H A Drun.c222 int nframe = 0; /* number of frames allocated */ variable
240 fp = frame = (struct Frame *) calloc(nframe += 100, sizeof(struct Frame)); in call()
272 if (fp >= frame + nframe) { in call()
275 realloc((char *) frame, (nframe += 100) * sizeof(struct Frame)); in call()
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/forbind/src/
H A Dexo_jack.src4539 int nframe = ex_inquire_int(*idexo, EX_INQ_COORD_FRAMES);
4541 if (nframe != *nframeo) {
4546 *nframeo, nframe, *idexo);
4553 if (nframe > 0) {
4554 if (!(ctags = calloc(nframe, sizeof(char)))) {
4567 if (ex_get_coordinate_frames (*idexo, &nframe, cfids, coord, ctags) == EX_FATAL) {
4579 for (i = 0; i < nframe; i++) {
4595 % int *nframe,
4608 if (*nframe > 0) {
4609 if (!(ctags = calloc(*nframe, sizeof(char)))) {
[all …]
/dports/multimedia/mpv/mpv-0.34.1/video/out/gpu/
H A Dvideo.c3380 struct vo_frame *nframe = vo_frame_ref(frame); in gl_video_screenshot() local
3383 nframe->redraw = true; in gl_video_screenshot()
3384 nframe->repeat = false; in gl_video_screenshot()
3385 nframe->still = true; in gl_video_screenshot()
3386 nframe->pts = 0; in gl_video_screenshot()
3387 nframe->duration = -1; in gl_video_screenshot()
3439 gl_video_render_frame(p, nframe, (struct ra_fbo){target}, flags); in gl_video_screenshot()
3458 talloc_free(nframe); in gl_video_screenshot()
/dports/misc/rump/buildrump.sh-b914579/src/external/historical/nawk/dist/
H A Drun.c226 int nframe = 0; /* number of frames allocated */ variable
244 frp = frame = calloc(nframe += 100, sizeof(*frp)); in call()
276 if (frp >= frame + nframe) { in call()
278 frame = realloc(frame, (nframe += 100) * sizeof(*frame)); in call()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_ffrecord.c106 TValue *nframe = base + 1 + LJ_FR2; in recff_stitch() local
112 setframe_ftsz(nframe, ((char *)nframe - (char *)pframe) + FRAME_CONT); in recff_stitch()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/r/
H A Dctype_tis620.result127 INSERT INTO t1 VALUES (1,'color=\"STB,NPG\"\r\nengine=\"J30A13\"\r\nframe=\"MRHCG1640YP4\"\r\ngrade…
128 INSERT INTO t1 VALUES (2,'color=\"HTM,NPG,DEG,RGS\"\r\nengine=\"F23A5YP1\"\r\nframe=\"MRHCF8640YP3\…
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/r/
H A Dctype_tis620.result127 INSERT INTO t1 VALUES (1,'color=\"STB,NPG\"\r\nengine=\"J30A13\"\r\nframe=\"MRHCG1640YP4\"\r\ngrade…
128 INSERT INTO t1 VALUES (2,'color=\"HTM,NPG,DEG,RGS\"\r\nengine=\"F23A5YP1\"\r\nframe=\"MRHCF8640YP3\…
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/r/
H A Dctype_tis620.result127 INSERT INTO t1 VALUES (1,'color=\"STB,NPG\"\r\nengine=\"J30A13\"\r\nframe=\"MRHCG1640YP4\"\r\ngrade…
128 INSERT INTO t1 VALUES (2,'color=\"HTM,NPG,DEG,RGS\"\r\nengine=\"F23A5YP1\"\r\nframe=\"MRHCF8640YP3\…
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/r/
H A Dctype_tis620.result127 INSERT INTO t1 VALUES (1,'color=\"STB,NPG\"\r\nengine=\"J30A13\"\r\nframe=\"MRHCG1640YP4\"\r\ngrade…
128 INSERT INTO t1 VALUES (2,'color=\"HTM,NPG,DEG,RGS\"\r\nengine=\"F23A5YP1\"\r\nframe=\"MRHCF8640YP3\…
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/r/
H A Dctype_tis620.result127 INSERT INTO t1 VALUES (1,'color=\"STB,NPG\"\r\nengine=\"J30A13\"\r\nframe=\"MRHCG1640YP4\"\r\ngrade…
128 INSERT INTO t1 VALUES (2,'color=\"HTM,NPG,DEG,RGS\"\r\nengine=\"F23A5YP1\"\r\nframe=\"MRHCF8640YP3\…

12345678910>>...13