Home
last modified time | relevance | path

Searched refs:Last_Pos (Results 1 – 25 of 39) sorted by relevance

12

/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/devel/ada-util/ada-util-b6612400/src/
H A Dutil-serialize-mappers.adb192 Last_Pos : out Natural;
198 Last_Pos := Path'First;
207 Last_Pos := Path'Last + 1;
212 Last_Pos := Pos + 1;
214 exit when Last_Pos > Path'Last;
246 Last_Pos : Natural; variable
318 Into.Build_Path (Path, Last_Pos, Node);
320 if Last_Pos < Path'Last then
338 Last_Pos : Natural; variable
346 Into.Build_Path (Path, Last_Pos, Node);
[all …]
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;
H A Dutil-log-loggers.adb344 Last_Pos : Natural := Appender_Name'First; variable
353 Build_Appender (Trim (Appender_Name (Last_Pos .. N - 1), Both), A);
356 Last_Pos := N + 1;
357 N := Ada.Strings.Fixed.Index (Appender_Name, ",", Last_Pos);
H A Dutil-serialize-mappers.ads134 Last_Pos : out Natural;
/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/textproc/adabrowse/adabrowse_4.0.3/
H A Dad-expressions.adb246 Last_Pos : Natural := 0; variable
425 Start := Last_Pos;
429 Last_Pos := Start;
446 Text (Last_Pos .. Text'Last));
/dports/lang/asis/asis-gpl-2016-src/tools/tool_utils/
H A Dada_trees-scanner.ads95 function Last_Pos (Input : Buffer; Sloc : Source_Location) return Natural; subprogspec
/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/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/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/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Ds-regpat.adb2907 Last_Pos : Natural; variable
2967 Last_Pos := Last_In_Data;
2969 Last_Pos := Input_Pos + Max;
2971 if Last_Pos > Last_In_Data then
2972 Last_Pos := Last_In_Data;
2985 while Input_Pos <= Last_Pos
2991 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/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/gcc48/gcc-4.8.5/gcc/ada/
H A Ds-regpat.adb2885 Last_Pos : Natural; variable
2945 Last_Pos := Last_In_Data;
2947 Last_Pos := Input_Pos + Max;
2949 if Last_Pos > Last_In_Data then
2950 Last_Pos := Last_In_Data;
2963 while Input_Pos <= Last_Pos
2969 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/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/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Ds-regpat.adb2885 Last_Pos : Natural; variable
2945 Last_Pos := Last_In_Data;
2947 Last_Pos := Input_Pos + Max;
2949 if Last_Pos > Last_In_Data then
2950 Last_Pos := Last_In_Data;
2963 while Input_Pos <= Last_Pos
2969 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/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Ds-regpat.adb2885 Last_Pos : Natural; variable
2945 Last_Pos := Last_In_Data;
2947 Last_Pos := Input_Pos + Max;
2949 if Last_Pos > Last_In_Data then
2950 Last_Pos := Last_In_Data;
2963 while Input_Pos <= Last_Pos
2969 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/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/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/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

12