Home
last modified time | relevance | path

Searched refs:Longword (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwarpcnsi.pas141 IfSpec: RPC_IF_HANDLE; ObjUuid: PUUID; BindingMaxCount: Longword;
145 IfSpec: RPC_IF_HANDLE; ObjUuid: PUUID; BindingMaxCount: Longword;
219 IfId: PRPC_IF_ID; MemberNameSyntax: Longword; MemberName: PChar;
220 Priority: Longword; Annotation: PChar): RPC_STATUS; stdcall;
224 Priority: Longword; Annotation: PWideChar): RPC_STATUS; stdcall;
227 IfId: PRPC_IF_ID; MemberNameSyntax: Longword; MemberName: PTSTR;
228 Priority: Longword; Annotation: PTSTR): RPC_STATUS; stdcall;
242 InquiryType: Longword; IfId: PRPC_IF_ID; VersOption, MemberNameSyntax: Longword;
246 InquiryType: Longword; IfId: PRPC_IF_ID; VersOption, MemberNameSyntax: Longword;
250 InquiryType: Longword; IfId: PRPC_IF_ID; VersOption, MemberNameSyntax: Longword;
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuVisualGearsHandlers.pas37 procedure doStepFlake(Gear: PVisualGear; Steps: Longword);
39 procedure doStepCloud(Gear: PVisualGear; Steps: Longword);
40 procedure doStepExpl(Gear: PVisualGear; Steps: Longword);
41 procedure doStepNote(Gear: PVisualGear; Steps: Longword);
43 procedure doStepEgg(Gear: PVisualGear; Steps: Longword);
44 procedure doStepFire(Gear: PVisualGear; Steps: Longword);
45 procedure doStepShell(Gear: PVisualGear; Steps: Longword);
49 procedure doStepAmmo(Gear: PVisualGear; Steps: Longword);
51 procedure doStepDust(Gear: PVisualGear; Steps: Longword);
222 var s: Longword;
[all …]
H A DuTypes.pas317 FrameTicks: Longword;
324 State : Longword;
325 Timer: Longword;
334 Tint: Longword;
335 uid: Longword;
358 Kills : Longword;
359 Suicides: Longword;
360 AIKills : Longword;
361 TeamKills : Longword;
424 Timer: Longword;
[all …]
H A DuAIActions.pas54 Action: Longword;
56 Time: Longword;
60 Count, Pos: Longword;
61 ticks: Longword;
67 procedure AddAction(var Actions: TActions; Action: Longword; Param: LongInt; TimeDelta: Longword; X…
74 timedelta: Longword = 0;
120 procedure AddAction(var Actions: TActions; Action: Longword; Param: LongInt; TimeDelta: Longword; X…
H A DuStats.pas50 procedure hedgehogFlight(Gear: PGear; time: Longword);
61 DamageTurn : Longword = 0; // Damage in turn
62 PoisonTurn : Longword = 0; // Poisoned enemies in turn
202 c: Longword;
441 procedure hedgehogFlight(Gear: PGear; time: Longword);
454 msd, msk: Longword; msdhh, mskhh: PHedgehog;
455 mskcnt: Longword;
456 maxTeamKills : Longword;
458 maxTurnSkips : Longword;
460 maxTeamDamage : Longword;
[all …]
H A DuConsts.pas76 cWhiteColor : Longword = $FFFFFFFF; // white
77 cNearBlackColor : Longword = $FF000010; // nearly black
79 capcolDefault : Longword = $FFFFFFFF; // default caption color
80 …capcolSetting : Longword = $FFCCCCCC; // caption color for changing client setting like vo…
81 capcolDefaultLua : Longword = $FFFFFFFF; // capcolDefault for Lua
82 capcolSettingLua : Longword = $CCCCCCFF; // capcolSetting for Lua
84 …cCentralMessageColor : Longword = $FFFFFF00; // color of message in center of screen like quit or…
H A DuLandObjects.pas66 Maxcnt: Longword;
83 RectCount: Longword;
323 var i: Longword;
340 lRes: Longword;
480 var i: Longword;
535 var x, y: Longword;
537 cnt, i, ii: Longword;
601 cnt, i: Longword;
721 ii, t: Longword;
1216 i, g: Longword;
[all …]
H A DuAI.pas40 StartTicks: Longword;
69 Count: Longword;
149 AddAction(BestActions, aia_Weapon, Longword(amInvulnerable), 80, 0, 0);
156 AddAction(BestActions, aia_Weapon, Longword(amExtraDamage), 80, 0, 0);
162 AddAction(BestActions, aia_Weapon, Longword(amVampiric), 80, 0, 0);
168 AddAction(BestActions, aia_Weapon, Longword(a), 300 + random(400), 0, 0);
249 maxticks, oldticks, steps, tmp: Longword;
283 AddAction(Actions, aia_Weapon, Longword(amSkip), 100 + random(200), 0, 0);
321 AddAction(BestActions, aia_Weapon, Longword(amExtraTime), 80, 0, 0);
420 currHedgehogIndex, itHedgehog, switchesNum, i: Longword;
[all …]
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuVisualGearsHandlers.pas37 procedure doStepFlake(Gear: PVisualGear; Steps: Longword);
39 procedure doStepCloud(Gear: PVisualGear; Steps: Longword);
40 procedure doStepExpl(Gear: PVisualGear; Steps: Longword);
41 procedure doStepNote(Gear: PVisualGear; Steps: Longword);
43 procedure doStepEgg(Gear: PVisualGear; Steps: Longword);
44 procedure doStepFire(Gear: PVisualGear; Steps: Longword);
45 procedure doStepShell(Gear: PVisualGear; Steps: Longword);
49 procedure doStepAmmo(Gear: PVisualGear; Steps: Longword);
51 procedure doStepDust(Gear: PVisualGear; Steps: Longword);
222 var s: Longword;
[all …]
H A DuTypes.pas317 FrameTicks: Longword;
324 State : Longword;
325 Timer: Longword;
334 Tint: Longword;
335 uid: Longword;
358 Kills : Longword;
359 Suicides: Longword;
360 AIKills : Longword;
361 TeamKills : Longword;
424 Timer: Longword;
[all …]
H A DuAIActions.pas54 Action: Longword;
56 Time: Longword;
60 Count, Pos: Longword;
61 ticks: Longword;
67 procedure AddAction(var Actions: TActions; Action: Longword; Param: LongInt; TimeDelta: Longword; X…
74 timedelta: Longword = 0;
120 procedure AddAction(var Actions: TActions; Action: Longword; Param: LongInt; TimeDelta: Longword; X…
H A DuStats.pas50 procedure hedgehogFlight(Gear: PGear; time: Longword);
61 DamageTurn : Longword = 0; // Damage in turn
62 PoisonTurn : Longword = 0; // Poisoned enemies in turn
202 c: Longword;
441 procedure hedgehogFlight(Gear: PGear; time: Longword);
454 msd, msk: Longword; msdhh, mskhh: PHedgehog;
455 mskcnt: Longword;
456 maxTeamKills : Longword;
458 maxTurnSkips : Longword;
460 maxTeamDamage : Longword;
[all …]
H A DuConsts.pas76 cWhiteColor : Longword = $FFFFFFFF; // white
77 cNearBlackColor : Longword = $FF000010; // nearly black
79 capcolDefault : Longword = $FFFFFFFF; // default caption color
80 …capcolSetting : Longword = $FFCCCCCC; // caption color for changing client setting like vo…
81 capcolDefaultLua : Longword = $FFFFFFFF; // capcolDefault for Lua
82 capcolSettingLua : Longword = $CCCCCCFF; // capcolSetting for Lua
84 …cCentralMessageColor : Longword = $FFFFFF00; // color of message in center of screen like quit or…
H A DuLandObjects.pas66 Maxcnt: Longword;
83 RectCount: Longword;
323 var i: Longword;
340 lRes: Longword;
480 var i: Longword;
535 var x, y: Longword;
537 cnt, i, ii: Longword;
601 cnt, i: Longword;
721 ii, t: Longword;
1216 i, g: Longword;
[all …]
H A DuAI.pas40 StartTicks: Longword;
69 Count: Longword;
149 AddAction(BestActions, aia_Weapon, Longword(amInvulnerable), 80, 0, 0);
156 AddAction(BestActions, aia_Weapon, Longword(amExtraDamage), 80, 0, 0);
162 AddAction(BestActions, aia_Weapon, Longword(amVampiric), 80, 0, 0);
168 AddAction(BestActions, aia_Weapon, Longword(a), 300 + random(400), 0, 0);
249 maxticks, oldticks, steps, tmp: Longword;
283 AddAction(Actions, aia_Weapon, Longword(amSkip), 100 + random(200), 0, 0);
321 AddAction(BestActions, aia_Weapon, Longword(amExtraTime), 80, 0, 0);
420 currHedgehogIndex, itHedgehog, switchesNum, i: Longword;
[all …]
/dports/audio/fpc-openal/fpc-3.2.2/packages/openal/examples/
H A Dmadopenal.pas11 codec_bs : Longword;
12 codec_read : function(const Buffer: Pointer; const Count: Longword): Longword = nil; in onst()
13 codec_rate : Longword;
14 codec_chan : Longword;
69 function mad_read(const Buffer: Pointer; const Count: Longword): Longword; in mad_read()
90 function ogg_read(const Buffer: Pointer; const Count: Longword): Longword; in ogg_read()
105 function a52_read(const Buffer: Pointer; const Count: Longword): Longword; in a52_read()
120 function dts_read(const Buffer: Pointer; const Count: Longword): Longword; in dts_read()
137 function mod_read(const Buffer: Pointer; const Count: Longword): Longword; in mod_read()
161 al_bufsize : Longword;
/dports/lang/fpc-source/fpc-3.2.2/packages/openal/examples/
H A Dmadopenal.pas11 codec_bs : Longword;
12 codec_read : function(const Buffer: Pointer; const Count: Longword): Longword = nil; in onst()
13 codec_rate : Longword;
14 codec_chan : Longword;
69 function mad_read(const Buffer: Pointer; const Count: Longword): Longword; in mad_read()
90 function ogg_read(const Buffer: Pointer; const Count: Longword): Longword; in ogg_read()
105 function a52_read(const Buffer: Pointer; const Count: Longword): Longword; in a52_read()
120 function dts_read(const Buffer: Pointer; const Count: Longword): Longword; in dts_read()
137 function mod_read(const Buffer: Pointer; const Count: Longword): Longword; in mod_read()
161 al_bufsize : Longword;
/dports/lang/fpc-source/fpc-3.2.2/packages/libxml/src/
H A Dxmlxsd.pas55 function xsdNewChildUnsignedInt(parent: xmlNodePtr; ns: xmlNsPtr; name: xmlCharPtr; Value: Longword in xsdNewChildUnsignedInt()
77 function xsdNewPropUnsignedInt(node: xmlNodePtr; ns: xmlNsPtr; name: xmlCharPtr; Value: Longword): … in xsdNewPropUnsignedInt()
161 …ryNextUnsignedInt(var node: xmlNodePtr; name, nameSpace: xmlCharPtr; out Value: Longword): Boolean; in xsdTryNextUnsignedInt()
185 procedure xsdNextUnsignedInt(var node: xmlNodePtr; name, nameSpace: xmlCharPtr; out Value: Longword
212 …TryGetPropUnsignedInt(node: xmlNodePtr; name, nameSpace: xmlCharPtr; out Value: Longword): Boolean; in xsdTryGetPropUnsignedInt()
235 procedure xsdGetPropUnsignedInt(node: xmlNodePtr; name, nameSpace: xmlCharPtr; out Value: Longword);
401 function xsdNewChildUnsignedInt(parent: xmlNodePtr; ns: xmlNsPtr; name: xmlCharPtr; Value: Longword in xsdNewChildUnsignedInt()
558 function xsdNewPropUnsignedInt(node: xmlNodePtr; ns: xmlNsPtr; name: xmlCharPtr; Value: Longword): … in xsdNewPropUnsignedInt()
1078 procedure xsdNextUnsignedInt(var node: xmlNodePtr; name, nameSpace: xmlCharPtr; out Value: Longword
1217 …TryGetPropUnsignedInt(node: xmlNodePtr; name, nameSpace: xmlCharPtr; out Value: Longword): Boolean; in xsdTryGetPropUnsignedInt()
[all …]
H A Dxmlxsdparser.pas42 Minute : Longword; // [00..59]
67 function xsdFormatUnsignedInt(Value: Longword): AnsiString; in xsdFormatUnsignedInt()
127 function xsdParseUnsignedIntDef(Chars: PChar; Len: Integer; Default: Longword): Longword; in xsdParseUnsignedIntDef()
499 function xsdFormatUnsignedInt(Value: Longword): AnsiString; in xsdFormatUnsignedInt()
809 Ms: Longword;
1229 Year, Month, Day: Longword;
1262 Hour, Minute, Second, Milliseconds: Longword;
1306 Year, Month, Day: Longword;
1307 Hour, Minute, Second, Milliseconds: Longword;
1601 function xsdParseUnsignedIntDef(Chars: PChar; Len: Integer; Default: Longword): Longword; in xsdParseUnsignedIntDef()
[all …]
/dports/textproc/fpc-libxml2/fpc-3.2.2/packages/libxml/src/
H A Dxmlxsd.pas55 function xsdNewChildUnsignedInt(parent: xmlNodePtr; ns: xmlNsPtr; name: xmlCharPtr; Value: Longword in xsdNewChildUnsignedInt()
77 function xsdNewPropUnsignedInt(node: xmlNodePtr; ns: xmlNsPtr; name: xmlCharPtr; Value: Longword): … in xsdNewPropUnsignedInt()
161 …ryNextUnsignedInt(var node: xmlNodePtr; name, nameSpace: xmlCharPtr; out Value: Longword): Boolean; in xsdTryNextUnsignedInt()
185 procedure xsdNextUnsignedInt(var node: xmlNodePtr; name, nameSpace: xmlCharPtr; out Value: Longword
212 …TryGetPropUnsignedInt(node: xmlNodePtr; name, nameSpace: xmlCharPtr; out Value: Longword): Boolean; in xsdTryGetPropUnsignedInt()
235 procedure xsdGetPropUnsignedInt(node: xmlNodePtr; name, nameSpace: xmlCharPtr; out Value: Longword);
401 function xsdNewChildUnsignedInt(parent: xmlNodePtr; ns: xmlNsPtr; name: xmlCharPtr; Value: Longword in xsdNewChildUnsignedInt()
558 function xsdNewPropUnsignedInt(node: xmlNodePtr; ns: xmlNsPtr; name: xmlCharPtr; Value: Longword): … in xsdNewPropUnsignedInt()
1078 procedure xsdNextUnsignedInt(var node: xmlNodePtr; name, nameSpace: xmlCharPtr; out Value: Longword
1217 …TryGetPropUnsignedInt(node: xmlNodePtr; name, nameSpace: xmlCharPtr; out Value: Longword): Boolean; in xsdTryGetPropUnsignedInt()
[all …]
H A Dxmlxsdparser.pas42 Minute : Longword; // [00..59]
67 function xsdFormatUnsignedInt(Value: Longword): AnsiString; in xsdFormatUnsignedInt()
127 function xsdParseUnsignedIntDef(Chars: PChar; Len: Integer; Default: Longword): Longword; in xsdParseUnsignedIntDef()
499 function xsdFormatUnsignedInt(Value: Longword): AnsiString; in xsdFormatUnsignedInt()
809 Ms: Longword;
1229 Year, Month, Day: Longword;
1262 Hour, Minute, Second, Milliseconds: Longword;
1306 Year, Month, Day: Longword;
1307 Hour, Minute, Second, Milliseconds: Longword;
1601 function xsdParseUnsignedIntDef(Chars: PChar; Len: Integer; Default: Longword): Longword; in xsdParseUnsignedIntDef()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/delphi/src/
H A DThrift.Socket.pas144 FRecvTimeout: Longword;
172 procedure SetRecvTimeout(ARecvTimeout: Longword); virtual;
173 procedure SetSendTimeout(ASendTimeout: Longword); virtual;
224 FConnTimeout: Longword;
228 FMaxRecvRetries: Longword;
373 FAcceptTimeout: Longword;
607 procedure TBaseSocket.SetRecvTimeout(ARecvTimeout: Longword);
891 procedure TSocket.SetRecvTimeout(ARecvTimeout: Longword);
897 procedure TSocket.SetSendTimeout(ASendTimeout: Longword);
956 Retries: Longword;
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/delphi/src/
H A DThrift.Socket.pas144 FRecvTimeout: Longword;
172 procedure SetRecvTimeout(ARecvTimeout: Longword); virtual;
173 procedure SetSendTimeout(ASendTimeout: Longword); virtual;
224 FConnTimeout: Longword;
228 FMaxRecvRetries: Longword;
373 FAcceptTimeout: Longword;
607 procedure TBaseSocket.SetRecvTimeout(ARecvTimeout: Longword);
891 procedure TSocket.SetRecvTimeout(ARecvTimeout: Longword);
897 procedure TSocket.SetSendTimeout(ASendTimeout: Longword);
956 Retries: Longword;
[all …]
/dports/devel/py-thrift/thrift-0.14.0/lib/delphi/src/
H A DThrift.Socket.pas144 FRecvTimeout: Longword;
172 procedure SetRecvTimeout(ARecvTimeout: Longword); virtual;
173 procedure SetSendTimeout(ASendTimeout: Longword); virtual;
224 FConnTimeout: Longword;
228 FMaxRecvRetries: Longword;
373 FAcceptTimeout: Longword;
607 procedure TBaseSocket.SetRecvTimeout(ARecvTimeout: Longword);
891 procedure TSocket.SetRecvTimeout(ARecvTimeout: Longword);
897 procedure TSocket.SetSendTimeout(ASendTimeout: Longword);
956 Retries: Longword;
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/delphi/src/
H A DThrift.Socket.pas144 FRecvTimeout: Longword;
172 procedure SetRecvTimeout(ARecvTimeout: Longword); virtual;
173 procedure SetSendTimeout(ASendTimeout: Longword); virtual;
224 FConnTimeout: Longword;
228 FMaxRecvRetries: Longword;
373 FAcceptTimeout: Longword;
607 procedure TBaseSocket.SetRecvTimeout(ARecvTimeout: Longword);
891 procedure TSocket.SetRecvTimeout(ARecvTimeout: Longword);
897 procedure TSocket.SetSendTimeout(ASendTimeout: Longword);
956 Retries: Longword;
[all …]

12345678910>>...12