Home
last modified time | relevance | path

Searched refs:ptyp (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/games/gnushogi/gnushogi-1.4.2/gnushogi/
H A Dattacks.c52 short u, ptyp; in SqAttacked() local
71 ptyp = ptype[black][king]; in SqAttacked()
76 pdir = (*nextdir[ptyp])[square]; in SqAttacked()
125 ptyp = ptype[side ^ 1][knight]; in SqAttacked()
130 pdir = (*nextdir[ptyp])[square]; in SqAttacked()
152 ptyp = ptype[black][bishop]; in SqAttacked()
157 ppos = (*nextpos[ptyp])[square]; in SqAttacked()
158 pdir = (*nextdir[ptyp])[square]; in SqAttacked()
186 ptyp = ptype[black][rook]; in SqAttacked()
191 ppos = (*nextpos[ptyp])[square]; in SqAttacked()
[all …]
H A Dinit.c113 short a, b, d, di, ptyp; in Initialize_dist() local
126 for (ptyp = 0; ptyp < NO_PTYPE_PIECES; ptyp++) in Initialize_dist()
130 (*ptype_distdata[ptyp])[a][b] = ptype_distance(ptyp, a, b); in Initialize_dist()
309 delta = direc[ptyp][*d]; in next_direction()
324 if (*d < 4 && psweep[ptyp]) in next_position()
335 return next_direction(ptyp, d, sq); in next_position()
344 return next_direction(ptyp, d, sq); in first_direction()
358 short ptyp, po, p0, d, di, s, delta; in Initialize_moves() local
368 for (ptyp = 0; ptyp < NO_PTYPE_PIECES; ptyp++) in Initialize_moves()
380 for (ptyp = 0; ptyp < NO_PTYPE_PIECES; ptyp++) in Initialize_moves()
[all …]
H A Dgenmove.c407 short s, u, ptyp; in field_bonus() local
420 ptyp = ptype[side][piece]; in field_bonus()
425 ppos = (*nextpos[ptyp])[t]; in field_bonus()
426 pdir = (*nextdir[ptyp])[t]; in field_bonus()
1009 short ptyp, possible; in GenMoves() local
1017 ptyp = ptype[side][piece]; in GenMoves()
1022 ppos = (*nextpos[ptyp])[sq]; in GenMoves()
1023 pdir = (*nextdir[ptyp])[sq]; in GenMoves()
1216 short u, ptyp; in LinkCheckDrops() local
1471 short ptyp; in CaptureList() local
[all …]
H A Deval.c434 short ptyp; in threats() local
846 ppos = (*nextpos[ptyp])[sq]; in BRLscan()
847 pdir = (*nextdir[ptyp])[sq]; in BRLscan()
1097 short u, ptyp; in KingScan() local
1112 short ptyp; in KingScan() local
1159 ptyp = ptype[c1][king]; in KingScan()
1164 pdir = (*nextpos[ptyp])[sq]; in KingScan()
1219 short u, ptyp; in trapped() local
1230 ptyp = ptype[c1][piece]; in trapped()
1235 ppos = (*nextpos[ptyp])[sq]; in trapped()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/delphi/test/Performance/
H A DPerfTests.pas44 procedure RunTest( const ptyp : TKnownProtocol; const layered : TLayeredTransport);
45 …function GenericProtocolFactory(const ptyp : TKnownProtocol; const layered : TLayeredTransport; c… in GenericProtocolFactory()
46 …function GetProtocolTransportName(const ptyp : TKnownProtocol; const layered : TLayeredTransport)… in GetProtocolTransportName()
89 procedure TPerformanceTests.RunTest( const ptyp : TKnownProtocol; const layered : TLayeredTransport…
98 proto := GenericProtocolFactory( ptyp, layered, TRUE);
104 GetProtocolTransportName(ptyp,layered),
109 proto := GenericProtocolFactory( ptyp, layered, FALSE);
114 GetProtocolTransportName(ptyp,layered),
147 case ptyp of
157 function TPerformanceTests.GetProtocolTransportName(const ptyp : TKnownProtocol; const layered : TL… in GetProtocolTransportName()
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/delphi/test/Performance/
H A DPerfTests.pas44 procedure RunTest( const ptyp : TKnownProtocol; const layered : TLayeredTransport);
45 …function GenericProtocolFactory(const ptyp : TKnownProtocol; const layered : TLayeredTransport; c… in GenericProtocolFactory()
46 …function GetProtocolTransportName(const ptyp : TKnownProtocol; const layered : TLayeredTransport)… in GetProtocolTransportName()
89 procedure TPerformanceTests.RunTest( const ptyp : TKnownProtocol; const layered : TLayeredTransport…
98 proto := GenericProtocolFactory( ptyp, layered, TRUE);
104 GetProtocolTransportName(ptyp,layered),
109 proto := GenericProtocolFactory( ptyp, layered, FALSE);
114 GetProtocolTransportName(ptyp,layered),
147 case ptyp of
157 function TPerformanceTests.GetProtocolTransportName(const ptyp : TKnownProtocol; const layered : TL… in GetProtocolTransportName()
[all …]
/dports/devel/thrift/thrift-0.14.0/lib/delphi/test/Performance/
H A DPerfTests.pas44 procedure RunTest( const ptyp : TKnownProtocol; const layered : TLayeredTransport);
45 …function GenericProtocolFactory(const ptyp : TKnownProtocol; const layered : TLayeredTransport; c… in GenericProtocolFactory()
46 …function GetProtocolTransportName(const ptyp : TKnownProtocol; const layered : TLayeredTransport)… in GetProtocolTransportName()
89 procedure TPerformanceTests.RunTest( const ptyp : TKnownProtocol; const layered : TLayeredTransport…
98 proto := GenericProtocolFactory( ptyp, layered, TRUE);
104 GetProtocolTransportName(ptyp,layered),
109 proto := GenericProtocolFactory( ptyp, layered, FALSE);
114 GetProtocolTransportName(ptyp,layered),
147 case ptyp of
157 function TPerformanceTests.GetProtocolTransportName(const ptyp : TKnownProtocol; const layered : TL… in GetProtocolTransportName()
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/delphi/test/Performance/
H A DPerfTests.pas44 procedure RunTest( const ptyp : TKnownProtocol; const layered : TLayeredTransport);
45 …function GenericProtocolFactory(const ptyp : TKnownProtocol; const layered : TLayeredTransport; c… in GenericProtocolFactory()
46 …function GetProtocolTransportName(const ptyp : TKnownProtocol; const layered : TLayeredTransport)… in GetProtocolTransportName()
89 procedure TPerformanceTests.RunTest( const ptyp : TKnownProtocol; const layered : TLayeredTransport…
98 proto := GenericProtocolFactory( ptyp, layered, TRUE);
104 GetProtocolTransportName(ptyp,layered),
109 proto := GenericProtocolFactory( ptyp, layered, FALSE);
114 GetProtocolTransportName(ptyp,layered),
147 case ptyp of
157 function TPerformanceTests.GetProtocolTransportName(const ptyp : TKnownProtocol; const layered : TL… in GetProtocolTransportName()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/delphi/test/Performance/
H A DPerfTests.pas42 procedure RunTest( const ptyp : TKnownProtocol; const layered : TLayeredTransport);
43 …function GenericProtocolFactory(const ptyp : TKnownProtocol; const layered : TLayeredTransport; c… in GenericProtocolFactory()
44 …function GetProtocolTransportName(const ptyp : TKnownProtocol; const layered : TLayeredTransport)… in GetProtocolTransportName()
87 procedure TPerformanceTests.RunTest( const ptyp : TKnownProtocol; const layered : TLayeredTransport…
94 proto := GenericProtocolFactory( ptyp, layered, TRUE);
100 GetProtocolTransportName(ptyp,layered),
105 proto := GenericProtocolFactory( ptyp, layered, FALSE);
110 GetProtocolTransportName(ptyp,layered),
143 case ptyp of
153 function TPerformanceTests.GetProtocolTransportName(const ptyp : TKnownProtocol; const layered : TL… in GetProtocolTransportName()
[all …]
/dports/devel/node-thrift/thrift-0.14.0/lib/delphi/test/Performance/
H A DPerfTests.pas44 procedure RunTest( const ptyp : TKnownProtocol; const layered : TLayeredTransport);
45 …function GenericProtocolFactory(const ptyp : TKnownProtocol; const layered : TLayeredTransport; c… in GenericProtocolFactory()
46 …function GetProtocolTransportName(const ptyp : TKnownProtocol; const layered : TLayeredTransport)… in GetProtocolTransportName()
89 procedure TPerformanceTests.RunTest( const ptyp : TKnownProtocol; const layered : TLayeredTransport…
98 proto := GenericProtocolFactory( ptyp, layered, TRUE);
104 GetProtocolTransportName(ptyp,layered),
109 proto := GenericProtocolFactory( ptyp, layered, FALSE);
114 GetProtocolTransportName(ptyp,layered),
147 case ptyp of
157 function TPerformanceTests.GetProtocolTransportName(const ptyp : TKnownProtocol; const layered : TL… in GetProtocolTransportName()
[all …]
/dports/devel/py-thrift/thrift-0.14.0/lib/delphi/test/Performance/
H A DPerfTests.pas44 procedure RunTest( const ptyp : TKnownProtocol; const layered : TLayeredTransport);
45 …function GenericProtocolFactory(const ptyp : TKnownProtocol; const layered : TLayeredTransport; c… in GenericProtocolFactory()
46 …function GetProtocolTransportName(const ptyp : TKnownProtocol; const layered : TLayeredTransport)… in GetProtocolTransportName()
89 procedure TPerformanceTests.RunTest( const ptyp : TKnownProtocol; const layered : TLayeredTransport…
98 proto := GenericProtocolFactory( ptyp, layered, TRUE);
104 GetProtocolTransportName(ptyp,layered),
109 proto := GenericProtocolFactory( ptyp, layered, FALSE);
114 GetProtocolTransportName(ptyp,layered),
147 case ptyp of
157 function TPerformanceTests.GetProtocolTransportName(const ptyp : TKnownProtocol; const layered : TL… in GetProtocolTransportName()
[all …]
/dports/textproc/wordnet/WordNet-3.0/lib/
H A Dsearch.c580 if (ptyp < 0) { in traceptrs()
581 ptyp = -ptyp; in traceptrs()
655 if ((ptyp == PERTPTR || ptyp == PPLPTR) && in traceptrs()
691 if (ptyp >= ISMEMBERPTR && ptyp <= HASPARTPTR) in traceptrs()
1416 switch (ptyp) { in findtheinfo()
1445 if (ptyp < 0) { in findtheinfo()
1446 ptyp = -ptyp; in findtheinfo()
1482 switch(ptyp) { in findtheinfo()
1654 if(ptyp < 0) { in findtheinfo_ds()
1655 ptyp = -ptyp; in findtheinfo_ds()
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/ssa/
H A Dshift_test.go34 ptyp := c.config.Types.BytePtr
39 Valu("argptr", OpOffPtr, ptyp, 8, nil, "SP"),
40 Valu("resptr", OpOffPtr, ptyp, 16, nil, "SP"),
92 ptyp := c.config.Types.BytePtr
97 Valu("argptr", OpOffPtr, ptyp, 8, nil, "SP"),
98 Valu("resptr", OpOffPtr, ptyp, 16, nil, "SP"),
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/
H A Dshift_test.go34 ptyp := c.config.Types.BytePtr
39 Valu("argptr", OpOffPtr, ptyp, 8, nil, "SP"),
40 Valu("resptr", OpOffPtr, ptyp, 16, nil, "SP"),
92 ptyp := c.config.Types.BytePtr
97 Valu("argptr", OpOffPtr, ptyp, 8, nil, "SP"),
98 Valu("resptr", OpOffPtr, ptyp, 16, nil, "SP"),
/dports/biology/emboss/EMBOSS-6.6.0/scripts/
H A Dembossdoccheck.pl32 if (defined($2)){$ptyp = $2}
33 else {$ptyp = ""}
36 $ptyp .= $1;
/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/schema/
H A Dreflection.go460 ptyp := parquet.Types.Int32
462 ptyp = parquet.Types.Int64
466 ptyp = physical
470 return MustPrimitive(NewPrimitiveNodeLogical(name, repType, logical, ptyp, typeLen, fieldID))
475 if ptyp == parquet.Types.Int32 {
477 } else if ptyp == parquet.Types.Int64 {
489 ptyp := parquet.Types.Int32
491 ptyp = parquet.Types.Int64
495 ptyp = physical
504 if ptyp == parquet.Types.Int32 {
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/platform/x86/
H A Dintel_cht_int33fe_common.c48 unsigned long long ptyp; in cht_int33fe_check_hw_type() local
52 status = acpi_evaluate_integer(ACPI_HANDLE(dev), "PTYP", NULL, &ptyp); in cht_int33fe_check_hw_type()
62 if (ptyp != EXPECTED_PTYPE) in cht_int33fe_check_hw_type()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/platform/x86/
H A Dintel_cht_int33fe_common.c48 unsigned long long ptyp; in cht_int33fe_check_hw_type() local
52 status = acpi_evaluate_integer(ACPI_HANDLE(dev), "PTYP", NULL, &ptyp); in cht_int33fe_check_hw_type()
62 if (ptyp != EXPECTED_PTYPE) in cht_int33fe_check_hw_type()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/platform/x86/
H A Dintel_cht_int33fe_common.c48 unsigned long long ptyp; in cht_int33fe_check_hw_type() local
52 status = acpi_evaluate_integer(ACPI_HANDLE(dev), "PTYP", NULL, &ptyp); in cht_int33fe_check_hw_type()
62 if (ptyp != EXPECTED_PTYPE) in cht_int33fe_check_hw_type()
/dports/emulators/hercules/hercules-3.13/
H A Dservice.h210 BYTE ptyp; /* Processor type */ member
249 sysblk.ptyp[(i)] == SCCB_PTYP_CP ? "CP" : \
250 sysblk.ptyp[(i)] == SCCB_PTYP_ICF ? "CF" : \
251 sysblk.ptyp[(i)] == SCCB_PTYP_IFA ? "AP" : \
252 sysblk.ptyp[(i)] == SCCB_PTYP_IFL ? "IL" : \
253 sysblk.ptyp[(i)] == SCCB_PTYP_SUP ? "IP" : \
H A Dbldcfg.c728 BYTE ptyp; /* Processor engine type */ in build_config() local
862 sysblk.ptyp[i] = SCCB_PTYP_CP; in build_config()
1384 ptyp = SCCB_PTYP_CP; in build_config()
1386 ptyp = SCCB_PTYP_ICF; in build_config()
1388 ptyp = SCCB_PTYP_IFL; in build_config()
1390 ptyp = SCCB_PTYP_IFA; in build_config()
1392 ptyp = SCCB_PTYP_SUP; in build_config()
1403 cpu, ptyp, styp_values[ptyp]); in build_config()
1404 sysblk.ptyp[cpu++] = ptyp; in build_config()
/dports/cad/opencascade/opencascade-7.6.0/src/IGESData/
H A DIGESData_UndefinedEntity.cxx347 Interface_ParamType ptyp = PR.ParamType(i); in ReadOwnParams() local
354 thecont->AddLiteral (ptyp,new TCollection_HAsciiString(PR.ParamValue(i))); in ReadOwnParams()
369 Interface_ParamType ptyp = thecont->ParamType(i); in WriteOwnParams() local
370 if (ptyp == Interface_ParamVoid) IW.SendVoid(); in WriteOwnParams()
H A DIGESData_DefaultSpecific.cxx49 Interface_ParamType ptyp = cont->ParamType(i); in OwnDump() local
50 if (ptyp == Interface_ParamVoid) S <<" ["<<i<<":Void]"; in OwnDump()
/dports/sysutils/dateutils/dateutils-0.4.1/test/
H A Dclitosis.c130 unsigned int ptyp:1; member
917 options.ptyp = opt; in find_opt()
1282 } else if (UNLIKELY(ctx->options.ptyp && pipe(per) < 0)) { in init_tst()
1297 if (UNLIKELY(ctx->options.ptyp)) { in init_tst()
1303 if (LIKELY(!ctx->options.ptyp)) { in init_tst()
1331 if (UNLIKELY(ctx->options.ptyp)) { in init_tst()
1340 if (LIKELY(!ctx->options.ptyp)) { in init_tst()
1405 if (LIKELY(!ctx->options.ptyp) || in run_tst()
1463 if (UNLIKELY(ctx->options.ptyp && ctx->pin >= 0)) { in run_tst()
1469 if (UNLIKELY(ctx->options.ptyp)) { in run_tst()
[all …]
/dports/devel/yuck/yuck-0.2.5-6-gb4f9441/test/
H A Dclitoris.c130 unsigned int ptyp:1; member
924 options.ptyp = opt; in find_opt()
1289 } else if (UNLIKELY(ctx->options.ptyp && pipe(per) < 0)) { in init_tst()
1304 if (UNLIKELY(ctx->options.ptyp)) { in init_tst()
1310 if (LIKELY(!ctx->options.ptyp)) { in init_tst()
1338 if (UNLIKELY(ctx->options.ptyp)) { in init_tst()
1347 if (LIKELY(!ctx->options.ptyp)) { in init_tst()
1412 if (LIKELY(!ctx->options.ptyp) || in run_tst()
1470 if (UNLIKELY(ctx->options.ptyp && ctx->pin >= 0)) { in run_tst()
1476 if (UNLIKELY(ctx->options.ptyp)) { in run_tst()
[all …]

1234567