Home
last modified time | relevance | path

Searched refs:stk (Results 1 – 25 of 4746) sorted by relevance

12345678910>>...190

/dports/audio/csound/csound-6.15.0/Android/pluginlibs/stk-csound/jni/
H A DAndroid.mk27 ../../stk/src/ADSR.cpp \
28 ../../stk/src/Asymp.cpp \
32 ../../stk/src/Blit.cpp \
37 ../../stk/src/Bowed.cpp \
38 ../../stk/src/Brass.cpp \
45 ../../stk/src/Echo.cpp \
52 ../../stk/src/Fir.cpp \
54 ../../stk/src/FM.cpp \
61 ../../stk/src/Iir.cpp \
71 ../../stk/src/Moog.cpp \
[all …]
/dports/audio/csound/csound-6.15.0/mingw64/packages/stk/
H A Dstk.patch1 Only in stk-4.5.1-patched: autom4te.cache
2 Only in stk-4.5.1-patched: config.log
3 Only in stk-4.5.1-patched: config.status
4 diff -aur stk-4.5.1-pristine/configure.ac stk-4.5.1-patched/configure.ac
16 Only in stk-4.5.1-patched: Makefile
18 Only in stk-4.5.1-patched/projects/demo: stk-demo.exe
33 diff -aur stk-4.5.1-pristine/projects/examples/libMakefile stk-4.5.1-patched/projects/examples/libM…
64 Only in stk-4.5.1-patched/src: libstk.a
65 Only in stk-4.5.1-patched/src: Makefile
93 Only in stk-4.5.1-patched/src/Release: FM.o
[all …]
/dports/mail/mailfromd/mailfromd-8.10/src/
H A Dstack.c37 mf_stack_t stk = mu_alloc(sizeof *stk); in mf_stack_create() local
43 stk->base = mu_2nrealloc(stk->base, in mf_stack_create()
47 return stk; in mf_stack_create()
61 if (stk->tos == stk->elcount) in mf_stack_push()
62 stk->base = mu_2nrealloc(stk->base, in mf_stack_push()
65 memcpy(STACK_PTR(stk, stk->tos), item, stk->elsize); in mf_stack_push()
66 stk->tos++; in mf_stack_push()
74 --stk->tos; in mf_stack_pop()
76 memcpy(ptr, STACK_PTR(stk, stk->tos), stk->elsize); in mf_stack_pop()
83 if (stk->tos == 0 || n + 1 > stk->tos) in mf_stack_peek()
[all …]
/dports/devel/lab/lab-0.17.2/vendor/github.com/gdamore/tcell/terminfo/
H A Dterminfo.go395 a, stk = stk.Pop()
399 ai, stk = stk.PopInt()
425 a, stk = stk.Pop()
435 stk = stk.PushInt(0)
468 stk = stk.PushInt(ai)
471 a, stk = stk.Pop()
475 bi, stk = stk.PopInt()
495 stk = stk.PushInt(0)
504 stk = stk.PushInt(0)
531 b, stk = stk.Pop()
[all …]
/dports/net-im/tut/tut-0.0.17/vendor/github.com/gdamore/tcell/terminfo/
H A Dterminfo.go395 a, stk = stk.Pop()
399 ai, stk = stk.PopInt()
425 a, stk = stk.Pop()
435 stk = stk.PushInt(0)
468 stk = stk.PushInt(ai)
471 a, stk = stk.Pop()
475 bi, stk = stk.PopInt()
495 stk = stk.PushInt(0)
504 stk = stk.PushInt(0)
531 b, stk = stk.Pop()
[all …]
/dports/editors/micro/micro-2.0.10/vendor/github.com/zyedidia/tcell/v2/terminfo/
H A Dterminfo.go412 a, stk = stk.Pop()
416 ai, stk = stk.PopInt()
442 a, stk = stk.Pop()
452 stk = stk.PushInt(0)
485 stk = stk.PushInt(ai)
488 a, stk = stk.Pop()
492 bi, stk = stk.PopInt()
512 stk = stk.PushInt(0)
521 stk = stk.PushInt(0)
548 b, stk = stk.Pop()
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/gdamore/tcell/v2/terminfo/
H A Dterminfo.go416 a, stk = stk.Pop()
420 ai, stk = stk.PopInt()
446 a, stk = stk.Pop()
456 stk = stk.PushInt(0)
489 stk = stk.PushInt(ai)
492 a, stk = stk.Pop()
496 bi, stk = stk.PopInt()
516 stk = stk.PushInt(0)
525 stk = stk.PushInt(0)
552 b, stk = stk.Pop()
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/gdamore/tcell/v2/tcell-2.4.0/terminfo/
H A Dterminfo.go416 a, stk = stk.Pop()
420 ai, stk = stk.PopInt()
446 a, stk = stk.Pop()
456 stk = stk.PushInt(0)
489 stk = stk.PushInt(ai)
492 a, stk = stk.Pop()
496 bi, stk = stk.PopInt()
516 stk = stk.PushInt(0)
525 stk = stk.PushInt(0)
552 b, stk = stk.Pop()
[all …]
/dports/misc/lf/lf-r26/vendor/github.com/gdamore/tcell/v2/terminfo/
H A Dterminfo.go414 a, stk = stk.Pop()
418 ai, stk = stk.PopInt()
444 a, stk = stk.Pop()
454 stk = stk.PushInt(0)
487 stk = stk.PushInt(ai)
490 a, stk = stk.Pop()
494 bi, stk = stk.PopInt()
514 stk = stk.PushInt(0)
523 stk = stk.PushInt(0)
550 b, stk = stk.Pop()
[all …]
/dports/games/neo-cowsay/Neo-cowsay-2.0.1/vendor/github.com/gdamore/tcell/v2/terminfo/
H A Dterminfo.go416 a, stk = stk.Pop()
420 ai, stk = stk.PopInt()
446 a, stk = stk.Pop()
456 stk = stk.PushInt(0)
489 stk = stk.PushInt(ai)
492 a, stk = stk.Pop()
496 bi, stk = stk.PopInt()
516 stk = stk.PushInt(0)
525 stk = stk.PushInt(0)
552 b, stk = stk.Pop()
[all …]
/dports/textproc/up/up-0.4/vendor/github.com/gdamore/tcell/terminfo/
H A Dterminfo.go398 a, stk = stk.Pop()
402 ai, stk = stk.PopInt()
428 a, stk = stk.Pop()
438 stk = stk.PushInt(0)
471 stk = stk.PushInt(ai)
474 a, stk = stk.Pop()
478 bi, stk = stk.PopInt()
498 stk = stk.PushInt(0)
507 stk = stk.PushInt(0)
534 b, stk = stk.Pop()
[all …]
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gdamore/tcell/terminfo/
H A Dterminfo.go395 a, stk = stk.Pop()
399 ai, stk = stk.PopInt()
425 a, stk = stk.Pop()
435 stk = stk.PushInt(0)
468 stk = stk.PushInt(ai)
471 a, stk = stk.Pop()
475 bi, stk = stk.PopInt()
495 stk = stk.PushInt(0)
504 stk = stk.PushInt(0)
531 b, stk = stk.Pop()
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/gdamore/tcell/terminfo/
H A Dterminfo.go395 a, stk = stk.Pop()
399 ai, stk = stk.PopInt()
425 a, stk = stk.Pop()
435 stk = stk.PushInt(0)
468 stk = stk.PushInt(ai)
471 a, stk = stk.Pop()
475 bi, stk = stk.PopInt()
495 stk = stk.PushInt(0)
504 stk = stk.PushInt(0)
531 b, stk = stk.Pop()
[all …]
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/gdamore/tcell/v2/terminfo/
H A Dterminfo.go414 a, stk = stk.Pop()
418 ai, stk = stk.PopInt()
444 a, stk = stk.Pop()
454 stk = stk.PushInt(0)
487 stk = stk.PushInt(ai)
490 a, stk = stk.Pop()
494 bi, stk = stk.PopInt()
514 stk = stk.PushInt(0)
523 stk = stk.PushInt(0)
550 b, stk = stk.Pop()
[all …]
/dports/audio/stmp/stmp-0.0.2/vendor/github.com/gdamore/tcell/v2/terminfo/
H A Dterminfo.go415 a, stk = stk.Pop()
419 ai, stk = stk.PopInt()
445 a, stk = stk.Pop()
455 stk = stk.PushInt(0)
488 stk = stk.PushInt(ai)
491 a, stk = stk.Pop()
495 bi, stk = stk.PopInt()
515 stk = stk.PushInt(0)
524 stk = stk.PushInt(0)
551 b, stk = stk.Pop()
[all …]
/dports/audio/visp-go/visp-2585747/vendor/github.com/gdamore/tcell/v2/terminfo/
H A Dterminfo.go414 a, stk = stk.Pop()
418 ai, stk = stk.PopInt()
444 a, stk = stk.Pop()
454 stk = stk.PushInt(0)
487 stk = stk.PushInt(ai)
490 a, stk = stk.Pop()
494 bi, stk = stk.PopInt()
514 stk = stk.PushInt(0)
523 stk = stk.PushInt(0)
550 b, stk = stk.Pop()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/lockfree/test/
H A Dstack_test.cpp24 stk.push(1); in BOOST_AUTO_TEST_CASE()
25 stk.push(2); in BOOST_AUTO_TEST_CASE()
29 BOOST_REQUIRE(!stk.pop(out)); in BOOST_AUTO_TEST_CASE()
36 stk.unsynchronized_push(1); in BOOST_AUTO_TEST_CASE()
37 stk.unsynchronized_push(2); in BOOST_AUTO_TEST_CASE()
76 stk.push(1); in BOOST_AUTO_TEST_CASE()
77 stk.push(2); in BOOST_AUTO_TEST_CASE()
89 stk.push(1); in BOOST_AUTO_TEST_CASE()
90 stk.push(2); in BOOST_AUTO_TEST_CASE()
103 stk.bounded_push(1); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/lockfree/test/
H A Dstack_test.cpp24 stk.push(1); in BOOST_AUTO_TEST_CASE()
25 stk.push(2); in BOOST_AUTO_TEST_CASE()
29 BOOST_REQUIRE(!stk.pop(out)); in BOOST_AUTO_TEST_CASE()
36 stk.unsynchronized_push(1); in BOOST_AUTO_TEST_CASE()
37 stk.unsynchronized_push(2); in BOOST_AUTO_TEST_CASE()
76 stk.push(1); in BOOST_AUTO_TEST_CASE()
77 stk.push(2); in BOOST_AUTO_TEST_CASE()
89 stk.push(1); in BOOST_AUTO_TEST_CASE()
90 stk.push(2); in BOOST_AUTO_TEST_CASE()
103 stk.bounded_push(1); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/lockfree/test/
H A Dstack_test.cpp24 stk.push(1); in BOOST_AUTO_TEST_CASE()
25 stk.push(2); in BOOST_AUTO_TEST_CASE()
29 BOOST_REQUIRE(!stk.pop(out)); in BOOST_AUTO_TEST_CASE()
36 stk.unsynchronized_push(1); in BOOST_AUTO_TEST_CASE()
37 stk.unsynchronized_push(2); in BOOST_AUTO_TEST_CASE()
76 stk.push(1); in BOOST_AUTO_TEST_CASE()
77 stk.push(2); in BOOST_AUTO_TEST_CASE()
89 stk.push(1); in BOOST_AUTO_TEST_CASE()
90 stk.push(2); in BOOST_AUTO_TEST_CASE()
103 stk.bounded_push(1); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/lockfree/test/
H A Dstack_test.cpp24 stk.push(1); in BOOST_AUTO_TEST_CASE()
25 stk.push(2); in BOOST_AUTO_TEST_CASE()
29 BOOST_REQUIRE(!stk.pop(out)); in BOOST_AUTO_TEST_CASE()
36 stk.unsynchronized_push(1); in BOOST_AUTO_TEST_CASE()
37 stk.unsynchronized_push(2); in BOOST_AUTO_TEST_CASE()
76 stk.push(1); in BOOST_AUTO_TEST_CASE()
77 stk.push(2); in BOOST_AUTO_TEST_CASE()
89 stk.push(1); in BOOST_AUTO_TEST_CASE()
90 stk.push(2); in BOOST_AUTO_TEST_CASE()
103 stk.bounded_push(1); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/lockfree/test/
H A Dstack_test.cpp24 stk.push(1); in BOOST_AUTO_TEST_CASE()
25 stk.push(2); in BOOST_AUTO_TEST_CASE()
29 BOOST_REQUIRE(!stk.pop(out)); in BOOST_AUTO_TEST_CASE()
36 stk.unsynchronized_push(1); in BOOST_AUTO_TEST_CASE()
37 stk.unsynchronized_push(2); in BOOST_AUTO_TEST_CASE()
76 stk.push(1); in BOOST_AUTO_TEST_CASE()
77 stk.push(2); in BOOST_AUTO_TEST_CASE()
89 stk.push(1); in BOOST_AUTO_TEST_CASE()
90 stk.push(2); in BOOST_AUTO_TEST_CASE()
103 stk.bounded_push(1); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/gdamore/tcell/terminfo/
H A Dterminfo.go400 a, stk = stk.Pop()
404 ai, stk = stk.PopInt()
430 a, stk = stk.Pop()
440 stk = stk.PushInt(0)
473 stk = stk.PushInt(ai)
476 a, stk = stk.Pop()
480 bi, stk = stk.PopInt()
500 stk = stk.PushInt(0)
509 stk = stk.PushInt(0)
536 b, stk = stk.Pop()
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/gdamore/tcell/tcell-1.1.4/terminfo/
H A Dterminfo.go399 a, stk = stk.Pop()
403 ai, stk = stk.PopInt()
429 a, stk = stk.Pop()
439 stk = stk.PushInt(0)
472 stk = stk.PushInt(ai)
475 a, stk = stk.Pop()
479 bi, stk = stk.PopInt()
499 stk = stk.PushInt(0)
508 stk = stk.PushInt(0)
535 b, stk = stk.Pop()
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/gdamore/tcell/terminfo/
H A Dterminfo.go399 a, stk = stk.Pop()
403 ai, stk = stk.PopInt()
429 a, stk = stk.Pop()
439 stk = stk.PushInt(0)
472 stk = stk.PushInt(ai)
475 a, stk = stk.Pop()
479 bi, stk = stk.PopInt()
499 stk = stk.PushInt(0)
508 stk = stk.PushInt(0)
535 b, stk = stk.Pop()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/lockfree/test/
H A Dstack_test.cpp24 stk.push(1); in BOOST_AUTO_TEST_CASE()
25 stk.push(2); in BOOST_AUTO_TEST_CASE()
29 BOOST_REQUIRE(!stk.pop(out)); in BOOST_AUTO_TEST_CASE()
36 stk.unsynchronized_push(1); in BOOST_AUTO_TEST_CASE()
37 stk.unsynchronized_push(2); in BOOST_AUTO_TEST_CASE()
76 stk.push(1); in BOOST_AUTO_TEST_CASE()
77 stk.push(2); in BOOST_AUTO_TEST_CASE()
89 stk.push(1); in BOOST_AUTO_TEST_CASE()
90 stk.push(2); in BOOST_AUTO_TEST_CASE()
103 stk.bounded_push(1); in BOOST_AUTO_TEST_CASE()
[all …]

12345678910>>...190