Home
last modified time | relevance | path

Searched refs:tv (Results 1 – 25 of 10528) sorted by relevance

12345678910>>...422

/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_tval.h233 #define DUK_TVAL_GET_DOUBLE(tv) ((tv)->d) argument
239 #define DUK_TVAL_GET_NUMBER(tv) ((tv)->d) argument
240 #define DUK_TVAL_GET_DOUBLE(tv) ((tv)->d) argument
518 #define DUK_TVAL_GET_DOUBLE(tv) ((tv)->v.d) argument
519 #define DUK_TVAL_GET_FASTINT(tv) ((tv)->v.fi) argument
534 #define DUK_TVAL_GET_NUMBER(tv) ((tv)->v.d) argument
535 #define DUK_TVAL_GET_DOUBLE(tv) ((tv)->v.d) argument
550 #define DUK_TVAL_GET_TAG(tv) ((tv)->t) argument
555 #define DUK_TVAL_IS_BOOLEAN_TRUE(tv) (((tv)->t == DUK_TAG_BOOLEAN) && ((tv)->v.i != 0)) argument
556 #define DUK_TVAL_IS_BOOLEAN_FALSE(tv) (((tv)->t == DUK_TAG_BOOLEAN) && ((tv)->v.i == 0)) argument
[all …]
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_tval.h233 #define DUK_TVAL_GET_DOUBLE(tv) ((tv)->d) argument
239 #define DUK_TVAL_GET_NUMBER(tv) ((tv)->d) argument
240 #define DUK_TVAL_GET_DOUBLE(tv) ((tv)->d) argument
518 #define DUK_TVAL_GET_DOUBLE(tv) ((tv)->v.d) argument
519 #define DUK_TVAL_GET_FASTINT(tv) ((tv)->v.fi) argument
534 #define DUK_TVAL_GET_NUMBER(tv) ((tv)->v.d) argument
535 #define DUK_TVAL_GET_DOUBLE(tv) ((tv)->v.d) argument
550 #define DUK_TVAL_GET_TAG(tv) ((tv)->t) argument
555 #define DUK_TVAL_IS_BOOLEAN_TRUE(tv) (((tv)->t == DUK_TAG_BOOLEAN) && ((tv)->v.i != 0)) argument
556 #define DUK_TVAL_IS_BOOLEAN_FALSE(tv) (((tv)->t == DUK_TAG_BOOLEAN) && ((tv)->v.i == 0)) argument
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_tval.h233 #define DUK_TVAL_GET_DOUBLE(tv) ((tv)->d) argument
239 #define DUK_TVAL_GET_NUMBER(tv) ((tv)->d) argument
240 #define DUK_TVAL_GET_DOUBLE(tv) ((tv)->d) argument
518 #define DUK_TVAL_GET_DOUBLE(tv) ((tv)->v.d) argument
519 #define DUK_TVAL_GET_FASTINT(tv) ((tv)->v.fi) argument
534 #define DUK_TVAL_GET_NUMBER(tv) ((tv)->v.d) argument
535 #define DUK_TVAL_GET_DOUBLE(tv) ((tv)->v.d) argument
550 #define DUK_TVAL_GET_TAG(tv) ((tv)->t) argument
555 #define DUK_TVAL_IS_BOOLEAN_TRUE(tv) (((tv)->t == DUK_TAG_BOOLEAN) && ((tv)->v.i != 0)) argument
556 #define DUK_TVAL_IS_BOOLEAN_FALSE(tv) (((tv)->t == DUK_TAG_BOOLEAN) && ((tv)->v.i == 0)) argument
[all …]
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_tval.h233 #define DUK_TVAL_GET_DOUBLE(tv) ((tv)->d) argument
239 #define DUK_TVAL_GET_NUMBER(tv) ((tv)->d) argument
240 #define DUK_TVAL_GET_DOUBLE(tv) ((tv)->d) argument
518 #define DUK_TVAL_GET_DOUBLE(tv) ((tv)->v.d) argument
519 #define DUK_TVAL_GET_FASTINT(tv) ((tv)->v.fi) argument
534 #define DUK_TVAL_GET_NUMBER(tv) ((tv)->v.d) argument
535 #define DUK_TVAL_GET_DOUBLE(tv) ((tv)->v.d) argument
550 #define DUK_TVAL_GET_TAG(tv) ((tv)->t) argument
555 #define DUK_TVAL_IS_BOOLEAN_TRUE(tv) (((tv)->t == DUK_TAG_BOOLEAN) && ((tv)->v.i != 0)) argument
556 #define DUK_TVAL_IS_BOOLEAN_FALSE(tv) (((tv)->t == DUK_TAG_BOOLEAN) && ((tv)->v.i == 0)) argument
[all …]
/dports/security/suricata/suricata-6.0.4/src/
H A Dtm-threads.c1372 tv = tv->next; in TmThreadDrainPacketThreads()
1483 tv = tv->next; in TmThreadDisableReceiveThreads()
1500 for (ThreadVars *tv = tv_root[TVT_PPT]; tv != NULL; tv = tv->next) { in TmThreadDebugValidateNoMorePackets() local
1537 for (ThreadVars *tv = tv_root[TVT_PPT]; tv != NULL; tv = tv->next) { in TmThreadDisablePacketThreads() local
1584 tv = tv->next; in TmThreadGetFirstTmSlotForPartialPattern()
1616 tv = tv->next; in TmThreadKillThreadsFamily()
1708 tv = tv->next; in TmThreadClearThreadsFamily()
2044 tv, tv->type, tv->name, tv->tmm_flags, flags, tv->stream_pq); in TmThreadDumpThreads()
2100 tv, tv->type, tv->name, tv->tmm_flags, flags); in TmThreadsListThreads()
2125 t->tv = tv; in TmThreadsRegisterThread()
[all …]
/dports/biology/samtools/samtools-1.14/
H A Dbam_tview.c182 rb = (tv->ref && pos - tv->left_pos < tv->l_ref)? tv->ref[pos - tv->left_pos] : 'N'; in tv_pl_func()
186 c = tv->ref? tv->ref[cp - tv->left_pos] : 'N'; in tv_pl_func()
187 tv->my_mvaddch(tv,1, tv->ccol++, c); in tv_pl_func()
216 tv->my_mvaddch(tv,2, tv->ccol, c); in tv_pl_func()
318 tv->my_mvaddch(tv,1, tv->ccol++, c); in tv_pl_func()
320 } else tv->my_mvaddch(tv,1, tv->ccol++, c); in tv_pl_func()
357 tv->my_clear(tv); in base_draw_aln()
381 hts_itr_t *iter = sam_itr_queryi(tv->idx, tv->curr_tid, tv->left_pos, tv->left_pos + tv->mcol); in base_draw_aln()
397tv->my_mvaddch(tv,1, tv->ccol++, (tv->ref && pos < tv->l_ref)? tv->ref[pos - tv->left_pos] : 'N'); in base_draw_aln()
546 tv->my_drawaln(tv, tv->curr_tid, tv->left_pos); in bam_tview_main()
[all …]
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dtreeview.c1009 tv->cr3= tree_openCursor(tv->tree, tv, NULL); in sortSiblings()
1588 (*tv->shiftClickFunc)(tv, tv->cr1->node_id, FALSE); in ViewerClickProc()
1590 (*tv->ctrlClickFunc)(tv, tv->cr1->node_id, FALSE); in ViewerClickProc()
1598 (*tv->shiftClickFunc)(tv, tv->cr1->node_id, TRUE); in ViewerClickProc()
1600 (*tv->ctrlClickFunc)(tv, tv->cr1->node_id, TRUE); in ViewerClickProc()
1623 (*tv->holdFunc)(tv, tv->cr2->node_id, FALSE);
1627 (*tv->holdFunc)(tv, tv->cr1->node_id, FALSE);
1632 (*tv->holdFunc)(tv, tv->cr1->node_id, TRUE);
2352 tv->cr3= tree_openCursor(tv->tree, tv, NULL); in getNodeCoordinates()
2424 getNodeCoordinates(tv, &tv->sel_x, &tv->sel_y); in tview_showSelected()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/tinyvec-1.3.1/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/tinyvec-1.3.1/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/tinyvec-1.3.1/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/tinyvec-1.3.1/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]
/dports/net/quiche/quiche-0.9.0/cargo-crates/tinyvec-1.3.1/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/tinyvec-1.2.0/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/tinyvec-1.4.0/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/tinyvec-1.2.0/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/tinyvec-1.4.0/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tinyvec-1.2.0/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/tinyvec-1.3.1/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]
/dports/textproc/htmlq/htmlq-0.3.0/cargo-crates/tinyvec-1.3.1/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/tinyvec-1.2.0/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]
/dports/textproc/bat/bat-0.18.3/cargo-crates/tinyvec-1.2.0/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]
/dports/sysutils/exa/exa-0.10.1/cargo-crates/tinyvec-1.2.0/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/tinyvec-1.3.1/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/tinyvec-1.3.1/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]
/dports/www/monolith/monolith-2.6.1/cargo-crates/tinyvec-1.2.0/tests/
H A Dtinyvec.rs13 tv.push(1); in TinyVec_swap_remove()
14 tv.push(2); in TinyVec_swap_remove()
15 tv.push(3); in TinyVec_swap_remove()
16 tv.push(4); in TinyVec_swap_remove()
39 tv.push(1); in TinyVec_drain()
40 tv.push(2); in TinyVec_drain()
41 tv.push(3); in TinyVec_drain()
68 tv.push(1); in TinyVec_splice()
69 tv.push(2); in TinyVec_splice()
358 &tv, in TinyVec_ser_de()
[all …]

12345678910>>...422