Home
last modified time | relevance | path

Searched refs:First_Pos (Results 1 – 5 of 5) sorted by relevance

/dports/devel/ada-util/ada-util-b6612400/src/
H A Dutil-concurrent-fifos.adb166 First_Pos : Natural := 1; variable
169 First_Pos := 0;
174 Elements := new Element_Array (First_Pos .. Capacity);
178 := new Element_Array (First_Pos .. Capacity);
181 New_Array (First_Pos .. Elements'Last) := Elements (First_Pos .. Elements'Last);
183 New_Array (First_Pos .. Capacity) := Elements (First_Pos .. Capacity);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-aggr.adb106 First_Pos : Nat32;
173 Pos := First_Pos;
209 if Pos >= First_Pos + Stride * Nat32 (Bound.Len) then
224 if Pos - First_Pos > Nat32 (Bound.Len - Val_Len) then
237 First_Pos + Nat32 (Bound.Len) * Stride;
262 Set_Elem (First_Pos + Nat32 (Off) * Stride);
283 Set_Elem (First_Pos + Nat32 (Off) * Stride);
308 (First_Pos + Nat32 (Off), Nat32 (Rng_Len), Val);
/dports/lang/asis/asis-gpl-2016-src/tools/tool_utils/
H A Dada_trees-scanner.ads94 function First_Pos (Input : Buffer; Sloc : Source_Location) return Positive; subprogspec
H A Dada_trees-scanner.adb33 function First_Pos subprogram
42 end First_Pos;
H A Dada_trees-formatting-tree_to_ada.adb3923 First_Pos (Src_Buf, Src_Tok.Sloc) -