Home
last modified time | relevance | path

Searched refs:tctype (Results 1 – 21 of 21) sorted by relevance

/dports/databases/postgresql-libpqxx/libpqxx-7.2.0/test/
H A Dtest07.cxx89 oid const tctype{r.column_type(0)}; in test_007() local
92 tctype, r.column_type(pqxx::row::size_type(0)), in test_007()
96 tctype, rctype, in test_007()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/audio/
H A Dsdlgenaudiocvt.pl192 my ($tsigned, $tfloat, $tsize, $tendian, $tctype) = splittype($to);
216 $tctype *dst;
228 dst = (($tctype *) (cvt->buf + cvt->len_cvt * $mult)) - 1;
234 dst = ($tctype *) cvt->buf;
248 $code = "(($tctype) ($code * $mult))";
267 $code = "((($tctype) $code) << $shiftval)";
269 $code = "(($tctype) ($code >> $shiftval))";
276 const $tctype val = $code;
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/audio/
H A Dsdlgenaudiocvt.pl192 my ($tsigned, $tfloat, $tsize, $tendian, $tctype) = splittype($to);
216 $tctype *dst;
228 dst = (($tctype *) (cvt->buf + cvt->len_cvt * $mult)) - 1;
234 dst = ($tctype *) cvt->buf;
248 $code = "(($tctype) ($code * $mult))";
267 $code = "((($tctype) $code) << $shiftval)";
269 $code = "(($tctype) ($code >> $shiftval))";
276 const $tctype val = $code;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/audio/
H A Dsdlgenaudiocvt.pl192 my ($tsigned, $tfloat, $tsize, $tendian, $tctype) = splittype($to);
216 $tctype *dst;
228 dst = (($tctype *) (cvt->buf + cvt->len_cvt * $mult)) - 1;
234 dst = ($tctype *) cvt->buf;
248 $code = "(($tctype) ($code * $mult))";
267 $code = "((($tctype) $code) << $shiftval)";
269 $code = "(($tctype) ($code >> $shiftval))";
276 const $tctype val = $code;
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/gamestate/
H A Dgenerator.cpp271 auto tctype = p->get_type(109); // town center in add_units() local
275 if (!tctype || !mvtype || !fvtype || !sctype) { in add_units()
284 auto ref = m.placed_units.new_unit(*tctype, *p, tile.to_phys3(*m.terrain)); in add_units()
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dnet_build.c88 int tctype[5] = { 0 }; in Vect_net_ttb_build_graph() local
175 tctype[i] = db_sqltype_to_Ctype(db_get_column_sqltype(Column)); in Vect_net_ttb_build_graph()
177 if ((tctype[i] == DB_C_TYPE_INT || tctype[i] == DB_C_TYPE_DOUBLE) && in Vect_net_ttb_build_graph()
179 else if (tctype[i] == DB_C_TYPE_INT) ; in Vect_net_ttb_build_graph()
423 if (tctype[3] == DB_C_TYPE_INT) { in Vect_net_ttb_build_graph()
/dports/devel/nextpnr/nextpnr-48cd407/ecp5/
H A Darch.cc759 bool Arch::getDelayFromTimingDatabase(IdString tctype, IdString from, IdString to, DelayInfo &delay… in getDelayFromTimingDatabase() argument
761 auto fnd_dk = celldelay_cache.find({tctype, from, to}); in getDelayFromTimingDatabase()
768 if (tc.cell_type == tctype.index) { in getDelayFromTimingDatabase()
774 celldelay_cache[{tctype, from, to}] = std::make_pair(true, delay); in getDelayFromTimingDatabase()
778 celldelay_cache[{tctype, from, to}] = std::make_pair(false, DelayInfo()); in getDelayFromTimingDatabase()
785 void Arch::getSetupHoldFromTimingDatabase(IdString tctype, IdString clock, IdString port, DelayInfo… in getSetupHoldFromTimingDatabase() argument
790 if (tc.cell_type == tctype.index) { in getSetupHoldFromTimingDatabase()
H A Darch.h988 …bool getDelayFromTimingDatabase(IdString tctype, IdString from, IdString to, DelayInfo &delay) con…
989 …void getSetupHoldFromTimingDatabase(IdString tctype, IdString clock, IdString port, DelayInfo &set…
/dports/databases/grass7/grass-7.8.6/vector/v.distance/
H A Dmain.c588 int fctype, tctype; in main() local
612 tctype = in main()
616 if (((tctype == DB_C_TYPE_STRING || in main()
617 tctype == DB_C_TYPE_DATETIME) in main()
620 ((tctype == DB_C_TYPE_INT || tctype == DB_C_TYPE_DOUBLE) in main()
/dports/graphics/graphviz/graphviz-2.44.1/windows/cmd/gvpr/
H A Dgdefs.h269 typedef unsigned short tctype; typedef
271 static tctype tchk[][2] = {
/dports/graphics/graphviz/graphviz-2.44.1/windows/include/
H A Dgdefs.h453 typedef unsigned short tctype; typedef
455 static tctype tchk[][2] = {
/dports/graphics/graphviz/graphviz-2.44.1/lib/gvpr/
H A Dgdefs.h453 typedef unsigned short tctype; typedef
455 static tctype tchk[][2] = {
H A Dcompile.c1688 static tctype typeChk(tctype intype, Exid_t * sym) in typeChk()
1690 tctype dom = 0, rng = 0; in typeChk()
1776 static tctype typeChkExp(Exref_t * ref, Exid_t * sym) in typeChkExp()
1778 tctype ty; in typeChkExp()
2465 assert(BITS_PER_BYTE * sizeof(tctype) >= (1 << TBITS)); in compileProg()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dpm3d.c1305 #define TC_USES_PALETTE(tctype) (tctype==TC_Z) || (tctype==TC_CB) || (tctype==TC_FRAC) in set_plot_with_palette() argument
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.c1350 #define TC_USES_PALETTE(tctype) (tctype==TC_Z) || (tctype==TC_CB) || (tctype==TC_FRAC) in set_plot_with_palette() argument
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.c1350 #define TC_USES_PALETTE(tctype) (tctype==TC_Z) || (tctype==TC_CB) || (tctype==TC_FRAC) in set_plot_with_palette() argument
/dports/net-mgmt/rrdbot/rrdbot-396ca60/mib/
H A Dparse.c2312 int nexttype, tctype; in parse_objecttype() local
2335 tctype = get_tc(token, current_module, &tmp_index, in parse_objecttype()
2337 if (tctype == LABEL && in parse_objecttype()
2343 type = tctype; in parse_objecttype()
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dparse.c2491 int nexttype, tctype; in parse_objecttype() local
2514 tctype = get_tc(token, current_module, &tmp_index, in parse_objecttype()
2516 if (tctype == LABEL && in parse_objecttype()
2522 type = tctype; in parse_objecttype()
/dports/games/gnubg/gnubg-1.06.002/po/
H A Dtr.po13730 #~ msgid "Time control type (tctype):"
13731 #~ msgstr "Zaman denetleme tipi (tctype):"
13745 #~ msgid "Penalty type (tctype):"
13746 #~ msgstr "Penalt� tipi (tctype):"
H A Dde.po17403 #~ msgid "Time control type (tctype):"
17404 #~ msgstr "Typ der Zeitkontrolle (tctype):"
17421 #~ msgid "Penalty type (tctype):"
17422 #~ msgstr "Typ der Strafe (tctype):"
H A Dit.po17243 #~ msgid "Time control type (tctype):"
17244 #~ msgstr "Tipo controllo tempo (tctype):"
17261 #~ msgid "Penalty type (tctype):"
17262 #~ msgstr "Tipo di penalit� (tctype):"