Home
last modified time | relevance | path

Searched refs:new_tc (Results 1 – 25 of 46) sorted by path

12

/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/adlmidi/chips/java/
H A DJavaOPL3.hpp901 int new_tc = (dam1_dvb1_ryt1_bd1_sd1_tom1_tc1_hh1 & 0x02) >> 1;
902 if(new_tc != tc) {
903 tc = new_tc;
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/oplsynth/
H A DOPL3.cpp875 int new_tc = (dam1_dvb1_ryt1_bd1_sd1_tom1_tc1_hh1 & 0x02) >> 1; in update_DAM1_DVB1_RYT1_BD1_SD1_TOM1_TC1_HH1() local
876 if(new_tc != tc) { in update_DAM1_DVB1_RYT1_BD1_SD1_TOM1_TC1_HH1()
877 tc = new_tc; in update_DAM1_DVB1_RYT1_BD1_SD1_TOM1_TC1_HH1()
/dports/databases/ldb15/ldb-1.5.6/lib/talloc/
H A Dtalloc.c1241 struct talloc_chunk *tc, *new_tc; in _talloc_steal_internal() local
1283 new_tc = talloc_chunk_from_ptr(new_ctx); in _talloc_steal_internal()
1285 if (unlikely(tc == new_tc || tc->parent == new_tc)) { in _talloc_steal_internal()
1300 tc->parent = new_tc; in _talloc_steal_internal()
1301 if (new_tc->child) new_tc->child->parent = NULL; in _talloc_steal_internal()
1302 _TLIST_ADD(new_tc->child, tc); in _talloc_steal_internal()
1304 if (tc->limit || new_tc->limit) { in _talloc_steal_internal()
1306 new_tc->limit); in _talloc_steal_internal()
1308 if (new_tc->limit) { in _talloc_steal_internal()
1309 talloc_memlimit_grow(new_tc->limit, ctx_size); in _talloc_steal_internal()
/dports/databases/ldb20/ldb-2.0.10/lib/talloc/
H A Dtalloc.c1261 struct talloc_chunk *tc, *new_tc; in _talloc_steal_internal() local
1303 new_tc = talloc_chunk_from_ptr(new_ctx); in _talloc_steal_internal()
1305 if (unlikely(tc == new_tc || tc->parent == new_tc)) { in _talloc_steal_internal()
1320 tc->parent = new_tc; in _talloc_steal_internal()
1321 if (new_tc->child) new_tc->child->parent = NULL; in _talloc_steal_internal()
1322 _TLIST_ADD(new_tc->child, tc); in _talloc_steal_internal()
1324 if (tc->limit || new_tc->limit) { in _talloc_steal_internal()
1326 new_tc->limit); in _talloc_steal_internal()
1328 if (new_tc->limit) { in _talloc_steal_internal()
1329 talloc_memlimit_grow(new_tc->limit, ctx_size); in _talloc_steal_internal()
/dports/databases/ldb21/ldb-2.1.5/lib/talloc/
H A Dtalloc.c1261 struct talloc_chunk *tc, *new_tc; in _talloc_steal_internal() local
1303 new_tc = talloc_chunk_from_ptr(new_ctx); in _talloc_steal_internal()
1305 if (unlikely(tc == new_tc || tc->parent == new_tc)) { in _talloc_steal_internal()
1320 tc->parent = new_tc; in _talloc_steal_internal()
1321 if (new_tc->child) new_tc->child->parent = NULL; in _talloc_steal_internal()
1322 _TLIST_ADD(new_tc->child, tc); in _talloc_steal_internal()
1324 if (tc->limit || new_tc->limit) { in _talloc_steal_internal()
1326 new_tc->limit); in _talloc_steal_internal()
1328 if (new_tc->limit) { in _talloc_steal_internal()
1329 talloc_memlimit_grow(new_tc->limit, ctx_size); in _talloc_steal_internal()
/dports/databases/ldb22/ldb-2.2.1/lib/talloc/
H A Dtalloc.c1261 struct talloc_chunk *tc, *new_tc; in _talloc_steal_internal() local
1303 new_tc = talloc_chunk_from_ptr(new_ctx); in _talloc_steal_internal()
1305 if (unlikely(tc == new_tc || tc->parent == new_tc)) { in _talloc_steal_internal()
1320 tc->parent = new_tc; in _talloc_steal_internal()
1321 if (new_tc->child) new_tc->child->parent = NULL; in _talloc_steal_internal()
1322 _TLIST_ADD(new_tc->child, tc); in _talloc_steal_internal()
1324 if (tc->limit || new_tc->limit) { in _talloc_steal_internal()
1326 new_tc->limit); in _talloc_steal_internal()
1328 if (new_tc->limit) { in _talloc_steal_internal()
1329 talloc_memlimit_grow(new_tc->limit, ctx_size); in _talloc_steal_internal()
/dports/devel/erlang-pooler/pooler-1.5.2/test/
H A Dpooler_tests.erl23 Pid ! new_tc.
44 new_tc ->
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/dynamic/
H A Dany.cc72 grabTC(CORBA::TypeCode_ptr& tc, CORBA::TypeCode_ptr new_tc) in grabTC() argument
77 tc = new_tc; in grabTC()
83 dupTC(CORBA::TypeCode_ptr& tc, CORBA::TypeCode_ptr new_tc) in dupTC() argument
88 tc = new_tc ? CORBA::TypeCode::_duplicate(new_tc) : 0; in dupTC()
H A DdynAny.cc4079 CORBA::TypeCode_ptr new_tc = actualTc()->NP_member_type(newindex); in discriminatorHasChanged() local
4081 if (old_tc->equal(new_tc)) { in discriminatorHasChanged()
/dports/devel/p5-MooseX-Types/MooseX-Types-0.50/lib/MooseX/Types/
H A DUndefinedType.pm58 } elsif( my $new_tc = Moose::Util::TypeConstraints::find_type_constraint($self->name)) {
59 $self->{instance} = $new_tc;
60 return $new_tc;
/dports/devel/p5-Test-DBIx-Class/Test-DBIx-Class-0.52/
H A Dtags12122 new_tc ../perl/lib/Benchmark.pm /^ my $new_tc = $td->[1] + $td->[2];$/;" v file: class:Benchmark
/dports/devel/talloc/talloc-2.3.1/
H A Dtalloc.c1265 struct talloc_chunk *tc, *new_tc; in _talloc_steal_internal() local
1307 new_tc = talloc_chunk_from_ptr(new_ctx); in _talloc_steal_internal()
1309 if (unlikely(tc == new_tc || tc->parent == new_tc)) { in _talloc_steal_internal()
1324 tc->parent = new_tc; in _talloc_steal_internal()
1325 if (new_tc->child) new_tc->child->parent = NULL; in _talloc_steal_internal()
1326 _TLIST_ADD(new_tc->child, tc); in _talloc_steal_internal()
1328 if (tc->limit || new_tc->limit) { in _talloc_steal_internal()
1330 new_tc->limit); in _talloc_steal_internal()
1332 if (new_tc->limit) { in _talloc_steal_internal()
1333 talloc_memlimit_grow(new_tc->limit, ctx_size); in _talloc_steal_internal()
/dports/devel/tevent/tevent-0.10.2/lib/talloc/
H A Dtalloc.c1261 struct talloc_chunk *tc, *new_tc; in _talloc_steal_internal() local
1303 new_tc = talloc_chunk_from_ptr(new_ctx); in _talloc_steal_internal()
1305 if (unlikely(tc == new_tc || tc->parent == new_tc)) { in _talloc_steal_internal()
1320 tc->parent = new_tc; in _talloc_steal_internal()
1321 if (new_tc->child) new_tc->child->parent = NULL; in _talloc_steal_internal()
1322 _TLIST_ADD(new_tc->child, tc); in _talloc_steal_internal()
1324 if (tc->limit || new_tc->limit) { in _talloc_steal_internal()
1326 new_tc->limit); in _talloc_steal_internal()
1328 if (new_tc->limit) { in _talloc_steal_internal()
1329 talloc_memlimit_grow(new_tc->limit, ctx_size); in _talloc_steal_internal()
/dports/editors/vim/vim-8.2.3745/src/
H A Dterm.c4212 struct termcode *new_tc; in add_termcode() local
4266 new_tc = ALLOC_MULT(struct termcode, tc_max_len); in add_termcode()
4267 if (new_tc == NULL) in add_termcode()
4274 new_tc[i] = termcodes[i]; in add_termcode()
4276 termcodes = new_tc; in add_termcode()
/dports/games/xskat/xskat-4.0/
H A DREADME.IRC32 - new_tc = old_tc;
33 + if (!tcgetattr(0, &old_tc)) new_tc = old_tc;
H A DREADME.IRC-de32 - new_tc = old_tc;
33 + if (!tcgetattr(0, &old_tc)) new_tc = old_tc;
/dports/games/zdoom/zdoom-2.8.1/src/oplsynth/
H A DOPL3.cpp872 int new_tc = (dam1_dvb1_ryt1_bd1_sd1_tom1_tc1_hh1 & 0x02) >> 1; in update_DAM1_DVB1_RYT1_BD1_SD1_TOM1_TC1_HH1() local
873 if(new_tc != tc) { in update_DAM1_DVB1_RYT1_BD1_SD1_TOM1_TC1_HH1()
874 tc = new_tc; in update_DAM1_DVB1_RYT1_BD1_SD1_TOM1_TC1_HH1()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/tools/
H A DSZsetup.c89 struct termios new_tc; variable
162 new_tc=old_tc; in set_term()
163 new_tc.c_lflag&=~(ECHO|ICANON); /* raw output */ in set_term()
164 new_tc.c_cc[VMIN]=0; /* don't wait for keypresses */ in set_term()
165 new_tc.c_cc[VTIME]=1; in set_term()
166 tcsetattr(0,TCSANOW,&new_tc); in set_term()
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnNames.hs674 <- fmap unzip $ mapM (new_tc overload_ok)
726 new_tc :: Bool -> LTyClDecl GhcPs
728 new_tc overload_ok tc_decl -- NOT for type/data instances
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/lib/
H A DBenchmark.pm826 my $new_tc = $td->[1] + $td->[2];
828 $tc = $new_tc > 1.2 * $tc ? $new_tc : 1.2 * $tc;
/dports/lang/perl5.30/perl-5.30.3/lib/
H A DBenchmark.pm826 my $new_tc = $td->[1] + $td->[2];
828 $tc = $new_tc > 1.2 * $tc ? $new_tc : 1.2 * $tc;
/dports/lang/perl5.32/perl-5.32.1/lib/
H A DBenchmark.pm826 my $new_tc = $td->[1] + $td->[2];
828 $tc = $new_tc > 1.2 * $tc ? $new_tc : 1.2 * $tc;
/dports/lang/perl5.34/perl-5.34.0/lib/
H A DBenchmark.pm826 my $new_tc = $td->[1] + $td->[2];
828 $tc = $new_tc > 1.2 * $tc ? $new_tc : 1.2 * $tc;
/dports/lang/ruby26/ruby-2.6.9/gems/minitest-5.11.3/test/minitest/
H A Dtest_minitest_test.rb774 new_tc = Marshal.load Marshal.dump @tc
776 ivars = new_tc.instance_variables.map(&:to_s).sort
778 assert_equal "whatever", new_tc.name
779 assert_equal 42, new_tc.assertions
780 assert_equal ["a failure"], new_tc.failures
782 yield new_tc if block_given?
817 assert_marshal %w[@NAME @assertions @failures @klass @source_location @time] do |new_tc|
818 assert_in_epsilon 3.14, new_tc.time
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-const.cc66 tree_constant *new_tc in dup() local
69 new_tc->copy_base (*this); in dup()
71 return new_tc; in dup()

12