Home
last modified time | relevance | path

Searched refs:PosFrom (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/transmission-remote-gui/transgui-5.18.0/
H A Dgcontnrs.pas2752 Delete(PosFrom, PosTo - PosFrom + 1);
2819 Inc(PosFrom);
2842 J := Random(I - PosFrom) + PosFrom;
2927 Low := PosFrom;
3338 I := PosFrom;
3344 Result := PosFrom;
3443 I := PosFrom;
3450 Result := PosFrom;
3754 Low := PosFrom;
4292 I := PosFrom;
[all …]
/dports/cad/alliance/alliance/src/vasy/src/
H A Dvasy_support.c578 unsigned short PosFrom;
607 PosSupp, PosFrom, PosTo, Mode );
627 PosFrom = 0;
922 int PosFrom; local
944 PosFrom = 0;
955 if ( PosFrom < PosTo )
965 VasySupportVex( PosFrom, PosFrom, PosTo - 1, AsgExpr, VASY_SUPPORT_LOGIC );
998 PosFrom = AsgPos + 1;
999 PosTo = PosFrom;
1012 if ( PosFrom < PosTo )
[all …]
H A Dvasy_vexbdd.c296 int PosFrom; local
384 PosFrom = 0;
394 if ( ( Position >= PosFrom ) &&
397 PosFrom = PosTo + 1;
398 PosTo = PosFrom;
401 ScanPos = Position - PosFrom;
449 int PosFrom; local
585 PosFrom = 0;
598 PosFrom = PosTo + 1;
599 PosTo = PosFrom;
[all …]
/dports/comms/cqrlog/cqrlog-2.5.0/src/synapse/
H A Dsynautil.pas296 function PosFrom(const SubStr, Value: String; From: integer): integer; in PosFrom() function
1563 function PosFrom(const SubStr, Value: String; From: integer): integer;
/dports/net-p2p/transmission-remote-gui/transgui-5.18.0/synapse/source/lib/
H A Dsynautil.pas296 function PosFrom(const SubStr, Value: String; From: integer): integer; in PosFrom() function
1563 function PosFrom(const SubStr, Value: String; From: integer): integer;
/dports/cad/zcad/zcad-8b8a693/cad_source/other/AGraphLaz/Vectors/
H A DVectStr.pas188 function PosFrom(const SubStr, S: String; From: Integer): Integer; in PosFrom() function
608 I:=PosFrom(SubS, S, I);
1079 function PosFrom(const SubStr, S: String; From: Integer): Integer; in PosFrom() function