Home
last modified time | relevance | path

Searched refs:Last_Pos (Results 1 – 25 of 39) sorted by last modified time

12

/dports/devel/ada-util/ada-util-b6612400/src/
H A Dutil-properties-bundles.adb171 Last_Pos : Integer := Loc_Name'Last; variable
180 while Last_Pos + 1 >= Loc_Name'First loop
183 := Name & Loc_Name (Loc_Name'First .. Last_Pos);
195 if Last_Pos > Loc_Name'First then
196 Last_Pos := Fixed.Index (Loc_Name, "_", Last_Pos - 1, Backward) - 1;
198 Last_Pos := Last_Pos - 1;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Ds-regpat.adb2912 Last_Pos : Natural; variable
2972 Last_Pos := Last_In_Data;
2974 Last_Pos := Input_Pos + Max;
2976 if Last_Pos > Last_In_Data then
2977 Last_Pos := Last_In_Data;
2990 while Input_Pos <= Last_Pos
2996 if Input_Pos > Last_Pos then
/dports/textproc/snowballstemmer/snowball-2.2.0/ada/src/
H A Dstemwords.adb46 Last_Pos : Positive; variable
50 Last_Pos := Pos;
54 if Last_Pos < Pos then
55 Ada.Text_IO.Put (Dst_File, Line (Last_Pos .. Pos - 1));
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Ds-regpat.adb2912 Last_Pos : Natural; variable
2972 Last_Pos := Last_In_Data;
2974 Last_Pos := Input_Pos + Max;
2976 if Last_Pos > Last_In_Data then
2977 Last_Pos := Last_In_Data;
2990 while Input_Pos <= Last_Pos
2996 if Input_Pos > Last_Pos then
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Ds-regpat.adb2922 Last_Pos : Natural; variable
2982 Last_Pos := Last_In_Data;
2984 Last_Pos := Input_Pos + Max;
2986 if Last_Pos > Last_In_Data then
2987 Last_Pos := Last_In_Data;
3000 while Input_Pos <= Last_Pos
3006 if Input_Pos > Last_Pos then
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/libgnat/
H A Ds-regpat.adb2924 Last_Pos : Natural; variable
2984 Last_Pos := Last_In_Data;
2986 Last_Pos := Input_Pos + Max;
2988 if Last_Pos > Last_In_Data then
2989 Last_Pos := Last_In_Data;
3002 while Input_Pos <= Last_Pos
3008 if Input_Pos > Last_Pos then
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-regpat.adb2912 Last_Pos : Natural; variable
2972 Last_Pos := Last_In_Data;
2974 Last_Pos := Input_Pos + Max;
2976 if Last_Pos > Last_In_Data then
2977 Last_Pos := Last_In_Data;
2990 while Input_Pos <= Last_Pos
2996 if Input_Pos > Last_Pos then
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-regpat.adb2912 Last_Pos : Natural; variable
2972 Last_Pos := Last_In_Data;
2974 Last_Pos := Input_Pos + Max;
2976 if Last_Pos > Last_In_Data then
2977 Last_Pos := Last_In_Data;
2990 while Input_Pos <= Last_Pos
2996 if Input_Pos > Last_Pos then
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Ds-regpat.adb2924 Last_Pos : Natural; variable
2984 Last_Pos := Last_In_Data;
2986 Last_Pos := Input_Pos + Max;
2988 if Last_Pos > Last_In_Data then
2989 Last_Pos := Last_In_Data;
3002 while Input_Pos <= Last_Pos
3008 if Input_Pos > Last_Pos then
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/libgnat/
H A Ds-regpat.adb2924 Last_Pos : Natural; variable
2984 Last_Pos := Last_In_Data;
2986 Last_Pos := Input_Pos + Max;
2988 if Last_Pos > Last_In_Data then
2989 Last_Pos := Last_In_Data;
3002 while Input_Pos <= Last_Pos
3008 if Input_Pos > Last_Pos then
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/libgnat/
H A Ds-regpat.adb2922 Last_Pos : Natural; variable
2982 Last_Pos := Last_In_Data;
2984 Last_Pos := Input_Pos + Max;
2986 if Last_Pos > Last_In_Data then
2987 Last_Pos := Last_In_Data;
3000 while Input_Pos <= Last_Pos
3006 if Input_Pos > Last_Pos then
/dports/cad/ghdl/ghdl-1.0.0/src/
H A Ddyn_tables.adb41 New_Last := T.Priv.Last_Pos + Num;
42 if New_Last < T.Priv.Last_Pos then
45 T.Priv.Last_Pos := New_Last;
48 if T.Priv.Last_Pos < T.Priv.Length then
62 exit when New_Len > T.Priv.Last_Pos;
88 T.Priv.Last_Pos := T.Priv.Last_Pos - 1;
97 if New_Last < T.Priv.Last_Pos then
99 T.Priv.Last_Pos := New_Last;
102 Expand (T, New_Last - T.Priv.Last_Pos);
119 T.Priv.Last_Pos := 0;
[all …]
H A Ddyn_tables.ads102 Last_Pos : Unsigned := 0; component
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-aggr.adb236 Last_Pos : constant Nat32 := constant
239 while Pos < Last_Pos loop
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Ds-regpat.adb2922 Last_Pos : Natural; variable
2982 Last_Pos := Last_In_Data;
2984 Last_Pos := Input_Pos + Max;
2986 if Last_Pos > Last_In_Data then
2987 Last_Pos := Last_In_Data;
3000 while Input_Pos <= Last_Pos
3006 if Input_Pos > Last_Pos then
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-regpat.adb2924 Last_Pos : Natural; variable
2984 Last_Pos := Last_In_Data;
2986 Last_Pos := Input_Pos + Max;
2988 if Last_Pos > Last_In_Data then
2989 Last_Pos := Last_In_Data;
3002 while Input_Pos <= Last_Pos
3008 if Input_Pos > Last_Pos then
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-regpat.adb2924 Last_Pos : Natural; variable
2984 Last_Pos := Last_In_Data;
2986 Last_Pos := Input_Pos + Max;
2988 if Last_Pos > Last_In_Data then
2989 Last_Pos := Last_In_Data;
3002 while Input_Pos <= Last_Pos
3008 if Input_Pos > Last_Pos then
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-regpat.adb2924 Last_Pos : Natural; variable
2984 Last_Pos := Last_In_Data;
2986 Last_Pos := Input_Pos + Max;
2988 if Last_Pos > Last_In_Data then
2989 Last_Pos := Last_In_Data;
3002 while Input_Pos <= Last_Pos
3008 if Input_Pos > Last_Pos then
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-regpat.adb2924 Last_Pos : Natural; variable
2984 Last_Pos := Last_In_Data;
2986 Last_Pos := Input_Pos + Max;
2988 if Last_Pos > Last_In_Data then
2989 Last_Pos := Last_In_Data;
3002 while Input_Pos <= Last_Pos
3008 if Input_Pos > Last_Pos then
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/adalib/
H A Ds-regpat.ali765 2924i10 Last_Pos{natural} 2984m19 2986m19 2988r22 2989m22 3002r38 3008r34
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/adainclude/
H A Ds-regpat.adb2924 Last_Pos : Natural; variable
2984 Last_Pos := Last_In_Data;
2986 Last_Pos := Input_Pos + Max;
2988 if Last_Pos > Last_In_Data then
2989 Last_Pos := Last_In_Data;
3002 while Input_Pos <= Last_Pos
3008 if Input_Pos > Last_Pos then
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/libgnat/
H A Ds-regpat.adb2924 Last_Pos : Natural; variable
2984 Last_Pos := Last_In_Data;
2986 Last_Pos := Input_Pos + Max;
2988 if Last_Pos > Last_In_Data then
2989 Last_Pos := Last_In_Data;
3002 while Input_Pos <= Last_Pos
3008 if Input_Pos > Last_Pos then
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Ds-regpat.adb2924 Last_Pos : Natural; variable
2984 Last_Pos := Last_In_Data;
2986 Last_Pos := Input_Pos + Max;
2988 if Last_Pos > Last_In_Data then
2989 Last_Pos := Last_In_Data;
3002 while Input_Pos <= Last_Pos
3008 if Input_Pos > Last_Pos then
/dports/lang/asis/asis-gpl-2016-src/tools/tool_utils/
H A Dada_trees-scanner.adb44 function Last_Pos (Input : Buffer; Sloc : Source_Location) return Natural is subprogram
49 end Last_Pos;
H A Dada_trees-scanner.ads95 function Last_Pos (Input : Buffer; Sloc : Source_Location) return Natural; subprogspec

12