hexsha
stringlengths
40
40
size
int64
3
1.05M
ext
stringclasses
163 values
lang
stringclasses
53 values
max_stars_repo_path
stringlengths
3
945
max_stars_repo_name
stringlengths
4
112
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
sequencelengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
3
945
max_issues_repo_name
stringlengths
4
113
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
sequencelengths
1
10
max_issues_count
float64
1
116k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
945
max_forks_repo_name
stringlengths
4
113
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
sequencelengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
3
1.05M
avg_line_length
float64
1
966k
max_line_length
int64
1
977k
alphanum_fraction
float64
0
1
1d1030ac2257cf9ba0a113031230721746cadb42
307
adb
Ada
find_tool/src/finder.adb
TNO/Rejuvenation-Ada
8113ec28da3923ccde40d76cbab70e0e614f4b75
[ "BSD-3-Clause" ]
1
2022-03-08T13:00:47.000Z
2022-03-08T13:00:47.000Z
src/tools/Rejuvenation_Find/src/finder.adb
selroc/Renaissance-Ada
39230b34aced4a9d83831be346ca103136c53715
[ "BSD-3-Clause" ]
null
null
null
src/tools/Rejuvenation_Find/src/finder.adb
selroc/Renaissance-Ada
39230b34aced4a9d83831be346ca103136c53715
[ "BSD-3-Clause" ]
null
null
null
with Libadalang.Common; use Libadalang.Common; package body Finder is function Find (Node : Ada_Node'Class; P : Pattern) return Match_Pattern_List.Vector is (if P.As_Ada_Node.Kind in Ada_Ada_List then Find_Sub_List (Node, P) else Find_Full (Node, P)); end Finder;
21.928571
46
0.677524
31f1052ec59320472d64223f0ea682dcd3dbddc3
1,856
adb
Ada
.emacs.d/elpa/wisi-3.1.3/gen_emacs_wisi_lr_text_rep_parse.adb
caqg/linux-home
eed631aae6f5e59e4f46e14f1dff443abca5fa28
[ "Linux-OpenIB" ]
null
null
null
.emacs.d/elpa/wisi-3.1.3/gen_emacs_wisi_lr_text_rep_parse.adb
caqg/linux-home
eed631aae6f5e59e4f46e14f1dff443abca5fa28
[ "Linux-OpenIB" ]
null
null
null
.emacs.d/elpa/wisi-3.1.3/gen_emacs_wisi_lr_text_rep_parse.adb
caqg/linux-home
eed631aae6f5e59e4f46e14f1dff443abca5fa28
[ "Linux-OpenIB" ]
null
null
null
-- Abstract : -- -- See spec. -- -- Copyright (C) 2014, 2017 - 2020 All Rights Reserved. -- -- This program is free software; you can redistribute it and/or -- modify it under terms of the GNU General Public License as -- published by the Free Software Foundation; either version 3, or (at -- your option) any later version. This program is distributed in the -- hope that it will be useful, but WITHOUT ANY WARRANTY; without even -- the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -- PURPOSE. See the GNU General Public License for more details. You -- should have received a copy of the GNU General Public License -- distributed with this program; see file COPYING. If not, write to -- the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, -- MA 02110-1335, USA. pragma License (GPL); with Ada.Command_Line; with Ada.Directories; with Emacs_Wisi_Common_Parse; use Emacs_Wisi_Common_Parse; with WisiToken.Text_IO_Trace; procedure Gen_Emacs_Wisi_LR_Text_Rep_Parse is use WisiToken; -- "+", "-" Unbounded_string Trace : aliased WisiToken.Text_IO_Trace.Trace (Descriptor'Unrestricted_Access); Parser : WisiToken.Parse.LR.Parser.Parser; Parse_Data : aliased Parse_Data_Type (Parser.Terminals'Access, Parser.Line_Begin_Token'Access); Params : constant Process_Start_Params := Get_Process_Start_Params; begin Create_Parser (Parser, Language_Fixes, Language_Matching_Begin_Tokens, Language_String_ID_Set, Trace'Unrestricted_Access, Parse_Data'Unchecked_Access, Ada.Directories.Containing_Directory (Ada.Command_Line.Command_Name) & "/" & Text_Rep_File_Name); Process_Stream (Name, Language_Protocol_Version, Partial_Parse_Active, Params, Parser, Parse_Data, Descriptor); end Gen_Emacs_Wisi_LR_Text_Rep_Parse;
41.244444
115
0.748922
0b121efdc5f939e4ae0aeb23d268f91245975ce0
971
adb
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/bit_packed_array3.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/bit_packed_array3.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/bit_packed_array3.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- { dg-do run } -- { dg-options "-O2 -gnatp" } procedure Bit_Packed_Array3 is type Bitmap_T is array (1 .. 10) of Boolean; pragma Pack (Bitmap_T); type Maps_T is record M1 : Bitmap_T; end record; pragma Pack (Maps_T); for Maps_T'Size use 10; pragma Suppress_Initialization (Maps_T); Tmap : constant Bitmap_T := (others => True); Fmap : constant Bitmap_T := (others => False); Amap : constant Bitmap_T := (1 => False, 2 => True, 3 => False, 4 => True, 5 => False, 6 => True, 7 => False, 8 => True, 9 => False, 10 => True); function Some_Maps return Maps_T is Value : Maps_T := (M1 => Amap); begin return Value; end; pragma Inline (Some_Maps); Maps : Maps_T; begin Maps := Some_Maps; for I in Maps.M1'Range loop if (I mod 2 = 0 and then not Maps.M1 (I)) or else (I mod 2 /= 0 and then Maps.M1 (I)) then raise Program_Error; end if; end loop; end;
23.682927
64
0.584964
1d7fe197029fe24139d803d7d19fcd5d3367309b
137
ads
Ada
test/test-test_suite.ads
simonjwright/Quaternions
24ee177d826a9792e5a596570f03dbdadbe1d1b0
[ "Apache-2.0" ]
1
2020-12-09T17:32:30.000Z
2020-12-09T17:32:30.000Z
test/test-test_suite.ads
simonjwright/Quaternions
24ee177d826a9792e5a596570f03dbdadbe1d1b0
[ "Apache-2.0" ]
null
null
null
test/test-test_suite.ads
simonjwright/Quaternions
24ee177d826a9792e5a596570f03dbdadbe1d1b0
[ "Apache-2.0" ]
null
null
null
with AUnit.Test_Suites; package Test.Test_Suite is function Suite return AUnit.Test_Suites.Access_Test_Suite; end Test.Test_Suite;
17.125
61
0.817518
1db3c2efc782601e081c5c7b085bc26a560a2f84
3,977
ads
Ada
source/amf/mof/cmof/amf-internals-tables-cmof_string_data_02.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/mof/cmof/amf-internals-tables-cmof_string_data_02.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/mof/cmof/amf-internals-tables-cmof_string_data_02.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- Ada Modeling Framework -- -- -- -- Runtime Library Component -- -- -- ------------------------------------------------------------------------------ -- -- -- Copyright © 2010-2017, Vadim Godunko <[email protected]> -- -- All rights reserved. -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions -- -- are met: -- -- -- -- * Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- -- -- * Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in the -- -- documentation and/or other materials provided with the distribution. -- -- -- -- * Neither the name of the Vadim Godunko, IE nor the names of its -- -- contributors may be used to endorse or promote products derived from -- -- this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -- -- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -- -- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -- -- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -- -- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -- -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ -- $Revision$ $Date$ ------------------------------------------------------------------------------ -- This file is generated, don't edit it. ------------------------------------------------------------------------------ with Matreshka.Internals.Strings; package AMF.Internals.Tables.CMOF_String_Data_02 is -- "association" MS_0200 : aliased Matreshka.Internals.Strings.Shared_String := (Capacity => 15, Unused => 11, Length => 11, Value => (16#0061#, 16#0073#, 16#0073#, 16#006F#, 16#0063#, 16#0069#, 16#0061#, 16#0074#, 16#0069#, 16#006F#, 16#006E#, others => 16#0000#), others => <>); end AMF.Internals.Tables.CMOF_String_Data_02;
62.140625
78
0.407594
06cb64b32e89fcdc70b2752b05a0e6104a253398
58,280
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/prj-makr.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
15
2015-01-18T23:04:19.000Z
2022-03-01T20:27:08.000Z
gcc-gcc-7_3_0-release/gcc/ada/prj-makr.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
16
2018-06-10T07:09:30.000Z
2022-03-26T18:28:40.000Z
gcc-gcc-7_3_0-release/gcc/ada/prj-makr.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
3
2015-11-11T18:00:14.000Z
2022-01-30T23:08:45.000Z
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- P R J . M A K R -- -- -- -- B o d y -- -- -- -- Copyright (C) 2001-2014, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING3. If not, go to -- -- http://www.gnu.org/licenses for a complete copy of the license. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ with Csets; with Makeutl; use Makeutl; with Opt; with Output; with Osint; use Osint; with Prj; use Prj; with Prj.Com; with Prj.Env; with Prj.Part; with Prj.PP; with Prj.Tree; use Prj.Tree; with Prj.Util; use Prj.Util; with Sdefault; with Snames; use Snames; with Stringt; with Table; use Table; with Tempdir; with Ada.Characters.Handling; use Ada.Characters.Handling; with GNAT.Directory_Operations; use GNAT.Directory_Operations; with System.Case_Util; use System.Case_Util; with System.CRTL; with System.HTable; package body Prj.Makr is -- Packages of project files where unknown attributes are errors -- All the following need comments ??? All global variables and -- subprograms must be fully commented. Very_Verbose : Boolean := False; -- Set in call to Initialize to indicate very verbose output Project_File : Boolean := False; -- True when gnatname is creating/modifying a project file. False when -- gnatname is creating a configuration pragmas file. Tree : constant Project_Node_Tree_Ref := new Project_Node_Tree_Data; -- The project tree where the project file is parsed Args : Argument_List_Access; -- The list of arguments for calls to the compiler to get the unit names -- and kinds (spec or body) in the Ada sources. Path_Name : String_Access; Path_Last : Natural; Directory_Last : Natural := 0; Output_Name : String_Access; Output_Name_Last : Natural; Output_Name_Id : Name_Id; Project_Naming_File_Name : String_Access; -- String (1 .. Output_Name'Length + Naming_File_Suffix'Length); Project_Naming_Last : Natural; Project_Naming_Id : Name_Id := No_Name; Source_List_Path : String_Access; -- (1 .. Output_Name'Length + Source_List_File_Suffix'Length); Source_List_Last : Natural; Source_List_FD : File_Descriptor; Project_Node : Project_Node_Id := Empty_Node; Project_Declaration : Project_Node_Id := Empty_Node; Source_Dirs_List : Project_Node_Id := Empty_Node; Project_Naming_Node : Project_Node_Id := Empty_Node; Project_Naming_Decl : Project_Node_Id := Empty_Node; Naming_Package : Project_Node_Id := Empty_Node; Naming_Package_Comments : Project_Node_Id := Empty_Node; Source_Files_Comments : Project_Node_Id := Empty_Node; Source_Dirs_Comments : Project_Node_Id := Empty_Node; Source_List_File_Comments : Project_Node_Id := Empty_Node; Naming_String : aliased String := "naming"; Gnatname_Packages : aliased String_List := (1 => Naming_String'Access); Packages_To_Check_By_Gnatname : constant String_List_Access := Gnatname_Packages'Access; function Dup (Fd : File_Descriptor) return File_Descriptor; procedure Dup2 (Old_Fd, New_Fd : File_Descriptor); Gcc : constant String := "gcc"; Gcc_Path : String_Access := null; Non_Empty_Node : constant Project_Node_Id := 1; -- Used for the With_Clause of the naming project -- Turn off warnings for now around this redefinition of True and False, -- but it really seems a bit horrible to do this redefinition ??? pragma Warnings (Off); type Matched_Type is (True, False, Excluded); pragma Warnings (On); Naming_File_Suffix : constant String := "_naming"; Source_List_File_Suffix : constant String := "_source_list.txt"; Output_FD : File_Descriptor; -- To save the project file and its naming project file procedure Write_Eol; -- Output an empty line procedure Write_A_Char (C : Character); -- Write one character to Output_FD procedure Write_A_String (S : String); -- Write a String to Output_FD package Processed_Directories is new Table.Table (Table_Component_Type => String_Access, Table_Index_Type => Natural, Table_Low_Bound => 0, Table_Initial => 10, Table_Increment => 100, Table_Name => "Prj.Makr.Processed_Directories"); -- The list of already processed directories for each section, to avoid -- processing several times the same directory in the same section. package Source_Directories is new Table.Table (Table_Component_Type => String_Access, Table_Index_Type => Natural, Table_Low_Bound => 0, Table_Initial => 10, Table_Increment => 100, Table_Name => "Prj.Makr.Source_Directories"); -- The complete list of directories to be put in attribute Source_Dirs in -- the project file. type Source is record File_Name : Name_Id; Unit_Name : Name_Id; Index : Int := 0; Spec : Boolean; end record; package Sources is new Table.Table (Table_Component_Type => Source, Table_Index_Type => Natural, Table_Low_Bound => 0, Table_Initial => 10, Table_Increment => 100, Table_Name => "Prj.Makr.Sources"); -- The list of Ada sources found, with their unit name and kind, to be put -- in the source attribute and package Naming of the project file, or in -- the pragmas Source_File_Name in the configuration pragmas file. package Source_Files is new System.HTable.Simple_HTable (Header_Num => Prj.Header_Num, Element => Boolean, No_Element => False, Key => Name_Id, Hash => Prj.Hash, Equal => "="); -- Hash table to keep track of source file names, to avoid putting several -- times the same file name in case of multi-unit files. --------- -- Dup -- --------- function Dup (Fd : File_Descriptor) return File_Descriptor is begin return File_Descriptor (System.CRTL.dup (Integer (Fd))); end Dup; ---------- -- Dup2 -- ---------- procedure Dup2 (Old_Fd, New_Fd : File_Descriptor) is Fd : Integer; pragma Warnings (Off, Fd); begin Fd := System.CRTL.dup2 (Integer (Old_Fd), Integer (New_Fd)); end Dup2; -------------- -- Finalize -- -------------- procedure Finalize is Discard : Boolean; pragma Warnings (Off, Discard); Current_Source_Dir : Project_Node_Id := Empty_Node; begin if Project_File then -- If there were no already existing project file, or if the parsing -- was unsuccessful, create an empty project node with the correct -- name and its project declaration node. if No (Project_Node) then Project_Node := Default_Project_Node (Of_Kind => N_Project, In_Tree => Tree); Set_Name_Of (Project_Node, Tree, To => Output_Name_Id); Set_Project_Declaration_Of (Project_Node, Tree, To => Default_Project_Node (Of_Kind => N_Project_Declaration, In_Tree => Tree)); end if; end if; -- Delete the file if it already exists Delete_File (Path_Name (Directory_Last + 1 .. Path_Last), Success => Discard); -- Create a new one if Opt.Verbose_Mode then Output.Write_Str ("Creating new file """); Output.Write_Str (Path_Name (Directory_Last + 1 .. Path_Last)); Output.Write_Line (""""); end if; Output_FD := Create_New_File (Path_Name (Directory_Last + 1 .. Path_Last), Fmode => Text); -- Fails if project file cannot be created if Output_FD = Invalid_FD then Prj.Com.Fail ("cannot create new """ & Path_Name (1 .. Path_Last) & """"); end if; if Project_File then -- Delete the source list file, if it already exists declare Discard : Boolean; pragma Warnings (Off, Discard); begin Delete_File (Source_List_Path (1 .. Source_List_Last), Success => Discard); end; -- And create a new source list file, fail if file cannot be created Source_List_FD := Create_New_File (Name => Source_List_Path (1 .. Source_List_Last), Fmode => Text); if Source_List_FD = Invalid_FD then Prj.Com.Fail ("cannot create file """ & Source_List_Path (1 .. Source_List_Last) & """"); end if; if Opt.Verbose_Mode then Output.Write_Str ("Naming project file name is """); Output.Write_Str (Project_Naming_File_Name (1 .. Project_Naming_Last)); Output.Write_Line (""""); end if; -- Create the naming project node Project_Naming_Node := Default_Project_Node (Of_Kind => N_Project, In_Tree => Tree); Set_Name_Of (Project_Naming_Node, Tree, To => Project_Naming_Id); Project_Naming_Decl := Default_Project_Node (Of_Kind => N_Project_Declaration, In_Tree => Tree); Set_Project_Declaration_Of (Project_Naming_Node, Tree, Project_Naming_Decl); Naming_Package := Default_Project_Node (Of_Kind => N_Package_Declaration, In_Tree => Tree); Set_Name_Of (Naming_Package, Tree, To => Name_Naming); -- Add an attribute declaration for Source_Files as an empty list (to -- indicate there are no sources in the naming project) and a package -- Naming (that will be filled later). declare Decl_Item : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Declarative_Item, In_Tree => Tree); Attribute : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Attribute_Declaration, In_Tree => Tree, And_Expr_Kind => List); Expression : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Expression, In_Tree => Tree, And_Expr_Kind => List); Term : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Term, In_Tree => Tree, And_Expr_Kind => List); Empty_List : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Literal_String_List, In_Tree => Tree); begin Set_First_Declarative_Item_Of (Project_Naming_Decl, Tree, To => Decl_Item); Set_Next_Declarative_Item (Decl_Item, Tree, Naming_Package); Set_Current_Item_Node (Decl_Item, Tree, To => Attribute); Set_Name_Of (Attribute, Tree, To => Name_Source_Files); Set_Expression_Of (Attribute, Tree, To => Expression); Set_First_Term (Expression, Tree, To => Term); Set_Current_Term (Term, Tree, To => Empty_List); end; -- Add a with clause on the naming project in the main project, if -- there is not already one. declare With_Clause : Project_Node_Id := First_With_Clause_Of (Project_Node, Tree); begin while Present (With_Clause) loop exit when Prj.Tree.Name_Of (With_Clause, Tree) = Project_Naming_Id; With_Clause := Next_With_Clause_Of (With_Clause, Tree); end loop; if No (With_Clause) then With_Clause := Default_Project_Node (Of_Kind => N_With_Clause, In_Tree => Tree); Set_Next_With_Clause_Of (With_Clause, Tree, To => First_With_Clause_Of (Project_Node, Tree)); Set_First_With_Clause_Of (Project_Node, Tree, To => With_Clause); Set_Name_Of (With_Clause, Tree, To => Project_Naming_Id); -- We set the project node to something different than -- Empty_Node, so that Prj.PP does not generate a limited -- with clause. Set_Project_Node_Of (With_Clause, Tree, Non_Empty_Node); Name_Len := Project_Naming_Last; Name_Buffer (1 .. Name_Len) := Project_Naming_File_Name (1 .. Project_Naming_Last); Set_String_Value_Of (With_Clause, Tree, To => Name_Find); end if; end; Project_Declaration := Project_Declaration_Of (Project_Node, Tree); -- Add a package Naming in the main project, that is a renaming of -- package Naming in the naming project. declare Decl_Item : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Declarative_Item, In_Tree => Tree); Naming : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Package_Declaration, In_Tree => Tree); begin Set_Next_Declarative_Item (Decl_Item, Tree, To => First_Declarative_Item_Of (Project_Declaration, Tree)); Set_First_Declarative_Item_Of (Project_Declaration, Tree, To => Decl_Item); Set_Current_Item_Node (Decl_Item, Tree, To => Naming); Set_Name_Of (Naming, Tree, To => Name_Naming); Set_Project_Of_Renamed_Package_Of (Naming, Tree, To => Project_Naming_Node); -- Attach the comments, if any, that were saved for package -- Naming. Tree.Project_Nodes.Table (Naming).Comments := Naming_Package_Comments; end; -- Add an attribute declaration for Source_Dirs, initialized as an -- empty list. declare Decl_Item : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Declarative_Item, In_Tree => Tree); Attribute : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Attribute_Declaration, In_Tree => Tree, And_Expr_Kind => List); Expression : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Expression, In_Tree => Tree, And_Expr_Kind => List); Term : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Term, In_Tree => Tree, And_Expr_Kind => List); begin Set_Next_Declarative_Item (Decl_Item, Tree, To => First_Declarative_Item_Of (Project_Declaration, Tree)); Set_First_Declarative_Item_Of (Project_Declaration, Tree, To => Decl_Item); Set_Current_Item_Node (Decl_Item, Tree, To => Attribute); Set_Name_Of (Attribute, Tree, To => Name_Source_Dirs); Set_Expression_Of (Attribute, Tree, To => Expression); Set_First_Term (Expression, Tree, To => Term); Source_Dirs_List := Default_Project_Node (Of_Kind => N_Literal_String_List, In_Tree => Tree, And_Expr_Kind => List); Set_Current_Term (Term, Tree, To => Source_Dirs_List); -- Attach the comments, if any, that were saved for attribute -- Source_Dirs. Tree.Project_Nodes.Table (Attribute).Comments := Source_Dirs_Comments; end; -- Put the source directories in attribute Source_Dirs for Source_Dir_Index in 1 .. Source_Directories.Last loop declare Expression : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Expression, In_Tree => Tree, And_Expr_Kind => Single); Term : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Term, In_Tree => Tree, And_Expr_Kind => Single); Value : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Literal_String, In_Tree => Tree, And_Expr_Kind => Single); begin if No (Current_Source_Dir) then Set_First_Expression_In_List (Source_Dirs_List, Tree, To => Expression); else Set_Next_Expression_In_List (Current_Source_Dir, Tree, To => Expression); end if; Current_Source_Dir := Expression; Set_First_Term (Expression, Tree, To => Term); Set_Current_Term (Term, Tree, To => Value); Name_Len := 0; Add_Str_To_Name_Buffer (Source_Directories.Table (Source_Dir_Index).all); Set_String_Value_Of (Value, Tree, To => Name_Find); end; end loop; -- Add an attribute declaration for Source_Files or Source_List_File -- with the source list file name that will be created. declare Decl_Item : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Declarative_Item, In_Tree => Tree); Attribute : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Attribute_Declaration, In_Tree => Tree, And_Expr_Kind => Single); Expression : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Expression, In_Tree => Tree, And_Expr_Kind => Single); Term : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Term, In_Tree => Tree, And_Expr_Kind => Single); Value : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Literal_String, In_Tree => Tree, And_Expr_Kind => Single); begin Set_Next_Declarative_Item (Decl_Item, Tree, To => First_Declarative_Item_Of (Project_Declaration, Tree)); Set_First_Declarative_Item_Of (Project_Declaration, Tree, To => Decl_Item); Set_Current_Item_Node (Decl_Item, Tree, To => Attribute); Set_Name_Of (Attribute, Tree, To => Name_Source_List_File); Set_Expression_Of (Attribute, Tree, To => Expression); Set_First_Term (Expression, Tree, To => Term); Set_Current_Term (Term, Tree, To => Value); Name_Len := Source_List_Last; Name_Buffer (1 .. Name_Len) := Source_List_Path (1 .. Source_List_Last); Set_String_Value_Of (Value, Tree, To => Name_Find); -- If there was no comments for attribute Source_List_File, put -- those for Source_Files, if they exist. if Present (Source_List_File_Comments) then Tree.Project_Nodes.Table (Attribute).Comments := Source_List_File_Comments; else Tree.Project_Nodes.Table (Attribute).Comments := Source_Files_Comments; end if; end; -- Put the sources in the source list files and in the naming -- project. for Source_Index in 1 .. Sources.Last loop -- Add the corresponding attribute in the -- Naming package of the naming project. declare Current_Source : constant Source := Sources.Table (Source_Index); Decl_Item : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Declarative_Item, In_Tree => Tree); Attribute : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Attribute_Declaration, In_Tree => Tree); Expression : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Expression, And_Expr_Kind => Single, In_Tree => Tree); Term : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Term, And_Expr_Kind => Single, In_Tree => Tree); Value : constant Project_Node_Id := Default_Project_Node (Of_Kind => N_Literal_String, And_Expr_Kind => Single, In_Tree => Tree); begin -- Add source file name to the source list file if it is not -- already there. if not Source_Files.Get (Current_Source.File_Name) then Source_Files.Set (Current_Source.File_Name, True); Get_Name_String (Current_Source.File_Name); Add_Char_To_Name_Buffer (ASCII.LF); if Write (Source_List_FD, Name_Buffer (1)'Address, Name_Len) /= Name_Len then Prj.Com.Fail ("disk full"); end if; end if; -- For an Ada source, add entry in package Naming if Current_Source.Unit_Name /= No_Name then Set_Next_Declarative_Item (Decl_Item, To => First_Declarative_Item_Of (Naming_Package, Tree), In_Tree => Tree); Set_First_Declarative_Item_Of (Naming_Package, To => Decl_Item, In_Tree => Tree); Set_Current_Item_Node (Decl_Item, To => Attribute, In_Tree => Tree); -- Is it a spec or a body? if Current_Source.Spec then Set_Name_Of (Attribute, Tree, To => Name_Spec); else Set_Name_Of (Attribute, Tree, To => Name_Body); end if; -- Get the name of the unit Get_Name_String (Current_Source.Unit_Name); To_Lower (Name_Buffer (1 .. Name_Len)); Set_Associative_Array_Index_Of (Attribute, Tree, To => Name_Find); Set_Expression_Of (Attribute, Tree, To => Expression); Set_First_Term (Expression, Tree, To => Term); Set_Current_Term (Term, Tree, To => Value); -- And set the name of the file Set_String_Value_Of (Value, Tree, To => Current_Source.File_Name); Set_Source_Index_Of (Value, Tree, To => Current_Source.Index); end if; end; end loop; -- Close the source list file Close (Source_List_FD); -- Output the project file Prj.PP.Pretty_Print (Project_Node, Tree, W_Char => Write_A_Char'Access, W_Eol => Write_Eol'Access, W_Str => Write_A_String'Access, Backward_Compatibility => False, Max_Line_Length => 79); Close (Output_FD); -- Delete the naming project file if it already exists Delete_File (Project_Naming_File_Name (1 .. Project_Naming_Last), Success => Discard); -- Create a new one if Opt.Verbose_Mode then Output.Write_Str ("Creating new naming project file """); Output.Write_Str (Project_Naming_File_Name (1 .. Project_Naming_Last)); Output.Write_Line (""""); end if; Output_FD := Create_New_File (Project_Naming_File_Name (1 .. Project_Naming_Last), Fmode => Text); -- Fails if naming project file cannot be created if Output_FD = Invalid_FD then Prj.Com.Fail ("cannot create new """ & Project_Naming_File_Name (1 .. Project_Naming_Last) & """"); end if; -- Output the naming project file Prj.PP.Pretty_Print (Project_Naming_Node, Tree, W_Char => Write_A_Char'Access, W_Eol => Write_Eol'Access, W_Str => Write_A_String'Access, Backward_Compatibility => False); Close (Output_FD); else -- For each Ada source, write a pragma Source_File_Name to the -- configuration pragmas file. for Index in 1 .. Sources.Last loop if Sources.Table (Index).Unit_Name /= No_Name then Write_A_String ("pragma Source_File_Name"); Write_Eol; Write_A_String (" ("); Write_A_String (Get_Name_String (Sources.Table (Index).Unit_Name)); Write_A_String (","); Write_Eol; if Sources.Table (Index).Spec then Write_A_String (" Spec_File_Name => """); else Write_A_String (" Body_File_Name => """); end if; Write_A_String (Get_Name_String (Sources.Table (Index).File_Name)); Write_A_String (""""); if Sources.Table (Index).Index /= 0 then Write_A_String (", Index =>"); Write_A_String (Sources.Table (Index).Index'Img); end if; Write_A_String (");"); Write_Eol; end if; end loop; Close (Output_FD); end if; end Finalize; ---------------- -- Initialize -- ---------------- procedure Initialize (File_Path : String; Project_File : Boolean; Preproc_Switches : Argument_List; Very_Verbose : Boolean; Flags : Processing_Flags) is begin Makr.Very_Verbose := Initialize.Very_Verbose; Makr.Project_File := Initialize.Project_File; -- Do some needed initializations Csets.Initialize; Snames.Initialize; Stringt.Initialize; Prj.Initialize (No_Project_Tree); Prj.Tree.Initialize (Root_Environment, Flags); Prj.Env.Initialize_Default_Project_Path (Root_Environment.Project_Path, Target_Name => Sdefault.Target_Name.all); Prj.Tree.Initialize (Tree); Sources.Set_Last (0); Source_Directories.Set_Last (0); -- Initialize the compiler switches Args := new Argument_List (1 .. Preproc_Switches'Length + 6); Args (1) := new String'("-c"); Args (2) := new String'("-gnats"); Args (3) := new String'("-gnatu"); Args (4 .. 3 + Preproc_Switches'Length) := Preproc_Switches; Args (4 + Preproc_Switches'Length) := new String'("-x"); Args (5 + Preproc_Switches'Length) := new String'("ada"); -- Get the path and file names Path_Name := new String (1 .. File_Path'Length + Project_File_Extension'Length); Path_Last := File_Path'Length; if File_Names_Case_Sensitive then Path_Name (1 .. Path_Last) := File_Path; else Path_Name (1 .. Path_Last) := To_Lower (File_Path); end if; Path_Name (Path_Last + 1 .. Path_Name'Last) := Project_File_Extension; -- Get the end of directory information, if any for Index in reverse 1 .. Path_Last loop if Path_Name (Index) = Directory_Separator then Directory_Last := Index; exit; end if; end loop; if Project_File then if Path_Last < Project_File_Extension'Length + 1 or else Path_Name (Path_Last - Project_File_Extension'Length + 1 .. Path_Last) /= Project_File_Extension then Path_Last := Path_Name'Last; end if; Output_Name := new String'(To_Lower (Path_Name (1 .. Path_Last))); Output_Name_Last := Output_Name'Last - 4; -- If there is already a project file with the specified name, parse -- it to get the components that are not automatically generated. if Is_Regular_File (Output_Name (1 .. Path_Last)) then if Opt.Verbose_Mode then Output.Write_Str ("Parsing already existing project file """); Output.Write_Str (Output_Name.all); Output.Write_Line (""""); end if; Part.Parse (In_Tree => Tree, Project => Project_Node, Project_File_Name => Output_Name.all, Errout_Handling => Part.Finalize_If_Error, Store_Comments => True, Is_Config_File => False, Env => Root_Environment, Current_Directory => Get_Current_Dir, Packages_To_Check => Packages_To_Check_By_Gnatname); -- Fail if parsing was not successful if No (Project_Node) then Prj.Com.Fail ("parsing of existing project file failed"); elsif Project_Qualifier_Of (Project_Node, Tree) = Aggregate then Prj.Com.Fail ("aggregate projects are not supported"); elsif Project_Qualifier_Of (Project_Node, Tree) = Aggregate_Library then Prj.Com.Fail ("aggregate library projects are not supported"); else -- If parsing was successful, remove the components that are -- automatically generated, if any, so that they will be -- unconditionally added later. -- Remove the with clause for the naming project file declare With_Clause : Project_Node_Id := First_With_Clause_Of (Project_Node, Tree); Previous : Project_Node_Id := Empty_Node; begin while Present (With_Clause) loop if Prj.Tree.Name_Of (With_Clause, Tree) = Project_Naming_Id then if No (Previous) then Set_First_With_Clause_Of (Project_Node, Tree, To => Next_With_Clause_Of (With_Clause, Tree)); else Set_Next_With_Clause_Of (Previous, Tree, To => Next_With_Clause_Of (With_Clause, Tree)); end if; exit; end if; Previous := With_Clause; With_Clause := Next_With_Clause_Of (With_Clause, Tree); end loop; end; -- Remove attribute declarations of Source_Files, -- Source_List_File, Source_Dirs, and the declaration of -- package Naming, if they exist, but preserve the comments -- attached to these nodes. declare Declaration : Project_Node_Id := First_Declarative_Item_Of (Project_Declaration_Of (Project_Node, Tree), Tree); Previous : Project_Node_Id := Empty_Node; Current_Node : Project_Node_Id := Empty_Node; Name : Name_Id; Kind_Of_Node : Project_Node_Kind; Comments : Project_Node_Id; begin while Present (Declaration) loop Current_Node := Current_Item_Node (Declaration, Tree); Kind_Of_Node := Kind_Of (Current_Node, Tree); if Kind_Of_Node = N_Attribute_Declaration or else Kind_Of_Node = N_Package_Declaration then Name := Prj.Tree.Name_Of (Current_Node, Tree); if Nam_In (Name, Name_Source_Files, Name_Source_List_File, Name_Source_Dirs, Name_Naming) then Comments := Tree.Project_Nodes.Table (Current_Node).Comments; if Name = Name_Source_Files then Source_Files_Comments := Comments; elsif Name = Name_Source_List_File then Source_List_File_Comments := Comments; elsif Name = Name_Source_Dirs then Source_Dirs_Comments := Comments; elsif Name = Name_Naming then Naming_Package_Comments := Comments; end if; if No (Previous) then Set_First_Declarative_Item_Of (Project_Declaration_Of (Project_Node, Tree), Tree, To => Next_Declarative_Item (Declaration, Tree)); else Set_Next_Declarative_Item (Previous, Tree, To => Next_Declarative_Item (Declaration, Tree)); end if; else Previous := Declaration; end if; end if; Declaration := Next_Declarative_Item (Declaration, Tree); end loop; end; end if; end if; if Directory_Last /= 0 then Output_Name (1 .. Output_Name_Last - Directory_Last) := Output_Name (Directory_Last + 1 .. Output_Name_Last); Output_Name_Last := Output_Name_Last - Directory_Last; end if; -- Get the project name id Name_Len := Output_Name_Last; Name_Buffer (1 .. Name_Len) := Output_Name (1 .. Name_Len); Output_Name_Id := Name_Find; -- Create the project naming file name Project_Naming_Last := Output_Name_Last; Project_Naming_File_Name := new String'(Output_Name (1 .. Output_Name_Last) & Naming_File_Suffix & Project_File_Extension); Project_Naming_Last := Project_Naming_Last + Naming_File_Suffix'Length; -- Get the project naming id Name_Len := Project_Naming_Last; Name_Buffer (1 .. Name_Len) := Project_Naming_File_Name (1 .. Name_Len); Project_Naming_Id := Name_Find; Project_Naming_Last := Project_Naming_Last + Project_File_Extension'Length; -- Create the source list file name Source_List_Last := Output_Name_Last; Source_List_Path := new String'(Output_Name (1 .. Output_Name_Last) & Source_List_File_Suffix); Source_List_Last := Output_Name_Last + Source_List_File_Suffix'Length; -- Add the project file extension to the project name Output_Name (Output_Name_Last + 1 .. Output_Name_Last + Project_File_Extension'Length) := Project_File_Extension; Output_Name_Last := Output_Name_Last + Project_File_Extension'Length; -- Back up project file if it already exists if not Opt.No_Backup and then Is_Regular_File (Path_Name (1 .. Path_Last)) then declare Discard : Boolean; Saved_Path : constant String := Path_Name (1 .. Path_Last) & ".saved_"; Nmb : Natural; begin Nmb := 0; loop declare Img : constant String := Nmb'Img; begin if not Is_Regular_File (Saved_Path & Img (2 .. Img'Last)) then Copy_File (Name => Path_Name (1 .. Path_Last), Pathname => Saved_Path & Img (2 .. Img'Last), Mode => Overwrite, Success => Discard); exit; end if; Nmb := Nmb + 1; end; end loop; end; end if; end if; -- Change the current directory to the directory of the project file, -- if any directory information is specified. if Directory_Last /= 0 then begin Change_Dir (Path_Name (1 .. Directory_Last)); exception when Directory_Error => Prj.Com.Fail ("unknown directory """ & Path_Name (1 .. Directory_Last) & """"); end; end if; end Initialize; ------------- -- Process -- ------------- procedure Process (Directories : Argument_List; Name_Patterns : Regexp_List; Excluded_Patterns : Regexp_List; Foreign_Patterns : Regexp_List) is procedure Process_Directory (Dir_Name : String; Recursively : Boolean); -- Look for Ada and foreign sources in a directory, according to the -- patterns. When Recursively is True, after looking for sources in -- Dir_Name, look also in its subdirectories, if any. ----------------------- -- Process_Directory -- ----------------------- procedure Process_Directory (Dir_Name : String; Recursively : Boolean) is Matched : Matched_Type := False; Str : String (1 .. 2_000); Canon : String (1 .. 2_000); Last : Natural; Dir : Dir_Type; Do_Process : Boolean := True; Temp_File_Name : String_Access := null; Save_Last_Source_Index : Natural := 0; File_Name_Id : Name_Id := No_Name; Current_Source : Source; begin -- Avoid processing the same directory more than once for Index in 1 .. Processed_Directories.Last loop if Processed_Directories.Table (Index).all = Dir_Name then Do_Process := False; exit; end if; end loop; if Do_Process then if Opt.Verbose_Mode then Output.Write_Str ("Processing directory """); Output.Write_Str (Dir_Name); Output.Write_Line (""""); end if; Processed_Directories. Increment_Last; Processed_Directories.Table (Processed_Directories.Last) := new String'(Dir_Name); -- Get the source file names from the directory. Fails if the -- directory does not exist. begin Open (Dir, Dir_Name); exception when Directory_Error => Prj.Com.Fail ("cannot open directory """ & Dir_Name & """"); end; -- Process each regular file in the directory File_Loop : loop Read (Dir, Str, Last); exit File_Loop when Last = 0; -- Copy the file name and put it in canonical case to match -- against the patterns that have themselves already been put -- in canonical case. Canon (1 .. Last) := Str (1 .. Last); Canonical_Case_File_Name (Canon (1 .. Last)); if Is_Regular_File (Dir_Name & Directory_Separator & Str (1 .. Last)) then Matched := True; Name_Len := Last; Name_Buffer (1 .. Name_Len) := Str (1 .. Last); File_Name_Id := Name_Find; -- First, check if the file name matches at least one of -- the excluded expressions; for Index in Excluded_Patterns'Range loop if Match (Canon (1 .. Last), Excluded_Patterns (Index)) then Matched := Excluded; exit; end if; end loop; -- If it does not match any of the excluded expressions, -- check if the file name matches at least one of the -- regular expressions. if Matched = True then Matched := False; for Index in Name_Patterns'Range loop if Match (Canon (1 .. Last), Name_Patterns (Index)) then Matched := True; exit; end if; end loop; end if; if Very_Verbose or else (Matched = True and then Opt.Verbose_Mode) then Output.Write_Str (" Checking """); Output.Write_Str (Str (1 .. Last)); Output.Write_Line (""": "); end if; -- If the file name matches one of the regular expressions, -- parse it to get its unit name. if Matched = True then declare FD : File_Descriptor; Success : Boolean; Saved_Output : File_Descriptor; Saved_Error : File_Descriptor; Tmp_File : Path_Name_Type; begin -- If we don't have the path of the compiler yet, -- get it now. The compiler name may have a prefix, -- so we get the potentially prefixed name. if Gcc_Path = null then declare Prefix_Gcc : String_Access := Program_Name (Gcc, "gnatname"); begin Gcc_Path := Locate_Exec_On_Path (Prefix_Gcc.all); Free (Prefix_Gcc); end; if Gcc_Path = null then Prj.Com.Fail ("could not locate " & Gcc); end if; end if; -- Create the temporary file Tempdir.Create_Temp_File (FD, Tmp_File); if FD = Invalid_FD then Prj.Com.Fail ("could not create temporary file"); else Temp_File_Name := new String'(Get_Name_String (Tmp_File)); end if; Args (Args'Last) := new String' (Dir_Name & Directory_Separator & Str (1 .. Last)); -- Save the standard output and error Saved_Output := Dup (Standout); Saved_Error := Dup (Standerr); -- Set standard output and error to the temporary file Dup2 (FD, Standout); Dup2 (FD, Standerr); -- And spawn the compiler Spawn (Gcc_Path.all, Args.all, Success); -- Restore the standard output and error Dup2 (Saved_Output, Standout); Dup2 (Saved_Error, Standerr); -- Close the temporary file Close (FD); -- And close the saved standard output and error to -- avoid too many file descriptors. Close (Saved_Output); Close (Saved_Error); -- Now that standard output is restored, check if -- the compiler ran correctly. -- Read the lines of the temporary file: -- they should contain the kind and name of the unit. declare File : Text_File; Text_Line : String (1 .. 1_000); Text_Last : Natural; begin Open (File, Temp_File_Name.all); if not Is_Valid (File) then Prj.Com.Fail ("could not read temporary file " & Temp_File_Name.all); end if; Save_Last_Source_Index := Sources.Last; if End_Of_File (File) then if Opt.Verbose_Mode then if not Success then Output.Write_Str (" (process died) "); end if; end if; else Line_Loop : while not End_Of_File (File) loop Get_Line (File, Text_Line, Text_Last); -- Find the first closing parenthesis Char_Loop : for J in 1 .. Text_Last loop if Text_Line (J) = ')' then if J >= 13 and then Text_Line (1 .. 4) = "Unit" then -- Add entry to Sources table Name_Len := J - 12; Name_Buffer (1 .. Name_Len) := Text_Line (6 .. J - 7); Current_Source := (Unit_Name => Name_Find, File_Name => File_Name_Id, Index => 0, Spec => Text_Line (J - 5 .. J) = "(spec)"); Sources.Append (Current_Source); end if; exit Char_Loop; end if; end loop Char_Loop; end loop Line_Loop; end if; if Save_Last_Source_Index = Sources.Last then if Opt.Verbose_Mode then Output.Write_Line (" not a unit"); end if; else if Sources.Last > Save_Last_Source_Index + 1 then for Index in Save_Last_Source_Index + 1 .. Sources.Last loop Sources.Table (Index).Index := Int (Index - Save_Last_Source_Index); end loop; end if; for Index in Save_Last_Source_Index + 1 .. Sources.Last loop Current_Source := Sources.Table (Index); if Opt.Verbose_Mode then if Current_Source.Spec then Output.Write_Str (" spec of "); else Output.Write_Str (" body of "); end if; Output.Write_Line (Get_Name_String (Current_Source.Unit_Name)); end if; end loop; end if; Close (File); Delete_File (Temp_File_Name.all, Success); end; end; -- File name matches none of the regular expressions else -- If file is not excluded, see if this is foreign source if Matched /= Excluded then for Index in Foreign_Patterns'Range loop if Match (Canon (1 .. Last), Foreign_Patterns (Index)) then Matched := True; exit; end if; end loop; end if; if Very_Verbose then case Matched is when False => Output.Write_Line ("no match"); when Excluded => Output.Write_Line ("excluded"); when True => Output.Write_Line ("foreign source"); end case; end if; if Matched = True then -- Add source file name without unit name Name_Len := 0; Add_Str_To_Name_Buffer (Canon (1 .. Last)); Sources.Append ((File_Name => Name_Find, Unit_Name => No_Name, Index => 0, Spec => False)); end if; end if; end if; end loop File_Loop; Close (Dir); end if; -- If Recursively is True, call itself for each subdirectory. -- We do that, even when this directory has already been processed, -- because all of its subdirectories may not have been processed. if Recursively then Open (Dir, Dir_Name); loop Read (Dir, Str, Last); exit when Last = 0; -- Do not call itself for "." or ".." if Is_Directory (Dir_Name & Directory_Separator & Str (1 .. Last)) and then Str (1 .. Last) /= "." and then Str (1 .. Last) /= ".." then Process_Directory (Dir_Name & Directory_Separator & Str (1 .. Last), Recursively => True); end if; end loop; Close (Dir); end if; end Process_Directory; -- Start of processing for Process begin Processed_Directories.Set_Last (0); -- Process each directory for Index in Directories'Range loop declare Dir_Name : constant String := Directories (Index).all; Last : Natural := Dir_Name'Last; Recursively : Boolean := False; Found : Boolean; Canonical : String (1 .. Dir_Name'Length) := Dir_Name; begin Canonical_Case_File_Name (Canonical); Found := False; for J in 1 .. Source_Directories.Last loop if Source_Directories.Table (J).all = Canonical then Found := True; exit; end if; end loop; if not Found then Source_Directories.Append (new String'(Canonical)); end if; if Dir_Name'Length >= 4 and then (Dir_Name (Last - 2 .. Last) = "/**") then Last := Last - 3; Recursively := True; end if; Process_Directory (Dir_Name (Dir_Name'First .. Last), Recursively); end; end loop; end Process; ---------------- -- Write_Char -- ---------------- procedure Write_A_Char (C : Character) is begin Write_A_String ((1 => C)); end Write_A_Char; --------------- -- Write_Eol -- --------------- procedure Write_Eol is begin Write_A_String ((1 => ASCII.LF)); end Write_Eol; -------------------- -- Write_A_String -- -------------------- procedure Write_A_String (S : String) is Str : String (1 .. S'Length); begin if S'Length > 0 then Str := S; if Write (Output_FD, Str (1)'Address, Str'Length) /= Str'Length then Prj.Com.Fail ("disk full"); end if; end if; end Write_A_String; end Prj.Makr;
37.073791
79
0.476905
1ddb2f2342114977910eff0481eea4ef494d87d7
3,539
adb
Ada
src/fltk-widgets-inputs-float.adb
micahwelf/FLTK-Ada
83e0c58ea98e5ede2cbbb158b42eae44196c3ba7
[ "Unlicense" ]
1
2020-12-18T15:20:13.000Z
2020-12-18T15:20:13.000Z
src/fltk-widgets-inputs-float.adb
micahwelf/FLTK-Ada
83e0c58ea98e5ede2cbbb158b42eae44196c3ba7
[ "Unlicense" ]
null
null
null
src/fltk-widgets-inputs-float.adb
micahwelf/FLTK-Ada
83e0c58ea98e5ede2cbbb158b42eae44196c3ba7
[ "Unlicense" ]
null
null
null
with Interfaces.C.Strings, System; use type Interfaces.C.Strings.chars_ptr, System.Address; package body FLTK.Widgets.Inputs.Float is procedure float_input_set_draw_hook (W, D : in System.Address); pragma Import (C, float_input_set_draw_hook, "float_input_set_draw_hook"); pragma Inline (float_input_set_draw_hook); procedure float_input_set_handle_hook (W, H : in System.Address); pragma Import (C, float_input_set_handle_hook, "float_input_set_handle_hook"); pragma Inline (float_input_set_handle_hook); function new_fl_float_input (X, Y, W, H : in Interfaces.C.int; Text : in Interfaces.C.char_array) return System.Address; pragma Import (C, new_fl_float_input, "new_fl_float_input"); pragma Inline (new_fl_float_input); procedure free_fl_float_input (F : in System.Address); pragma Import (C, free_fl_float_input, "free_fl_float_input"); pragma Inline (free_fl_float_input); procedure fl_float_input_draw (W : in System.Address); pragma Import (C, fl_float_input_draw, "fl_float_input_draw"); pragma Inline (fl_float_input_draw); function fl_float_input_handle (W : in System.Address; E : in Interfaces.C.int) return Interfaces.C.int; pragma Import (C, fl_float_input_handle, "fl_float_input_handle"); pragma Inline (fl_float_input_handle); procedure Finalize (This : in out Float_Input) is begin if This.Void_Ptr /= System.Null_Address and then This in Float_Input'Class then free_fl_float_input (This.Void_Ptr); This.Void_Ptr := System.Null_Address; end if; Finalize (Input (This)); end Finalize; package body Forge is function Create (X, Y, W, H : in Integer; Text : in String) return Float_Input is begin return This : Float_Input do This.Void_Ptr := new_fl_float_input (Interfaces.C.int (X), Interfaces.C.int (Y), Interfaces.C.int (W), Interfaces.C.int (H), Interfaces.C.To_C (Text)); fl_widget_set_user_data (This.Void_Ptr, Widget_Convert.To_Address (This'Unchecked_Access)); float_input_set_draw_hook (This.Void_Ptr, Draw_Hook'Address); float_input_set_handle_hook (This.Void_Ptr, Handle_Hook'Address); end return; end Create; end Forge; function Get_Value (This : in Float_Input) return Standard.Float is Ptr : Interfaces.C.Strings.chars_ptr := fl_input_get_value (This.Void_Ptr); begin if Ptr = Interfaces.C.Strings.Null_Ptr then return 0.0; else return Standard.Float'Value (Interfaces.C.Strings.Value (Ptr)); end if; end Get_Value; procedure Draw (This : in out Float_Input) is begin fl_float_input_draw (This.Void_Ptr); end Draw; function Handle (This : in out Float_Input; Event : in Event_Kind) return Event_Outcome is begin return Event_Outcome'Val (fl_float_input_handle (This.Void_Ptr, Event_Kind'Pos (Event))); end Handle; end FLTK.Widgets.Inputs.Float;
25.832117
83
0.604691
1c64b6c65827447be637dcfcae5de83b12c351f3
400,388
adb
Ada
backup/hls_prj/estream_read/circ_buff_read_128/.autopilot/db/circ_buff_read_128.adb
icgrp/estream4fccm2021
1fca4c2108b52bda32262bb016f26fcc7334cb18
[ "MIT" ]
1
2021-04-12T19:22:01.000Z
2021-04-12T19:22:01.000Z
backup/hls_prj/estream_read/circ_buff_read_128/.autopilot/db/circ_buff_read_128.adb
icgrp/estream4fccm2021
1fca4c2108b52bda32262bb016f26fcc7334cb18
[ "MIT" ]
null
null
null
backup/hls_prj/estream_read/circ_buff_read_128/.autopilot/db/circ_buff_read_128.adb
icgrp/estream4fccm2021
1fca4c2108b52bda32262bb016f26fcc7334cb18
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="15"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName/> <cdfg class_id="1" tracking_level="1" version="0" object_id="_0"> <name>circ_buff_read_128</name> <ret_bitwidth>0</ret_bitwidth> <ports class_id="2" tracking_level="0" version="0"> <count>4</count> <item_version>0</item_version> <item class_id="3" tracking_level="1" version="0" object_id="_1"> <Value class_id="4" tracking_level="0" version="0"> <Obj class_id="5" tracking_level="0" version="0"> <type>1</type> <id>1</id> <name>gmem_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo class_id="6" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <direction>2</direction> <if_type>4</if_type> <array_size>0</array_size> <bit_vecs class_id="7" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_2"> <Value> <Obj> <type>1</type> <id>2</id> <name>input_V</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>input.V</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_3"> <Value> <Obj> <type>1</type> <id>3</id> <name>stream_out_V</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>fifo.V</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <direction>1</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_4"> <Value> <Obj> <type>1</type> <id>4</id> <name>reset</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>reset</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> </ports> <nodes class_id="8" tracking_level="0" version="0"> <count>79</count> <item_version>0</item_version> <item class_id="9" tracking_level="1" version="0" object_id="_5"> <Value> <Obj> <type>0</type> <id>6</id> <name>input_V_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>input.V</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>117</item> <item>118</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.00</m_delay> <m_topoIndex>1</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_6"> <Value> <Obj> <type>0</type> <id>7</id> <name>tmp_3</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName>tmp_3_fu_260_p4</rtlName> <coreName/> </Obj> <bitwidth>28</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>120</item> <item>121</item> <item>123</item> <item>125</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>2</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_7"> <Value> <Obj> <type>0</type> <id>8</id> <name>tmp_10_cast</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName>tmp_10_cast_fu_270_p1</rtlName> <coreName/> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>126</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>3</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_8"> <Value> <Obj> <type>0</type> <id>13</id> <name>data_V</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>37</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item class_id="11" tracking_level="0" version="0"> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second class_id="12" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="13" tracking_level="0" version="0"> <first class_id="14" tracking_level="0" version="0"> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>37</second> </item> </second> </item> </inlineStackInfo> <originalName>data.V</originalName> <rtlName>data_V_U</rtlName> <coreName>RAM</coreName> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>128</item> </oprand_edges> <opcode>alloca</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>4</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_9"> <Value> <Obj> <type>0</type> <id>19</id> <name>reset_read</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>42</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>42</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>130</item> <item>131</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.00</m_delay> <m_topoIndex>5</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_10"> <Value> <Obj> <type>0</type> <id>20</id> <name>tmp</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>42</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>42</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_fu_274_p2</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>132</item> <item>134</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.85</m_delay> <m_topoIndex>6</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_11"> <Value> <Obj> <type>0</type> <id>21</id> <name>stream_tail_V_load</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>135</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>7</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_12"> <Value> <Obj> <type>0</type> <id>22</id> <name>extLd</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName>extLd_fu_284_p1</rtlName> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>136</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>8</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_13"> <Value> <Obj> <type>0</type> <id>23</id> <name/> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>42</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>42</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>137</item> <item>138</item> <item>139</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>9</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_14"> <Value> <Obj> <type>0</type> <id>25</id> <name>input_V2_sum</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>51</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>51</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>input_V2_sum_fu_288_p2</rtlName> <coreName/> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>144</item> <item>146</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.15</m_delay> <m_topoIndex>10</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_15"> <Value> <Obj> <type>0</type> <id>26</id> <name>input_V2_sum_cast</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>51</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>51</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>input_V2_sum_cast_fu_300_p1</rtlName> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>147</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>13</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_16"> <Value> <Obj> <type>0</type> <id>27</id> <name>gmem_read_addr</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>51</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>51</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>148</item> <item>149</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>14</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_17"> <Value> <Obj> <type>0</type> <id>28</id> <name>stream_head_V_req</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>51</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>51</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>151</item> <item>152</item> <item>154</item> </oprand_edges> <opcode>readreq</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.91</m_delay> <m_topoIndex>15</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_18"> <Value> <Obj> <type>0</type> <id>29</id> <name>stream_head_V</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>51</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>51</second> </item> </second> </item> </inlineStackInfo> <originalName>stream_head.V</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>156</item> <item>157</item> <item>477</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.91</m_delay> <m_topoIndex>16</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_19"> <Value> <Obj> <type>0</type> <id>30</id> <name>tmp_1</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>53</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>53</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_1_fu_310_p2</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>158</item> <item>159</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.46</m_delay> <m_topoIndex>17</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_20"> <Value> <Obj> <type>0</type> <id>31</id> <name/> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>53</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>53</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>160</item> <item>161</item> <item>162</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>18</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_21"> <Value> <Obj> <type>0</type> <id>33</id> <name>tmp_2</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>65</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>65</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_2_fu_314_p2</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>163</item> <item>164</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.46</m_delay> <m_topoIndex>19</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_22"> <Value> <Obj> <type>0</type> <id>34</id> <name>tmp_6</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>67</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>67</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_6_fu_318_p1</rtlName> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>165</item> </oprand_edges> <opcode>trunc</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>20</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_23"> <Value> <Obj> <type>0</type> <id>35</id> <name>tmp_4</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>67</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>67</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_4_fu_327_p1</rtlName> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>166</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>22</m_topoIndex> <m_clusterGroupNumber>1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_24"> <Value> <Obj> <type>0</type> <id>36</id> <name>tmp_8</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>74</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>74</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_8_fu_321_p2</rtlName> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>168</item> <item>169</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.01</m_delay> <m_topoIndex>21</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_25"> <Value> <Obj> <type>0</type> <id>37</id> <name>bytes_read2_v</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>74</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>74</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>bytes_read2_v_fu_330_p3</rtlName> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>170</item> <item>171</item> <item>172</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>23</m_topoIndex> <m_clusterGroupNumber>1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_26"> <Value> <Obj> <type>0</type> <id>38</id> <name>bytes_read</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>74</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>74</second> </item> </second> </item> </inlineStackInfo> <originalName>bytes_read</originalName> <rtlName>bytes_read_fu_335_p2</rtlName> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>173</item> <item>174</item> </oprand_edges> <opcode>sub</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.01</m_delay> <m_topoIndex>24</m_topoIndex> <m_clusterGroupNumber>1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_27"> <Value> <Obj> <type>0</type> <id>39</id> <name>tmp_10</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>74</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>74</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_10_fu_341_p2</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>175</item> <item>177</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.86</m_delay> <m_topoIndex>25</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_28"> <Value> <Obj> <type>0</type> <id>40</id> <name>tmp_11</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>74</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>74</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_11_fu_347_p1</rtlName> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>178</item> </oprand_edges> <opcode>trunc</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>26</m_topoIndex> <m_clusterGroupNumber>2</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_29"> <Value> <Obj> <type>0</type> <id>41</id> <name>tmp_12</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>74</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>74</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_12_fu_351_p3</rtlName> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>179</item> <item>180</item> <item>181</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>27</m_topoIndex> <m_clusterGroupNumber>2</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_30"> <Value> <Obj> <type>0</type> <id>42</id> <name>tmp_13</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>78</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>78</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_13_fu_359_p2</rtlName> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>182</item> <item>183</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.92</m_delay> <m_topoIndex>28</m_topoIndex> <m_clusterGroupNumber>2</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_31"> <Value> <Obj> <type>0</type> <id>43</id> <name>tmp_15</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>78</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>78</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_15_fu_364_p1</rtlName> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>184</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>29</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_32"> <Value> <Obj> <type>0</type> <id>44</id> <name/> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>78</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>78</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>185</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.75</m_delay> <m_topoIndex>30</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_33"> <Value> <Obj> <type>0</type> <id>46</id> <name>t_V</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>84</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>84</second> </item> </second> </item> </inlineStackInfo> <originalName>t.V</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>186</item> <item>187</item> <item>188</item> <item>189</item> </oprand_edges> <opcode>phi</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>31</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_34"> <Value> <Obj> <type>0</type> <id>47</id> <name>h</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>h</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>15</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>191</item> <item>192</item> <item>193</item> <item>194</item> </oprand_edges> <opcode>phi</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>32</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_35"> <Value> <Obj> <type>0</type> <id>48</id> <name>h_cast</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>78</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>78</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>h_cast_fu_368_p1</rtlName> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>195</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>33</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_36"> <Value> <Obj> <type>0</type> <id>49</id> <name>tmp_5</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>78</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>78</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_5_fu_372_p2</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>196</item> <item>197</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.86</m_delay> <m_topoIndex>34</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_37"> <Value> <Obj> <type>0</type> <id>51</id> <name>h_1</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>78</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>78</second> </item> </second> </item> </inlineStackInfo> <originalName>h</originalName> <rtlName>h_1_fu_377_p2</rtlName> <coreName/> </Obj> <bitwidth>15</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>198</item> <item>200</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.00</m_delay> <m_topoIndex>35</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_38"> <Value> <Obj> <type>0</type> <id>52</id> <name/> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>78</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>78</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>201</item> <item>202</item> <item>203</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>36</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_39"> <Value> <Obj> <type>0</type> <id>57</id> <name>tmp_9</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>82</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>82</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_9_fu_414_p1</rtlName> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>210</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>45</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_40"> <Value> <Obj> <type>0</type> <id>58</id> <name>tmp_6_cast</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>82</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>82</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_6_cast_fu_383_p1</rtlName> <coreName/> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>211</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>37</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_41"> <Value> <Obj> <type>0</type> <id>59</id> <name>input_V2_sum4</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>82</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>82</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>input_V2_sum4_fu_387_p2</rtlName> <coreName/> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>212</item> <item>213</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.15</m_delay> <m_topoIndex>38</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_42"> <Value> <Obj> <type>0</type> <id>60</id> <name>input_V2_sum4_cast</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>82</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>82</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>input_V2_sum4_cast_fu_404_p1</rtlName> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>214</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>41</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_43"> <Value> <Obj> <type>0</type> <id>61</id> <name>gmem_read_addr_1</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>82</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>82</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>215</item> <item>216</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>42</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_44"> <Value> <Obj> <type>0</type> <id>62</id> <name>gmem_read_load_req</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>82</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>82</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>217</item> <item>218</item> <item>219</item> <item>483</item> </oprand_edges> <opcode>readreq</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.91</m_delay> <m_topoIndex>43</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_45"> <Value> <Obj> <type>0</type> <id>63</id> <name>gmem_read_addr_1_rea</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>82</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>82</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>5</count> <item_version>0</item_version> <item>220</item> <item>221</item> <item>478</item> <item>484</item> <item>485</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.91</m_delay> <m_topoIndex>44</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_46"> <Value> <Obj> <type>0</type> <id>64</id> <name>data_V_addr</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>82</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>82</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>222</item> <item>224</item> <item>225</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>46</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_47"> <Value> <Obj> <type>0</type> <id>65</id> <name/> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>82</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>82</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>226</item> <item>227</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.35</m_delay> <m_topoIndex>47</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_48"> <Value> <Obj> <type>0</type> <id>66</id> <name>tmp_7</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>84</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>84</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_7_fu_392_p2</rtlName> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>228</item> <item>230</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.92</m_delay> <m_topoIndex>39</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_49"> <Value> <Obj> <type>0</type> <id>67</id> <name/> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>85</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>85</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>231</item> <item>232</item> <item>482</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.75</m_delay> <m_topoIndex>40</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_50"> <Value> <Obj> <type>0</type> <id>69</id> <name/> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>78</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>78</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>233</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>48</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_51"> <Value> <Obj> <type>0</type> <id>71</id> <name>tmp_16</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>74</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>74</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_16_fu_419_p3</rtlName> <coreName/> </Obj> <bitwidth>17</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>205</item> <item>206</item> <item>208</item> </oprand_edges> <opcode>bitconcatenate</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>49</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_52"> <Value> <Obj> <type>0</type> <id>72</id> <name/> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>88</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>88</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>209</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.75</m_delay> <m_topoIndex>50</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_53"> <Value> <Obj> <type>0</type> <id>74</id> <name>indvar_flatten</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>17</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>235</item> <item>236</item> <item>237</item> <item>238</item> </oprand_edges> <opcode>phi</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>51</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_54"> <Value> <Obj> <type>0</type> <id>75</id> <name>h1</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>90</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>90</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>15</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>239</item> <item>240</item> <item>241</item> <item>242</item> </oprand_edges> <opcode>phi</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>52</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_55"> <Value> <Obj> <type>0</type> <id>76</id> <name>t_V_1</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>word.V</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>2</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>244</item> <item>245</item> <item>246</item> <item>247</item> </oprand_edges> <opcode>phi</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>53</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_56"> <Value> <Obj> <type>0</type> <id>77</id> <name>exitcond_flatten</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>74</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>74</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>exitcond_flatten_fu_426_p2</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>248</item> <item>249</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.88</m_delay> <m_topoIndex>54</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_57"> <Value> <Obj> <type>0</type> <id>78</id> <name>indvar_flatten_next</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName>indvar_flatten_next_fu_431_p2</rtlName> <coreName/> </Obj> <bitwidth>17</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>250</item> <item>252</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.02</m_delay> <m_topoIndex>55</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_58"> <Value> <Obj> <type>0</type> <id>79</id> <name/> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>74</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>74</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>253</item> <item>254</item> <item>255</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>56</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_59"> <Value> <Obj> <type>0</type> <id>82</id> <name>tmp_17</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>91</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>91</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_17_fu_437_p2</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>256</item> <item>258</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.51</m_delay> <m_topoIndex>57</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_60"> <Value> <Obj> <type>0</type> <id>83</id> <name>t_V_1_mid2</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>91</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>91</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>t_V_1_mid2_fu_443_p3</rtlName> <coreName/> </Obj> <bitwidth>2</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>259</item> <item>260</item> <item>261</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.26</m_delay> <m_topoIndex>58</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_61"> <Value> <Obj> <type>0</type> <id>84</id> <name>h_s</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>88</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>88</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>h_s_fu_451_p2</rtlName> <coreName/> </Obj> <bitwidth>15</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>262</item> <item>263</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.00</m_delay> <m_topoIndex>59</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_62"> <Value> <Obj> <type>0</type> <id>85</id> <name>temp_V_mid2_v</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>90</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>90</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>temp_V_mid2_v_fu_457_p3</rtlName> <coreName/> </Obj> <bitwidth>15</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>264</item> <item>265</item> <item>266</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.48</m_delay> <m_topoIndex>60</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_63"> <Value> <Obj> <type>0</type> <id>86</id> <name>temp_V_mid2</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>90</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>90</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>temp_V_mid2_fu_465_p1</rtlName> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>267</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>61</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_64"> <Value> <Obj> <type>0</type> <id>87</id> <name>data_V_addr_1</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>90</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>90</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>268</item> <item>269</item> <item>270</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>62</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_65"> <Value> <Obj> <type>0</type> <id>88</id> <name>data_V_load</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>90</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>90</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>271</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.35</m_delay> <m_topoIndex>63</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_66"> <Value> <Obj> <type>0</type> <id>92</id> <name>cond</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>94</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>94</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>cond_fu_470_p2</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>272</item> <item>273</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.51</m_delay> <m_topoIndex>64</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_67"> <Value> <Obj> <type>0</type> <id>93</id> <name>tmp_18</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>90</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>90</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_18_fu_482_p1</rtlName> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>274</item> </oprand_edges> <opcode>trunc</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>66</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_68"> <Value> <Obj> <type>0</type> <id>94</id> <name>tmp_19</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>90</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>90</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_19_fu_486_p4</rtlName> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>276</item> <item>277</item> <item>279</item> <item>281</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>67</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_69"> <Value> <Obj> <type>0</type> <id>95</id> <name>tmp_20</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>94</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>94</second> </item> </second> </item> </inlineStackInfo> <originalName>tmp</originalName> <rtlName>tmp_20_fu_496_p3</rtlName> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>282</item> <item>283</item> <item>284</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.49</m_delay> <m_topoIndex>68</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_70"> <Value> <Obj> <type>0</type> <id>96</id> <name/> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>95</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>95</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>286</item> <item>287</item> <item>288</item> </oprand_edges> <opcode>write</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>69</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_71"> <Value> <Obj> <type>0</type> <id>98</id> <name>word_V</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>91</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>91</second> </item> </second> </item> </inlineStackInfo> <originalName>word.V</originalName> <rtlName>word_V_fu_476_p2</rtlName> <coreName/> </Obj> <bitwidth>2</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>290</item> <item>291</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.62</m_delay> <m_topoIndex>65</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_72"> <Value> <Obj> <type>0</type> <id>99</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>292</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>70</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_73"> <Value> <Obj> <type>0</type> <id>101</id> <name>input_V2_sum3</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>101</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>101</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>input_V2_sum3_fu_504_p2</rtlName> <coreName/> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>293</item> <item>295</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.15</m_delay> <m_topoIndex>71</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_74"> <Value> <Obj> <type>0</type> <id>102</id> <name>input_V2_sum3_cast</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>101</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>101</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>input_V2_sum3_cast_fu_509_p1</rtlName> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>296</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>72</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_75"> <Value> <Obj> <type>0</type> <id>103</id> <name>gmem_read_addr_2</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>101</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>101</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>297</item> <item>298</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>73</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_76"> <Value> <Obj> <type>0</type> <id>104</id> <name>gmem_read_addr_2_req</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>101</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>101</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>300</item> <item>301</item> <item>302</item> </oprand_edges> <opcode>writereq</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.91</m_delay> <m_topoIndex>74</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_77"> <Value> <Obj> <type>0</type> <id>105</id> <name/> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>101</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>101</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>6</count> <item_version>0</item_version> <item>304</item> <item>305</item> <item>306</item> <item>308</item> <item>480</item> <item>486</item> </oprand_edges> <opcode>write</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.91</m_delay> <m_topoIndex>75</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_78"> <Value> <Obj> <type>0</type> <id>106</id> <name>gmem_read_addr_2_res</name> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>101</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>101</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>310</item> <item>311</item> <item>479</item> </oprand_edges> <opcode>writeresp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.91</m_delay> <m_topoIndex>76</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_79"> <Value> <Obj> <type>0</type> <id>107</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>312</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>77</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_80"> <Value> <Obj> <type>0</type> <id>109</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>313</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>78</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_81"> <Value> <Obj> <type>0</type> <id>111</id> <name/> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>44</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>44</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>141</item> <item>142</item> <item>481</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.75</m_delay> <m_topoIndex>11</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_82"> <Value> <Obj> <type>0</type> <id>112</id> <name/> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>45</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>45</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>143</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>12</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_83"> <Value> <Obj> <type>0</type> <id>114</id> <name/> <fileName>estream_read/c_src/circ_buff_read_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>104</lineNumber> <contextFuncName>circ_buff_read_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_read/c_src/circ_buff_read_128.cpp</first> <second>circ_buff_read_128</second> </first> <second>104</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>0</count> <item_version>0</item_version> </oprand_edges> <opcode>ret</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>79</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> </nodes> <consts class_id="15" tracking_level="0" version="0"> <count>23</count> <item_version>0</item_version> <item class_id="16" tracking_level="1" version="0" object_id="_84"> <Value> <Obj> <type>2</type> <id>122</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>4</content> </item> <item class_id_reference="16" object_id="_85"> <Value> <Obj> <type>2</type> <id>124</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>31</content> </item> <item class_id_reference="16" object_id="_86"> <Value> <Obj> <type>2</type> <id>127</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_87"> <Value> <Obj> <type>2</type> <id>133</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_88"> <Value> <Obj> <type>2</type> <id>140</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_89"> <Value> <Obj> <type>2</type> <id>145</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>29</bitwidth> </Value> <const_type>0</const_type> <content>513</content> </item> <item class_id_reference="16" object_id="_90"> <Value> <Obj> <type>2</type> <id>153</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_91"> <Value> <Obj> <type>2</type> <id>167</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <const_type>0</const_type> <content>512</content> </item> <item class_id_reference="16" object_id="_92"> <Value> <Obj> <type>2</type> <id>176</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_93"> <Value> <Obj> <type>2</type> <id>190</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>15</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_94"> <Value> <Obj> <type>2</type> <id>199</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>15</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_95"> <Value> <Obj> <type>2</type> <id>207</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_96"> <Value> <Obj> <type>2</type> <id>223</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_97"> <Value> <Obj> <type>2</type> <id>229</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_98"> <Value> <Obj> <type>2</type> <id>234</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>17</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_99"> <Value> <Obj> <type>2</type> <id>243</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>2</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_100"> <Value> <Obj> <type>2</type> <id>251</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>17</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_101"> <Value> <Obj> <type>2</type> <id>257</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>2</bitwidth> </Value> <const_type>0</const_type> <content>2</content> </item> <item class_id_reference="16" object_id="_102"> <Value> <Obj> <type>2</type> <id>278</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>32</content> </item> <item class_id_reference="16" object_id="_103"> <Value> <Obj> <type>2</type> <id>280</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>95</content> </item> <item class_id_reference="16" object_id="_104"> <Value> <Obj> <type>2</type> <id>289</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>2</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_105"> <Value> <Obj> <type>2</type> <id>294</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>29</bitwidth> </Value> <const_type>0</const_type> <content>512</content> </item> <item class_id_reference="16" object_id="_106"> <Value> <Obj> <type>2</type> <id>307</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <const_type>0</const_type> <content>65535</content> </item> </consts> <blocks class_id="17" tracking_level="0" version="0"> <count>12</count> <item_version>0</item_version> <item class_id="18" tracking_level="1" version="0" object_id="_107"> <Obj> <type>3</type> <id>24</id> <name>codeRepl</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>9</count> <item_version>0</item_version> <item>6</item> <item>7</item> <item>8</item> <item>13</item> <item>19</item> <item>20</item> <item>21</item> <item>22</item> <item>23</item> </node_objs> </item> <item class_id_reference="18" object_id="_108"> <Obj> <type>3</type> <id>32</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>7</count> <item_version>0</item_version> <item>25</item> <item>26</item> <item>27</item> <item>28</item> <item>29</item> <item>30</item> <item>31</item> </node_objs> </item> <item class_id_reference="18" object_id="_109"> <Obj> <type>3</type> <id>45</id> <name>_ifconv</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>12</count> <item_version>0</item_version> <item>33</item> <item>34</item> <item>35</item> <item>36</item> <item>37</item> <item>38</item> <item>39</item> <item>40</item> <item>41</item> <item>42</item> <item>43</item> <item>44</item> </node_objs> </item> <item class_id_reference="18" object_id="_110"> <Obj> <type>3</type> <id>53</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>6</count> <item_version>0</item_version> <item>46</item> <item>47</item> <item>48</item> <item>49</item> <item>51</item> <item>52</item> </node_objs> </item> <item class_id_reference="18" object_id="_111"> <Obj> <type>3</type> <id>70</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>12</count> <item_version>0</item_version> <item>57</item> <item>58</item> <item>59</item> <item>60</item> <item>61</item> <item>62</item> <item>63</item> <item>64</item> <item>65</item> <item>66</item> <item>67</item> <item>69</item> </node_objs> </item> <item class_id_reference="18" object_id="_112"> <Obj> <type>3</type> <id>73</id> <name>.preheader.preheader</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>2</count> <item_version>0</item_version> <item>71</item> <item>72</item> </node_objs> </item> <item class_id_reference="18" object_id="_113"> <Obj> <type>3</type> <id>80</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>6</count> <item_version>0</item_version> <item>74</item> <item>75</item> <item>76</item> <item>77</item> <item>78</item> <item>79</item> </node_objs> </item> <item class_id_reference="18" object_id="_114"> <Obj> <type>3</type> <id>100</id> <name>.preheader</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>14</count> <item_version>0</item_version> <item>82</item> <item>83</item> <item>84</item> <item>85</item> <item>86</item> <item>87</item> <item>88</item> <item>92</item> <item>93</item> <item>94</item> <item>95</item> <item>96</item> <item>98</item> <item>99</item> </node_objs> </item> <item class_id_reference="18" object_id="_115"> <Obj> <type>3</type> <id>108</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>7</count> <item_version>0</item_version> <item>101</item> <item>102</item> <item>103</item> <item>104</item> <item>105</item> <item>106</item> <item>107</item> </node_objs> </item> <item class_id_reference="18" object_id="_116"> <Obj> <type>3</type> <id>110</id> <name>.loopexit</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>1</count> <item_version>0</item_version> <item>109</item> </node_objs> </item> <item class_id_reference="18" object_id="_117"> <Obj> <type>3</type> <id>113</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>2</count> <item_version>0</item_version> <item>111</item> <item>112</item> </node_objs> </item> <item class_id_reference="18" object_id="_118"> <Obj> <type>3</type> <id>115</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>1</count> <item_version>0</item_version> <item>114</item> </node_objs> </item> </blocks> <edges class_id="19" tracking_level="0" version="0"> <count>176</count> <item_version>0</item_version> <item class_id="20" tracking_level="1" version="0" object_id="_119"> <id>118</id> <edge_type>1</edge_type> <source_obj>2</source_obj> <sink_obj>6</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_120"> <id>121</id> <edge_type>1</edge_type> <source_obj>6</source_obj> <sink_obj>7</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_121"> <id>123</id> <edge_type>1</edge_type> <source_obj>122</source_obj> <sink_obj>7</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_122"> <id>125</id> <edge_type>1</edge_type> <source_obj>124</source_obj> <sink_obj>7</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_123"> <id>126</id> <edge_type>1</edge_type> <source_obj>7</source_obj> <sink_obj>8</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_124"> <id>128</id> <edge_type>1</edge_type> <source_obj>127</source_obj> <sink_obj>13</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_125"> <id>131</id> <edge_type>1</edge_type> <source_obj>4</source_obj> <sink_obj>19</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_126"> <id>132</id> <edge_type>1</edge_type> <source_obj>19</source_obj> <sink_obj>20</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_127"> <id>134</id> <edge_type>1</edge_type> <source_obj>133</source_obj> <sink_obj>20</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_128"> <id>135</id> <edge_type>1</edge_type> <source_obj>5</source_obj> <sink_obj>21</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_129"> <id>136</id> <edge_type>1</edge_type> <source_obj>21</source_obj> <sink_obj>22</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_130"> <id>137</id> <edge_type>1</edge_type> <source_obj>20</source_obj> <sink_obj>23</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_131"> <id>138</id> <edge_type>2</edge_type> <source_obj>32</source_obj> <sink_obj>23</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_132"> <id>139</id> <edge_type>2</edge_type> <source_obj>113</source_obj> <sink_obj>23</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_133"> <id>141</id> <edge_type>1</edge_type> <source_obj>140</source_obj> <sink_obj>111</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_134"> <id>142</id> <edge_type>1</edge_type> <source_obj>5</source_obj> <sink_obj>111</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_135"> <id>143</id> <edge_type>2</edge_type> <source_obj>115</source_obj> <sink_obj>112</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_136"> <id>144</id> <edge_type>1</edge_type> <source_obj>8</source_obj> <sink_obj>25</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_137"> <id>146</id> <edge_type>1</edge_type> <source_obj>145</source_obj> <sink_obj>25</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_138"> <id>147</id> <edge_type>1</edge_type> <source_obj>25</source_obj> <sink_obj>26</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_139"> <id>148</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>27</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_140"> <id>149</id> <edge_type>1</edge_type> <source_obj>26</source_obj> <sink_obj>27</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_141"> <id>152</id> <edge_type>1</edge_type> <source_obj>27</source_obj> <sink_obj>28</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_142"> <id>154</id> <edge_type>1</edge_type> <source_obj>153</source_obj> <sink_obj>28</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_143"> <id>157</id> <edge_type>1</edge_type> <source_obj>27</source_obj> <sink_obj>29</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_144"> <id>158</id> <edge_type>1</edge_type> <source_obj>22</source_obj> <sink_obj>30</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_145"> <id>159</id> <edge_type>1</edge_type> <source_obj>29</source_obj> <sink_obj>30</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_146"> <id>160</id> <edge_type>1</edge_type> <source_obj>30</source_obj> <sink_obj>31</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_147"> <id>161</id> <edge_type>2</edge_type> <source_obj>45</source_obj> <sink_obj>31</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_148"> <id>162</id> <edge_type>2</edge_type> <source_obj>110</source_obj> <sink_obj>31</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_149"> <id>163</id> <edge_type>1</edge_type> <source_obj>29</source_obj> <sink_obj>33</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_150"> <id>164</id> <edge_type>1</edge_type> <source_obj>22</source_obj> <sink_obj>33</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_151"> <id>165</id> <edge_type>1</edge_type> <source_obj>29</source_obj> <sink_obj>34</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_152"> <id>166</id> <edge_type>1</edge_type> <source_obj>21</source_obj> <sink_obj>35</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_153"> <id>168</id> <edge_type>1</edge_type> <source_obj>167</source_obj> <sink_obj>36</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_154"> <id>169</id> <edge_type>1</edge_type> <source_obj>34</source_obj> <sink_obj>36</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_155"> <id>170</id> <edge_type>1</edge_type> <source_obj>33</source_obj> <sink_obj>37</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_156"> <id>171</id> <edge_type>1</edge_type> <source_obj>34</source_obj> <sink_obj>37</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_157"> <id>172</id> <edge_type>1</edge_type> <source_obj>36</source_obj> <sink_obj>37</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_158"> <id>173</id> <edge_type>1</edge_type> <source_obj>37</source_obj> <sink_obj>38</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_159"> <id>174</id> <edge_type>1</edge_type> <source_obj>35</source_obj> <sink_obj>38</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_160"> <id>175</id> <edge_type>1</edge_type> <source_obj>38</source_obj> <sink_obj>39</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_161"> <id>177</id> <edge_type>1</edge_type> <source_obj>176</source_obj> <sink_obj>39</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_162"> <id>178</id> <edge_type>1</edge_type> <source_obj>38</source_obj> <sink_obj>40</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_163"> <id>179</id> <edge_type>1</edge_type> <source_obj>39</source_obj> <sink_obj>41</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_164"> <id>180</id> <edge_type>1</edge_type> <source_obj>40</source_obj> <sink_obj>41</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_165"> <id>181</id> <edge_type>1</edge_type> <source_obj>140</source_obj> <sink_obj>41</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_166"> <id>182</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>42</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_167"> <id>183</id> <edge_type>1</edge_type> <source_obj>21</source_obj> <sink_obj>42</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_168"> <id>184</id> <edge_type>1</edge_type> <source_obj>42</source_obj> <sink_obj>43</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_169"> <id>185</id> <edge_type>2</edge_type> <source_obj>53</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_170"> <id>186</id> <edge_type>1</edge_type> <source_obj>21</source_obj> <sink_obj>46</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_171"> <id>187</id> <edge_type>2</edge_type> <source_obj>45</source_obj> <sink_obj>46</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_172"> <id>188</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>46</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_173"> <id>189</id> <edge_type>2</edge_type> <source_obj>70</source_obj> <sink_obj>46</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_174"> <id>191</id> <edge_type>1</edge_type> <source_obj>190</source_obj> <sink_obj>47</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_175"> <id>192</id> <edge_type>2</edge_type> <source_obj>45</source_obj> <sink_obj>47</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_176"> <id>193</id> <edge_type>1</edge_type> <source_obj>51</source_obj> <sink_obj>47</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_177"> <id>194</id> <edge_type>2</edge_type> <source_obj>70</source_obj> <sink_obj>47</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_178"> <id>195</id> <edge_type>1</edge_type> <source_obj>47</source_obj> <sink_obj>48</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_179"> <id>196</id> <edge_type>1</edge_type> <source_obj>48</source_obj> <sink_obj>49</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_180"> <id>197</id> <edge_type>1</edge_type> <source_obj>38</source_obj> <sink_obj>49</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_181"> <id>198</id> <edge_type>1</edge_type> <source_obj>47</source_obj> <sink_obj>51</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_182"> <id>200</id> <edge_type>1</edge_type> <source_obj>199</source_obj> <sink_obj>51</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_183"> <id>201</id> <edge_type>1</edge_type> <source_obj>49</source_obj> <sink_obj>52</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_184"> <id>202</id> <edge_type>2</edge_type> <source_obj>73</source_obj> <sink_obj>52</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_185"> <id>203</id> <edge_type>2</edge_type> <source_obj>70</source_obj> <sink_obj>52</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_186"> <id>206</id> <edge_type>1</edge_type> <source_obj>38</source_obj> <sink_obj>71</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_187"> <id>208</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>71</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_188"> <id>209</id> <edge_type>2</edge_type> <source_obj>80</source_obj> <sink_obj>72</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_189"> <id>210</id> <edge_type>1</edge_type> <source_obj>47</source_obj> <sink_obj>57</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_190"> <id>211</id> <edge_type>1</edge_type> <source_obj>46</source_obj> <sink_obj>58</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_191"> <id>212</id> <edge_type>1</edge_type> <source_obj>58</source_obj> <sink_obj>59</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_192"> <id>213</id> <edge_type>1</edge_type> <source_obj>8</source_obj> <sink_obj>59</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_193"> <id>214</id> <edge_type>1</edge_type> <source_obj>59</source_obj> <sink_obj>60</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_194"> <id>215</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>61</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_195"> <id>216</id> <edge_type>1</edge_type> <source_obj>60</source_obj> <sink_obj>61</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_196"> <id>218</id> <edge_type>1</edge_type> <source_obj>61</source_obj> <sink_obj>62</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_197"> <id>219</id> <edge_type>1</edge_type> <source_obj>153</source_obj> <sink_obj>62</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_198"> <id>221</id> <edge_type>1</edge_type> <source_obj>61</source_obj> <sink_obj>63</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_199"> <id>222</id> <edge_type>1</edge_type> <source_obj>13</source_obj> <sink_obj>64</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_200"> <id>224</id> <edge_type>1</edge_type> <source_obj>223</source_obj> <sink_obj>64</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_201"> <id>225</id> <edge_type>1</edge_type> <source_obj>57</source_obj> <sink_obj>64</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_202"> <id>226</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>65</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_203"> <id>227</id> <edge_type>1</edge_type> <source_obj>64</source_obj> <sink_obj>65</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_204"> <id>228</id> <edge_type>1</edge_type> <source_obj>46</source_obj> <sink_obj>66</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_205"> <id>230</id> <edge_type>1</edge_type> <source_obj>229</source_obj> <sink_obj>66</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_206"> <id>231</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>67</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_207"> <id>232</id> <edge_type>1</edge_type> <source_obj>5</source_obj> <sink_obj>67</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_208"> <id>233</id> <edge_type>2</edge_type> <source_obj>53</source_obj> <sink_obj>69</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_209"> <id>235</id> <edge_type>1</edge_type> <source_obj>234</source_obj> <sink_obj>74</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_210"> <id>236</id> <edge_type>2</edge_type> <source_obj>73</source_obj> <sink_obj>74</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_211"> <id>237</id> <edge_type>1</edge_type> <source_obj>78</source_obj> <sink_obj>74</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_212"> <id>238</id> <edge_type>2</edge_type> <source_obj>100</source_obj> <sink_obj>74</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_213"> <id>239</id> <edge_type>1</edge_type> <source_obj>190</source_obj> <sink_obj>75</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_214"> <id>240</id> <edge_type>2</edge_type> <source_obj>73</source_obj> <sink_obj>75</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_215"> <id>241</id> <edge_type>1</edge_type> <source_obj>85</source_obj> <sink_obj>75</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_216"> <id>242</id> <edge_type>2</edge_type> <source_obj>100</source_obj> <sink_obj>75</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_217"> <id>244</id> <edge_type>1</edge_type> <source_obj>243</source_obj> <sink_obj>76</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_218"> <id>245</id> <edge_type>2</edge_type> <source_obj>73</source_obj> <sink_obj>76</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_219"> <id>246</id> <edge_type>1</edge_type> <source_obj>98</source_obj> <sink_obj>76</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_220"> <id>247</id> <edge_type>2</edge_type> <source_obj>100</source_obj> <sink_obj>76</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_221"> <id>248</id> <edge_type>1</edge_type> <source_obj>74</source_obj> <sink_obj>77</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_222"> <id>249</id> <edge_type>1</edge_type> <source_obj>71</source_obj> <sink_obj>77</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_223"> <id>250</id> <edge_type>1</edge_type> <source_obj>74</source_obj> <sink_obj>78</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_224"> <id>252</id> <edge_type>1</edge_type> <source_obj>251</source_obj> <sink_obj>78</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_225"> <id>253</id> <edge_type>1</edge_type> <source_obj>77</source_obj> <sink_obj>79</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_226"> <id>254</id> <edge_type>2</edge_type> <source_obj>100</source_obj> <sink_obj>79</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_227"> <id>255</id> <edge_type>2</edge_type> <source_obj>108</source_obj> <sink_obj>79</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_228"> <id>256</id> <edge_type>1</edge_type> <source_obj>76</source_obj> <sink_obj>82</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_229"> <id>258</id> <edge_type>1</edge_type> <source_obj>257</source_obj> <sink_obj>82</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_230"> <id>259</id> <edge_type>1</edge_type> <source_obj>82</source_obj> <sink_obj>83</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_231"> <id>260</id> <edge_type>1</edge_type> <source_obj>243</source_obj> <sink_obj>83</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_232"> <id>261</id> <edge_type>1</edge_type> <source_obj>76</source_obj> <sink_obj>83</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_233"> <id>262</id> <edge_type>1</edge_type> <source_obj>199</source_obj> <sink_obj>84</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_234"> <id>263</id> <edge_type>1</edge_type> <source_obj>75</source_obj> <sink_obj>84</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_235"> <id>264</id> <edge_type>1</edge_type> <source_obj>82</source_obj> <sink_obj>85</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_236"> <id>265</id> <edge_type>1</edge_type> <source_obj>84</source_obj> <sink_obj>85</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_237"> <id>266</id> <edge_type>1</edge_type> <source_obj>75</source_obj> <sink_obj>85</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_238"> <id>267</id> <edge_type>1</edge_type> <source_obj>85</source_obj> <sink_obj>86</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_239"> <id>268</id> <edge_type>1</edge_type> <source_obj>13</source_obj> <sink_obj>87</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_240"> <id>269</id> <edge_type>1</edge_type> <source_obj>223</source_obj> <sink_obj>87</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_241"> <id>270</id> <edge_type>1</edge_type> <source_obj>86</source_obj> <sink_obj>87</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_242"> <id>271</id> <edge_type>1</edge_type> <source_obj>87</source_obj> <sink_obj>88</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_243"> <id>272</id> <edge_type>1</edge_type> <source_obj>83</source_obj> <sink_obj>92</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_244"> <id>273</id> <edge_type>1</edge_type> <source_obj>243</source_obj> <sink_obj>92</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_245"> <id>274</id> <edge_type>1</edge_type> <source_obj>88</source_obj> <sink_obj>93</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_246"> <id>277</id> <edge_type>1</edge_type> <source_obj>88</source_obj> <sink_obj>94</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_247"> <id>279</id> <edge_type>1</edge_type> <source_obj>278</source_obj> <sink_obj>94</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_248"> <id>281</id> <edge_type>1</edge_type> <source_obj>280</source_obj> <sink_obj>94</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_249"> <id>282</id> <edge_type>1</edge_type> <source_obj>92</source_obj> <sink_obj>95</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_250"> <id>283</id> <edge_type>1</edge_type> <source_obj>93</source_obj> <sink_obj>95</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_251"> <id>284</id> <edge_type>1</edge_type> <source_obj>94</source_obj> <sink_obj>95</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_252"> <id>287</id> <edge_type>1</edge_type> <source_obj>3</source_obj> <sink_obj>96</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_253"> <id>288</id> <edge_type>1</edge_type> <source_obj>95</source_obj> <sink_obj>96</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_254"> <id>290</id> <edge_type>1</edge_type> <source_obj>289</source_obj> <sink_obj>98</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_255"> <id>291</id> <edge_type>1</edge_type> <source_obj>83</source_obj> <sink_obj>98</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_256"> <id>292</id> <edge_type>2</edge_type> <source_obj>80</source_obj> <sink_obj>99</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_257"> <id>293</id> <edge_type>1</edge_type> <source_obj>8</source_obj> <sink_obj>101</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_258"> <id>295</id> <edge_type>1</edge_type> <source_obj>294</source_obj> <sink_obj>101</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_259"> <id>296</id> <edge_type>1</edge_type> <source_obj>101</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_260"> <id>297</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>103</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_261"> <id>298</id> <edge_type>1</edge_type> <source_obj>102</source_obj> <sink_obj>103</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_262"> <id>301</id> <edge_type>1</edge_type> <source_obj>103</source_obj> <sink_obj>104</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_263"> <id>302</id> <edge_type>1</edge_type> <source_obj>153</source_obj> <sink_obj>104</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_264"> <id>305</id> <edge_type>1</edge_type> <source_obj>103</source_obj> <sink_obj>105</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_265"> <id>306</id> <edge_type>1</edge_type> <source_obj>43</source_obj> <sink_obj>105</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_266"> <id>308</id> <edge_type>1</edge_type> <source_obj>307</source_obj> <sink_obj>105</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_267"> <id>311</id> <edge_type>1</edge_type> <source_obj>103</source_obj> <sink_obj>106</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_268"> <id>312</id> <edge_type>2</edge_type> <source_obj>110</source_obj> <sink_obj>107</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_269"> <id>313</id> <edge_type>2</edge_type> <source_obj>115</source_obj> <sink_obj>109</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_270"> <id>462</id> <edge_type>2</edge_type> <source_obj>24</source_obj> <sink_obj>113</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_271"> <id>463</id> <edge_type>2</edge_type> <source_obj>24</source_obj> <sink_obj>32</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_272"> <id>464</id> <edge_type>2</edge_type> <source_obj>32</source_obj> <sink_obj>110</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_273"> <id>465</id> <edge_type>2</edge_type> <source_obj>32</source_obj> <sink_obj>45</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_274"> <id>466</id> <edge_type>2</edge_type> <source_obj>45</source_obj> <sink_obj>53</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_275"> <id>467</id> <edge_type>2</edge_type> <source_obj>53</source_obj> <sink_obj>70</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_276"> <id>468</id> <edge_type>2</edge_type> <source_obj>53</source_obj> <sink_obj>73</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_277"> <id>469</id> <edge_type>2</edge_type> <source_obj>70</source_obj> <sink_obj>53</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_278"> <id>470</id> <edge_type>2</edge_type> <source_obj>73</source_obj> <sink_obj>80</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_279"> <id>471</id> <edge_type>2</edge_type> <source_obj>80</source_obj> <sink_obj>108</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_280"> <id>472</id> <edge_type>2</edge_type> <source_obj>80</source_obj> <sink_obj>100</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_281"> <id>473</id> <edge_type>2</edge_type> <source_obj>100</source_obj> <sink_obj>80</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_282"> <id>474</id> <edge_type>2</edge_type> <source_obj>108</source_obj> <sink_obj>110</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_283"> <id>475</id> <edge_type>2</edge_type> <source_obj>110</source_obj> <sink_obj>115</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_284"> <id>476</id> <edge_type>2</edge_type> <source_obj>113</source_obj> <sink_obj>115</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_285"> <id>477</id> <edge_type>4</edge_type> <source_obj>28</source_obj> <sink_obj>29</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_286"> <id>478</id> <edge_type>4</edge_type> <source_obj>62</source_obj> <sink_obj>63</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_287"> <id>479</id> <edge_type>4</edge_type> <source_obj>105</source_obj> <sink_obj>106</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_288"> <id>480</id> <edge_type>4</edge_type> <source_obj>104</source_obj> <sink_obj>105</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_289"> <id>481</id> <edge_type>4</edge_type> <source_obj>21</source_obj> <sink_obj>111</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_290"> <id>482</id> <edge_type>4</edge_type> <source_obj>21</source_obj> <sink_obj>67</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_291"> <id>483</id> <edge_type>4</edge_type> <source_obj>28</source_obj> <sink_obj>62</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_292"> <id>484</id> <edge_type>4</edge_type> <source_obj>28</source_obj> <sink_obj>63</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_293"> <id>485</id> <edge_type>4</edge_type> <source_obj>29</source_obj> <sink_obj>63</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_294"> <id>486</id> <edge_type>4</edge_type> <source_obj>29</source_obj> <sink_obj>105</sink_obj> <is_back_edge>0</is_back_edge> </item> </edges> </cdfg> <cdfg_regions class_id="21" tracking_level="0" version="0"> <count>8</count> <item_version>0</item_version> <item class_id="22" tracking_level="1" version="0" object_id="_295"> <mId>1</mId> <mTag>circ_buff_read_128</mTag> <mType>0</mType> <sub_regions> <count>7</count> <item_version>0</item_version> <item>2</item> <item>3</item> <item>4</item> <item>5</item> <item>6</item> <item>7</item> <item>8</item> </sub_regions> <basic_blocks> <count>0</count> <item_version>0</item_version> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>1</mMinLatency> <mMaxLatency>98331</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"/> </item> <item class_id_reference="22" object_id="_296"> <mId>2</mId> <mTag>Entry</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>4</count> <item_version>0</item_version> <item>24</item> <item>32</item> <item>45</item> <item>113</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>10</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"/> </item> <item class_id_reference="22" object_id="_297"> <mId>3</mId> <mTag>gmem_read</mTag> <mType>1</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>2</count> <item_version>0</item_version> <item>53</item> <item>70</item> </basic_blocks> <mII>1</mII> <mDepth>10</mDepth> <mMinTripCount>0</mMinTripCount> <mMaxTripCount>32767</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>32775</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"/> </item> <item class_id_reference="22" object_id="_298"> <mId>4</mId> <mTag>Region 1</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>73</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>0</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"/> </item> <item class_id_reference="22" object_id="_299"> <mId>5</mId> <mTag>fifo_write_decompose</mTag> <mType>1</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>2</count> <item_version>0</item_version> <item>80</item> <item>100</item> </basic_blocks> <mII>1</mII> <mDepth>3</mDepth> <mMinTripCount>0</mMinTripCount> <mMaxTripCount>65534</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>65535</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"/> </item> <item class_id_reference="22" object_id="_300"> <mId>6</mId> <mTag>Region 2</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>108</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>7</mMinLatency> <mMaxLatency>7</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"/> </item> <item class_id_reference="22" object_id="_301"> <mId>7</mId> <mTag>Region 3</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>110</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>0</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"/> </item> <item class_id_reference="22" object_id="_302"> <mId>8</mId> <mTag>Return</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>115</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>0</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"/> </item> </cdfg_regions> <fsm class_id="24" tracking_level="1" version="0" object_id="_303"> <states class_id="25" tracking_level="0" version="0"> <count>33</count> <item_version>0</item_version> <item class_id="26" tracking_level="1" version="0" object_id="_304"> <id>1</id> <operations class_id="27" tracking_level="0" version="0"> <count>21</count> <item_version>0</item_version> <item class_id="28" tracking_level="1" version="0" object_id="_305"> <id>6</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_306"> <id>7</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_307"> <id>8</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_308"> <id>9</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_309"> <id>10</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_310"> <id>11</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_311"> <id>12</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_312"> <id>13</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_313"> <id>14</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_314"> <id>15</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_315"> <id>16</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_316"> <id>17</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_317"> <id>18</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_318"> <id>19</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_319"> <id>20</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_320"> <id>21</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_321"> <id>22</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_322"> <id>23</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_323"> <id>25</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_324"> <id>111</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_325"> <id>112</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_326"> <id>2</id> <operations> <count>3</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_327"> <id>26</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_328"> <id>27</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_329"> <id>28</id> <stage>7</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_330"> <id>3</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_331"> <id>28</id> <stage>6</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_332"> <id>4</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_333"> <id>28</id> <stage>5</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_334"> <id>5</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_335"> <id>28</id> <stage>4</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_336"> <id>6</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_337"> <id>28</id> <stage>3</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_338"> <id>7</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_339"> <id>28</id> <stage>2</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_340"> <id>8</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_341"> <id>28</id> <stage>1</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_342"> <id>9</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_343"> <id>29</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_344"> <id>10</id> <operations> <count>5</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_345"> <id>30</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_346"> <id>31</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_347"> <id>33</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_348"> <id>34</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_349"> <id>36</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_350"> <id>11</id> <operations> <count>9</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_351"> <id>35</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_352"> <id>37</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_353"> <id>38</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_354"> <id>39</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_355"> <id>40</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_356"> <id>41</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_357"> <id>42</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_358"> <id>43</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_359"> <id>44</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_360"> <id>12</id> <operations> <count>11</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_361"> <id>46</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_362"> <id>47</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_363"> <id>48</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_364"> <id>49</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_365"> <id>50</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_366"> <id>51</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_367"> <id>52</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_368"> <id>58</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_369"> <id>59</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_370"> <id>66</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_371"> <id>67</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_372"> <id>13</id> <operations> <count>3</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_373"> <id>60</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_374"> <id>61</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_375"> <id>62</id> <stage>7</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_376"> <id>14</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_377"> <id>62</id> <stage>6</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_378"> <id>15</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_379"> <id>62</id> <stage>5</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_380"> <id>16</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_381"> <id>62</id> <stage>4</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_382"> <id>17</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_383"> <id>62</id> <stage>3</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_384"> <id>18</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_385"> <id>62</id> <stage>2</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_386"> <id>19</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_387"> <id>62</id> <stage>1</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_388"> <id>20</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_389"> <id>63</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_390"> <id>21</id> <operations> <count>8</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_391"> <id>54</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_392"> <id>55</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_393"> <id>56</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_394"> <id>57</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_395"> <id>64</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_396"> <id>65</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_397"> <id>68</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_398"> <id>69</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_399"> <id>22</id> <operations> <count>2</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_400"> <id>71</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_401"> <id>72</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_402"> <id>23</id> <operations> <count>15</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_403"> <id>74</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_404"> <id>75</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_405"> <id>76</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_406"> <id>77</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_407"> <id>78</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_408"> <id>79</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_409"> <id>82</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_410"> <id>83</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_411"> <id>84</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_412"> <id>85</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_413"> <id>86</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_414"> <id>87</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_415"> <id>88</id> <stage>2</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_416"> <id>92</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_417"> <id>98</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_418"> <id>24</id> <operations> <count>5</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_419"> <id>88</id> <stage>1</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_420"> <id>93</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_421"> <id>94</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_422"> <id>95</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_423"> <id>96</id> <stage>2</stage> <latency>2</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_424"> <id>25</id> <operations> <count>7</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_425"> <id>81</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_426"> <id>89</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_427"> <id>90</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_428"> <id>91</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_429"> <id>96</id> <stage>1</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_430"> <id>97</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_431"> <id>99</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_432"> <id>26</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_433"> <id>101</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_434"> <id>27</id> <operations> <count>3</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_435"> <id>102</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_436"> <id>103</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_437"> <id>104</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_438"> <id>28</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_439"> <id>105</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_440"> <id>29</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_441"> <id>106</id> <stage>5</stage> <latency>5</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_442"> <id>30</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_443"> <id>106</id> <stage>4</stage> <latency>5</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_444"> <id>31</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_445"> <id>106</id> <stage>3</stage> <latency>5</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_446"> <id>32</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_447"> <id>106</id> <stage>2</stage> <latency>5</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_448"> <id>33</id> <operations> <count>4</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_449"> <id>106</id> <stage>1</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_450"> <id>107</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_451"> <id>109</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_452"> <id>114</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> </states> <transitions class_id="29" tracking_level="0" version="0"> <count>36</count> <item_version>0</item_version> <item class_id="30" tracking_level="1" version="0" object_id="_453"> <inState>1</inState> <outState>2</outState> <condition class_id="31" tracking_level="0" version="0"> <id>-1</id> <sop class_id="32" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="33" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="34" tracking_level="0" version="0"> <first class_id="35" tracking_level="0" version="0"> <first>20</first> <second>0</second> </first> <second>1</second> </item> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_454"> <inState>2</inState> <outState>3</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_455"> <inState>3</inState> <outState>4</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_456"> <inState>4</inState> <outState>5</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_457"> <inState>5</inState> <outState>6</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_458"> <inState>6</inState> <outState>7</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_459"> <inState>7</inState> <outState>8</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_460"> <inState>8</inState> <outState>9</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_461"> <inState>9</inState> <outState>10</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_462"> <inState>10</inState> <outState>11</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>1</count> <item_version>0</item_version> <item> <first> <first>30</first> <second>0</second> </first> <second>1</second> </item> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_463"> <inState>10</inState> <outState>33</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>1</count> <item_version>0</item_version> <item> <first> <first>30</first> <second>0</second> </first> <second>0</second> </item> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_464"> <inState>11</inState> <outState>12</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_465"> <inState>22</inState> <outState>23</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_466"> <inState>26</inState> <outState>27</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_467"> <inState>27</inState> <outState>28</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_468"> <inState>28</inState> <outState>29</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_469"> <inState>29</inState> <outState>30</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_470"> <inState>30</inState> <outState>31</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_471"> <inState>31</inState> <outState>32</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_472"> <inState>32</inState> <outState>33</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_473"> <inState>1</inState> <outState>33</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>1</count> <item_version>0</item_version> <item> <first> <first>20</first> <second>0</second> </first> <second>0</second> </item> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_474"> <inState>13</inState> <outState>14</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_475"> <inState>14</inState> <outState>15</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_476"> <inState>15</inState> <outState>16</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_477"> <inState>16</inState> <outState>17</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_478"> <inState>17</inState> <outState>18</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_479"> <inState>18</inState> <outState>19</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_480"> <inState>19</inState> <outState>20</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_481"> <inState>20</inState> <outState>21</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_482"> <inState>21</inState> <outState>12</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_483"> <inState>12</inState> <outState>22</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>1</count> <item_version>0</item_version> <item> <first> <first>49</first> <second>0</second> </first> <second>1</second> </item> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_484"> <inState>12</inState> <outState>13</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>1</count> <item_version>0</item_version> <item> <first> <first>49</first> <second>0</second> </first> <second>0</second> </item> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_485"> <inState>24</inState> <outState>25</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_486"> <inState>25</inState> <outState>23</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_487"> <inState>23</inState> <outState>26</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>1</count> <item_version>0</item_version> <item> <first> <first>77</first> <second>0</second> </first> <second>0</second> </item> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_488"> <inState>23</inState> <outState>24</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>1</count> <item_version>0</item_version> <item> <first> <first>77</first> <second>0</second> </first> <second>1</second> </item> </item> </sop> </condition> </item> </transitions> </fsm> <res class_id="36" tracking_level="1" version="0" object_id="_489"> <dp_component_resource class_id="37" tracking_level="0" version="0"> <count>2</count> <item_version>0</item_version> <item class_id="38" tracking_level="0" version="0"> <first>circ_buff_read_128_control_s_axi_U (circ_buff_read_128_control_s_axi)</first> <second class_id="39" tracking_level="0" version="0"> <count>3</count> <item_version>0</item_version> <item class_id="40" tracking_level="0" version="0"> <first>BRAM</first> <second>0</second> </item> <item> <first>FF</first> <second>88</second> </item> <item> <first>LUT</first> <second>120</second> </item> </second> </item> <item> <first>circ_buff_read_128_gmem_read_m_axi_U (circ_buff_read_128_gmem_read_m_axi)</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>BRAM</first> <second>8</second> </item> <item> <first>FF</first> <second>613</second> </item> <item> <first>LUT</first> <second>787</second> </item> </second> </item> </dp_component_resource> <dp_expression_resource> <count>41</count> <item_version>0</item_version> <item> <first>ap_block_pp0_stage0_01001 ( and ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_block_pp0_stage0_11001 ( or ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_block_pp1_stage0_11001 ( or ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_block_state13_io ( and ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_block_state20_pp0_stage0_iter8 ( and ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_block_state24_io ( and ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_block_state25_io ( and ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_block_state33 ( or ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_condition_613 ( and ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_enable_pp0 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>2</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_enable_pp1 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>2</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter1 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>2</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_enable_reg_pp1_iter1 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>2</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_predicate_op146_writeresp_state33 ( and ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>bytes_read2_v_fu_330_p3 ( select ) </first> <second> <count>5</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>16</second> </item> <item> <first>(2P2)</first> <second>16</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>16</second> </item> </second> </item> <item> <first>bytes_read_fu_335_p2 ( - ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>16</second> </item> <item> <first>(1P1)</first> <second>16</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>23</second> </item> </second> </item> <item> <first>cond_fu_470_p2 ( icmp ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>2</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>exitcond_flatten_fu_426_p2 ( icmp ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>17</second> </item> <item> <first>(1P1)</first> <second>17</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>20</second> </item> </second> </item> <item> <first>h_1_fu_377_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>15</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>22</second> </item> </second> </item> <item> <first>h_s_fu_451_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>15</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>22</second> </item> </second> </item> <item> <first>indvar_flatten_next_fu_431_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>17</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>24</second> </item> </second> </item> <item> <first>input_V2_sum3_fu_504_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>29</second> </item> <item> <first>(1P1)</first> <second>10</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>36</second> </item> </second> </item> <item> <first>input_V2_sum4_fu_387_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>29</second> </item> <item> <first>(1P1)</first> <second>29</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>36</second> </item> </second> </item> <item> <first>input_V2_sum_fu_288_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>29</second> </item> <item> <first>(1P1)</first> <second>10</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>36</second> </item> </second> </item> <item> <first>stream_out_V_1_load_A ( and ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>stream_out_V_1_load_B ( and ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>stream_out_V_1_state_cmp_full ( icmp ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>2</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>t_V_1_mid2_fu_443_p3 ( select ) </first> <second> <count>5</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>(2P2)</first> <second>2</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>temp_V_mid2_v_fu_457_p3 ( select ) </first> <second> <count>5</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>15</second> </item> <item> <first>(2P2)</first> <second>15</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>15</second> </item> </second> </item> <item> <first>tmp_10_fu_341_p2 ( icmp ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>16</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>13</second> </item> </second> </item> <item> <first>tmp_12_fu_351_p3 ( select ) </first> <second> <count>5</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>9</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>tmp_13_fu_359_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>9</second> </item> <item> <first>(1P1)</first> <second>9</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>16</second> </item> </second> </item> <item> <first>tmp_17_fu_437_p2 ( icmp ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>2</second> </item> <item> <first>(1P1)</first> <second>3</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>tmp_1_fu_310_p2 ( icmp ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>128</second> </item> <item> <first>(1P1)</first> <second>128</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>50</second> </item> </second> </item> <item> <first>tmp_20_fu_496_p3 ( select ) </first> <second> <count>5</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>64</second> </item> <item> <first>(2P2)</first> <second>64</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>56</second> </item> </second> </item> <item> <first>tmp_2_fu_314_p2 ( icmp ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>128</second> </item> <item> <first>(1P1)</first> <second>128</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>50</second> </item> </second> </item> <item> <first>tmp_5_fu_372_p2 ( icmp ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>16</second> </item> <item> <first>(1P1)</first> <second>16</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>13</second> </item> </second> </item> <item> <first>tmp_7_fu_392_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>9</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>16</second> </item> </second> </item> <item> <first>tmp_8_fu_321_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>10</second> </item> <item> <first>(1P1)</first> <second>16</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>23</second> </item> </second> </item> <item> <first>tmp_fu_274_p2 ( icmp ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>11</second> </item> </second> </item> <item> <first>word_V_fu_476_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>2</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> </dp_expression_resource> <dp_fifo_resource> <count>0</count> <item_version>0</item_version> </dp_fifo_resource> <dp_memory_resource> <count>1</count> <item_version>0</item_version> <item> <first>data_V_U</first> <second> <count>7</count> <item_version>0</item_version> <item> <first>(0Words)</first> <second>512</second> </item> <item> <first>(1Bits)</first> <second>128</second> </item> <item> <first>(2Banks)</first> <second>1</second> </item> <item> <first>(3W*Bits*Banks)</first> <second>65536</second> </item> <item> <first>BRAM</first> <second>4</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>0</second> </item> </second> </item> </dp_memory_resource> <dp_multiplexer_resource> <count>27</count> <item_version>0</item_version> <item> <first>ap_NS_fsm</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>23</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>23</second> </item> <item> <first>LUT</first> <second>109</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter1</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter9</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>ap_enable_reg_pp1_iter1</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>ap_enable_reg_pp1_iter2</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>ap_phi_mux_h1_phi_fu_242_p4</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>15</second> </item> <item> <first>(2Count)</first> <second>30</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>ap_phi_mux_h_phi_fu_219_p4</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>15</second> </item> <item> <first>(2Count)</first> <second>30</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>ap_phi_mux_t_V_phi_fu_209_p4</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>9</second> </item> <item> <first>(2Count)</first> <second>18</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>ap_sig_ioackin_gmem_read_ARREADY</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>ap_sig_ioackin_gmem_read_AWREADY</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>ap_sig_ioackin_gmem_read_WREADY</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>data_V_address0</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>3</second> </item> <item> <first>(1Bits)</first> <second>9</second> </item> <item> <first>(2Count)</first> <second>27</second> </item> <item> <first>LUT</first> <second>15</second> </item> </second> </item> <item> <first>gmem_read_ARADDR</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>3</second> </item> <item> <first>(1Bits)</first> <second>32</second> </item> <item> <first>(2Count)</first> <second>96</second> </item> <item> <first>LUT</first> <second>15</second> </item> </second> </item> <item> <first>gmem_read_blk_n_AR</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>gmem_read_blk_n_AW</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>gmem_read_blk_n_B</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>gmem_read_blk_n_R</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>gmem_read_blk_n_W</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>h1_reg_238</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>15</second> </item> <item> <first>(2Count)</first> <second>30</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>h_reg_215</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>15</second> </item> <item> <first>(2Count)</first> <second>30</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>indvar_flatten_reg_227</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>17</second> </item> <item> <first>(2Count)</first> <second>34</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>stream_out_V_1_data_out</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>64</second> </item> <item> <first>(2Count)</first> <second>128</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>stream_out_V_1_state</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>3</second> </item> <item> <first>(1Bits)</first> <second>2</second> </item> <item> <first>(2Count)</first> <second>6</second> </item> <item> <first>LUT</first> <second>15</second> </item> </second> </item> <item> <first>stream_out_V_TDATA_blk_n</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>stream_tail_V</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>9</second> </item> <item> <first>(2Count)</first> <second>18</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>t_V_1_reg_249</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>2</second> </item> <item> <first>(2Count)</first> <second>4</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>t_V_reg_206</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>9</second> </item> <item> <first>(2Count)</first> <second>18</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> </dp_multiplexer_resource> <dp_register_resource> <count>51</count> <item_version>0</item_version> <item> <first>ap_CS_fsm</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>22</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>22</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter0</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter1</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter2</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter3</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter4</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter5</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter6</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter7</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter8</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter9</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp1_iter0</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp1_iter1</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp1_iter2</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_reg_ioackin_gmem_read_ARREADY</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_reg_ioackin_gmem_read_AWREADY</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_reg_ioackin_gmem_read_WREADY</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>bytes_read_reg_579</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>16</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>16</second> </item> </second> </item> <item> <first>cond_reg_644</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>exitcond_flatten_reg_625</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>exitcond_flatten_reg_625_pp1_iter1_reg</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>extLd_reg_536</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>128</second> </item> <item> <first>(Consts)</first> <second>119</second> </item> <item> <first>FF</first> <second>9</second> </item> </second> </item> <item> <first>gmem_read_addr_1_rea_reg_615</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>128</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>128</second> </item> </second> </item> <item> <first>h1_reg_238</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>15</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>15</second> </item> </second> </item> <item> <first>h_1_reg_594</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>15</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>15</second> </item> </second> </item> <item> <first>h_reg_215</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>15</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>15</second> </item> </second> </item> <item> <first>indvar_flatten_reg_227</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>17</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>17</second> </item> </second> </item> <item> <first>input_V2_sum3_reg_659</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>29</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>29</second> </item> </second> </item> <item> <first>input_V2_sum4_reg_599</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>29</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>29</second> </item> </second> </item> <item> <first>input_V2_sum_reg_542</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>29</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>29</second> </item> </second> </item> <item> <first>stream_head_V_reg_553</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>128</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>128</second> </item> </second> </item> <item> <first>stream_out_V_1_payload_A</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>64</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>64</second> </item> </second> </item> <item> <first>stream_out_V_1_payload_B</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>64</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>64</second> </item> </second> </item> <item> <first>stream_out_V_1_sel_rd</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>stream_out_V_1_sel_wr</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>stream_out_V_1_state</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>2</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>2</second> </item> </second> </item> <item> <first>stream_tail_V</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>9</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>9</second> </item> </second> </item> <item> <first>stream_tail_V_load_reg_529</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>9</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>9</second> </item> </second> </item> <item> <first>t_V_1_reg_249</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>2</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>2</second> </item> </second> </item> <item> <first>t_V_reg_206</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>9</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>9</second> </item> </second> </item> <item> <first>temp_V_mid2_v_reg_634</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>15</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>15</second> </item> </second> </item> <item> <first>tmp_10_cast_reg_519</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>29</second> </item> <item> <first>(Consts)</first> <second>1</second> </item> <item> <first>FF</first> <second>28</second> </item> </second> </item> <item> <first>tmp_15_reg_585</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>128</second> </item> <item> <first>(Consts)</first> <second>119</second> </item> <item> <first>FF</first> <second>9</second> </item> </second> </item> <item> <first>tmp_16_reg_620</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>17</second> </item> <item> <first>(Consts)</first> <second>1</second> </item> <item> <first>FF</first> <second>16</second> </item> </second> </item> <item> <first>tmp_1_reg_560</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>tmp_2_reg_564</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>tmp_5_reg_590</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>tmp_6_reg_569</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>16</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>16</second> </item> </second> </item> <item> <first>tmp_7_reg_604</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>9</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>9</second> </item> </second> </item> <item> <first>tmp_8_reg_574</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>16</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>16</second> </item> </second> </item> <item> <first>tmp_reg_525</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> </dp_register_resource> <dp_dsp_resource> <count>2</count> <item_version>0</item_version> <item> <first>circ_buff_read_128_control_s_axi_U</first> <second> <count>0</count> <item_version>0</item_version> </second> </item> <item> <first>circ_buff_read_128_gmem_read_m_axi_U</first> <second> <count>0</count> <item_version>0</item_version> </second> </item> </dp_dsp_resource> <dp_component_map class_id="41" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_component_map> <dp_expression_map> <count>24</count> <item_version>0</item_version> <item class_id="42" tracking_level="0" version="0"> <first>bytes_read2_v_fu_330_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>37</item> </second> </item> <item> <first>bytes_read_fu_335_p2 ( - ) </first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>cond_fu_470_p2 ( icmp ) </first> <second> <count>1</count> <item_version>0</item_version> <item>92</item> </second> </item> <item> <first>exitcond_flatten_fu_426_p2 ( icmp ) </first> <second> <count>1</count> <item_version>0</item_version> <item>77</item> </second> </item> <item> <first>h_1_fu_377_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>51</item> </second> </item> <item> <first>h_s_fu_451_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>84</item> </second> </item> <item> <first>indvar_flatten_next_fu_431_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>78</item> </second> </item> <item> <first>input_V2_sum3_fu_504_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>101</item> </second> </item> <item> <first>input_V2_sum4_fu_387_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>59</item> </second> </item> <item> <first>input_V2_sum_fu_288_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>25</item> </second> </item> <item> <first>t_V_1_mid2_fu_443_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>83</item> </second> </item> <item> <first>temp_V_mid2_v_fu_457_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>85</item> </second> </item> <item> <first>tmp_10_fu_341_p2 ( icmp ) </first> <second> <count>1</count> <item_version>0</item_version> <item>39</item> </second> </item> <item> <first>tmp_12_fu_351_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>41</item> </second> </item> <item> <first>tmp_13_fu_359_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>42</item> </second> </item> <item> <first>tmp_17_fu_437_p2 ( icmp ) </first> <second> <count>1</count> <item_version>0</item_version> <item>82</item> </second> </item> <item> <first>tmp_1_fu_310_p2 ( icmp ) </first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>tmp_20_fu_496_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>95</item> </second> </item> <item> <first>tmp_2_fu_314_p2 ( icmp ) </first> <second> <count>1</count> <item_version>0</item_version> <item>33</item> </second> </item> <item> <first>tmp_5_fu_372_p2 ( icmp ) </first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>tmp_7_fu_392_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>66</item> </second> </item> <item> <first>tmp_8_fu_321_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>36</item> </second> </item> <item> <first>tmp_fu_274_p2 ( icmp ) </first> <second> <count>1</count> <item_version>0</item_version> <item>20</item> </second> </item> <item> <first>word_V_fu_476_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>98</item> </second> </item> </dp_expression_map> <dp_fifo_map> <count>0</count> <item_version>0</item_version> </dp_fifo_map> <dp_memory_map> <count>1</count> <item_version>0</item_version> <item> <first>data_V_U</first> <second> <count>1</count> <item_version>0</item_version> <item>569</item> </second> </item> </dp_memory_map> </res> <node_label_latency class_id="43" tracking_level="0" version="0"> <count>79</count> <item_version>0</item_version> <item class_id="44" tracking_level="0" version="0"> <first>6</first> <second class_id="45" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> <item> <first>7</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>8</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>13</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>19</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>20</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>21</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>22</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>23</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>25</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>26</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>27</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>28</first> <second> <first>1</first> <second>6</second> </second> </item> <item> <first>29</first> <second> <first>8</first> <second>0</second> </second> </item> <item> <first>30</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>31</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>33</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>34</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>35</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>36</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>37</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>38</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>39</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>40</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>41</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>42</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>43</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>44</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>46</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>47</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>48</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>49</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>51</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>52</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>57</first> <second> <first>20</first> <second>0</second> </second> </item> <item> <first>58</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>59</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>60</first> <second> <first>12</first> <second>0</second> </second> </item> <item> <first>61</first> <second> <first>12</first> <second>0</second> </second> </item> <item> <first>62</first> <second> <first>12</first> <second>6</second> </second> </item> <item> <first>63</first> <second> <first>19</first> <second>0</second> </second> </item> <item> <first>64</first> <second> <first>20</first> <second>0</second> </second> </item> <item> <first>65</first> <second> <first>20</first> <second>0</second> </second> </item> <item> <first>66</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>67</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>69</first> <second> <first>20</first> <second>0</second> </second> </item> <item> <first>71</first> <second> <first>21</first> <second>0</second> </second> </item> <item> <first>72</first> <second> <first>21</first> <second>0</second> </second> </item> <item> <first>74</first> <second> <first>22</first> <second>0</second> </second> </item> <item> <first>75</first> <second> <first>22</first> <second>0</second> </second> </item> <item> <first>76</first> <second> <first>22</first> <second>0</second> </second> </item> <item> <first>77</first> <second> <first>22</first> <second>0</second> </second> </item> <item> <first>78</first> <second> <first>22</first> <second>0</second> </second> </item> <item> <first>79</first> <second> <first>22</first> <second>0</second> </second> </item> <item> <first>82</first> <second> <first>22</first> <second>0</second> </second> </item> <item> <first>83</first> <second> <first>22</first> <second>0</second> </second> </item> <item> <first>84</first> <second> <first>22</first> <second>0</second> </second> </item> <item> <first>85</first> <second> <first>22</first> <second>0</second> </second> </item> <item> <first>86</first> <second> <first>22</first> <second>0</second> </second> </item> <item> <first>87</first> <second> <first>22</first> <second>0</second> </second> </item> <item> <first>88</first> <second> <first>22</first> <second>1</second> </second> </item> <item> <first>92</first> <second> <first>22</first> <second>0</second> </second> </item> <item> <first>93</first> <second> <first>23</first> <second>0</second> </second> </item> <item> <first>94</first> <second> <first>23</first> <second>0</second> </second> </item> <item> <first>95</first> <second> <first>23</first> <second>0</second> </second> </item> <item> <first>96</first> <second> <first>23</first> <second>1</second> </second> </item> <item> <first>98</first> <second> <first>22</first> <second>0</second> </second> </item> <item> <first>99</first> <second> <first>24</first> <second>0</second> </second> </item> <item> <first>101</first> <second> <first>25</first> <second>0</second> </second> </item> <item> <first>102</first> <second> <first>26</first> <second>0</second> </second> </item> <item> <first>103</first> <second> <first>26</first> <second>0</second> </second> </item> <item> <first>104</first> <second> <first>26</first> <second>0</second> </second> </item> <item> <first>105</first> <second> <first>27</first> <second>0</second> </second> </item> <item> <first>106</first> <second> <first>28</first> <second>4</second> </second> </item> <item> <first>107</first> <second> <first>32</first> <second>0</second> </second> </item> <item> <first>109</first> <second> <first>32</first> <second>0</second> </second> </item> <item> <first>111</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>112</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>114</first> <second> <first>32</first> <second>0</second> </second> </item> </node_label_latency> <bblk_ent_exit class_id="46" tracking_level="0" version="0"> <count>12</count> <item_version>0</item_version> <item class_id="47" tracking_level="0" version="0"> <first>24</first> <second class_id="48" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> <item> <first>32</first> <second> <first>0</first> <second>9</second> </second> </item> <item> <first>45</first> <second> <first>9</first> <second>10</second> </second> </item> <item> <first>53</first> <second> <first>11</first> <second>11</second> </second> </item> <item> <first>70</first> <second> <first>11</first> <second>20</second> </second> </item> <item> <first>73</first> <second> <first>12</first> <second>12</second> </second> </item> <item> <first>80</first> <second> <first>13</first> <second>13</second> </second> </item> <item> <first>100</first> <second> <first>13</first> <second>15</second> </second> </item> <item> <first>108</first> <second> <first>14</first> <second>21</second> </second> </item> <item> <first>110</first> <second> <first>21</first> <second>21</second> </second> </item> <item> <first>113</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>115</first> <second> <first>21</first> <second>21</second> </second> </item> </bblk_ent_exit> <regions class_id="49" tracking_level="0" version="0"> <count>2</count> <item_version>0</item_version> <item class_id="50" tracking_level="1" version="0" object_id="_490"> <region_name>gmem_read</region_name> <basic_blocks> <count>2</count> <item_version>0</item_version> <item>53</item> <item>70</item> </basic_blocks> <nodes> <count>0</count> <item_version>0</item_version> </nodes> <anchor_node>-1</anchor_node> <region_type>8</region_type> <interval>1</interval> <pipe_depth>10</pipe_depth> </item> <item class_id_reference="50" object_id="_491"> <region_name>fifo_write_decompose</region_name> <basic_blocks> <count>2</count> <item_version>0</item_version> <item>80</item> <item>100</item> </basic_blocks> <nodes> <count>0</count> <item_version>0</item_version> </nodes> <anchor_node>-1</anchor_node> <region_type>8</region_type> <interval>1</interval> <pipe_depth>3</pipe_depth> </item> </regions> <dp_fu_nodes class_id="51" tracking_level="0" version="0"> <count>65</count> <item_version>0</item_version> <item class_id="52" tracking_level="0" version="0"> <first>124</first> <second> <count>1</count> <item_version>0</item_version> <item>13</item> </second> </item> <item> <first>128</first> <second> <count>1</count> <item_version>0</item_version> <item>6</item> </second> </item> <item> <first>134</first> <second> <count>1</count> <item_version>0</item_version> <item>19</item> </second> </item> <item> <first>140</first> <second> <count>7</count> <item_version>0</item_version> <item>28</item> <item>28</item> <item>28</item> <item>28</item> <item>28</item> <item>28</item> <item>28</item> </second> </item> <item> <first>147</first> <second> <count>1</count> <item_version>0</item_version> <item>29</item> </second> </item> <item> <first>152</first> <second> <count>7</count> <item_version>0</item_version> <item>62</item> <item>62</item> <item>62</item> <item>62</item> <item>62</item> <item>62</item> <item>62</item> </second> </item> <item> <first>159</first> <second> <count>1</count> <item_version>0</item_version> <item>63</item> </second> </item> <item> <first>164</first> <second> <count>2</count> <item_version>0</item_version> <item>96</item> <item>96</item> </second> </item> <item> <first>171</first> <second> <count>6</count> <item_version>0</item_version> <item>104</item> <item>106</item> <item>106</item> <item>106</item> <item>106</item> <item>106</item> </second> </item> <item> <first>178</first> <second> <count>1</count> <item_version>0</item_version> <item>105</item> </second> </item> <item> <first>187</first> <second> <count>1</count> <item_version>0</item_version> <item>64</item> </second> </item> <item> <first>193</first> <second> <count>3</count> <item_version>0</item_version> <item>65</item> <item>88</item> <item>88</item> </second> </item> <item> <first>199</first> <second> <count>1</count> <item_version>0</item_version> <item>87</item> </second> </item> <item> <first>209</first> <second> <count>1</count> <item_version>0</item_version> <item>46</item> </second> </item> <item> <first>219</first> <second> <count>1</count> <item_version>0</item_version> <item>47</item> </second> </item> <item> <first>231</first> <second> <count>1</count> <item_version>0</item_version> <item>74</item> </second> </item> <item> <first>242</first> <second> <count>1</count> <item_version>0</item_version> <item>75</item> </second> </item> <item> <first>253</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> <item> <first>260</first> <second> <count>1</count> <item_version>0</item_version> <item>7</item> </second> </item> <item> <first>270</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>274</first> <second> <count>1</count> <item_version>0</item_version> <item>20</item> </second> </item> <item> <first>280</first> <second> <count>1</count> <item_version>0</item_version> <item>21</item> </second> </item> <item> <first>284</first> <second> <count>1</count> <item_version>0</item_version> <item>22</item> </second> </item> <item> <first>288</first> <second> <count>1</count> <item_version>0</item_version> <item>25</item> </second> </item> <item> <first>294</first> <second> <count>1</count> <item_version>0</item_version> <item>111</item> </second> </item> <item> <first>300</first> <second> <count>1</count> <item_version>0</item_version> <item>26</item> </second> </item> <item> <first>303</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>310</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>314</first> <second> <count>1</count> <item_version>0</item_version> <item>33</item> </second> </item> <item> <first>318</first> <second> <count>1</count> <item_version>0</item_version> <item>34</item> </second> </item> <item> <first>321</first> <second> <count>1</count> <item_version>0</item_version> <item>36</item> </second> </item> <item> <first>327</first> <second> <count>1</count> <item_version>0</item_version> <item>35</item> </second> </item> <item> <first>330</first> <second> <count>1</count> <item_version>0</item_version> <item>37</item> </second> </item> <item> <first>335</first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>341</first> <second> <count>1</count> <item_version>0</item_version> <item>39</item> </second> </item> <item> <first>347</first> <second> <count>1</count> <item_version>0</item_version> <item>40</item> </second> </item> <item> <first>351</first> <second> <count>1</count> <item_version>0</item_version> <item>41</item> </second> </item> <item> <first>359</first> <second> <count>1</count> <item_version>0</item_version> <item>42</item> </second> </item> <item> <first>364</first> <second> <count>1</count> <item_version>0</item_version> <item>43</item> </second> </item> <item> <first>368</first> <second> <count>1</count> <item_version>0</item_version> <item>48</item> </second> </item> <item> <first>372</first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>377</first> <second> <count>1</count> <item_version>0</item_version> <item>51</item> </second> </item> <item> <first>383</first> <second> <count>1</count> <item_version>0</item_version> <item>58</item> </second> </item> <item> <first>387</first> <second> <count>1</count> <item_version>0</item_version> <item>59</item> </second> </item> <item> <first>392</first> <second> <count>1</count> <item_version>0</item_version> <item>66</item> </second> </item> <item> <first>398</first> <second> <count>1</count> <item_version>0</item_version> <item>67</item> </second> </item> <item> <first>404</first> <second> <count>1</count> <item_version>0</item_version> <item>60</item> </second> </item> <item> <first>407</first> <second> <count>1</count> <item_version>0</item_version> <item>61</item> </second> </item> <item> <first>414</first> <second> <count>1</count> <item_version>0</item_version> <item>57</item> </second> </item> <item> <first>419</first> <second> <count>1</count> <item_version>0</item_version> <item>71</item> </second> </item> <item> <first>426</first> <second> <count>1</count> <item_version>0</item_version> <item>77</item> </second> </item> <item> <first>431</first> <second> <count>1</count> <item_version>0</item_version> <item>78</item> </second> </item> <item> <first>437</first> <second> <count>1</count> <item_version>0</item_version> <item>82</item> </second> </item> <item> <first>443</first> <second> <count>1</count> <item_version>0</item_version> <item>83</item> </second> </item> <item> <first>451</first> <second> <count>1</count> <item_version>0</item_version> <item>84</item> </second> </item> <item> <first>457</first> <second> <count>1</count> <item_version>0</item_version> <item>85</item> </second> </item> <item> <first>465</first> <second> <count>1</count> <item_version>0</item_version> <item>86</item> </second> </item> <item> <first>470</first> <second> <count>1</count> <item_version>0</item_version> <item>92</item> </second> </item> <item> <first>476</first> <second> <count>1</count> <item_version>0</item_version> <item>98</item> </second> </item> <item> <first>482</first> <second> <count>1</count> <item_version>0</item_version> <item>93</item> </second> </item> <item> <first>486</first> <second> <count>1</count> <item_version>0</item_version> <item>94</item> </second> </item> <item> <first>496</first> <second> <count>1</count> <item_version>0</item_version> <item>95</item> </second> </item> <item> <first>504</first> <second> <count>1</count> <item_version>0</item_version> <item>101</item> </second> </item> <item> <first>509</first> <second> <count>1</count> <item_version>0</item_version> <item>102</item> </second> </item> <item> <first>512</first> <second> <count>1</count> <item_version>0</item_version> <item>103</item> </second> </item> </dp_fu_nodes> <dp_fu_nodes_expression class_id="54" tracking_level="0" version="0"> <count>52</count> <item_version>0</item_version> <item class_id="55" tracking_level="0" version="0"> <first>bytes_read2_v_fu_330</first> <second> <count>1</count> <item_version>0</item_version> <item>37</item> </second> </item> <item> <first>bytes_read_fu_335</first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>cond_fu_470</first> <second> <count>1</count> <item_version>0</item_version> <item>92</item> </second> </item> <item> <first>data_V_addr_1_gep_fu_199</first> <second> <count>1</count> <item_version>0</item_version> <item>87</item> </second> </item> <item> <first>data_V_addr_gep_fu_187</first> <second> <count>1</count> <item_version>0</item_version> <item>64</item> </second> </item> <item> <first>data_V_alloca_fu_124</first> <second> <count>1</count> <item_version>0</item_version> <item>13</item> </second> </item> <item> <first>exitcond_flatten_fu_426</first> <second> <count>1</count> <item_version>0</item_version> <item>77</item> </second> </item> <item> <first>extLd_fu_284</first> <second> <count>1</count> <item_version>0</item_version> <item>22</item> </second> </item> <item> <first>gmem_read_addr_1_fu_407</first> <second> <count>1</count> <item_version>0</item_version> <item>61</item> </second> </item> <item> <first>gmem_read_addr_2_fu_512</first> <second> <count>1</count> <item_version>0</item_version> <item>103</item> </second> </item> <item> <first>gmem_read_addr_fu_303</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>h1_phi_fu_242</first> <second> <count>1</count> <item_version>0</item_version> <item>75</item> </second> </item> <item> <first>h_1_fu_377</first> <second> <count>1</count> <item_version>0</item_version> <item>51</item> </second> </item> <item> <first>h_cast_fu_368</first> <second> <count>1</count> <item_version>0</item_version> <item>48</item> </second> </item> <item> <first>h_phi_fu_219</first> <second> <count>1</count> <item_version>0</item_version> <item>47</item> </second> </item> <item> <first>h_s_fu_451</first> <second> <count>1</count> <item_version>0</item_version> <item>84</item> </second> </item> <item> <first>indvar_flatten_next_fu_431</first> <second> <count>1</count> <item_version>0</item_version> <item>78</item> </second> </item> <item> <first>indvar_flatten_phi_fu_231</first> <second> <count>1</count> <item_version>0</item_version> <item>74</item> </second> </item> <item> <first>input_V2_sum3_cast_fu_509</first> <second> <count>1</count> <item_version>0</item_version> <item>102</item> </second> </item> <item> <first>input_V2_sum3_fu_504</first> <second> <count>1</count> <item_version>0</item_version> <item>101</item> </second> </item> <item> <first>input_V2_sum4_cast_fu_404</first> <second> <count>1</count> <item_version>0</item_version> <item>60</item> </second> </item> <item> <first>input_V2_sum4_fu_387</first> <second> <count>1</count> <item_version>0</item_version> <item>59</item> </second> </item> <item> <first>input_V2_sum_cast_fu_300</first> <second> <count>1</count> <item_version>0</item_version> <item>26</item> </second> </item> <item> <first>input_V2_sum_fu_288</first> <second> <count>1</count> <item_version>0</item_version> <item>25</item> </second> </item> <item> <first>t_V_1_mid2_fu_443</first> <second> <count>1</count> <item_version>0</item_version> <item>83</item> </second> </item> <item> <first>t_V_1_phi_fu_253</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> <item> <first>t_V_phi_fu_209</first> <second> <count>1</count> <item_version>0</item_version> <item>46</item> </second> </item> <item> <first>temp_V_mid2_fu_465</first> <second> <count>1</count> <item_version>0</item_version> <item>86</item> </second> </item> <item> <first>temp_V_mid2_v_fu_457</first> <second> <count>1</count> <item_version>0</item_version> <item>85</item> </second> </item> <item> <first>tmp_10_cast_fu_270</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>tmp_10_fu_341</first> <second> <count>1</count> <item_version>0</item_version> <item>39</item> </second> </item> <item> <first>tmp_11_fu_347</first> <second> <count>1</count> <item_version>0</item_version> <item>40</item> </second> </item> <item> <first>tmp_12_fu_351</first> <second> <count>1</count> <item_version>0</item_version> <item>41</item> </second> </item> <item> <first>tmp_13_fu_359</first> <second> <count>1</count> <item_version>0</item_version> <item>42</item> </second> </item> <item> <first>tmp_15_fu_364</first> <second> <count>1</count> <item_version>0</item_version> <item>43</item> </second> </item> <item> <first>tmp_16_fu_419</first> <second> <count>1</count> <item_version>0</item_version> <item>71</item> </second> </item> <item> <first>tmp_17_fu_437</first> <second> <count>1</count> <item_version>0</item_version> <item>82</item> </second> </item> <item> <first>tmp_18_fu_482</first> <second> <count>1</count> <item_version>0</item_version> <item>93</item> </second> </item> <item> <first>tmp_19_fu_486</first> <second> <count>1</count> <item_version>0</item_version> <item>94</item> </second> </item> <item> <first>tmp_1_fu_310</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>tmp_20_fu_496</first> <second> <count>1</count> <item_version>0</item_version> <item>95</item> </second> </item> <item> <first>tmp_2_fu_314</first> <second> <count>1</count> <item_version>0</item_version> <item>33</item> </second> </item> <item> <first>tmp_3_fu_260</first> <second> <count>1</count> <item_version>0</item_version> <item>7</item> </second> </item> <item> <first>tmp_4_fu_327</first> <second> <count>1</count> <item_version>0</item_version> <item>35</item> </second> </item> <item> <first>tmp_5_fu_372</first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>tmp_6_cast_fu_383</first> <second> <count>1</count> <item_version>0</item_version> <item>58</item> </second> </item> <item> <first>tmp_6_fu_318</first> <second> <count>1</count> <item_version>0</item_version> <item>34</item> </second> </item> <item> <first>tmp_7_fu_392</first> <second> <count>1</count> <item_version>0</item_version> <item>66</item> </second> </item> <item> <first>tmp_8_fu_321</first> <second> <count>1</count> <item_version>0</item_version> <item>36</item> </second> </item> <item> <first>tmp_9_fu_414</first> <second> <count>1</count> <item_version>0</item_version> <item>57</item> </second> </item> <item> <first>tmp_fu_274</first> <second> <count>1</count> <item_version>0</item_version> <item>20</item> </second> </item> <item> <first>word_V_fu_476</first> <second> <count>1</count> <item_version>0</item_version> <item>98</item> </second> </item> </dp_fu_nodes_expression> <dp_fu_nodes_module> <count>0</count> <item_version>0</item_version> </dp_fu_nodes_module> <dp_fu_nodes_io> <count>12</count> <item_version>0</item_version> <item> <first>StgValue_141_write_fu_178</first> <second> <count>1</count> <item_version>0</item_version> <item>105</item> </second> </item> <item> <first>StgValue_53_store_fu_294</first> <second> <count>1</count> <item_version>0</item_version> <item>111</item> </second> </item> <item> <first>StgValue_89_store_fu_398</first> <second> <count>1</count> <item_version>0</item_version> <item>67</item> </second> </item> <item> <first>gmem_read_addr_1_rea_read_fu_159</first> <second> <count>1</count> <item_version>0</item_version> <item>63</item> </second> </item> <item> <first>grp_readreq_fu_140</first> <second> <count>7</count> <item_version>0</item_version> <item>28</item> <item>28</item> <item>28</item> <item>28</item> <item>28</item> <item>28</item> <item>28</item> </second> </item> <item> <first>grp_readreq_fu_152</first> <second> <count>7</count> <item_version>0</item_version> <item>62</item> <item>62</item> <item>62</item> <item>62</item> <item>62</item> <item>62</item> <item>62</item> </second> </item> <item> <first>grp_write_fu_164</first> <second> <count>2</count> <item_version>0</item_version> <item>96</item> <item>96</item> </second> </item> <item> <first>grp_writeresp_fu_171</first> <second> <count>6</count> <item_version>0</item_version> <item>104</item> <item>106</item> <item>106</item> <item>106</item> <item>106</item> <item>106</item> </second> </item> <item> <first>input_V_read_read_fu_128</first> <second> <count>1</count> <item_version>0</item_version> <item>6</item> </second> </item> <item> <first>reset_read_read_fu_134</first> <second> <count>1</count> <item_version>0</item_version> <item>19</item> </second> </item> <item> <first>stream_head_V_read_fu_147</first> <second> <count>1</count> <item_version>0</item_version> <item>29</item> </second> </item> <item> <first>stream_tail_V_load_load_fu_280</first> <second> <count>1</count> <item_version>0</item_version> <item>21</item> </second> </item> </dp_fu_nodes_io> <return_ports> <count>0</count> <item_version>0</item_version> </return_ports> <dp_mem_port_nodes class_id="56" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="57" tracking_level="0" version="0"> <first class_id="58" tracking_level="0" version="0"> <first>data_V</first> <second>0</second> </first> <second> <count>3</count> <item_version>0</item_version> <item>65</item> <item>88</item> <item>88</item> </second> </item> </dp_mem_port_nodes> <dp_reg_nodes> <count>34</count> <item_version>0</item_version> <item> <first>206</first> <second> <count>1</count> <item_version>0</item_version> <item>46</item> </second> </item> <item> <first>215</first> <second> <count>1</count> <item_version>0</item_version> <item>47</item> </second> </item> <item> <first>227</first> <second> <count>1</count> <item_version>0</item_version> <item>74</item> </second> </item> <item> <first>238</first> <second> <count>1</count> <item_version>0</item_version> <item>75</item> </second> </item> <item> <first>249</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> <item> <first>519</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>525</first> <second> <count>1</count> <item_version>0</item_version> <item>20</item> </second> </item> <item> <first>529</first> <second> <count>1</count> <item_version>0</item_version> <item>21</item> </second> </item> <item> <first>536</first> <second> <count>1</count> <item_version>0</item_version> <item>22</item> </second> </item> <item> <first>542</first> <second> <count>1</count> <item_version>0</item_version> <item>25</item> </second> </item> <item> <first>547</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>553</first> <second> <count>1</count> <item_version>0</item_version> <item>29</item> </second> </item> <item> <first>560</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>564</first> <second> <count>1</count> <item_version>0</item_version> <item>33</item> </second> </item> <item> <first>569</first> <second> <count>1</count> <item_version>0</item_version> <item>34</item> </second> </item> <item> <first>574</first> <second> <count>1</count> <item_version>0</item_version> <item>36</item> </second> </item> <item> <first>579</first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>585</first> <second> <count>1</count> <item_version>0</item_version> <item>43</item> </second> </item> <item> <first>590</first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>594</first> <second> <count>1</count> <item_version>0</item_version> <item>51</item> </second> </item> <item> <first>599</first> <second> <count>1</count> <item_version>0</item_version> <item>59</item> </second> </item> <item> <first>604</first> <second> <count>1</count> <item_version>0</item_version> <item>66</item> </second> </item> <item> <first>609</first> <second> <count>1</count> <item_version>0</item_version> <item>61</item> </second> </item> <item> <first>615</first> <second> <count>1</count> <item_version>0</item_version> <item>63</item> </second> </item> <item> <first>620</first> <second> <count>1</count> <item_version>0</item_version> <item>71</item> </second> </item> <item> <first>625</first> <second> <count>1</count> <item_version>0</item_version> <item>77</item> </second> </item> <item> <first>629</first> <second> <count>1</count> <item_version>0</item_version> <item>78</item> </second> </item> <item> <first>634</first> <second> <count>1</count> <item_version>0</item_version> <item>85</item> </second> </item> <item> <first>639</first> <second> <count>1</count> <item_version>0</item_version> <item>87</item> </second> </item> <item> <first>644</first> <second> <count>1</count> <item_version>0</item_version> <item>92</item> </second> </item> <item> <first>649</first> <second> <count>1</count> <item_version>0</item_version> <item>98</item> </second> </item> <item> <first>654</first> <second> <count>1</count> <item_version>0</item_version> <item>95</item> </second> </item> <item> <first>659</first> <second> <count>1</count> <item_version>0</item_version> <item>101</item> </second> </item> <item> <first>664</first> <second> <count>1</count> <item_version>0</item_version> <item>103</item> </second> </item> </dp_reg_nodes> <dp_regname_nodes> <count>34</count> <item_version>0</item_version> <item> <first>bytes_read_reg_579</first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>cond_reg_644</first> <second> <count>1</count> <item_version>0</item_version> <item>92</item> </second> </item> <item> <first>data_V_addr_1_reg_639</first> <second> <count>1</count> <item_version>0</item_version> <item>87</item> </second> </item> <item> <first>exitcond_flatten_reg_625</first> <second> <count>1</count> <item_version>0</item_version> <item>77</item> </second> </item> <item> <first>extLd_reg_536</first> <second> <count>1</count> <item_version>0</item_version> <item>22</item> </second> </item> <item> <first>gmem_read_addr_1_rea_reg_615</first> <second> <count>1</count> <item_version>0</item_version> <item>63</item> </second> </item> <item> <first>gmem_read_addr_1_reg_609</first> <second> <count>1</count> <item_version>0</item_version> <item>61</item> </second> </item> <item> <first>gmem_read_addr_2_reg_664</first> <second> <count>1</count> <item_version>0</item_version> <item>103</item> </second> </item> <item> <first>gmem_read_addr_reg_547</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>h1_reg_238</first> <second> <count>1</count> <item_version>0</item_version> <item>75</item> </second> </item> <item> <first>h_1_reg_594</first> <second> <count>1</count> <item_version>0</item_version> <item>51</item> </second> </item> <item> <first>h_reg_215</first> <second> <count>1</count> <item_version>0</item_version> <item>47</item> </second> </item> <item> <first>indvar_flatten_next_reg_629</first> <second> <count>1</count> <item_version>0</item_version> <item>78</item> </second> </item> <item> <first>indvar_flatten_reg_227</first> <second> <count>1</count> <item_version>0</item_version> <item>74</item> </second> </item> <item> <first>input_V2_sum3_reg_659</first> <second> <count>1</count> <item_version>0</item_version> <item>101</item> </second> </item> <item> <first>input_V2_sum4_reg_599</first> <second> <count>1</count> <item_version>0</item_version> <item>59</item> </second> </item> <item> <first>input_V2_sum_reg_542</first> <second> <count>1</count> <item_version>0</item_version> <item>25</item> </second> </item> <item> <first>stream_head_V_reg_553</first> <second> <count>1</count> <item_version>0</item_version> <item>29</item> </second> </item> <item> <first>stream_tail_V_load_reg_529</first> <second> <count>1</count> <item_version>0</item_version> <item>21</item> </second> </item> <item> <first>t_V_1_reg_249</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> <item> <first>t_V_reg_206</first> <second> <count>1</count> <item_version>0</item_version> <item>46</item> </second> </item> <item> <first>temp_V_mid2_v_reg_634</first> <second> <count>1</count> <item_version>0</item_version> <item>85</item> </second> </item> <item> <first>tmp_10_cast_reg_519</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>tmp_15_reg_585</first> <second> <count>1</count> <item_version>0</item_version> <item>43</item> </second> </item> <item> <first>tmp_16_reg_620</first> <second> <count>1</count> <item_version>0</item_version> <item>71</item> </second> </item> <item> <first>tmp_1_reg_560</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>tmp_20_reg_654</first> <second> <count>1</count> <item_version>0</item_version> <item>95</item> </second> </item> <item> <first>tmp_2_reg_564</first> <second> <count>1</count> <item_version>0</item_version> <item>33</item> </second> </item> <item> <first>tmp_5_reg_590</first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>tmp_6_reg_569</first> <second> <count>1</count> <item_version>0</item_version> <item>34</item> </second> </item> <item> <first>tmp_7_reg_604</first> <second> <count>1</count> <item_version>0</item_version> <item>66</item> </second> </item> <item> <first>tmp_8_reg_574</first> <second> <count>1</count> <item_version>0</item_version> <item>36</item> </second> </item> <item> <first>tmp_reg_525</first> <second> <count>1</count> <item_version>0</item_version> <item>20</item> </second> </item> <item> <first>word_V_reg_649</first> <second> <count>1</count> <item_version>0</item_version> <item>98</item> </second> </item> </dp_regname_nodes> <dp_reg_phi> <count>5</count> <item_version>0</item_version> <item> <first>206</first> <second> <count>1</count> <item_version>0</item_version> <item>46</item> </second> </item> <item> <first>215</first> <second> <count>1</count> <item_version>0</item_version> <item>47</item> </second> </item> <item> <first>227</first> <second> <count>1</count> <item_version>0</item_version> <item>74</item> </second> </item> <item> <first>238</first> <second> <count>1</count> <item_version>0</item_version> <item>75</item> </second> </item> <item> <first>249</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> </dp_reg_phi> <dp_regname_phi> <count>5</count> <item_version>0</item_version> <item> <first>h1_reg_238</first> <second> <count>1</count> <item_version>0</item_version> <item>75</item> </second> </item> <item> <first>h_reg_215</first> <second> <count>1</count> <item_version>0</item_version> <item>47</item> </second> </item> <item> <first>indvar_flatten_reg_227</first> <second> <count>1</count> <item_version>0</item_version> <item>74</item> </second> </item> <item> <first>t_V_1_reg_249</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> <item> <first>t_V_reg_206</first> <second> <count>1</count> <item_version>0</item_version> <item>46</item> </second> </item> </dp_regname_phi> <dp_port_io_nodes class_id="59" tracking_level="0" version="0"> <count>4</count> <item_version>0</item_version> <item class_id="60" tracking_level="0" version="0"> <first>gmem_read</first> <second> <count>0</count> <item_version>0</item_version> </second> </item> <item> <first>input_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>6</item> </second> </item> </second> </item> <item> <first>reset</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>19</item> </second> </item> </second> </item> <item> <first>stream_out_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>write</first> <second> <count>1</count> <item_version>0</item_version> <item>96</item> </second> </item> </second> </item> </dp_port_io_nodes> <port2core class_id="61" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </port2core> <node2core> <count>1</count> <item_version>0</item_version> <item class_id="62" tracking_level="0" version="0"> <first>13</first> <second>RAM</second> </item> </node2core> </syndb> </boost_serialization>
30.894136
98
0.452174
0ba83c9872b14f97335756546c8be612ac647f5a
57
ads
Ada
src/day-16/adventofcode-day_16.ads
persan/advent-of-code-2020
123f9352b44d75fa445783659e6bcbbcafbc0471
[ "MIT" ]
null
null
null
src/day-16/adventofcode-day_16.ads
persan/advent-of-code-2020
123f9352b44d75fa445783659e6bcbbcafbc0471
[ "MIT" ]
null
null
null
src/day-16/adventofcode-day_16.ads
persan/advent-of-code-2020
123f9352b44d75fa445783659e6bcbbcafbc0471
[ "MIT" ]
null
null
null
package Adventofcode.Day_16 is end Adventofcode.Day_16;
14.25
30
0.842105
31dbb9da9c936f27adb8c7b68aa1c41de325bfb3
3,888
ads
Ada
source/vampire-villages-text.ads
ytomino/vampire
2ff6c93af53e55c89cab70fedb63accba83bcd92
[ "OpenSSL", "Unlicense" ]
1
2016-12-19T13:25:14.000Z
2016-12-19T13:25:14.000Z
source/vampire-villages-text.ads
ytomino/vampire
2ff6c93af53e55c89cab70fedb63accba83bcd92
[ "OpenSSL", "Unlicense" ]
null
null
null
source/vampire-villages-text.ads
ytomino/vampire
2ff6c93af53e55c89cab70fedb63accba83bcd92
[ "OpenSSL", "Unlicense" ]
null
null
null
-- The Village of Vampire by YT, このソースコードはNYSLです package Vampire.Villages.Text is -- 配役 function Name (Person : Tabula.Villages.Person_Type'Class) return String; function Image (Role : Requested_Role) return String; function Image (Role : Person_Role) return String; function Short_Image (Role : Person_Role) return String; -- 漢字一文字 function Image (Teaming : Obsolete_Teaming_Mode) return String; -- 参加 function Join (Village : Village_Type; Message : Villages.Message) return String; function Escaped_Join (Village : Village_Type; Message : Villages.Message) return String; -- 村抜け function Escape (Village : Village_Type; Message : Villages.Message) return String; -- 舞台 -- プロローグのメッセージ function Introduction (Village : Village_Type) return String; -- 一日目のメッセージ function Breakdown (Village : Village_Type) return String; -- 二日目から処刑がある場合のメッセージ function For_Execution_In_Second (Village : Village_Type) return String; -- 進行 -- 吸血鬼の一覧(Breakdownの前) function Vampires (Village : Village_Type) return String; -- 一番最初の内訳開示(Breakdownの後) function Teaming (Village : Village_Type) return String; -- 使徒が吸血鬼を知る(Breakdownの後) function Servant_Knew_Message ( Village : Village_Type; Message : Villages.Message) return String; -- 治療結果 function Doctor_Cure_Message ( Village : Village_Type; Message : Villages.Message) return String; -- 調査結果 function Detective_Survey_Message ( Village : Village_Type; Message : Villages.Message) return String; -- 誰が誰に投票したか(無記名投票では非公開) function Votes ( Village : Village_Type; Day : Natural; Preliminary : Boolean; Player_Index : Person_Index'Base) return String; -- 集計結果 function Votes_Totaled ( Village : Village_Type; Day : Natural; Preliminary : Boolean; Executed : Person_Index'Base) return String; -- 夜間の会話が数奇な運命の村人に妨害された function Howling_Blocked (Village : Village_Type) return String; -- 観測結果 function Astronomer_Observation_Message ( Village : Village_Type; Message : Villages.Message) return String; -- 護衛結果 function Hunter_Guard_Message ( Village : Village_Type; Message : Villages.Message) return String; -- 襲撃結果 function Vampire_Murder_Message ( Village : Village_Type; Message : Villages.Message; Executed : Person_Index'Base) return String; function Foreboding_About_Infection_In_First (Village : Village_Type) return String; -- 感染自覚 function Awareness (Village : Village_Type; Message : Villages.Message) return String; -- 遺体の一覧 function Fatalities ( Village : Village_Type; Day : Natural; Executed : Person_Index'Base) return String; -- 生存者の一覧 function Survivors (Village : Village_Type; Day : Natural) return String; -- 妖魔の吸血鬼数感知 function Gremlin_Sense (Village : Village_Type; Day : Natural) return String; -- 違和感 function Sweetheart_Incongruity ( Village : Village_Type; Message : Villages.Message) return String; -- 後追い function Sweetheart_Suicide ( Village : Village_Type; Message : Villages.Message) return String; -- アクション function Action_Wake (Village : Village_Type; Message : Villages.Message) return String; function Action_Encourage (Village : Village_Type; Message : Villages.Message) return String; function Action_Vampire_Gaze ( Village : Village_Type; Message : Villages.Message) return String; function Action_Vampire_Gaze_Blocked ( Village : Village_Type; Message : Villages.Message) return String; function Action_Vampire_Cancel ( Village : Village_Type; Message : Villages.Message) return String; function Action_Vampire_Canceled ( Village : Village_Type; Message : Villages.Message) return String; -- 決着 -- 役とID公開 function People_In_Epilogure (Village : Village_Type) return String; -- 勝利陣営 function Result_In_Epilogure (Village : Village_Type) return String; end Vampire.Villages.Text;
24.3
79
0.746142
0665cf037c0786fae41ea08d3fdb2f574d785bb9
1,625
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c3/c39006c1.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c3/c39006c1.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c3/c39006c1.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- C39006C1.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained -- unlimited rights in the software and documentation contained herein. -- Unlimited rights are defined in DFAR 252.227-7013(a)(19). By making -- this public release, the Government intends to confer upon all -- recipients unlimited rights equal to those held by the Government. -- These rights include rights to use, duplicate, release or disclose the -- released technical data and computer software in whole or in part, in -- any manner and for any purpose whatsoever, and to have or permit others -- to do so. -- -- DISCLAIMER -- -- ALL MATERIALS OR INFORMATION HEREIN RELEASED, MADE AVAILABLE OR -- DISCLOSED ARE AS IS. THE GOVERNMENT MAKES NO EXPRESS OR IMPLIED -- WARRANTY AS TO ANY MATTER WHATSOEVER, INCLUDING THE CONDITIONS OF THE -- SOFTWARE, DOCUMENTATION OR OTHER INFORMATION RELEASED, MADE AVAILABLE -- OR DISCLOSED, OR THE OWNERSHIP, MERCHANTABILITY, OR FITNESS FOR A -- PARTICULAR PURPOSE OF SAID MATERIAL. --* -- PACKAGE BODY SUBUNIT FOR C39006C0M.ADA. -- TBN 8/19/86 SEPARATE (C39006C0M) PACKAGE BODY C39006C1 IS BEGIN IF VAR = IDENT_INT(1) THEN ADD1 (VAR); FAILED ("PROGRAM_ERROR NOT RAISED"); END IF; EXCEPTION WHEN PROGRAM_ERROR => NULL; WHEN OTHERS => FAILED ("UNEXPECTED EXCEPTION RAISED"); END C39006C1;
38.690476
79
0.664
2f56971ee68710661422b753497b4c1dcacddda2
19,257
ads
Ada
source/league/league-holders.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/league/league-holders.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/league/league-holders.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- Localization, Internationalization, Globalization for Ada -- -- -- -- Runtime Library Component -- -- -- ------------------------------------------------------------------------------ -- -- -- Copyright © 2009-2011, Vadim Godunko <[email protected]> -- -- All rights reserved. -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions -- -- are met: -- -- -- -- * Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- -- -- * Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in the -- -- documentation and/or other materials provided with the distribution. -- -- -- -- * Neither the name of the Vadim Godunko, IE nor the names of its -- -- contributors may be used to endorse or promote products derived from -- -- this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -- -- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -- -- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -- -- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -- -- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -- -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ -- $Revision$ $Date$ ------------------------------------------------------------------------------ -- Holders is a generic container fo value of arbitrary type. This package -- provides generic interface for Holder objects, and subprograms to -- manipulate most common data types. ------------------------------------------------------------------------------ private with Ada.Finalization; private with Ada.Tags; with Interfaces; with League.Calendars; with League.Strings; private with Matreshka.Atomics.Counters; private with Matreshka.Internals.Strings; package League.Holders is pragma Preelaborate; type Holder is private; pragma Preelaborable_Initialization (Holder); Empty_Holder : constant Holder; type Tag (<>) is private; Universal_Integer_Tag : constant Tag; Universal_Float_Tag : constant Tag; Universal_String_Tag : constant Tag; Time_Tag : constant Tag; Date_Tag : constant Tag; Date_Time_Tag : constant Tag; --------------------------------- -- Generic operations on Value -- --------------------------------- function Get_Tag (Self : Holder) return Tag; -- Returns current tag of the value. procedure Set_Tag (Self : in out Holder; To : Tag); -- Sets type of the value. Free previous value and set current value to -- null. function Has_Tag (Self : Holder; Item : Tag) return Boolean; -- Returns True when holder's value has specified tag. function Is_Empty (Self : Holder) return Boolean; -- Returns True if object contains no value. procedure Clear (Self : in out Holder); -- Reset holder to contain no value. --------------------------------- -- Universal String Operations -- --------------------------------- function Is_Universal_String (Self : Holder) return Boolean; -- Returns True if contained value is string. function Element (Self : Holder) return League.Strings.Universal_String; -- Returns contained value. procedure Replace_Element (Self : in out Holder; To : League.Strings.Universal_String); -- Set contained value to specified value. function To_Holder (Item : League.Strings.Universal_String) return Holder; -- Creates value which contains specified string. ---------------------------------- -- Universal Integer Operations -- ---------------------------------- subtype Universal_Integer is Interfaces.Integer_64; -- Largest supported integer type. function Is_Abstract_Integer (Self : Holder) return Boolean; -- Returns True if contained value has any integer type. function Element (Self : Holder) return Universal_Integer; -- Returns internal value as a longest supported integer. procedure Replace_Element (Self : in out Holder; To : Universal_Integer); -- Set value from a longest supported integer. Raises Contraint_Error if -- value is outside of the range of valid values for actual integer type. function First (Self : Holder) return Universal_Integer; -- Returns minimal value of the range of valid values. function Last (Self : Holder) return Universal_Integer; -- Returns maximum value of the range of valid values. -------------------------------- -- Universal Float Operations -- -------------------------------- subtype Universal_Float is Interfaces.IEEE_Float_64; -- Largest supported float type. function Is_Abstract_Float (Self : Holder) return Boolean; -- Returns True if contained value has any float type. function Element (Self : Holder) return Universal_Float; -- Returns internal value as a longest supported float. procedure Replace_Element (Self : in out Holder; To : Universal_Float); -- Set value from a longest supported float. Raises Contraint_Error if -- value is outside of the range of valid values for actual float type. -- function Get_Digits (Self : Value) return Universal_Float; -- -- Returns number of digits. function First (Self : Holder) return Universal_Float; -- Returns minimal value of the range of valid values. function Last (Self : Holder) return Universal_Float; -- Returns maximum value of the range of valid values. -------------------------- -- Date/Time Operations -- -------------------------- function Is_Time (Self : Holder) return Boolean; -- Returns True when contained value is Time. function Is_Date (Self : Holder) return Boolean; -- Returns True when contained value is Date. function Is_Date_Time (Self : Holder) return Boolean; -- Returns True when contained value is Date_Time. function Element (Self : Holder) return League.Calendars.Time; -- Returns contained value of type Time. function Element (Self : Holder) return League.Calendars.Date; -- Returns contained value of type Date. function Element (Self : Holder) return League.Calendars.Date_Time; -- Returns contained value of type Date_Time. procedure Replace_Element (Self : in out Holder; To : League.Calendars.Time); -- Sets contained value of type Time to specified value. procedure Replace_Element (Self : in out Holder; To : League.Calendars.Date); -- Sets contained value of type Date to specified value. procedure Replace_Element (Self : in out Holder; To : League.Calendars.Date_Time); -- Sets contained value of type Date_Time to specified value. function To_Holder (Item : League.Calendars.Time) return Holder; -- Constructs value object of type Time with specified value. function To_Holder (Item : League.Calendars.Date) return Holder; -- Constructs value object of type Date with specified value. function To_Holder (Item : League.Calendars.Date_Time) return Holder; -- Constructs value object of type Date_Time with specified value. --------------------------------- -- Iterable Holder Operations -- --------------------------------- package Iterable_Holder_Cursors is type Cursor is limited interface; not overriding function Next (Self : in out Cursor) return Boolean is abstract; -- Go to the next element if possible. -- Returns False if there are no more elements. not overriding function Element (Self : Cursor) return Holder is abstract; -- Returns True if contained value has any float type. end Iterable_Holder_Cursors; function First (Self : Holder) return Iterable_Holder_Cursors.Cursor'Class; -- Returns cursor to iterate over nested elements. --------------------------------- -- Compound Holder Operations -- --------------------------------- procedure Component (Self : Holder; Name : League.Strings.Universal_String; Value : out Holder; Success : out Boolean); -- Returns a named component of the given compound holder. private ------------------------ -- Abstract_Container -- ------------------------ -- Abstract_Container is a root type to hold typed value. It contains -- reference counter and boolean field to mark null value. type Abstract_Container is abstract tagged limited record Counter : Matreshka.Atomics.Counters.Counter; Is_Empty : Boolean := True; end record; type Container_Access is access all Abstract_Container'Class; not overriding function Constructor (Is_Empty : not null access Boolean) return Abstract_Container is abstract; -- Dispatched constructor to construct empty new object. Is_Empty will be -- True always, and here to satisfy requirements of generic function -- Ada.Tags.Generic_Dispatching_Constructor. not overriding procedure Finalize (Self : not null access Abstract_Container) is null; not overriding procedure Clear (Self : not null access Abstract_Container); -- Sets Is_Empty to True, derived types should override it to do cleanup. not overriding function First (Self : not null access Abstract_Container) return Iterable_Holder_Cursors.Cursor'Class; -- Returns cursor to iterate over nested elements if supported. not overriding procedure Component (Self : not null access Abstract_Container; Name : League.Strings.Universal_String; Value : out Container_Access; Success : out Boolean); -- Returns a named component of the given holder if supported. ---------------------- -- Container_Access -- ---------------------- procedure Reference (Self : not null Container_Access); pragma Inline (Reference); -- Increments reference counter. procedure Dereference (Self : in out Container_Access); -- Decrements reference counter, and deallocate object when it rich zero. -- Sets Self to null for safety. --------------------- -- Empty_Container -- --------------------- type Empty_Container is new Abstract_Container with null record; overriding function Constructor (Is_Empty : not null access Boolean) return Empty_Container; Shared_Empty : aliased Empty_Container; -------------------- -- Holder and Tag -- -------------------- type Tag is new Ada.Tags.Tag; type Holder is new Ada.Finalization.Controlled with record Data : Container_Access := Shared_Empty'Access; end record; overriding procedure Adjust (Self : in out Holder); overriding procedure Finalize (Self : in out Holder); Empty_Holder : constant Holder := (Ada.Finalization.Controlled with Shared_Empty'Access); -------------------------------- -- Universal_String_Container -- -------------------------------- type Universal_String_Container is new Abstract_Container with record Value : Matreshka.Internals.Strings.Shared_String_Access := Matreshka.Internals.Strings.Shared_Empty'Access; end record; overriding function Constructor (Is_Empty : not null access Boolean) return Universal_String_Container; overriding procedure Finalize (Self : not null access Universal_String_Container); overriding procedure Clear (Self : not null access Universal_String_Container); Universal_String_Tag : constant Tag := Tag (Universal_String_Container'Tag); -------------------------------- -- Abstract_Integer_Container -- -------------------------------- -- Abstract_Integer_Container is root container type to store integer -- values. There are two types which is derived from it: one to store -- "universal" integer, and other one to store value of named integer type. type Abstract_Integer_Container is abstract new Abstract_Container with null record; not overriding function Get (Self : not null access constant Abstract_Integer_Container) return Universal_Integer is abstract; not overriding procedure Set (Self : not null access Abstract_Integer_Container; To : Universal_Integer) is abstract; not overriding function First (Self : not null access constant Abstract_Integer_Container) return Universal_Integer is abstract; -- Returns value of 'First attribute of type of stored value. not overriding function Last (Self : not null access constant Abstract_Integer_Container) return Universal_Integer is abstract; -- Returns value of 'Last attribute of type of stored value. --------------------------------- -- Universal_Integer_Container -- --------------------------------- -- Universal_Integer_Container is container for value of "universal" -- integer type. This type is compatible with any integer types and used -- when there are no additional information is available. type Universal_Integer_Container is new Abstract_Integer_Container with record Value : Universal_Integer; end record; overriding function Constructor (Is_Empty : not null access Boolean) return Universal_Integer_Container; overriding function Get (Self : not null access constant Universal_Integer_Container) return Universal_Integer; overriding procedure Set (Self : not null access Universal_Integer_Container; To : Universal_Integer); overriding function First (Self : not null access constant Universal_Integer_Container) return Universal_Integer; overriding function Last (Self : not null access constant Universal_Integer_Container) return Universal_Integer; Universal_Integer_Tag : constant Tag := Tag (Universal_Integer_Container'Tag); -------------------------------- -- Abstract_Float_Container -- -------------------------------- -- Abstract_Float_Container is root container type to store float values. -- There are two types which is derived from it: one to store "universal" -- float, and other one to store value of named float type. type Abstract_Float_Container is abstract new Abstract_Container with null record; not overriding function Get (Self : not null access constant Abstract_Float_Container) return Universal_Float is abstract; not overriding procedure Set (Self : not null access Abstract_Float_Container; To : Universal_Float) is abstract; not overriding function First (Self : not null access constant Abstract_Float_Container) return Universal_Float is abstract; -- Returns value of 'First attribute of type of stored value. not overriding function Last (Self : not null access constant Abstract_Float_Container) return Universal_Float is abstract; -- Returns value of 'Last attribute of type of stored value. ------------------------------- -- Universal_Float_Container -- ------------------------------- -- Universal_Float_Container is container for value of "universal" -- float type. This type is compatible with any float types and used -- when there are no additional information is available. type Universal_Float_Container is new Abstract_Float_Container with record Value : Universal_Float; end record; overriding function Constructor (Is_Empty : not null access Boolean) return Universal_Float_Container; overriding function Get (Self : not null access constant Universal_Float_Container) return Universal_Float; overriding procedure Set (Self : not null access Universal_Float_Container; To : Universal_Float); overriding function First (Self : not null access constant Universal_Float_Container) return Universal_Float; overriding function Last (Self : not null access constant Universal_Float_Container) return Universal_Float; Universal_Float_Tag : constant Tag := Tag (Universal_Float_Container'Tag); -------------------- -- Time_Container -- -------------------- -- Time_Container is container for value of type Time. type Time_Container is new Abstract_Container with record Value : League.Calendars.Time; end record; overriding function Constructor (Is_Empty : not null access Boolean) return Time_Container; Time_Tag : constant Tag := Tag (Time_Container'Tag); -------------------- -- Date_Container -- -------------------- -- Date_Container is container for value of type Time. type Date_Container is new Abstract_Container with record Value : League.Calendars.Date; end record; overriding function Constructor (Is_Empty : not null access Boolean) return Date_Container; Date_Tag : constant Tag := Tag (Date_Container'Tag); ------------------------- -- Date_Time_Container -- ------------------------- -- Date_Time_Container is container for value of type Date_Time. type Date_Time_Container is new Abstract_Container with record Value : League.Calendars.Date_Time; end record; overriding function Constructor (Is_Empty : not null access Boolean) return Date_Time_Container; Date_Time_Tag : constant Tag := Tag (Date_Time_Container'Tag); end League.Holders;
37.392233
79
0.624292
3101e95256369fcafb44f63cca38bcb3ca739c2f
118,765
adb
Ada
Milestone-2/IP/my_ip_hls/solution1/.autopilot/db/my_ip_hls.bind.adb
CSpyridakis/Reconfigurable-Computing
345316489786c6470e47c66b0bf4a73d2ac4b0c0
[ "MIT" ]
null
null
null
Milestone-2/IP/my_ip_hls/solution1/.autopilot/db/my_ip_hls.bind.adb
CSpyridakis/Reconfigurable-Computing
345316489786c6470e47c66b0bf4a73d2ac4b0c0
[ "MIT" ]
null
null
null
Milestone-2/IP/my_ip_hls/solution1/.autopilot/db/my_ip_hls.bind.adb
CSpyridakis/Reconfigurable-Computing
345316489786c6470e47c66b0bf4a73d2ac4b0c0
[ "MIT" ]
3
2020-05-24T19:51:12.000Z
2020-10-29T15:08:48.000Z
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="15"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName></userIPName> <cdfg class_id="1" tracking_level="1" version="0" object_id="_0"> <name>my_ip_hls</name> <ret_bitwidth>0</ret_bitwidth> <ports class_id="2" tracking_level="0" version="0"> <count>12</count> <item_version>0</item_version> <item class_id="3" tracking_level="1" version="0" object_id="_1"> <Value class_id="4" tracking_level="0" version="0"> <Obj class_id="5" tracking_level="0" version="0"> <type>1</type> <id>1</id> <name>slaveIn_V_data_V</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo class_id="6" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>slaveIn.V.data.V</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs class_id="7" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_2"> <Value> <Obj> <type>1</type> <id>2</id> <name>slaveIn_V_strb_V</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>slaveIn.V.strb.V</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_3"> <Value> <Obj> <type>1</type> <id>3</id> <name>slaveIn_V_last_V</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>slaveIn.V.last.V</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_4"> <Value> <Obj> <type>1</type> <id>4</id> <name>masterOut_V_data_V</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>masterOut.V.data.V</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_5"> <Value> <Obj> <type>1</type> <id>5</id> <name>masterOut_V_strb_V</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>masterOut.V.strb.V</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <direction>1</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_6"> <Value> <Obj> <type>1</type> <id>6</id> <name>masterOut_V_last_V</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>masterOut.V.last.V</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <direction>1</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_7"> <Value> <Obj> <type>1</type> <id>7</id> <name>rule0_V</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_8"> <Value> <Obj> <type>1</type> <id>8</id> <name>rule1_V</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_9"> <Value> <Obj> <type>1</type> <id>9</id> <name>rule2_V</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_10"> <Value> <Obj> <type>1</type> <id>10</id> <name>rule0cnt_V</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>rule0cnt.V</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_11"> <Value> <Obj> <type>1</type> <id>11</id> <name>rule1cnt_V</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>rule1cnt.V</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_12"> <Value> <Obj> <type>1</type> <id>12</id> <name>rule2cnt_V</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>rule2cnt.V</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> </ports> <nodes class_id="8" tracking_level="0" version="0"> <count>23</count> <item_version>0</item_version> <item class_id="9" tracking_level="1" version="0" object_id="_13"> <Value> <Obj> <type>0</type> <id>22</id> <name>rule2_V_read</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>94</item> <item>95</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_14"> <Value> <Obj> <type>0</type> <id>23</id> <name>rule1_V_read</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>96</item> <item>97</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_15"> <Value> <Obj> <type>0</type> <id>24</id> <name>rule0_V_read</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>98</item> <item>99</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_16"> <Value> <Obj> <type>0</type> <id>25</id> <name>rule2_V_c3</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName>FIFO</coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>101</item> </oprand_edges> <opcode>alloca</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_17"> <Value> <Obj> <type>0</type> <id>26</id> <name>rule1_V_c2</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName>FIFO</coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>102</item> </oprand_edges> <opcode>alloca</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_18"> <Value> <Obj> <type>0</type> <id>27</id> <name>rule0_V_c1</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName>FIFO</coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>103</item> </oprand_edges> <opcode>alloca</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_19"> <Value> <Obj> <type>0</type> <id>28</id> <name>rule2_V_c</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName>FIFO</coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>104</item> </oprand_edges> <opcode>alloca</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_20"> <Value> <Obj> <type>0</type> <id>29</id> <name>rule1_V_c</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName>FIFO</coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>105</item> </oprand_edges> <opcode>alloca</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_21"> <Value> <Obj> <type>0</type> <id>30</id> <name>rule0_V_c</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName>FIFO</coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>106</item> </oprand_edges> <opcode>alloca</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_22"> <Value> <Obj> <type>0</type> <id>78</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>7</count> <item_version>0</item_version> <item>108</item> <item>109</item> <item>110</item> <item>111</item> <item>112</item> <item>113</item> <item>114</item> </oprand_edges> <opcode>call</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_23"> <Value> <Obj> <type>0</type> <id>79</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>9</count> <item_version>0</item_version> <item>116</item> <item>117</item> <item>118</item> <item>119</item> <item>120</item> <item>121</item> <item>122</item> <item>705</item> <item>706</item> </oprand_edges> <opcode>call</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_24"> <Value> <Obj> <type>0</type> <id>80</id> <name>call_ret</name> <fileName>my_ip_hls/my_ip_hls.cpp</fileName> <fileDirectory>C:\Users\CS\Desktop\Vivado-Projects\M3</fileDirectory> <lineNumber>40</lineNumber> <contextFuncName>my_ip_hls</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item class_id="11" tracking_level="0" version="0"> <first>C:\Users\CS\Desktop\Vivado-Projects\M3</first> <second class_id="12" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="13" tracking_level="0" version="0"> <first class_id="14" tracking_level="0" version="0"> <first>my_ip_hls/my_ip_hls.cpp</first> <second>my_ip_hls</second> </first> <second>40</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>96</bitwidth> </Value> <oprand_edges> <count>6</count> <item_version>0</item_version> <item>124</item> <item>125</item> <item>126</item> <item>127</item> <item>704</item> <item>707</item> </oprand_edges> <opcode>call</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_25"> <Value> <Obj> <type>0</type> <id>81</id> <name>rule0Reg_V_channel</name> <fileName>my_ip_hls/my_ip_hls.cpp</fileName> <fileDirectory>C:\Users\CS\Desktop\Vivado-Projects\M3</fileDirectory> <lineNumber>40</lineNumber> <contextFuncName>my_ip_hls</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>C:\Users\CS\Desktop\Vivado-Projects\M3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>my_ip_hls/my_ip_hls.cpp</first> <second>my_ip_hls</second> </first> <second>40</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName>FIFO</coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>128</item> </oprand_edges> <opcode>extractvalue</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_26"> <Value> <Obj> <type>0</type> <id>82</id> <name>rule1Reg_V_channel</name> <fileName>my_ip_hls/my_ip_hls.cpp</fileName> <fileDirectory>C:\Users\CS\Desktop\Vivado-Projects\M3</fileDirectory> <lineNumber>40</lineNumber> <contextFuncName>my_ip_hls</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>C:\Users\CS\Desktop\Vivado-Projects\M3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>my_ip_hls/my_ip_hls.cpp</first> <second>my_ip_hls</second> </first> <second>40</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName>FIFO</coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>129</item> </oprand_edges> <opcode>extractvalue</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_27"> <Value> <Obj> <type>0</type> <id>83</id> <name>rule2Reg_V_channel</name> <fileName>my_ip_hls/my_ip_hls.cpp</fileName> <fileDirectory>C:\Users\CS\Desktop\Vivado-Projects\M3</fileDirectory> <lineNumber>40</lineNumber> <contextFuncName>my_ip_hls</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>C:\Users\CS\Desktop\Vivado-Projects\M3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>my_ip_hls/my_ip_hls.cpp</first> <second>my_ip_hls</second> </first> <second>40</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName>FIFO</coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>130</item> </oprand_edges> <opcode>extractvalue</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_28"> <Value> <Obj> <type>0</type> <id>84</id> <name></name> <fileName>my_ip_hls/my_ip_hls.cpp</fileName> <fileDirectory>C:\Users\CS\Desktop\Vivado-Projects\M3</fileDirectory> <lineNumber>43</lineNumber> <contextFuncName>my_ip_hls</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>C:\Users\CS\Desktop\Vivado-Projects\M3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>my_ip_hls/my_ip_hls.cpp</first> <second>my_ip_hls</second> </first> <second>43</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>7</count> <item_version>0</item_version> <item>132</item> <item>133</item> <item>134</item> <item>135</item> <item>157</item> <item>158</item> <item>159</item> </oprand_edges> <opcode>call</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_29"> <Value> <Obj> <type>0</type> <id>85</id> <name>core_ret</name> <fileName>my_ip_hls/my_ip_hls.cpp</fileName> <fileDirectory>C:\Users\CS\Desktop\Vivado-Projects\M3</fileDirectory> <lineNumber>40</lineNumber> <contextFuncName>my_ip_hls</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>C:\Users\CS\Desktop\Vivado-Projects\M3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>my_ip_hls/my_ip_hls.cpp</first> <second>my_ip_hls</second> </first> <second>40</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>96</bitwidth> </Value> <oprand_edges> <count>14</count> <item_version>0</item_version> <item>137</item> <item>138</item> <item>139</item> <item>140</item> <item>160</item> <item>161</item> <item>162</item> <item>163</item> <item>164</item> <item>165</item> <item>166</item> <item>167</item> <item>168</item> <item>703</item> </oprand_edges> <opcode>call</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_30"> <Value> <Obj> <type>0</type> <id>86</id> <name>cnt0Reg_V</name> <fileName>my_ip_hls/my_ip_hls.cpp</fileName> <fileDirectory>C:\Users\CS\Desktop\Vivado-Projects\M3</fileDirectory> <lineNumber>40</lineNumber> <contextFuncName>my_ip_hls</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>C:\Users\CS\Desktop\Vivado-Projects\M3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>my_ip_hls/my_ip_hls.cpp</first> <second>my_ip_hls</second> </first> <second>40</second> </item> </second> </item> </inlineStackInfo> <originalName>cnt0Reg.V</originalName> <rtlName></rtlName> <coreName>FIFO</coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>141</item> </oprand_edges> <opcode>extractvalue</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_31"> <Value> <Obj> <type>0</type> <id>87</id> <name>cnt1Reg_V</name> <fileName>my_ip_hls/my_ip_hls.cpp</fileName> <fileDirectory>C:\Users\CS\Desktop\Vivado-Projects\M3</fileDirectory> <lineNumber>40</lineNumber> <contextFuncName>my_ip_hls</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>C:\Users\CS\Desktop\Vivado-Projects\M3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>my_ip_hls/my_ip_hls.cpp</first> <second>my_ip_hls</second> </first> <second>40</second> </item> </second> </item> </inlineStackInfo> <originalName>cnt1Reg.V</originalName> <rtlName></rtlName> <coreName>FIFO</coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>142</item> </oprand_edges> <opcode>extractvalue</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_32"> <Value> <Obj> <type>0</type> <id>88</id> <name>cnt2Reg_V</name> <fileName>my_ip_hls/my_ip_hls.cpp</fileName> <fileDirectory>C:\Users\CS\Desktop\Vivado-Projects\M3</fileDirectory> <lineNumber>40</lineNumber> <contextFuncName>my_ip_hls</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>C:\Users\CS\Desktop\Vivado-Projects\M3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>my_ip_hls/my_ip_hls.cpp</first> <second>my_ip_hls</second> </first> <second>40</second> </item> </second> </item> </inlineStackInfo> <originalName>cnt2Reg.V</originalName> <rtlName></rtlName> <coreName>FIFO</coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>143</item> </oprand_edges> <opcode>extractvalue</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_33"> <Value> <Obj> <type>0</type> <id>89</id> <name></name> <fileName>my_ip_hls/my_ip_hls.cpp</fileName> <fileDirectory>C:\Users\CS\Desktop\Vivado-Projects\M3</fileDirectory> <lineNumber>47</lineNumber> <contextFuncName>my_ip_hls</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>C:\Users\CS\Desktop\Vivado-Projects\M3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>my_ip_hls/my_ip_hls.cpp</first> <second>my_ip_hls</second> </first> <second>47</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>8</count> <item_version>0</item_version> <item>145</item> <item>146</item> <item>147</item> <item>148</item> <item>169</item> <item>170</item> <item>171</item> <item>702</item> </oprand_edges> <opcode>call</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_34"> <Value> <Obj> <type>0</type> <id>90</id> <name></name> <fileName>my_ip_hls/my_ip_hls.cpp</fileName> <fileDirectory>C:\Users\CS\Desktop\Vivado-Projects\M3</fileDirectory> <lineNumber>40</lineNumber> <contextFuncName>my_ip_hls</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>C:\Users\CS\Desktop\Vivado-Projects\M3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>my_ip_hls/my_ip_hls.cpp</first> <second>my_ip_hls</second> </first> <second>40</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>7</count> <item_version>0</item_version> <item>150</item> <item>151</item> <item>152</item> <item>153</item> <item>154</item> <item>155</item> <item>156</item> </oprand_edges> <opcode>call</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_35"> <Value> <Obj> <type>0</type> <id>91</id> <name></name> <fileName>my_ip_hls/my_ip_hls.cpp</fileName> <fileDirectory>C:\Users\CS\Desktop\Vivado-Projects\M3</fileDirectory> <lineNumber>51</lineNumber> <contextFuncName>my_ip_hls</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>C:\Users\CS\Desktop\Vivado-Projects\M3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>my_ip_hls/my_ip_hls.cpp</first> <second>my_ip_hls</second> </first> <second>51</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>0</count> <item_version>0</item_version> </oprand_edges> <opcode>ret</opcode> <m_Display>0</m_Display> </item> </nodes> <consts class_id="15" tracking_level="0" version="0"> <count>8</count> <item_version>0</item_version> <item class_id="16" tracking_level="1" version="0" object_id="_36"> <Value> <Obj> <type>2</type> <id>100</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>64</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_37"> <Value> <Obj> <type>2</type> <id>107</id> <name>my_ip_hls_entry3</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <const_type>6</const_type> <content>&lt;constant:my_ip_hls.entry3&gt;</content> </item> <item class_id_reference="16" object_id="_38"> <Value> <Obj> <type>2</type> <id>115</id> <name>my_ip_hls_entry83</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <const_type>6</const_type> <content>&lt;constant:my_ip_hls.entry83&gt;</content> </item> <item class_id_reference="16" object_id="_39"> <Value> <Obj> <type>2</type> <id>123</id> <name>rules_in</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>96</bitwidth> </Value> <const_type>6</const_type> <content>&lt;constant:rules_in&gt;</content> </item> <item class_id_reference="16" object_id="_40"> <Value> <Obj> <type>2</type> <id>131</id> <name>ps2ip_fifo</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <const_type>6</const_type> <content>&lt;constant:ps2ip_fifo&gt;</content> </item> <item class_id_reference="16" object_id="_41"> <Value> <Obj> <type>2</type> <id>136</id> <name>core</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>96</bitwidth> </Value> <const_type>6</const_type> <content>&lt;constant:core&gt;</content> </item> <item class_id_reference="16" object_id="_42"> <Value> <Obj> <type>2</type> <id>144</id> <name>ip2ps_fifo</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <const_type>6</const_type> <content>&lt;constant:ip2ps_fifo&gt;</content> </item> <item class_id_reference="16" object_id="_43"> <Value> <Obj> <type>2</type> <id>149</id> <name>counters_out</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <const_type>6</const_type> <content>&lt;constant:counters_out&gt;</content> </item> </consts> <blocks class_id="17" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="18" tracking_level="1" version="0" object_id="_44"> <Obj> <type>3</type> <id>92</id> <name>my_ip_hls</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>23</count> <item_version>0</item_version> <item>22</item> <item>23</item> <item>24</item> <item>25</item> <item>26</item> <item>27</item> <item>28</item> <item>29</item> <item>30</item> <item>78</item> <item>79</item> <item>80</item> <item>81</item> <item>82</item> <item>83</item> <item>84</item> <item>85</item> <item>86</item> <item>87</item> <item>88</item> <item>89</item> <item>90</item> <item>91</item> </node_objs> </item> </blocks> <edges class_id="19" tracking_level="0" version="0"> <count>73</count> <item_version>0</item_version> <item class_id="20" tracking_level="1" version="0" object_id="_45"> <id>95</id> <edge_type>1</edge_type> <source_obj>9</source_obj> <sink_obj>22</sink_obj> </item> <item class_id_reference="20" object_id="_46"> <id>97</id> <edge_type>1</edge_type> <source_obj>8</source_obj> <sink_obj>23</sink_obj> </item> <item class_id_reference="20" object_id="_47"> <id>99</id> <edge_type>1</edge_type> <source_obj>7</source_obj> <sink_obj>24</sink_obj> </item> <item class_id_reference="20" object_id="_48"> <id>101</id> <edge_type>1</edge_type> <source_obj>100</source_obj> <sink_obj>25</sink_obj> </item> <item class_id_reference="20" object_id="_49"> <id>102</id> <edge_type>1</edge_type> <source_obj>100</source_obj> <sink_obj>26</sink_obj> </item> <item class_id_reference="20" object_id="_50"> <id>103</id> <edge_type>1</edge_type> <source_obj>100</source_obj> <sink_obj>27</sink_obj> </item> <item class_id_reference="20" object_id="_51"> <id>104</id> <edge_type>1</edge_type> <source_obj>100</source_obj> <sink_obj>28</sink_obj> </item> <item class_id_reference="20" object_id="_52"> <id>105</id> <edge_type>1</edge_type> <source_obj>100</source_obj> <sink_obj>29</sink_obj> </item> <item class_id_reference="20" object_id="_53"> <id>106</id> <edge_type>1</edge_type> <source_obj>100</source_obj> <sink_obj>30</sink_obj> </item> <item class_id_reference="20" object_id="_54"> <id>108</id> <edge_type>1</edge_type> <source_obj>107</source_obj> <sink_obj>78</sink_obj> </item> <item class_id_reference="20" object_id="_55"> <id>109</id> <edge_type>1</edge_type> <source_obj>24</source_obj> <sink_obj>78</sink_obj> </item> <item class_id_reference="20" object_id="_56"> <id>110</id> <edge_type>1</edge_type> <source_obj>23</source_obj> <sink_obj>78</sink_obj> </item> <item class_id_reference="20" object_id="_57"> <id>111</id> <edge_type>1</edge_type> <source_obj>22</source_obj> <sink_obj>78</sink_obj> </item> <item class_id_reference="20" object_id="_58"> <id>112</id> <edge_type>1</edge_type> <source_obj>27</source_obj> <sink_obj>78</sink_obj> </item> <item class_id_reference="20" object_id="_59"> <id>113</id> <edge_type>1</edge_type> <source_obj>26</source_obj> <sink_obj>78</sink_obj> </item> <item class_id_reference="20" object_id="_60"> <id>114</id> <edge_type>1</edge_type> <source_obj>25</source_obj> <sink_obj>78</sink_obj> </item> <item class_id_reference="20" object_id="_61"> <id>116</id> <edge_type>1</edge_type> <source_obj>115</source_obj> <sink_obj>79</sink_obj> </item> <item class_id_reference="20" object_id="_62"> <id>117</id> <edge_type>1</edge_type> <source_obj>27</source_obj> <sink_obj>79</sink_obj> </item> <item class_id_reference="20" object_id="_63"> <id>118</id> <edge_type>1</edge_type> <source_obj>26</source_obj> <sink_obj>79</sink_obj> </item> <item class_id_reference="20" object_id="_64"> <id>119</id> <edge_type>1</edge_type> <source_obj>25</source_obj> <sink_obj>79</sink_obj> </item> <item class_id_reference="20" object_id="_65"> <id>120</id> <edge_type>1</edge_type> <source_obj>30</source_obj> <sink_obj>79</sink_obj> </item> <item class_id_reference="20" object_id="_66"> <id>121</id> <edge_type>1</edge_type> <source_obj>29</source_obj> <sink_obj>79</sink_obj> </item> <item class_id_reference="20" object_id="_67"> <id>122</id> <edge_type>1</edge_type> <source_obj>28</source_obj> <sink_obj>79</sink_obj> </item> <item class_id_reference="20" object_id="_68"> <id>124</id> <edge_type>1</edge_type> <source_obj>123</source_obj> <sink_obj>80</sink_obj> </item> <item class_id_reference="20" object_id="_69"> <id>125</id> <edge_type>1</edge_type> <source_obj>30</source_obj> <sink_obj>80</sink_obj> </item> <item class_id_reference="20" object_id="_70"> <id>126</id> <edge_type>1</edge_type> <source_obj>29</source_obj> <sink_obj>80</sink_obj> </item> <item class_id_reference="20" object_id="_71"> <id>127</id> <edge_type>1</edge_type> <source_obj>28</source_obj> <sink_obj>80</sink_obj> </item> <item class_id_reference="20" object_id="_72"> <id>128</id> <edge_type>1</edge_type> <source_obj>80</source_obj> <sink_obj>81</sink_obj> </item> <item class_id_reference="20" object_id="_73"> <id>129</id> <edge_type>1</edge_type> <source_obj>80</source_obj> <sink_obj>82</sink_obj> </item> <item class_id_reference="20" object_id="_74"> <id>130</id> <edge_type>1</edge_type> <source_obj>80</source_obj> <sink_obj>83</sink_obj> </item> <item class_id_reference="20" object_id="_75"> <id>132</id> <edge_type>1</edge_type> <source_obj>131</source_obj> <sink_obj>84</sink_obj> </item> <item class_id_reference="20" object_id="_76"> <id>133</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>84</sink_obj> </item> <item class_id_reference="20" object_id="_77"> <id>134</id> <edge_type>1</edge_type> <source_obj>2</source_obj> <sink_obj>84</sink_obj> </item> <item class_id_reference="20" object_id="_78"> <id>135</id> <edge_type>1</edge_type> <source_obj>3</source_obj> <sink_obj>84</sink_obj> </item> <item class_id_reference="20" object_id="_79"> <id>137</id> <edge_type>1</edge_type> <source_obj>136</source_obj> <sink_obj>85</sink_obj> </item> <item class_id_reference="20" object_id="_80"> <id>138</id> <edge_type>1</edge_type> <source_obj>81</source_obj> <sink_obj>85</sink_obj> </item> <item class_id_reference="20" object_id="_81"> <id>139</id> <edge_type>1</edge_type> <source_obj>82</source_obj> <sink_obj>85</sink_obj> </item> <item class_id_reference="20" object_id="_82"> <id>140</id> <edge_type>1</edge_type> <source_obj>83</source_obj> <sink_obj>85</sink_obj> </item> <item class_id_reference="20" object_id="_83"> <id>141</id> <edge_type>1</edge_type> <source_obj>85</source_obj> <sink_obj>86</sink_obj> </item> <item class_id_reference="20" object_id="_84"> <id>142</id> <edge_type>1</edge_type> <source_obj>85</source_obj> <sink_obj>87</sink_obj> </item> <item class_id_reference="20" object_id="_85"> <id>143</id> <edge_type>1</edge_type> <source_obj>85</source_obj> <sink_obj>88</sink_obj> </item> <item class_id_reference="20" object_id="_86"> <id>145</id> <edge_type>1</edge_type> <source_obj>144</source_obj> <sink_obj>89</sink_obj> </item> <item class_id_reference="20" object_id="_87"> <id>146</id> <edge_type>1</edge_type> <source_obj>4</source_obj> <sink_obj>89</sink_obj> </item> <item class_id_reference="20" object_id="_88"> <id>147</id> <edge_type>1</edge_type> <source_obj>5</source_obj> <sink_obj>89</sink_obj> </item> <item class_id_reference="20" object_id="_89"> <id>148</id> <edge_type>1</edge_type> <source_obj>6</source_obj> <sink_obj>89</sink_obj> </item> <item class_id_reference="20" object_id="_90"> <id>150</id> <edge_type>1</edge_type> <source_obj>149</source_obj> <sink_obj>90</sink_obj> </item> <item class_id_reference="20" object_id="_91"> <id>151</id> <edge_type>1</edge_type> <source_obj>86</source_obj> <sink_obj>90</sink_obj> </item> <item class_id_reference="20" object_id="_92"> <id>152</id> <edge_type>1</edge_type> <source_obj>87</source_obj> <sink_obj>90</sink_obj> </item> <item class_id_reference="20" object_id="_93"> <id>153</id> <edge_type>1</edge_type> <source_obj>88</source_obj> <sink_obj>90</sink_obj> </item> <item class_id_reference="20" object_id="_94"> <id>154</id> <edge_type>1</edge_type> <source_obj>10</source_obj> <sink_obj>90</sink_obj> </item> <item class_id_reference="20" object_id="_95"> <id>155</id> <edge_type>1</edge_type> <source_obj>11</source_obj> <sink_obj>90</sink_obj> </item> <item class_id_reference="20" object_id="_96"> <id>156</id> <edge_type>1</edge_type> <source_obj>12</source_obj> <sink_obj>90</sink_obj> </item> <item class_id_reference="20" object_id="_97"> <id>157</id> <edge_type>1</edge_type> <source_obj>13</source_obj> <sink_obj>84</sink_obj> </item> <item class_id_reference="20" object_id="_98"> <id>158</id> <edge_type>1</edge_type> <source_obj>14</source_obj> <sink_obj>84</sink_obj> </item> <item class_id_reference="20" object_id="_99"> <id>159</id> <edge_type>1</edge_type> <source_obj>15</source_obj> <sink_obj>84</sink_obj> </item> <item class_id_reference="20" object_id="_100"> <id>160</id> <edge_type>1</edge_type> <source_obj>13</source_obj> <sink_obj>85</sink_obj> </item> <item class_id_reference="20" object_id="_101"> <id>161</id> <edge_type>1</edge_type> <source_obj>14</source_obj> <sink_obj>85</sink_obj> </item> <item class_id_reference="20" object_id="_102"> <id>162</id> <edge_type>1</edge_type> <source_obj>15</source_obj> <sink_obj>85</sink_obj> </item> <item class_id_reference="20" object_id="_103"> <id>163</id> <edge_type>1</edge_type> <source_obj>16</source_obj> <sink_obj>85</sink_obj> </item> <item class_id_reference="20" object_id="_104"> <id>164</id> <edge_type>1</edge_type> <source_obj>17</source_obj> <sink_obj>85</sink_obj> </item> <item class_id_reference="20" object_id="_105"> <id>165</id> <edge_type>1</edge_type> <source_obj>18</source_obj> <sink_obj>85</sink_obj> </item> <item class_id_reference="20" object_id="_106"> <id>166</id> <edge_type>1</edge_type> <source_obj>19</source_obj> <sink_obj>85</sink_obj> </item> <item class_id_reference="20" object_id="_107"> <id>167</id> <edge_type>1</edge_type> <source_obj>20</source_obj> <sink_obj>85</sink_obj> </item> <item class_id_reference="20" object_id="_108"> <id>168</id> <edge_type>1</edge_type> <source_obj>21</source_obj> <sink_obj>85</sink_obj> </item> <item class_id_reference="20" object_id="_109"> <id>169</id> <edge_type>1</edge_type> <source_obj>19</source_obj> <sink_obj>89</sink_obj> </item> <item class_id_reference="20" object_id="_110"> <id>170</id> <edge_type>1</edge_type> <source_obj>20</source_obj> <sink_obj>89</sink_obj> </item> <item class_id_reference="20" object_id="_111"> <id>171</id> <edge_type>1</edge_type> <source_obj>21</source_obj> <sink_obj>89</sink_obj> </item> <item class_id_reference="20" object_id="_112"> <id>702</id> <edge_type>4</edge_type> <source_obj>85</source_obj> <sink_obj>89</sink_obj> </item> <item class_id_reference="20" object_id="_113"> <id>703</id> <edge_type>4</edge_type> <source_obj>84</source_obj> <sink_obj>85</sink_obj> </item> <item class_id_reference="20" object_id="_114"> <id>704</id> <edge_type>4</edge_type> <source_obj>79</source_obj> <sink_obj>80</sink_obj> </item> <item class_id_reference="20" object_id="_115"> <id>705</id> <edge_type>4</edge_type> <source_obj>78</source_obj> <sink_obj>79</sink_obj> </item> <item class_id_reference="20" object_id="_116"> <id>706</id> <edge_type>4</edge_type> <source_obj>78</source_obj> <sink_obj>79</sink_obj> </item> <item class_id_reference="20" object_id="_117"> <id>707</id> <edge_type>4</edge_type> <source_obj>79</source_obj> <sink_obj>80</sink_obj> </item> </edges> </cdfg> <cdfg_regions class_id="21" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="22" tracking_level="1" version="0" object_id="_118"> <mId>1</mId> <mTag>my_ip_hls</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>92</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>6</mMinLatency> <mMaxLatency>-1</mMaxLatency> <mIsDfPipe>1</mIsDfPipe> <mDfPipe class_id="23" tracking_level="1" version="0" object_id="_119"> <port_list class_id="24" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </port_list> <process_list class_id="25" tracking_level="0" version="0"> <count>7</count> <item_version>0</item_version> <item class_id="26" tracking_level="1" version="0" object_id="_120"> <type>0</type> <name>my_ip_hls_entry3_U0</name> <ssdmobj_id>78</ssdmobj_id> <pins class_id="27" tracking_level="0" version="0"> <count>6</count> <item_version>0</item_version> <item class_id="28" tracking_level="1" version="0" object_id="_121"> <port class_id="29" tracking_level="1" version="0" object_id="_122"> <name>rule0_V</name> <dir>3</dir> <type>0</type> </port> <inst class_id="30" tracking_level="1" version="0" object_id="_123"> <type>0</type> <name>my_ip_hls_entry3_U0</name> <ssdmobj_id>78</ssdmobj_id> </inst> </item> <item class_id_reference="28" object_id="_124"> <port class_id_reference="29" object_id="_125"> <name>rule1_V</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_123"></inst> </item> <item class_id_reference="28" object_id="_126"> <port class_id_reference="29" object_id="_127"> <name>rule2_V</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_123"></inst> </item> <item class_id_reference="28" object_id="_128"> <port class_id_reference="29" object_id="_129"> <name>rule0_V_out</name> <dir>0</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_123"></inst> </item> <item class_id_reference="28" object_id="_130"> <port class_id_reference="29" object_id="_131"> <name>rule1_V_out</name> <dir>0</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_123"></inst> </item> <item class_id_reference="28" object_id="_132"> <port class_id_reference="29" object_id="_133"> <name>rule2_V_out</name> <dir>0</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_123"></inst> </item> </pins> </item> <item class_id_reference="26" object_id="_134"> <type>0</type> <name>my_ip_hls_entry83_U0</name> <ssdmobj_id>79</ssdmobj_id> <pins> <count>6</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_135"> <port class_id_reference="29" object_id="_136"> <name>rule0_V</name> <dir>0</dir> <type>0</type> </port> <inst class_id_reference="30" object_id="_137"> <type>0</type> <name>my_ip_hls_entry83_U0</name> <ssdmobj_id>79</ssdmobj_id> </inst> </item> <item class_id_reference="28" object_id="_138"> <port class_id_reference="29" object_id="_139"> <name>rule1_V</name> <dir>0</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_137"></inst> </item> <item class_id_reference="28" object_id="_140"> <port class_id_reference="29" object_id="_141"> <name>rule2_V</name> <dir>0</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_137"></inst> </item> <item class_id_reference="28" object_id="_142"> <port class_id_reference="29" object_id="_143"> <name>rule0_V_out</name> <dir>0</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_137"></inst> </item> <item class_id_reference="28" object_id="_144"> <port class_id_reference="29" object_id="_145"> <name>rule1_V_out</name> <dir>0</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_137"></inst> </item> <item class_id_reference="28" object_id="_146"> <port class_id_reference="29" object_id="_147"> <name>rule2_V_out</name> <dir>0</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_137"></inst> </item> </pins> </item> <item class_id_reference="26" object_id="_148"> <type>0</type> <name>rules_in_U0</name> <ssdmobj_id>80</ssdmobj_id> <pins> <count>6</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_149"> <port class_id_reference="29" object_id="_150"> <name>rule0_V</name> <dir>0</dir> <type>0</type> </port> <inst class_id_reference="30" object_id="_151"> <type>0</type> <name>rules_in_U0</name> <ssdmobj_id>80</ssdmobj_id> </inst> </item> <item class_id_reference="28" object_id="_152"> <port class_id_reference="29" object_id="_153"> <name>rule1_V</name> <dir>0</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_151"></inst> </item> <item class_id_reference="28" object_id="_154"> <port class_id_reference="29" object_id="_155"> <name>rule2_V</name> <dir>0</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_151"></inst> </item> <item class_id_reference="28" object_id="_156"> <port class_id_reference="29" object_id="_157"> <name>ap_return</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_151"></inst> </item> <item class_id_reference="28" object_id="_158"> <port class_id_reference="29" object_id="_159"> <name>ap_return</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_151"></inst> </item> <item class_id_reference="28" object_id="_160"> <port class_id_reference="29" object_id="_161"> <name>ap_return</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_151"></inst> </item> </pins> </item> <item class_id_reference="26" object_id="_162"> <type>0</type> <name>ps2ip_fifo_U0</name> <ssdmobj_id>84</ssdmobj_id> <pins> <count>6</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_163"> <port class_id_reference="29" object_id="_164"> <name>ps2ip_V_data_V</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id="_165"> <type>0</type> <name>ps2ip_fifo_U0</name> <ssdmobj_id>84</ssdmobj_id> </inst> </item> <item class_id_reference="28" object_id="_166"> <port class_id_reference="29" object_id="_167"> <name>ps2ip_V_strb_V</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_165"></inst> </item> <item class_id_reference="28" object_id="_168"> <port class_id_reference="29" object_id="_169"> <name>ps2ip_V_last_V</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_165"></inst> </item> <item class_id_reference="28" object_id="_170"> <port class_id_reference="29" object_id="_171"> <name>ps2ipFifo_V_data_V</name> <dir>0</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_165"></inst> </item> <item class_id_reference="28" object_id="_172"> <port class_id_reference="29" object_id="_173"> <name>ps2ipFifo_V_strb_V</name> <dir>0</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_165"></inst> </item> <item class_id_reference="28" object_id="_174"> <port class_id_reference="29" object_id="_175"> <name>ps2ipFifo_V_last_V</name> <dir>0</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_165"></inst> </item> </pins> </item> <item class_id_reference="26" object_id="_176"> <type>0</type> <name>core_U0</name> <ssdmobj_id>85</ssdmobj_id> <pins> <count>15</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_177"> <port class_id_reference="29" object_id="_178"> <name>p_read</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id="_179"> <type>0</type> <name>core_U0</name> <ssdmobj_id>85</ssdmobj_id> </inst> </item> <item class_id_reference="28" object_id="_180"> <port class_id_reference="29" object_id="_181"> <name>p_read1</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </item> <item class_id_reference="28" object_id="_182"> <port class_id_reference="29" object_id="_183"> <name>p_read2</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </item> <item class_id_reference="28" object_id="_184"> <port class_id_reference="29" object_id="_185"> <name>ps2ipFifo_V_data_V</name> <dir>0</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </item> <item class_id_reference="28" object_id="_186"> <port class_id_reference="29" object_id="_187"> <name>ps2ipFifo_V_strb_V</name> <dir>0</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </item> <item class_id_reference="28" object_id="_188"> <port class_id_reference="29" object_id="_189"> <name>ps2ipFifo_V_last_V</name> <dir>0</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </item> <item class_id_reference="28" object_id="_190"> <port class_id_reference="29" object_id="_191"> <name>cnt0Reg_core_V</name> <dir>3</dir> <type>2</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </item> <item class_id_reference="28" object_id="_192"> <port class_id_reference="29" object_id="_193"> <name>cnt1Reg_core_V</name> <dir>3</dir> <type>2</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </item> <item class_id_reference="28" object_id="_194"> <port class_id_reference="29" object_id="_195"> <name>cnt2Reg_core_V</name> <dir>3</dir> <type>2</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </item> <item class_id_reference="28" object_id="_196"> <port class_id_reference="29" object_id="_197"> <name>ip2psFifo_V_data_V</name> <dir>0</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </item> <item class_id_reference="28" object_id="_198"> <port class_id_reference="29" object_id="_199"> <name>ip2psFifo_V_strb_V</name> <dir>0</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </item> <item class_id_reference="28" object_id="_200"> <port class_id_reference="29" object_id="_201"> <name>ip2psFifo_V_last_V</name> <dir>0</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </item> <item class_id_reference="28" object_id="_202"> <port class_id_reference="29" object_id="_203"> <name>ap_return</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </item> <item class_id_reference="28" object_id="_204"> <port class_id_reference="29" object_id="_205"> <name>ap_return</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </item> <item class_id_reference="28" object_id="_206"> <port class_id_reference="29" object_id="_207"> <name>ap_return</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </item> </pins> </item> <item class_id_reference="26" object_id="_208"> <type>0</type> <name>ip2ps_fifo_U0</name> <ssdmobj_id>89</ssdmobj_id> <pins> <count>6</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_209"> <port class_id_reference="29" object_id="_210"> <name>ip2ps_V_data_V</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id="_211"> <type>0</type> <name>ip2ps_fifo_U0</name> <ssdmobj_id>89</ssdmobj_id> </inst> </item> <item class_id_reference="28" object_id="_212"> <port class_id_reference="29" object_id="_213"> <name>ip2ps_V_strb_V</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_211"></inst> </item> <item class_id_reference="28" object_id="_214"> <port class_id_reference="29" object_id="_215"> <name>ip2ps_V_last_V</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_211"></inst> </item> <item class_id_reference="28" object_id="_216"> <port class_id_reference="29" object_id="_217"> <name>ip2psFifo_V_data_V</name> <dir>0</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_211"></inst> </item> <item class_id_reference="28" object_id="_218"> <port class_id_reference="29" object_id="_219"> <name>ip2psFifo_V_strb_V</name> <dir>0</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_211"></inst> </item> <item class_id_reference="28" object_id="_220"> <port class_id_reference="29" object_id="_221"> <name>ip2psFifo_V_last_V</name> <dir>0</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_211"></inst> </item> </pins> </item> <item class_id_reference="26" object_id="_222"> <type>0</type> <name>counters_out_U0</name> <ssdmobj_id>90</ssdmobj_id> <pins> <count>6</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_223"> <port class_id_reference="29" object_id="_224"> <name>p_read</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id="_225"> <type>0</type> <name>counters_out_U0</name> <ssdmobj_id>90</ssdmobj_id> </inst> </item> <item class_id_reference="28" object_id="_226"> <port class_id_reference="29" object_id="_227"> <name>p_read1</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_225"></inst> </item> <item class_id_reference="28" object_id="_228"> <port class_id_reference="29" object_id="_229"> <name>p_read2</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_225"></inst> </item> <item class_id_reference="28" object_id="_230"> <port class_id_reference="29" object_id="_231"> <name>rule0cnt_V</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_225"></inst> </item> <item class_id_reference="28" object_id="_232"> <port class_id_reference="29" object_id="_233"> <name>rule1cnt_V</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_225"></inst> </item> <item class_id_reference="28" object_id="_234"> <port class_id_reference="29" object_id="_235"> <name>rule2cnt_V</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_225"></inst> </item> </pins> </item> </process_list> <channel_list class_id="31" tracking_level="0" version="0"> <count>18</count> <item_version>0</item_version> <item class_id="32" tracking_level="1" version="0" object_id="_236"> <type>1</type> <name>rule0_V_c1</name> <ssdmobj_id>27</ssdmobj_id> <ctype>0</ctype> <depth>1</depth> <bitwidth>32</bitwidth> <source class_id_reference="28" object_id="_237"> <port class_id_reference="29" object_id="_238"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_123"></inst> </source> <sink class_id_reference="28" object_id="_239"> <port class_id_reference="29" object_id="_240"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_137"></inst> </sink> </item> <item class_id_reference="32" object_id="_241"> <type>1</type> <name>rule1_V_c2</name> <ssdmobj_id>26</ssdmobj_id> <ctype>0</ctype> <depth>1</depth> <bitwidth>32</bitwidth> <source class_id_reference="28" object_id="_242"> <port class_id_reference="29" object_id="_243"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_123"></inst> </source> <sink class_id_reference="28" object_id="_244"> <port class_id_reference="29" object_id="_245"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_137"></inst> </sink> </item> <item class_id_reference="32" object_id="_246"> <type>1</type> <name>rule2_V_c3</name> <ssdmobj_id>25</ssdmobj_id> <ctype>0</ctype> <depth>1</depth> <bitwidth>32</bitwidth> <source class_id_reference="28" object_id="_247"> <port class_id_reference="29" object_id="_248"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_123"></inst> </source> <sink class_id_reference="28" object_id="_249"> <port class_id_reference="29" object_id="_250"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_137"></inst> </sink> </item> <item class_id_reference="32" object_id="_251"> <type>1</type> <name>rule0_V_c</name> <ssdmobj_id>30</ssdmobj_id> <ctype>0</ctype> <depth>1</depth> <bitwidth>32</bitwidth> <source class_id_reference="28" object_id="_252"> <port class_id_reference="29" object_id="_253"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_137"></inst> </source> <sink class_id_reference="28" object_id="_254"> <port class_id_reference="29" object_id="_255"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_151"></inst> </sink> </item> <item class_id_reference="32" object_id="_256"> <type>1</type> <name>rule1_V_c</name> <ssdmobj_id>29</ssdmobj_id> <ctype>0</ctype> <depth>1</depth> <bitwidth>32</bitwidth> <source class_id_reference="28" object_id="_257"> <port class_id_reference="29" object_id="_258"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_137"></inst> </source> <sink class_id_reference="28" object_id="_259"> <port class_id_reference="29" object_id="_260"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_151"></inst> </sink> </item> <item class_id_reference="32" object_id="_261"> <type>1</type> <name>rule2_V_c</name> <ssdmobj_id>28</ssdmobj_id> <ctype>0</ctype> <depth>1</depth> <bitwidth>32</bitwidth> <source class_id_reference="28" object_id="_262"> <port class_id_reference="29" object_id="_263"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_137"></inst> </source> <sink class_id_reference="28" object_id="_264"> <port class_id_reference="29" object_id="_265"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_151"></inst> </sink> </item> <item class_id_reference="32" object_id="_266"> <type>1</type> <name>rule0Reg_V_channel</name> <ssdmobj_id>81</ssdmobj_id> <ctype>0</ctype> <depth>2</depth> <bitwidth>32</bitwidth> <source class_id_reference="28" object_id="_267"> <port class_id_reference="29" object_id="_268"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_151"></inst> </source> <sink class_id_reference="28" object_id="_269"> <port class_id_reference="29" object_id="_270"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </sink> </item> <item class_id_reference="32" object_id="_271"> <type>1</type> <name>rule1Reg_V_channel</name> <ssdmobj_id>82</ssdmobj_id> <ctype>0</ctype> <depth>2</depth> <bitwidth>32</bitwidth> <source class_id_reference="28" object_id="_272"> <port class_id_reference="29" object_id="_273"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_151"></inst> </source> <sink class_id_reference="28" object_id="_274"> <port class_id_reference="29" object_id="_275"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </sink> </item> <item class_id_reference="32" object_id="_276"> <type>1</type> <name>rule2Reg_V_channel</name> <ssdmobj_id>83</ssdmobj_id> <ctype>0</ctype> <depth>2</depth> <bitwidth>32</bitwidth> <source class_id_reference="28" object_id="_277"> <port class_id_reference="29" object_id="_278"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_151"></inst> </source> <sink class_id_reference="28" object_id="_279"> <port class_id_reference="29" object_id="_280"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </sink> </item> <item class_id_reference="32" object_id="_281"> <type>1</type> <name>ps2ipFifo_V_data_V</name> <ssdmobj_id>13</ssdmobj_id> <ctype>0</ctype> <depth>64</depth> <bitwidth>32</bitwidth> <source class_id_reference="28" object_id="_282"> <port class_id_reference="29" object_id="_283"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_165"></inst> </source> <sink class_id_reference="28" object_id="_284"> <port class_id_reference="29" object_id="_285"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </sink> </item> <item class_id_reference="32" object_id="_286"> <type>1</type> <name>ps2ipFifo_V_strb_V</name> <ssdmobj_id>14</ssdmobj_id> <ctype>0</ctype> <depth>64</depth> <bitwidth>4</bitwidth> <source class_id_reference="28" object_id="_287"> <port class_id_reference="29" object_id="_288"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_165"></inst> </source> <sink class_id_reference="28" object_id="_289"> <port class_id_reference="29" object_id="_290"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </sink> </item> <item class_id_reference="32" object_id="_291"> <type>1</type> <name>ps2ipFifo_V_last_V</name> <ssdmobj_id>15</ssdmobj_id> <ctype>0</ctype> <depth>64</depth> <bitwidth>1</bitwidth> <source class_id_reference="28" object_id="_292"> <port class_id_reference="29" object_id="_293"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_165"></inst> </source> <sink class_id_reference="28" object_id="_294"> <port class_id_reference="29" object_id="_295"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </sink> </item> <item class_id_reference="32" object_id="_296"> <type>1</type> <name>ip2psFifo_V_data_V</name> <ssdmobj_id>19</ssdmobj_id> <ctype>0</ctype> <depth>64</depth> <bitwidth>32</bitwidth> <source class_id_reference="28" object_id="_297"> <port class_id_reference="29" object_id="_298"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </source> <sink class_id_reference="28" object_id="_299"> <port class_id_reference="29" object_id="_300"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_211"></inst> </sink> </item> <item class_id_reference="32" object_id="_301"> <type>1</type> <name>ip2psFifo_V_strb_V</name> <ssdmobj_id>20</ssdmobj_id> <ctype>0</ctype> <depth>64</depth> <bitwidth>4</bitwidth> <source class_id_reference="28" object_id="_302"> <port class_id_reference="29" object_id="_303"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </source> <sink class_id_reference="28" object_id="_304"> <port class_id_reference="29" object_id="_305"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_211"></inst> </sink> </item> <item class_id_reference="32" object_id="_306"> <type>1</type> <name>ip2psFifo_V_last_V</name> <ssdmobj_id>21</ssdmobj_id> <ctype>0</ctype> <depth>64</depth> <bitwidth>1</bitwidth> <source class_id_reference="28" object_id="_307"> <port class_id_reference="29" object_id="_308"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </source> <sink class_id_reference="28" object_id="_309"> <port class_id_reference="29" object_id="_310"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_211"></inst> </sink> </item> <item class_id_reference="32" object_id="_311"> <type>1</type> <name>cnt0Reg_V</name> <ssdmobj_id>86</ssdmobj_id> <ctype>0</ctype> <depth>2</depth> <bitwidth>32</bitwidth> <source class_id_reference="28" object_id="_312"> <port class_id_reference="29" object_id="_313"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </source> <sink class_id_reference="28" object_id="_314"> <port class_id_reference="29" object_id="_315"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_225"></inst> </sink> </item> <item class_id_reference="32" object_id="_316"> <type>1</type> <name>cnt1Reg_V</name> <ssdmobj_id>87</ssdmobj_id> <ctype>0</ctype> <depth>2</depth> <bitwidth>32</bitwidth> <source class_id_reference="28" object_id="_317"> <port class_id_reference="29" object_id="_318"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </source> <sink class_id_reference="28" object_id="_319"> <port class_id_reference="29" object_id="_320"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_225"></inst> </sink> </item> <item class_id_reference="32" object_id="_321"> <type>1</type> <name>cnt2Reg_V</name> <ssdmobj_id>88</ssdmobj_id> <ctype>0</ctype> <depth>2</depth> <bitwidth>32</bitwidth> <source class_id_reference="28" object_id="_322"> <port class_id_reference="29" object_id="_323"> <name>in</name> <dir>3</dir> <type>0</type> </port> <inst class_id_reference="30" object_id_reference="_179"></inst> </source> <sink class_id_reference="28" object_id="_324"> <port class_id_reference="29" object_id="_325"> <name>out</name> <dir>3</dir> <type>1</type> </port> <inst class_id_reference="30" object_id_reference="_225"></inst> </sink> </item> </channel_list> <net_list class_id="33" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </net_list> </mDfPipe> </item> </cdfg_regions> <fsm class_id="34" tracking_level="1" version="0" object_id="_326"> <states class_id="35" tracking_level="0" version="0"> <count>8</count> <item_version>0</item_version> <item class_id="36" tracking_level="1" version="0" object_id="_327"> <id>1</id> <operations class_id="37" tracking_level="0" version="0"> <count>11</count> <item_version>0</item_version> <item class_id="38" tracking_level="1" version="0" object_id="_328"> <id>22</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_329"> <id>23</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_330"> <id>24</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_331"> <id>25</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_332"> <id>26</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_333"> <id>27</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_334"> <id>28</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_335"> <id>29</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_336"> <id>30</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_337"> <id>78</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_338"> <id>84</id> <stage>2</stage> <latency>2</latency> </item> </operations> </item> <item class_id_reference="36" object_id="_339"> <id>2</id> <operations> <count>2</count> <item_version>0</item_version> <item class_id_reference="38" object_id="_340"> <id>79</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_341"> <id>84</id> <stage>1</stage> <latency>2</latency> </item> </operations> </item> <item class_id_reference="36" object_id="_342"> <id>3</id> <operations> <count>5</count> <item_version>0</item_version> <item class_id_reference="38" object_id="_343"> <id>80</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_344"> <id>81</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_345"> <id>82</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_346"> <id>83</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_347"> <id>85</id> <stage>2</stage> <latency>2</latency> </item> </operations> </item> <item class_id_reference="36" object_id="_348"> <id>4</id> <operations> <count>5</count> <item_version>0</item_version> <item class_id_reference="38" object_id="_349"> <id>85</id> <stage>1</stage> <latency>2</latency> </item> <item class_id_reference="38" object_id="_350"> <id>86</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_351"> <id>87</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_352"> <id>88</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_353"> <id>90</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="36" object_id="_354"> <id>5</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="38" object_id="_355"> <id>89</id> <stage>3</stage> <latency>3</latency> </item> </operations> </item> <item class_id_reference="36" object_id="_356"> <id>6</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="38" object_id="_357"> <id>89</id> <stage>2</stage> <latency>3</latency> </item> </operations> </item> <item class_id_reference="36" object_id="_358"> <id>7</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="38" object_id="_359"> <id>89</id> <stage>1</stage> <latency>3</latency> </item> </operations> </item> <item class_id_reference="36" object_id="_360"> <id>8</id> <operations> <count>48</count> <item_version>0</item_version> <item class_id_reference="38" object_id="_361"> <id>31</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_362"> <id>32</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_363"> <id>33</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_364"> <id>34</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_365"> <id>35</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_366"> <id>36</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_367"> <id>37</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_368"> <id>38</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_369"> <id>39</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_370"> <id>40</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_371"> <id>41</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_372"> <id>42</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_373"> <id>43</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_374"> <id>44</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_375"> <id>45</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_376"> <id>46</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_377"> <id>47</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_378"> <id>48</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_379"> <id>49</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_380"> <id>50</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_381"> <id>51</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_382"> <id>52</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_383"> <id>53</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_384"> <id>54</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_385"> <id>55</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_386"> <id>56</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_387"> <id>57</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_388"> <id>58</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_389"> <id>59</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_390"> <id>60</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_391"> <id>61</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_392"> <id>62</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_393"> <id>63</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_394"> <id>64</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_395"> <id>65</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_396"> <id>66</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_397"> <id>67</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_398"> <id>68</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_399"> <id>69</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_400"> <id>70</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_401"> <id>71</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_402"> <id>72</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_403"> <id>73</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_404"> <id>74</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_405"> <id>75</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_406"> <id>76</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_407"> <id>77</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="38" object_id="_408"> <id>91</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> </states> <transitions class_id="39" tracking_level="0" version="0"> <count>7</count> <item_version>0</item_version> <item class_id="40" tracking_level="1" version="0" object_id="_409"> <inState>1</inState> <outState>2</outState> <condition class_id="41" tracking_level="0" version="0"> <id>0</id> <sop class_id="42" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="43" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="40" object_id="_410"> <inState>2</inState> <outState>3</outState> <condition> <id>1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="40" object_id="_411"> <inState>3</inState> <outState>4</outState> <condition> <id>2</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="40" object_id="_412"> <inState>4</inState> <outState>5</outState> <condition> <id>3</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="40" object_id="_413"> <inState>5</inState> <outState>6</outState> <condition> <id>4</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="40" object_id="_414"> <inState>6</inState> <outState>7</outState> <condition> <id>5</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="40" object_id="_415"> <inState>7</inState> <outState>8</outState> <condition> <id>6</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> </transitions> </fsm> <res class_id="-1"></res> <node_label_latency class_id="45" tracking_level="0" version="0"> <count>23</count> <item_version>0</item_version> <item class_id="46" tracking_level="0" version="0"> <first>22</first> <second class_id="47" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> <item> <first>23</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>24</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>25</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>26</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>27</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>28</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>29</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>30</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>78</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>79</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>80</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>81</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>82</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>83</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>84</first> <second> <first>0</first> <second>1</second> </second> </item> <item> <first>85</first> <second> <first>2</first> <second>1</second> </second> </item> <item> <first>86</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>87</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>88</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>89</first> <second> <first>4</first> <second>2</second> </second> </item> <item> <first>90</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>91</first> <second> <first>7</first> <second>0</second> </second> </item> </node_label_latency> <bblk_ent_exit class_id="48" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="49" tracking_level="0" version="0"> <first>92</first> <second class_id="50" tracking_level="0" version="0"> <first>0</first> <second>7</second> </second> </item> </bblk_ent_exit> <regions class_id="51" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="52" tracking_level="1" version="0" object_id="_416"> <region_name>my_ip_hls</region_name> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>92</item> </basic_blocks> <nodes> <count>70</count> <item_version>0</item_version> <item>22</item> <item>23</item> <item>24</item> <item>25</item> <item>26</item> <item>27</item> <item>28</item> <item>29</item> <item>30</item> <item>31</item> <item>32</item> <item>33</item> <item>34</item> <item>35</item> <item>36</item> <item>37</item> <item>38</item> <item>39</item> <item>40</item> <item>41</item> <item>42</item> <item>43</item> <item>44</item> <item>45</item> <item>46</item> <item>47</item> <item>48</item> <item>49</item> <item>50</item> <item>51</item> <item>52</item> <item>53</item> <item>54</item> <item>55</item> <item>56</item> <item>57</item> <item>58</item> <item>59</item> <item>60</item> <item>61</item> <item>62</item> <item>63</item> <item>64</item> <item>65</item> <item>66</item> <item>67</item> <item>68</item> <item>69</item> <item>70</item> <item>71</item> <item>72</item> <item>73</item> <item>74</item> <item>75</item> <item>76</item> <item>77</item> <item>78</item> <item>79</item> <item>80</item> <item>81</item> <item>82</item> <item>83</item> <item>84</item> <item>85</item> <item>86</item> <item>87</item> <item>88</item> <item>89</item> <item>90</item> <item>91</item> </nodes> <anchor_node>-1</anchor_node> <region_type>16</region_type> <interval>0</interval> <pipe_depth>0</pipe_depth> </item> </regions> <dp_fu_nodes class_id="53" tracking_level="0" version="0"> <count>22</count> <item_version>0</item_version> <item class_id="54" tracking_level="0" version="0"> <first>124</first> <second> <count>1</count> <item_version>0</item_version> <item>25</item> </second> </item> <item> <first>128</first> <second> <count>1</count> <item_version>0</item_version> <item>26</item> </second> </item> <item> <first>132</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>136</first> <second> <count>1</count> <item_version>0</item_version> <item>28</item> </second> </item> <item> <first>140</first> <second> <count>1</count> <item_version>0</item_version> <item>29</item> </second> </item> <item> <first>144</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>148</first> <second> <count>1</count> <item_version>0</item_version> <item>22</item> </second> </item> <item> <first>154</first> <second> <count>1</count> <item_version>0</item_version> <item>23</item> </second> </item> <item> <first>160</first> <second> <count>1</count> <item_version>0</item_version> <item>24</item> </second> </item> <item> <first>166</first> <second> <count>2</count> <item_version>0</item_version> <item>85</item> <item>85</item> </second> </item> <item> <first>191</first> <second> <count>2</count> <item_version>0</item_version> <item>84</item> <item>84</item> </second> </item> <item> <first>207</first> <second> <count>3</count> <item_version>0</item_version> <item>89</item> <item>89</item> <item>89</item> </second> </item> <item> <first>223</first> <second> <count>1</count> <item_version>0</item_version> <item>78</item> </second> </item> <item> <first>236</first> <second> <count>1</count> <item_version>0</item_version> <item>79</item> </second> </item> <item> <first>246</first> <second> <count>1</count> <item_version>0</item_version> <item>90</item> </second> </item> <item> <first>259</first> <second> <count>1</count> <item_version>0</item_version> <item>80</item> </second> </item> <item> <first>266</first> <second> <count>1</count> <item_version>0</item_version> <item>81</item> </second> </item> <item> <first>271</first> <second> <count>1</count> <item_version>0</item_version> <item>82</item> </second> </item> <item> <first>276</first> <second> <count>1</count> <item_version>0</item_version> <item>83</item> </second> </item> <item> <first>281</first> <second> <count>1</count> <item_version>0</item_version> <item>86</item> </second> </item> <item> <first>286</first> <second> <count>1</count> <item_version>0</item_version> <item>87</item> </second> </item> <item> <first>291</first> <second> <count>1</count> <item_version>0</item_version> <item>88</item> </second> </item> </dp_fu_nodes> <dp_fu_nodes_expression class_id="56" tracking_level="0" version="0"> <count>12</count> <item_version>0</item_version> <item class_id="57" tracking_level="0" version="0"> <first>cnt0Reg_V_fu_281</first> <second> <count>1</count> <item_version>0</item_version> <item>86</item> </second> </item> <item> <first>cnt1Reg_V_fu_286</first> <second> <count>1</count> <item_version>0</item_version> <item>87</item> </second> </item> <item> <first>cnt2Reg_V_fu_291</first> <second> <count>1</count> <item_version>0</item_version> <item>88</item> </second> </item> <item> <first>rule0Reg_V_channel_fu_266</first> <second> <count>1</count> <item_version>0</item_version> <item>81</item> </second> </item> <item> <first>rule0_V_c1_fu_132</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>rule0_V_c_fu_144</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>rule1Reg_V_channel_fu_271</first> <second> <count>1</count> <item_version>0</item_version> <item>82</item> </second> </item> <item> <first>rule1_V_c2_fu_128</first> <second> <count>1</count> <item_version>0</item_version> <item>26</item> </second> </item> <item> <first>rule1_V_c_fu_140</first> <second> <count>1</count> <item_version>0</item_version> <item>29</item> </second> </item> <item> <first>rule2Reg_V_channel_fu_276</first> <second> <count>1</count> <item_version>0</item_version> <item>83</item> </second> </item> <item> <first>rule2_V_c3_fu_124</first> <second> <count>1</count> <item_version>0</item_version> <item>25</item> </second> </item> <item> <first>rule2_V_c_fu_136</first> <second> <count>1</count> <item_version>0</item_version> <item>28</item> </second> </item> </dp_fu_nodes_expression> <dp_fu_nodes_module> <count>7</count> <item_version>0</item_version> <item> <first>StgValue_18_my_ip_hls_entry3_fu_223</first> <second> <count>1</count> <item_version>0</item_version> <item>78</item> </second> </item> <item> <first>StgValue_20_my_ip_hls_entry83_fu_236</first> <second> <count>1</count> <item_version>0</item_version> <item>79</item> </second> </item> <item> <first>StgValue_31_counters_out_fu_246</first> <second> <count>1</count> <item_version>0</item_version> <item>90</item> </second> </item> <item> <first>call_ret_rules_in_fu_259</first> <second> <count>1</count> <item_version>0</item_version> <item>80</item> </second> </item> <item> <first>grp_core_fu_166</first> <second> <count>2</count> <item_version>0</item_version> <item>85</item> <item>85</item> </second> </item> <item> <first>grp_ip2ps_fifo_fu_207</first> <second> <count>3</count> <item_version>0</item_version> <item>89</item> <item>89</item> <item>89</item> </second> </item> <item> <first>grp_ps2ip_fifo_fu_191</first> <second> <count>2</count> <item_version>0</item_version> <item>84</item> <item>84</item> </second> </item> </dp_fu_nodes_module> <dp_fu_nodes_io> <count>3</count> <item_version>0</item_version> <item> <first>rule0_V_read_read_fu_160</first> <second> <count>1</count> <item_version>0</item_version> <item>24</item> </second> </item> <item> <first>rule1_V_read_read_fu_154</first> <second> <count>1</count> <item_version>0</item_version> <item>23</item> </second> </item> <item> <first>rule2_V_read_read_fu_148</first> <second> <count>1</count> <item_version>0</item_version> <item>22</item> </second> </item> </dp_fu_nodes_io> <return_ports> <count>0</count> <item_version>0</item_version> </return_ports> <dp_mem_port_nodes class_id="58" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_mem_port_nodes> <dp_reg_nodes> <count>6</count> <item_version>0</item_version> <item> <first>296</first> <second> <count>1</count> <item_version>0</item_version> <item>25</item> </second> </item> <item> <first>302</first> <second> <count>1</count> <item_version>0</item_version> <item>26</item> </second> </item> <item> <first>308</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>314</first> <second> <count>1</count> <item_version>0</item_version> <item>28</item> </second> </item> <item> <first>320</first> <second> <count>1</count> <item_version>0</item_version> <item>29</item> </second> </item> <item> <first>326</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> </dp_reg_nodes> <dp_regname_nodes> <count>6</count> <item_version>0</item_version> <item> <first>rule0_V_c1_reg_308</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>rule0_V_c_reg_326</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>rule1_V_c2_reg_302</first> <second> <count>1</count> <item_version>0</item_version> <item>26</item> </second> </item> <item> <first>rule1_V_c_reg_320</first> <second> <count>1</count> <item_version>0</item_version> <item>29</item> </second> </item> <item> <first>rule2_V_c3_reg_296</first> <second> <count>1</count> <item_version>0</item_version> <item>25</item> </second> </item> <item> <first>rule2_V_c_reg_314</first> <second> <count>1</count> <item_version>0</item_version> <item>28</item> </second> </item> </dp_regname_nodes> <dp_reg_phi> <count>0</count> <item_version>0</item_version> </dp_reg_phi> <dp_regname_phi> <count>0</count> <item_version>0</item_version> </dp_regname_phi> <dp_port_io_nodes class_id="59" tracking_level="0" version="0"> <count>12</count> <item_version>0</item_version> <item class_id="60" tracking_level="0" version="0"> <first>masterOut_V_data_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>call</first> <second> <count>1</count> <item_version>0</item_version> <item>89</item> </second> </item> </second> </item> <item> <first>masterOut_V_last_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>call</first> <second> <count>1</count> <item_version>0</item_version> <item>89</item> </second> </item> </second> </item> <item> <first>masterOut_V_strb_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>call</first> <second> <count>1</count> <item_version>0</item_version> <item>89</item> </second> </item> </second> </item> <item> <first>rule0_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>24</item> </second> </item> </second> </item> <item> <first>rule0cnt_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>call</first> <second> <count>1</count> <item_version>0</item_version> <item>90</item> </second> </item> </second> </item> <item> <first>rule1_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>23</item> </second> </item> </second> </item> <item> <first>rule1cnt_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>call</first> <second> <count>1</count> <item_version>0</item_version> <item>90</item> </second> </item> </second> </item> <item> <first>rule2_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>22</item> </second> </item> </second> </item> <item> <first>rule2cnt_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>call</first> <second> <count>1</count> <item_version>0</item_version> <item>90</item> </second> </item> </second> </item> <item> <first>slaveIn_V_data_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>call</first> <second> <count>1</count> <item_version>0</item_version> <item>84</item> </second> </item> </second> </item> <item> <first>slaveIn_V_last_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>call</first> <second> <count>1</count> <item_version>0</item_version> <item>84</item> </second> </item> </second> </item> <item> <first>slaveIn_V_strb_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>call</first> <second> <count>1</count> <item_version>0</item_version> <item>84</item> </second> </item> </second> </item> </dp_port_io_nodes> <port2core class_id="61" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </port2core> <node2core> <count>12</count> <item_version>0</item_version> <item class_id="62" tracking_level="0" version="0"> <first>25</first> <second>FIFO</second> </item> <item> <first>26</first> <second>FIFO</second> </item> <item> <first>27</first> <second>FIFO</second> </item> <item> <first>28</first> <second>FIFO</second> </item> <item> <first>29</first> <second>FIFO</second> </item> <item> <first>30</first> <second>FIFO</second> </item> <item> <first>81</first> <second>FIFO</second> </item> <item> <first>82</first> <second>FIFO</second> </item> <item> <first>83</first> <second>FIFO</second> </item> <item> <first>86</first> <second>FIFO</second> </item> <item> <first>87</first> <second>FIFO</second> </item> <item> <first>88</first> <second>FIFO</second> </item> </node2core> </syndb> </boost_serialization>
26.86991
76
0.582234
1d7a2a77d319a61c3868e5f9729d08c5849e1d67
1,496
ads
Ada
tier-1/xcb/source/thin/xcb-xcb_grab_pointer_reply_t.ads
charlie5/cBound
741be08197a61ad9c72553e3302f3b669902216d
[ "0BSD" ]
2
2015-11-12T11:16:20.000Z
2021-08-24T22:32:04.000Z
tier-1/xcb/source/thin/xcb-xcb_grab_pointer_reply_t.ads
charlie5/cBound
741be08197a61ad9c72553e3302f3b669902216d
[ "0BSD" ]
1
2018-06-05T05:19:35.000Z
2021-11-20T01:13:23.000Z
tier-1/xcb/source/thin/xcb-xcb_grab_pointer_reply_t.ads
charlie5/cBound
741be08197a61ad9c72553e3302f3b669902216d
[ "0BSD" ]
null
null
null
-- This file is generated by SWIG. Please do not modify by hand. -- with Interfaces; with Interfaces.C; with Interfaces.C.Pointers; package xcb.xcb_grab_pointer_reply_t is -- Item -- type Item is record response_type : aliased Interfaces.Unsigned_8; status : aliased Interfaces.Unsigned_8; sequence : aliased Interfaces.Unsigned_16; length : aliased Interfaces.Unsigned_32; end record; -- Item_Array -- type Item_Array is array (Interfaces.C.size_t range <>) of aliased xcb.xcb_grab_pointer_reply_t .Item; -- Pointer -- package C_Pointers is new Interfaces.C.Pointers (Index => Interfaces.C.size_t, Element => xcb.xcb_grab_pointer_reply_t.Item, Element_Array => xcb.xcb_grab_pointer_reply_t.Item_Array, Default_Terminator => (others => <>)); subtype Pointer is C_Pointers.Pointer; -- Pointer_Array -- type Pointer_Array is array (Interfaces.C.size_t range <>) of aliased xcb.xcb_grab_pointer_reply_t .Pointer; -- Pointer_Pointer -- package C_Pointer_Pointers is new Interfaces.C.Pointers (Index => Interfaces.C.size_t, Element => xcb.xcb_grab_pointer_reply_t.Pointer, Element_Array => xcb.xcb_grab_pointer_reply_t.Pointer_Array, Default_Terminator => null); subtype Pointer_Pointer is C_Pointer_Pointers.Pointer; end xcb.xcb_grab_pointer_reply_t;
27.703704
77
0.667781
31a0cc31277f40d9c3c1c2d98effeabe0bc88684
15,756
adb
Ada
tools/xml2ayacc/encoding/auto/encodings-maps-iso_8859_3.adb
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
4
2016-02-05T15:51:56.000Z
2022-03-25T20:38:32.000Z
tools/xml2ayacc/encoding/auto/encodings-maps-iso_8859_3.adb
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
null
null
null
tools/xml2ayacc/encoding/auto/encodings-maps-iso_8859_3.adb
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
null
null
null
-- Auto generated file. Don't edit -- Read copyright and license at the end of this file package body Encodings.Maps.ISO_8859_3 is Forward : Forward_Map (Character'Val(16#A1#) .. Character'Last) := (Wide_Character'Val( 16#126#), Wide_Character'Val( 16#2D8#), Wide_Character'Val( 16#A3#), Wide_Character'Val( 16#A4#), Wide_Character'Val( 16#A5#), Wide_Character'Val( 16#124#), Wide_Character'Val( 16#A7#), Wide_Character'Val( 16#A8#), Wide_Character'Val( 16#130#), Wide_Character'Val( 16#15E#), Wide_Character'Val( 16#11E#), Wide_Character'Val( 16#134#), Wide_Character'Val( 16#AD#), Wide_Character'Val( 16#AE#), Wide_Character'Val( 16#17B#), Wide_Character'Val( 16#B0#), Wide_Character'Val( 16#127#), Wide_Character'Val( 16#B2#), Wide_Character'Val( 16#B3#), Wide_Character'Val( 16#B4#), Wide_Character'Val( 16#B5#), Wide_Character'Val( 16#125#), Wide_Character'Val( 16#B7#), Wide_Character'Val( 16#B8#), Wide_Character'Val( 16#131#), Wide_Character'Val( 16#15F#), Wide_Character'Val( 16#11F#), Wide_Character'Val( 16#135#), Wide_Character'Val( 16#BD#), Wide_Character'Val( 16#BE#), Wide_Character'Val( 16#17C#), Wide_Character'Val( 16#C0#), Wide_Character'Val( 16#C1#), Wide_Character'Val( 16#C2#), Wide_Character'Val( 16#C3#), Wide_Character'Val( 16#C4#), Wide_Character'Val( 16#10A#), Wide_Character'Val( 16#108#), Wide_Character'Val( 16#C7#), Wide_Character'Val( 16#C8#), Wide_Character'Val( 16#C9#), Wide_Character'Val( 16#CA#), Wide_Character'Val( 16#CB#), Wide_Character'Val( 16#CC#), Wide_Character'Val( 16#CD#), Wide_Character'Val( 16#CE#), Wide_Character'Val( 16#CF#), Wide_Character'Val( 16#D0#), Wide_Character'Val( 16#D1#), Wide_Character'Val( 16#D2#), Wide_Character'Val( 16#D3#), Wide_Character'Val( 16#D4#), Wide_Character'Val( 16#120#), Wide_Character'Val( 16#D6#), Wide_Character'Val( 16#D7#), Wide_Character'Val( 16#11C#), Wide_Character'Val( 16#D9#), Wide_Character'Val( 16#DA#), Wide_Character'Val( 16#DB#), Wide_Character'Val( 16#DC#), Wide_Character'Val( 16#16C#), Wide_Character'Val( 16#15C#), Wide_Character'Val( 16#DF#), Wide_Character'Val( 16#E0#), Wide_Character'Val( 16#E1#), Wide_Character'Val( 16#E2#), Wide_Character'Val( 16#E3#), Wide_Character'Val( 16#E4#), Wide_Character'Val( 16#10B#), Wide_Character'Val( 16#109#), Wide_Character'Val( 16#E7#), Wide_Character'Val( 16#E8#), Wide_Character'Val( 16#E9#), Wide_Character'Val( 16#EA#), Wide_Character'Val( 16#EB#), Wide_Character'Val( 16#EC#), Wide_Character'Val( 16#ED#), Wide_Character'Val( 16#EE#), Wide_Character'Val( 16#EF#), Wide_Character'Val( 16#F0#), Wide_Character'Val( 16#F1#), Wide_Character'Val( 16#F2#), Wide_Character'Val( 16#F3#), Wide_Character'Val( 16#F4#), Wide_Character'Val( 16#121#), Wide_Character'Val( 16#F6#), Wide_Character'Val( 16#F7#), Wide_Character'Val( 16#11D#), Wide_Character'Val( 16#F9#), Wide_Character'Val( 16#FA#), Wide_Character'Val( 16#FB#), Wide_Character'Val( 16#FC#), Wide_Character'Val( 16#16D#), Wide_Character'Val( 16#15D#), Wide_Character'Val( 16#2D9#)); Ranges : Maps.Wide_Ranges (1 .. 29) := ((Wide_Character'Val( 16#0#),Wide_Character'Val( 16#A0#), 1), (Wide_Character'Val( 16#A3#),Wide_Character'Val( 16#A4#), 162), (Wide_Character'Val( 16#A7#),Wide_Character'Val( 16#A8#), 164), (Wide_Character'Val( 16#AD#),Wide_Character'Val( 16#AD#), 166), (Wide_Character'Val( 16#B0#),Wide_Character'Val( 16#B0#), 167), (Wide_Character'Val( 16#B2#),Wide_Character'Val( 16#B5#), 168), (Wide_Character'Val( 16#B7#),Wide_Character'Val( 16#B8#), 172), (Wide_Character'Val( 16#BD#),Wide_Character'Val( 16#BD#), 174), (Wide_Character'Val( 16#C0#),Wide_Character'Val( 16#C2#), 175), (Wide_Character'Val( 16#C4#),Wide_Character'Val( 16#C4#), 178), (Wide_Character'Val( 16#C7#),Wide_Character'Val( 16#CF#), 179), (Wide_Character'Val( 16#D1#),Wide_Character'Val( 16#D4#), 188), (Wide_Character'Val( 16#D6#),Wide_Character'Val( 16#D7#), 192), (Wide_Character'Val( 16#D9#),Wide_Character'Val( 16#DC#), 194), (Wide_Character'Val( 16#DF#),Wide_Character'Val( 16#E2#), 198), (Wide_Character'Val( 16#E4#),Wide_Character'Val( 16#E4#), 202), (Wide_Character'Val( 16#E7#),Wide_Character'Val( 16#EF#), 203), (Wide_Character'Val( 16#F1#),Wide_Character'Val( 16#F4#), 212), (Wide_Character'Val( 16#F6#),Wide_Character'Val( 16#F7#), 216), (Wide_Character'Val( 16#F9#),Wide_Character'Val( 16#FC#), 218), (Wide_Character'Val( 16#108#),Wide_Character'Val( 16#10B#), 222), (Wide_Character'Val( 16#11C#),Wide_Character'Val( 16#121#), 226), (Wide_Character'Val( 16#124#),Wide_Character'Val( 16#127#), 232), (Wide_Character'Val( 16#130#),Wide_Character'Val( 16#131#), 236), (Wide_Character'Val( 16#134#),Wide_Character'Val( 16#135#), 238), (Wide_Character'Val( 16#15C#),Wide_Character'Val( 16#15F#), 240), (Wide_Character'Val( 16#16C#),Wide_Character'Val( 16#16D#), 244), (Wide_Character'Val( 16#17B#),Wide_Character'Val( 16#17C#), 246), (Wide_Character'Val( 16#2D8#),Wide_Character'Val( 16#2D9#), 248)); Backward : Maps.Backward_Map (1 .. 249) := (Character'Val( 16#0#), Character'Val( 16#1#), Character'Val( 16#2#), Character'Val( 16#3#), Character'Val( 16#4#), Character'Val( 16#5#), Character'Val( 16#6#), Character'Val( 16#7#), Character'Val( 16#8#), Character'Val( 16#9#), Character'Val( 16#A#), Character'Val( 16#B#), Character'Val( 16#C#), Character'Val( 16#D#), Character'Val( 16#E#), Character'Val( 16#F#), Character'Val(16#10#), Character'Val(16#11#), Character'Val(16#12#), Character'Val(16#13#), Character'Val(16#14#), Character'Val(16#15#), Character'Val(16#16#), Character'Val(16#17#), Character'Val(16#18#), Character'Val(16#19#), Character'Val(16#1A#), Character'Val(16#1B#), Character'Val(16#1C#), Character'Val(16#1D#), Character'Val(16#1E#), Character'Val(16#1F#), Character'Val(16#20#), Character'Val(16#21#), Character'Val(16#22#), Character'Val(16#23#), Character'Val(16#24#), Character'Val(16#25#), Character'Val(16#26#), Character'Val(16#27#), Character'Val(16#28#), Character'Val(16#29#), Character'Val(16#2A#), Character'Val(16#2B#), Character'Val(16#2C#), Character'Val(16#2D#), Character'Val(16#2E#), Character'Val(16#2F#), Character'Val(16#30#), Character'Val(16#31#), Character'Val(16#32#), Character'Val(16#33#), Character'Val(16#34#), Character'Val(16#35#), Character'Val(16#36#), Character'Val(16#37#), Character'Val(16#38#), Character'Val(16#39#), Character'Val(16#3A#), Character'Val(16#3B#), Character'Val(16#3C#), Character'Val(16#3D#), Character'Val(16#3E#), Character'Val(16#3F#), Character'Val(16#40#), Character'Val(16#41#), Character'Val(16#42#), Character'Val(16#43#), Character'Val(16#44#), Character'Val(16#45#), Character'Val(16#46#), Character'Val(16#47#), Character'Val(16#48#), Character'Val(16#49#), Character'Val(16#4A#), Character'Val(16#4B#), Character'Val(16#4C#), Character'Val(16#4D#), Character'Val(16#4E#), Character'Val(16#4F#), Character'Val(16#50#), Character'Val(16#51#), Character'Val(16#52#), Character'Val(16#53#), Character'Val(16#54#), Character'Val(16#55#), Character'Val(16#56#), Character'Val(16#57#), Character'Val(16#58#), Character'Val(16#59#), Character'Val(16#5A#), Character'Val(16#5B#), Character'Val(16#5C#), Character'Val(16#5D#), Character'Val(16#5E#), Character'Val(16#5F#), Character'Val(16#60#), Character'Val(16#61#), Character'Val(16#62#), Character'Val(16#63#), Character'Val(16#64#), Character'Val(16#65#), Character'Val(16#66#), Character'Val(16#67#), Character'Val(16#68#), Character'Val(16#69#), Character'Val(16#6A#), Character'Val(16#6B#), Character'Val(16#6C#), Character'Val(16#6D#), Character'Val(16#6E#), Character'Val(16#6F#), Character'Val(16#70#), Character'Val(16#71#), Character'Val(16#72#), Character'Val(16#73#), Character'Val(16#74#), Character'Val(16#75#), Character'Val(16#76#), Character'Val(16#77#), Character'Val(16#78#), Character'Val(16#79#), Character'Val(16#7A#), Character'Val(16#7B#), Character'Val(16#7C#), Character'Val(16#7D#), Character'Val(16#7E#), Character'Val(16#7F#), Character'Val(16#80#), Character'Val(16#81#), Character'Val(16#82#), Character'Val(16#83#), Character'Val(16#84#), Character'Val(16#85#), Character'Val(16#86#), Character'Val(16#87#), Character'Val(16#88#), Character'Val(16#89#), Character'Val(16#8A#), Character'Val(16#8B#), Character'Val(16#8C#), Character'Val(16#8D#), Character'Val(16#8E#), Character'Val(16#8F#), Character'Val(16#90#), Character'Val(16#91#), Character'Val(16#92#), Character'Val(16#93#), Character'Val(16#94#), Character'Val(16#95#), Character'Val(16#96#), Character'Val(16#97#), Character'Val(16#98#), Character'Val(16#99#), Character'Val(16#9A#), Character'Val(16#9B#), Character'Val(16#9C#), Character'Val(16#9D#), Character'Val(16#9E#), Character'Val(16#9F#), Character'Val(16#A0#), Character'Val(16#A3#), Character'Val(16#A4#), Character'Val(16#A7#), Character'Val(16#A8#), Character'Val(16#AD#), Character'Val(16#B0#), Character'Val(16#B2#), Character'Val(16#B3#), Character'Val(16#B4#), Character'Val(16#B5#), Character'Val(16#B7#), Character'Val(16#B8#), Character'Val(16#BD#), Character'Val(16#C0#), Character'Val(16#C1#), Character'Val(16#C2#), Character'Val(16#C4#), Character'Val(16#C7#), Character'Val(16#C8#), Character'Val(16#C9#), Character'Val(16#CA#), Character'Val(16#CB#), Character'Val(16#CC#), Character'Val(16#CD#), Character'Val(16#CE#), Character'Val(16#CF#), Character'Val(16#D1#), Character'Val(16#D2#), Character'Val(16#D3#), Character'Val(16#D4#), Character'Val(16#D6#), Character'Val(16#D7#), Character'Val(16#D9#), Character'Val(16#DA#), Character'Val(16#DB#), Character'Val(16#DC#), Character'Val(16#DF#), Character'Val(16#E0#), Character'Val(16#E1#), Character'Val(16#E2#), Character'Val(16#E4#), Character'Val(16#E7#), Character'Val(16#E8#), Character'Val(16#E9#), Character'Val(16#EA#), Character'Val(16#EB#), Character'Val(16#EC#), Character'Val(16#ED#), Character'Val(16#EE#), Character'Val(16#EF#), Character'Val(16#F1#), Character'Val(16#F2#), Character'Val(16#F3#), Character'Val(16#F4#), Character'Val(16#F6#), Character'Val(16#F7#), Character'Val(16#F9#), Character'Val(16#FA#), Character'Val(16#FB#), Character'Val(16#FC#), Character'Val(16#C6#), Character'Val(16#E6#), Character'Val(16#C5#), Character'Val(16#E5#), Character'Val(16#D8#), Character'Val(16#F8#), Character'Val(16#AB#), Character'Val(16#BB#), Character'Val(16#D5#), Character'Val(16#F5#), Character'Val(16#A6#), Character'Val(16#B6#), Character'Val(16#A1#), Character'Val(16#B1#), Character'Val(16#A9#), Character'Val(16#B9#), Character'Val(16#AC#), Character'Val(16#BC#), Character'Val(16#DE#), Character'Val(16#FE#), Character'Val(16#AA#), Character'Val(16#BA#), Character'Val(16#DD#), Character'Val(16#FD#), Character'Val(16#AF#), Character'Val(16#BF#), Character'Val(16#A2#), Character'Val(16#FF#)); function Decode (Char : Character) return Wide_Character is begin return Decode (Char, Forward); end Decode; procedure Decode (Text : in Raw_String; Text_Last : out Natural; Result : out Wide_String; Result_Last : out Natural; Map : in Encoding := Encodings.ISO_8859_3) is begin Decode (Text, Text_Last, Result, Result_Last, Forward); end Decode; procedure Encode (Text : in Wide_String; Text_Last : out Natural; Result : out Raw_String; Result_Last : out Natural; Map : in Encoding := Encodings.ISO_8859_3) is begin Encode (Text, Text_Last, Result, Result_Last, Ranges, Backward); end Encode; begin Encoder_List (Encodings.ISO_8859_3) := Encode'Access; Decoder_List (Encodings.ISO_8859_3) := Decode'Access; end Encodings.Maps.ISO_8859_3; ------------------------------------------------------------------------------ -- Copyright (c) 2006-2013, Maxim Reznik -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions are met: -- -- * Redistributions of source code must retain the above copyright notice, -- this list of conditions and the following disclaimer. -- * Redistributions in binary form must reproduce the above copyright -- notice, this list of conditions and the following disclaimer in the -- documentation and/or other materials provided with the distribution. -- * Neither the name of the Maxim Reznik, IE nor the names of its -- contributors may be used to endorse or promote products derived from -- this software without specific prior written permission. -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -- POSSIBILITY OF SUCH DAMAGE. ------------------------------------------------------------------------------
35.248322
79
0.589997
1d415b07b46f6b540601e333d918dcfe3d042d6b
2,288
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c9/c9a011a.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c9/c9a011a.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c9/c9a011a.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- C9A011A.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained -- unlimited rights in the software and documentation contained herein. -- Unlimited rights are defined in DFAR 252.227-7013(a)(19). By making -- this public release, the Government intends to confer upon all -- recipients unlimited rights equal to those held by the Government. -- These rights include rights to use, duplicate, release or disclose the -- released technical data and computer software in whole or in part, in -- any manner and for any purpose whatsoever, and to have or permit others -- to do so. -- -- DISCLAIMER -- -- ALL MATERIALS OR INFORMATION HEREIN RELEASED, MADE AVAILABLE OR -- DISCLOSED ARE AS IS. THE GOVERNMENT MAKES NO EXPRESS OR IMPLIED -- WARRANTY AS TO ANY MATTER WHATSOEVER, INCLUDING THE CONDITIONS OF THE -- SOFTWARE, DOCUMENTATION OR OTHER INFORMATION RELEASED, MADE AVAILABLE -- OR DISCLOSED, OR THE OWNERSHIP, MERCHANTABILITY, OR FITNESS FOR A -- PARTICULAR PURPOSE OF SAID MATERIAL. --* -- OBJECTIVE: -- CHECK THAT IF A CALLED TASK IS ABORTED WHILE IN RENDEZVOUS, THEN -- "TASKING_ERROR" IS RAISED IN THE CALLING TASK. -- HISTORY: -- DHH 03/28/88 CREATED ORIGINAL TEST. WITH SYSTEM; USE SYSTEM; WITH REPORT; USE REPORT; PROCEDURE C9A011A IS TASK TYPE CHOICE IS ENTRY E1; END CHOICE; T : CHOICE; TASK BODY CHOICE IS X : INTEGER; BEGIN ACCEPT E1 DO X := IDENT_INT(3); IF EQUAL(X,X) THEN ABORT CHOICE; END IF; END E1; END CHOICE; BEGIN TEST("C9A011A", "CHECK THAT IF A CALLED TASK IS ABORTED WHILE " & "IN RENDEZVOUS, THEN ""TASKING_ERROR"" IS " & "RAISED IN THE CALLING TASK"); T.E1; FAILED("EXCEPTION NOT RAISED ON ABORT"); RESULT; EXCEPTION WHEN TASKING_ERROR => RESULT; WHEN OTHERS => FAILED("UNEXPECTED EXCEPTION RAISED ON ABORT"); RESULT; END C9A011A;
31.777778
79
0.618444
2f140d8aa4ade839df652dc9176ed46563b5a0a5
20,502
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/a-strfix.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/ada/a-strfix.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/a-strfix.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- A D A . S T R I N G S . F I X E D -- -- -- -- B o d y -- -- -- -- Copyright (C) 1992-2016, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- Note: This code is derived from the ADAR.CSH public domain Ada 83 versions -- of the Appendix C string handling packages. One change is to avoid the use -- of Is_In, so that we are not dependent on inlining. Note that the search -- function implementations are to be found in the auxiliary package -- Ada.Strings.Search. Also the Move procedure is directly incorporated (ADAR -- used a subunit for this procedure). The number of errors having to do with -- bounds of function return results were also fixed, and use of & removed for -- efficiency reasons. with Ada.Strings.Maps; use Ada.Strings.Maps; with Ada.Strings.Search; package body Ada.Strings.Fixed is ------------------------ -- Search Subprograms -- ------------------------ function Index (Source : String; Pattern : String; Going : Direction := Forward; Mapping : Maps.Character_Mapping := Maps.Identity) return Natural renames Ada.Strings.Search.Index; function Index (Source : String; Pattern : String; Going : Direction := Forward; Mapping : Maps.Character_Mapping_Function) return Natural renames Ada.Strings.Search.Index; function Index (Source : String; Set : Maps.Character_Set; Test : Membership := Inside; Going : Direction := Forward) return Natural renames Ada.Strings.Search.Index; function Index (Source : String; Pattern : String; From : Positive; Going : Direction := Forward; Mapping : Maps.Character_Mapping := Maps.Identity) return Natural renames Ada.Strings.Search.Index; function Index (Source : String; Pattern : String; From : Positive; Going : Direction := Forward; Mapping : Maps.Character_Mapping_Function) return Natural renames Ada.Strings.Search.Index; function Index (Source : String; Set : Maps.Character_Set; From : Positive; Test : Membership := Inside; Going : Direction := Forward) return Natural renames Ada.Strings.Search.Index; function Index_Non_Blank (Source : String; Going : Direction := Forward) return Natural renames Ada.Strings.Search.Index_Non_Blank; function Index_Non_Blank (Source : String; From : Positive; Going : Direction := Forward) return Natural renames Ada.Strings.Search.Index_Non_Blank; function Count (Source : String; Pattern : String; Mapping : Maps.Character_Mapping := Maps.Identity) return Natural renames Ada.Strings.Search.Count; function Count (Source : String; Pattern : String; Mapping : Maps.Character_Mapping_Function) return Natural renames Ada.Strings.Search.Count; function Count (Source : String; Set : Maps.Character_Set) return Natural renames Ada.Strings.Search.Count; procedure Find_Token (Source : String; Set : Maps.Character_Set; From : Positive; Test : Membership; First : out Positive; Last : out Natural) renames Ada.Strings.Search.Find_Token; procedure Find_Token (Source : String; Set : Maps.Character_Set; Test : Membership; First : out Positive; Last : out Natural) renames Ada.Strings.Search.Find_Token; --------- -- "*" -- --------- function "*" (Left : Natural; Right : Character) return String is Result : String (1 .. Left); begin for J in Result'Range loop Result (J) := Right; end loop; return Result; end "*"; function "*" (Left : Natural; Right : String) return String is Result : String (1 .. Left * Right'Length); Ptr : Integer := 1; begin for J in 1 .. Left loop Result (Ptr .. Ptr + Right'Length - 1) := Right; Ptr := Ptr + Right'Length; end loop; return Result; end "*"; ------------ -- Delete -- ------------ function Delete (Source : String; From : Positive; Through : Natural) return String is begin if From > Through then declare subtype Result_Type is String (1 .. Source'Length); begin return Result_Type (Source); end; elsif From not in Source'Range or else Through > Source'Last then raise Index_Error; else declare Front : constant Integer := From - Source'First; Result : String (1 .. Source'Length - (Through - From + 1)); begin Result (1 .. Front) := Source (Source'First .. From - 1); Result (Front + 1 .. Result'Last) := Source (Through + 1 .. Source'Last); return Result; end; end if; end Delete; procedure Delete (Source : in out String; From : Positive; Through : Natural; Justify : Alignment := Left; Pad : Character := Space) is begin Move (Source => Delete (Source, From, Through), Target => Source, Justify => Justify, Pad => Pad); end Delete; ---------- -- Head -- ---------- function Head (Source : String; Count : Natural; Pad : Character := Space) return String is subtype Result_Type is String (1 .. Count); begin if Count < Source'Length then return Result_Type (Source (Source'First .. Source'First + Count - 1)); else declare Result : Result_Type; begin Result (1 .. Source'Length) := Source; for J in Source'Length + 1 .. Count loop Result (J) := Pad; end loop; return Result; end; end if; end Head; procedure Head (Source : in out String; Count : Natural; Justify : Alignment := Left; Pad : Character := Space) is begin Move (Source => Head (Source, Count, Pad), Target => Source, Drop => Error, Justify => Justify, Pad => Pad); end Head; ------------ -- Insert -- ------------ function Insert (Source : String; Before : Positive; New_Item : String) return String is Result : String (1 .. Source'Length + New_Item'Length); Front : constant Integer := Before - Source'First; begin if Before not in Source'First .. Source'Last + 1 then raise Index_Error; end if; Result (1 .. Front) := Source (Source'First .. Before - 1); Result (Front + 1 .. Front + New_Item'Length) := New_Item; Result (Front + New_Item'Length + 1 .. Result'Last) := Source (Before .. Source'Last); return Result; end Insert; procedure Insert (Source : in out String; Before : Positive; New_Item : String; Drop : Truncation := Error) is begin Move (Source => Insert (Source, Before, New_Item), Target => Source, Drop => Drop); end Insert; ---------- -- Move -- ---------- procedure Move (Source : String; Target : out String; Drop : Truncation := Error; Justify : Alignment := Left; Pad : Character := Space) is Sfirst : constant Integer := Source'First; Slast : constant Integer := Source'Last; Slength : constant Integer := Source'Length; Tfirst : constant Integer := Target'First; Tlast : constant Integer := Target'Last; Tlength : constant Integer := Target'Length; function Is_Padding (Item : String) return Boolean; -- Check if Item is all Pad characters, return True if so, False if not function Is_Padding (Item : String) return Boolean is begin for J in Item'Range loop if Item (J) /= Pad then return False; end if; end loop; return True; end Is_Padding; -- Start of processing for Move begin if Slength = Tlength then Target := Source; elsif Slength > Tlength then case Drop is when Left => Target := Source (Slast - Tlength + 1 .. Slast); when Right => Target := Source (Sfirst .. Sfirst + Tlength - 1); when Error => case Justify is when Left => if Is_Padding (Source (Sfirst + Tlength .. Slast)) then Target := Source (Sfirst .. Sfirst + Target'Length - 1); else raise Length_Error; end if; when Right => if Is_Padding (Source (Sfirst .. Slast - Tlength)) then Target := Source (Slast - Tlength + 1 .. Slast); else raise Length_Error; end if; when Center => raise Length_Error; end case; end case; -- Source'Length < Target'Length else case Justify is when Left => Target (Tfirst .. Tfirst + Slength - 1) := Source; for I in Tfirst + Slength .. Tlast loop Target (I) := Pad; end loop; when Right => for I in Tfirst .. Tlast - Slength loop Target (I) := Pad; end loop; Target (Tlast - Slength + 1 .. Tlast) := Source; when Center => declare Front_Pad : constant Integer := (Tlength - Slength) / 2; Tfirst_Fpad : constant Integer := Tfirst + Front_Pad; begin for I in Tfirst .. Tfirst_Fpad - 1 loop Target (I) := Pad; end loop; Target (Tfirst_Fpad .. Tfirst_Fpad + Slength - 1) := Source; for I in Tfirst_Fpad + Slength .. Tlast loop Target (I) := Pad; end loop; end; end case; end if; end Move; --------------- -- Overwrite -- --------------- function Overwrite (Source : String; Position : Positive; New_Item : String) return String is begin if Position not in Source'First .. Source'Last + 1 then raise Index_Error; end if; declare Result_Length : constant Natural := Integer'Max (Source'Length, Position - Source'First + New_Item'Length); Result : String (1 .. Result_Length); Front : constant Integer := Position - Source'First; begin Result (1 .. Front) := Source (Source'First .. Position - 1); Result (Front + 1 .. Front + New_Item'Length) := New_Item; Result (Front + New_Item'Length + 1 .. Result'Length) := Source (Position + New_Item'Length .. Source'Last); return Result; end; end Overwrite; procedure Overwrite (Source : in out String; Position : Positive; New_Item : String; Drop : Truncation := Right) is begin Move (Source => Overwrite (Source, Position, New_Item), Target => Source, Drop => Drop); end Overwrite; ------------------- -- Replace_Slice -- ------------------- function Replace_Slice (Source : String; Low : Positive; High : Natural; By : String) return String is begin if Low > Source'Last + 1 or else High < Source'First - 1 then raise Index_Error; end if; if High >= Low then declare Front_Len : constant Integer := Integer'Max (0, Low - Source'First); -- Length of prefix of Source copied to result Back_Len : constant Integer := Integer'Max (0, Source'Last - High); -- Length of suffix of Source copied to result Result_Length : constant Integer := Front_Len + By'Length + Back_Len; -- Length of result Result : String (1 .. Result_Length); begin Result (1 .. Front_Len) := Source (Source'First .. Low - 1); Result (Front_Len + 1 .. Front_Len + By'Length) := By; Result (Front_Len + By'Length + 1 .. Result'Length) := Source (High + 1 .. Source'Last); return Result; end; else return Insert (Source, Before => Low, New_Item => By); end if; end Replace_Slice; procedure Replace_Slice (Source : in out String; Low : Positive; High : Natural; By : String; Drop : Truncation := Error; Justify : Alignment := Left; Pad : Character := Space) is begin Move (Replace_Slice (Source, Low, High, By), Source, Drop, Justify, Pad); end Replace_Slice; ---------- -- Tail -- ---------- function Tail (Source : String; Count : Natural; Pad : Character := Space) return String is subtype Result_Type is String (1 .. Count); begin if Count < Source'Length then return Result_Type (Source (Source'Last - Count + 1 .. Source'Last)); -- Pad on left else declare Result : Result_Type; begin for J in 1 .. Count - Source'Length loop Result (J) := Pad; end loop; Result (Count - Source'Length + 1 .. Count) := Source; return Result; end; end if; end Tail; procedure Tail (Source : in out String; Count : Natural; Justify : Alignment := Left; Pad : Character := Space) is begin Move (Source => Tail (Source, Count, Pad), Target => Source, Drop => Error, Justify => Justify, Pad => Pad); end Tail; --------------- -- Translate -- --------------- function Translate (Source : String; Mapping : Maps.Character_Mapping) return String is Result : String (1 .. Source'Length); begin for J in Source'Range loop Result (J - (Source'First - 1)) := Value (Mapping, Source (J)); end loop; return Result; end Translate; procedure Translate (Source : in out String; Mapping : Maps.Character_Mapping) is begin for J in Source'Range loop Source (J) := Value (Mapping, Source (J)); end loop; end Translate; function Translate (Source : String; Mapping : Maps.Character_Mapping_Function) return String is Result : String (1 .. Source'Length); pragma Unsuppress (Access_Check); begin for J in Source'Range loop Result (J - (Source'First - 1)) := Mapping.all (Source (J)); end loop; return Result; end Translate; procedure Translate (Source : in out String; Mapping : Maps.Character_Mapping_Function) is pragma Unsuppress (Access_Check); begin for J in Source'Range loop Source (J) := Mapping.all (Source (J)); end loop; end Translate; ---------- -- Trim -- ---------- function Trim (Source : String; Side : Trim_End) return String is Low, High : Integer; begin Low := Index_Non_Blank (Source, Forward); -- All blanks case if Low = 0 then return ""; -- At least one non-blank else High := Index_Non_Blank (Source, Backward); case Side is when Strings.Left => declare subtype Result_Type is String (1 .. Source'Last - Low + 1); begin return Result_Type (Source (Low .. Source'Last)); end; when Strings.Right => declare subtype Result_Type is String (1 .. High - Source'First + 1); begin return Result_Type (Source (Source'First .. High)); end; when Strings.Both => declare subtype Result_Type is String (1 .. High - Low + 1); begin return Result_Type (Source (Low .. High)); end; end case; end if; end Trim; procedure Trim (Source : in out String; Side : Trim_End; Justify : Alignment := Left; Pad : Character := Space) is begin Move (Trim (Source, Side), Source, Justify => Justify, Pad => Pad); end Trim; function Trim (Source : String; Left : Maps.Character_Set; Right : Maps.Character_Set) return String is High, Low : Integer; begin Low := Index (Source, Set => Left, Test => Outside, Going => Forward); -- Case where source comprises only characters in Left if Low = 0 then return ""; end if; High := Index (Source, Set => Right, Test => Outside, Going => Backward); -- Case where source comprises only characters in Right if High = 0 then return ""; end if; declare subtype Result_Type is String (1 .. High - Low + 1); begin return Result_Type (Source (Low .. High)); end; end Trim; procedure Trim (Source : in out String; Left : Maps.Character_Set; Right : Maps.Character_Set; Justify : Alignment := Strings.Left; Pad : Character := Space) is begin Move (Source => Trim (Source, Left, Right), Target => Source, Justify => Justify, Pad => Pad); end Trim; end Ada.Strings.Fixed;
27.93188
79
0.507804
230bd5b1e6ffb4646194b391d970088e0257690a
1,235
adb
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/vfa1_4.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/vfa1_4.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/vfa1_4.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- { dg-do compile } -- { dg-options "-fdump-tree-gimple" } with VFA1_Pkg; use VFA1_Pkg; procedure VFA1_4 is Temp : Int8_t; function F (I : Int8_t) return Int8_t is begin return I; end; function F2 return Int8_t is begin return Int8_t(Mixer1(1).R); end; procedure P3 (I : out Int8_t) is begin null; end; begin Temp := Mixer1(1).R; Mixer1(2).R := Temp; Temp := Mixer2(1).R; Mixer2(2).R := Temp; Temp := Mixer1(1).R + Mixer2(2).R; if Mixer1(1).R /= Mixer2(2).R then raise Program_Error; end if; Temp := F(Mixer1(1).R); Mixer2(2).R := F(Temp); Temp := F(Mixer2(2).R); Mixer1(1).R := F(Temp); Temp := F2; P3 (Mixer2(2).R); end; -- { dg-final { scan-tree-dump-times "atomic_load\[^\n\r\]*&vfa1_pkg__mixer1" 7 "gimple"} } -- { dg-final { scan-tree-dump-times "atomic_load\[^\n\r\]*&vfa1_pkg__mixer2" 7 "gimple"} } -- { dg-final { scan-tree-dump-times "atomic_load\[^\n\r\]*&temp" 0 "gimple"} } -- { dg-final { scan-tree-dump-times "atomic_store\[^\n\r\]*&vfa1_pkg__mixer1" 2 "gimple"} } -- { dg-final { scan-tree-dump-times "atomic_store\[^\n\r\]*&vfa1_pkg__mixer2" 3 "gimple"} } -- { dg-final { scan-tree-dump-times "atomic_store\[^\n\r\]*&temp" 0 "gimple"} }
21.293103
92
0.603239
1dc5ded7f83e5e92982fc730e76d7a8a9d5555e7
777
ads
Ada
gdb/testsuite/gdb.ada/length_cond/pck.ads
greyblue9/binutils-gdb
05377632b124fe7600eea7f4ee0e9a35d1b0cbdc
[ "BSD-3-Clause" ]
1
2020-10-14T03:24:35.000Z
2020-10-14T03:24:35.000Z
gdb/testsuite/gdb.ada/length_cond/pck.ads
greyblue9/binutils-gdb
05377632b124fe7600eea7f4ee0e9a35d1b0cbdc
[ "BSD-3-Clause" ]
null
null
null
gdb/testsuite/gdb.ada/length_cond/pck.ads
greyblue9/binutils-gdb
05377632b124fe7600eea7f4ee0e9a35d1b0cbdc
[ "BSD-3-Clause" ]
null
null
null
-- Copyright 2019-2021 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <http://www.gnu.org/licenses/>. package Pck is procedure Do_Nothing (A : String); end Pck;
40.894737
73
0.736165
4de9f25704358f00926f336b19ffcbf26274d416
5,396
adb
Ada
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-cbsyqu.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-cbsyqu.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-cbsyqu.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ADA.CONTAINERS.BOUNDED_SYNCHRONIZED_QUEUES -- -- -- -- B o d y -- -- -- -- Copyright (C) 2011-2019, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- This unit was originally developed by Matthew J Heaney. -- ------------------------------------------------------------------------------ package body Ada.Containers.Bounded_Synchronized_Queues is package body Implementation is ------------- -- Dequeue -- ------------- procedure Dequeue (List : in out List_Type; Element : out Queue_Interfaces.Element_Type) is EE : Element_Array renames List.Elements; begin Element := EE (List.First); List.Length := List.Length - 1; if List.Length = 0 then List.First := 0; List.Last := 0; elsif List.First <= List.Last then List.First := List.First + 1; else List.First := List.First + 1; if List.First > List.Capacity then List.First := 1; end if; end if; end Dequeue; ------------- -- Enqueue -- ------------- procedure Enqueue (List : in out List_Type; New_Item : Queue_Interfaces.Element_Type) is begin if List.Length >= List.Capacity then raise Capacity_Error with "No capacity for insertion"; end if; if List.Length = 0 then List.Elements (1) := New_Item; List.First := 1; List.Last := 1; elsif List.First <= List.Last then if List.Last < List.Capacity then List.Elements (List.Last + 1) := New_Item; List.Last := List.Last + 1; else List.Elements (1) := New_Item; List.Last := 1; end if; else List.Elements (List.Last + 1) := New_Item; List.Last := List.Last + 1; end if; List.Length := List.Length + 1; if List.Length > List.Max_Length then List.Max_Length := List.Length; end if; end Enqueue; ------------ -- Length -- ------------ function Length (List : List_Type) return Count_Type is begin return List.Length; end Length; ---------------- -- Max_Length -- ---------------- function Max_Length (List : List_Type) return Count_Type is begin return List.Max_Length; end Max_Length; end Implementation; protected body Queue is ----------------- -- Current_Use -- ----------------- function Current_Use return Count_Type is begin return List.Length; end Current_Use; ------------- -- Dequeue -- ------------- entry Dequeue (Element : out Queue_Interfaces.Element_Type) when List.Length > 0 is begin List.Dequeue (Element); end Dequeue; ------------- -- Enqueue -- ------------- entry Enqueue (New_Item : Queue_Interfaces.Element_Type) when List.Length < Capacity is begin List.Enqueue (New_Item); end Enqueue; -------------- -- Peak_Use -- -------------- function Peak_Use return Count_Type is begin return List.Max_Length; end Peak_Use; end Queue; end Ada.Containers.Bounded_Synchronized_Queues;
31.928994
78
0.439029
0641647f370f513f9d20ecf4aae2795d30508080
242
adb
Ada
source/numerics/a-nuflra.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
source/numerics/a-nuflra.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
source/numerics/a-nuflra.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
9
2015-02-03T17:09:53.000Z
2021-11-12T01:16:05.000Z
package body Ada.Numerics.Float_Random is function Random (Gen : Generator) return Uniformly_Distributed is begin return Float (MT19937.Random_0_To_1 (Gen'Unrestricted_Access.all)); end Random; end Ada.Numerics.Float_Random;
26.888889
73
0.772727
a1024452d4f74b9e2221249c3765c756166e0bad
3,532
adb
Ada
source/league/league-environment_variables-to_key__windows.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/league/league-environment_variables-to_key__windows.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/league/league-environment_variables-to_key__windows.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- Localization, Internationalization, Globalization for Ada -- -- -- -- Runtime Library Component -- -- -- ------------------------------------------------------------------------------ -- -- -- Copyright © 2011, Vadim Godunko <[email protected]> -- -- All rights reserved. -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions -- -- are met: -- -- -- -- * Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- -- -- * Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in the -- -- documentation and/or other materials provided with the distribution. -- -- -- -- * Neither the name of the Vadim Godunko, IE nor the names of its -- -- contributors may be used to endorse or promote products derived from -- -- this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -- -- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -- -- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -- -- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -- -- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -- -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ -- $Revision$ $Date$ ------------------------------------------------------------------------------ separate (League.Environment_Variables) function To_Key (Item : League.Strings.Universal_String) return Key_Type is begin return Key_Type'(Item.To_Uppercase with null record); end To_Key;
70.64
78
0.419592
a1733d99bf1be49bf16708792a66d5b080345dd5
66,838
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/par-ch6.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/ada/par-ch6.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/par-ch6.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- P A R . C H 6 -- -- -- -- B o d y -- -- -- -- Copyright (C) 1992-2016, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING3. If not, go to -- -- http://www.gnu.org/licenses for a complete copy of the license. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ pragma Style_Checks (All_Checks); -- Turn off subprogram body ordering check. Subprograms are in order -- by RM section rather than alphabetical with Sinfo.CN; use Sinfo.CN; separate (Par) package body Ch6 is -- Local subprograms, used only in this chapter function P_Defining_Designator return Node_Id; function P_Defining_Operator_Symbol return Node_Id; function P_Return_Object_Declaration return Node_Id; procedure P_Return_Subtype_Indication (Decl_Node : Node_Id); -- Decl_Node is a N_Object_Declaration. Set the Null_Exclusion_Present and -- Object_Definition fields of Decl_Node. procedure Check_Junk_Semicolon_Before_Return; -- Check for common error of junk semicolon before RETURN keyword of -- function specification. If present, skip over it with appropriate error -- message, leaving Scan_Ptr pointing to the RETURN after. This routine -- also deals with a possibly misspelled version of Return. procedure No_Constraint_Maybe_Expr_Func; -- Called after scanning return subtype to check for missing constraint, -- taking into account the possibility of an occurrence of an expression -- function where the IS has been forgotten. ---------------------------------------- -- Check_Junk_Semicolon_Before_Return -- ---------------------------------------- procedure Check_Junk_Semicolon_Before_Return is Scan_State : Saved_Scan_State; begin if Token = Tok_Semicolon then Save_Scan_State (Scan_State); Scan; -- past the semicolon if Token = Tok_Return then Restore_Scan_State (Scan_State); Error_Msg_SC -- CODEFIX ("|extra "";"" ignored"); Scan; -- rescan past junk semicolon else Restore_Scan_State (Scan_State); end if; end if; end Check_Junk_Semicolon_Before_Return; ----------------------------------- -- No_Constraint_Maybe_Expr_Func -- ----------------------------------- procedure No_Constraint_Maybe_Expr_Func is begin -- If we have a left paren at the start of the line, then assume this is -- the case of an expression function with missing IS. We do not have to -- diagnose the missing IS, that is done elsewhere. We do this game in -- Ada 2012 mode where expression functions are legal. if Token = Tok_Left_Paren and Ada_Version >= Ada_2012 and Token_Is_At_Start_Of_Line then -- One exception if we have "(token .." then this is a constraint declare Scan_State : Saved_Scan_State; begin Save_Scan_State (Scan_State); Scan; -- past left paren Scan; -- past following token -- If we have "(token .." then restore scan state and treat as -- unexpected constraint. if Token = Tok_Dot_Dot then Restore_Scan_State (Scan_State); No_Constraint; -- Otherwise we treat this as an expression function else Restore_Scan_State (Scan_State); end if; end; -- Otherwise use standard routine to check for no constraint present else No_Constraint; end if; end No_Constraint_Maybe_Expr_Func; ----------------------------------------------------- -- 6.1 Subprogram (Also 6.3, 8.5.4, 10.1.3, 12.3) -- ----------------------------------------------------- -- This routine scans out a subprogram declaration, subprogram body, -- subprogram renaming declaration or subprogram generic instantiation. -- It also handles the new Ada 2012 expression function form -- SUBPROGRAM_DECLARATION ::= -- SUBPROGRAM_SPECIFICATION -- [ASPECT_SPECIFICATIONS]; -- ABSTRACT_SUBPROGRAM_DECLARATION ::= -- SUBPROGRAM_SPECIFICATION is abstract -- [ASPECT_SPECIFICATIONS]; -- SUBPROGRAM_SPECIFICATION ::= -- procedure DEFINING_PROGRAM_UNIT_NAME PARAMETER_PROFILE -- | function DEFINING_DESIGNATOR PARAMETER_AND_RESULT_PROFILE -- PARAMETER_PROFILE ::= [FORMAL_PART] -- PARAMETER_AND_RESULT_PROFILE ::= [FORMAL_PART] return SUBTYPE_MARK -- SUBPROGRAM_BODY ::= -- SUBPROGRAM_SPECIFICATION [ASPECT_SPECIFICATIONS] is -- DECLARATIVE_PART -- begin -- HANDLED_SEQUENCE_OF_STATEMENTS -- end [DESIGNATOR]; -- SUBPROGRAM_RENAMING_DECLARATION ::= -- SUBPROGRAM_SPECIFICATION renames callable_entity_NAME -- [ASPECT_SPECIFICATIONS]; -- SUBPROGRAM_BODY_STUB ::= -- SUBPROGRAM_SPECIFICATION is separate -- [ASPECT_SPECIFICATIONS]; -- GENERIC_INSTANTIATION ::= -- procedure DEFINING_PROGRAM_UNIT_NAME is -- new generic_procedure_NAME [GENERIC_ACTUAL_PART] -- [ASPECT_SPECIFICATIONS]; -- | function DEFINING_DESIGNATOR is -- new generic_function_NAME [GENERIC_ACTUAL_PART] -- [ASPECT_SPECIFICATIONS]; -- NULL_PROCEDURE_DECLARATION ::= -- SUBPROGRAM_SPECIFICATION is null; -- Null procedures are an Ada 2005 feature. A null procedure declaration -- is classified as a basic declarative item, but it is parsed here, with -- other subprogram constructs. -- EXPRESSION_FUNCTION ::= -- FUNCTION SPECIFICATION IS (EXPRESSION) -- [ASPECT_SPECIFICATIONS]; -- The value in Pf_Flags indicates which of these possible declarations -- is acceptable to the caller: -- Pf_Flags.Decl Set if declaration OK -- Pf_Flags.Gins Set if generic instantiation OK -- Pf_Flags.Pbod Set if proper body OK -- Pf_Flags.Rnam Set if renaming declaration OK -- Pf_Flags.Stub Set if body stub OK -- Pf_Flags.Pexp Set if expression function OK -- If an inappropriate form is encountered, it is scanned out but an -- error message indicating that it is appearing in an inappropriate -- context is issued. The only possible values for Pf_Flags are those -- defined as constants in the Par package. -- The caller has checked that the initial token is FUNCTION, PROCEDURE, -- NOT or OVERRIDING. -- Error recovery: cannot raise Error_Resync function P_Subprogram (Pf_Flags : Pf_Rec) return Node_Id is Specification_Node : Node_Id; Name_Node : Node_Id; Aspects : List_Id; Fpart_List : List_Id; Fpart_Sloc : Source_Ptr; Result_Not_Null : Boolean := False; Result_Node : Node_Id; Inst_Node : Node_Id; Body_Node : Node_Id; Decl_Node : Node_Id; Rename_Node : Node_Id; Absdec_Node : Node_Id; Stub_Node : Node_Id; Fproc_Sloc : Source_Ptr; Func : Boolean; Scan_State : Saved_Scan_State; -- Flags for optional overriding indication. Two flags are needed, -- to distinguish positive and negative overriding indicators from -- the absence of any indicator. Is_Overriding : Boolean := False; Not_Overriding : Boolean := False; begin -- Set up scope stack entry. Note that the Labl field will be set later SIS_Entry_Active := False; SIS_Missing_Semicolon_Message := No_Error_Msg; Push_Scope_Stack; Scope.Table (Scope.Last).Sloc := Token_Ptr; Scope.Table (Scope.Last).Etyp := E_Name; Scope.Table (Scope.Last).Ecol := Start_Column; Scope.Table (Scope.Last).Lreq := False; Aspects := Empty_List; -- Ada 2005: Scan leading NOT OVERRIDING indicator if Token = Tok_Not then Scan; -- past NOT if Token = Tok_Overriding then Scan; -- past OVERRIDING Not_Overriding := True; -- Overriding keyword used in non Ada 2005 mode elsif Token = Tok_Identifier and then Token_Name = Name_Overriding then Error_Msg_SC ("overriding indicator is an Ada 2005 extension"); Error_Msg_SC ("\unit must be compiled with -gnat05 switch"); Scan; -- past Overriding Not_Overriding := True; else Error_Msg_SC -- CODEFIX ("OVERRIDING expected!"); end if; -- Ada 2005: scan leading OVERRIDING indicator -- Note: in the case of OVERRIDING keyword used in Ada 95 mode, the -- declaration circuit already gave an error message and changed the -- token to Tok_Overriding. elsif Token = Tok_Overriding then Scan; -- past OVERRIDING Is_Overriding := True; end if; if Is_Overriding or else Not_Overriding then -- Note that if we are not in Ada_2005 mode, error messages have -- already been given, so no need to give another message here. -- An overriding indicator is allowed for subprogram declarations, -- bodies (including subunits), renamings, stubs, and instantiations. -- The test against Pf_Decl_Pbod is added to account for the case of -- subprograms declared in a protected type, where only subprogram -- declarations and bodies can occur. The Pf_Pbod case is for -- subunits. if Pf_Flags /= Pf_Decl_Gins_Pbod_Rnam_Stub_Pexp and then Pf_Flags /= Pf_Decl_Pbod_Pexp and then Pf_Flags /= Pf_Pbod_Pexp then Error_Msg_SC ("overriding indicator not allowed here!"); elsif Token /= Tok_Function and then Token /= Tok_Procedure then Error_Msg_SC -- CODEFIX ("FUNCTION or PROCEDURE expected!"); end if; end if; Func := (Token = Tok_Function); Fproc_Sloc := Token_Ptr; Scan; -- past FUNCTION or PROCEDURE Ignore (Tok_Type); Ignore (Tok_Body); if Func then Name_Node := P_Defining_Designator; if Nkind (Name_Node) = N_Defining_Operator_Symbol and then Scope.Last = 1 then Error_Msg_SP ("operator symbol not allowed at library level"); Name_Node := New_Entity (N_Defining_Identifier, Sloc (Name_Node)); -- Set name from file name, we need some junk name, and that's -- as good as anything. This is only approximate, since we do -- not do anything with non-standard name translations. Get_Name_String (File_Name (Current_Source_File)); for J in 1 .. Name_Len loop if Name_Buffer (J) = '.' then Name_Len := J - 1; exit; end if; end loop; Set_Chars (Name_Node, Name_Find); Set_Error_Posted (Name_Node); end if; else Name_Node := P_Defining_Program_Unit_Name; end if; Scope.Table (Scope.Last).Labl := Name_Node; Ignore (Tok_Colon); -- Deal with generic instantiation, the one case in which we do not -- have a subprogram specification as part of whatever we are parsing if Token = Tok_Is then Save_Scan_State (Scan_State); -- at the IS T_Is; -- checks for redundant IS if Token = Tok_New then if not Pf_Flags.Gins then Error_Msg_SC ("generic instantiation not allowed here!"); end if; Scan; -- past NEW if Func then Inst_Node := New_Node (N_Function_Instantiation, Fproc_Sloc); Set_Name (Inst_Node, P_Function_Name); else Inst_Node := New_Node (N_Procedure_Instantiation, Fproc_Sloc); Set_Name (Inst_Node, P_Qualified_Simple_Name); end if; Set_Defining_Unit_Name (Inst_Node, Name_Node); Set_Generic_Associations (Inst_Node, P_Generic_Actual_Part_Opt); P_Aspect_Specifications (Inst_Node); Pop_Scope_Stack; -- Don't need scope stack entry in this case if Is_Overriding then Set_Must_Override (Inst_Node); elsif Not_Overriding then Set_Must_Not_Override (Inst_Node); end if; return Inst_Node; else Restore_Scan_State (Scan_State); -- to the IS end if; end if; -- If not a generic instantiation, then we definitely have a subprogram -- specification (all possibilities at this stage include one here) Fpart_Sloc := Token_Ptr; Check_Misspelling_Of (Tok_Return); -- Scan formal part. First a special error check. If we have an -- identifier here, then we have a definite error. If this identifier -- is on the same line as the designator, then we assume it is the -- first formal after a missing left parenthesis if Token = Tok_Identifier and then not Token_Is_At_Start_Of_Line then T_Left_Paren; -- to generate message Fpart_List := P_Formal_Part; -- Otherwise scan out an optional formal part in the usual manner else Fpart_List := P_Parameter_Profile; end if; -- We treat what we have as a function specification if FUNCTION was -- used, or if a RETURN is present. This gives better error recovery -- since later RETURN statements will be valid in either case. Check_Junk_Semicolon_Before_Return; Result_Node := Error; if Token = Tok_Return then if not Func then Error_Msg -- CODEFIX ("PROCEDURE should be FUNCTION", Fproc_Sloc); Func := True; end if; Scan; -- past RETURN Result_Not_Null := P_Null_Exclusion; -- Ada 2005 (AI-231) -- Ada 2005 (AI-318-02) if Token = Tok_Access then if Ada_Version < Ada_2005 then Error_Msg_SC ("anonymous access result type is an Ada 2005 extension"); Error_Msg_SC ("\unit must be compiled with -gnat05 switch"); end if; Result_Node := P_Access_Definition (Result_Not_Null); else Result_Node := P_Subtype_Mark; No_Constraint_Maybe_Expr_Func; end if; else -- Skip extra parenthesis at end of formal part Ignore (Tok_Right_Paren); -- For function, scan result subtype if Func then TF_Return; if Prev_Token = Tok_Return then Result_Node := P_Subtype_Mark; end if; end if; end if; if Func then Specification_Node := New_Node (N_Function_Specification, Fproc_Sloc); Set_Null_Exclusion_Present (Specification_Node, Result_Not_Null); Set_Result_Definition (Specification_Node, Result_Node); else Specification_Node := New_Node (N_Procedure_Specification, Fproc_Sloc); end if; Set_Defining_Unit_Name (Specification_Node, Name_Node); Set_Parameter_Specifications (Specification_Node, Fpart_List); if Is_Overriding then Set_Must_Override (Specification_Node); elsif Not_Overriding then Set_Must_Not_Override (Specification_Node); end if; -- Error check: barriers not allowed on protected functions/procedures if Token = Tok_When then if Func then Error_Msg_SC ("barrier not allowed on function, only on entry"); else Error_Msg_SC ("barrier not allowed on procedure, only on entry"); end if; Scan; -- past WHEN Discard_Junk_Node (P_Expression); end if; -- Deal with semicolon followed by IS. We want to treat this as IS if Token = Tok_Semicolon then Save_Scan_State (Scan_State); Scan; -- past semicolon if Token = Tok_Is then Error_Msg_SP -- CODEFIX ("extra "";"" ignored"); else Restore_Scan_State (Scan_State); end if; end if; -- Subprogram declaration ended by aspect specifications if Aspect_Specifications_Present then goto Subprogram_Declaration; -- Deal with case of semicolon ending a subprogram declaration elsif Token = Tok_Semicolon then if not Pf_Flags.Decl then T_Is; end if; Save_Scan_State (Scan_State); Scan; -- past semicolon -- If semicolon is immediately followed by IS, then ignore the -- semicolon, and go process the body. if Token = Tok_Is then Error_Msg_SP -- CODEFIX ("|extra "";"" ignored"); T_Is; -- scan past IS goto Subprogram_Body; -- If BEGIN follows in an appropriate column, we immediately -- commence the error action of assuming that the previous -- subprogram declaration should have been a subprogram body, -- i.e. that the terminating semicolon should have been IS. elsif Token = Tok_Begin and then Start_Column >= Scope.Table (Scope.Last).Ecol then Error_Msg_SP -- CODEFIX ("|"";"" should be IS!"); goto Subprogram_Body; else Restore_Scan_State (Scan_State); goto Subprogram_Declaration; end if; -- Case of not followed by semicolon else -- Subprogram renaming declaration case Check_Misspelling_Of (Tok_Renames); if Token = Tok_Renames then if not Pf_Flags.Rnam then Error_Msg_SC ("renaming declaration not allowed here!"); end if; Rename_Node := New_Node (N_Subprogram_Renaming_Declaration, Token_Ptr); Scan; -- past RENAMES Set_Name (Rename_Node, P_Name); Set_Specification (Rename_Node, Specification_Node); P_Aspect_Specifications (Rename_Node); TF_Semicolon; Pop_Scope_Stack; return Rename_Node; -- Case of IS following subprogram specification elsif Token = Tok_Is then T_Is; -- ignore redundant Is's if Token_Name = Name_Abstract then Check_95_Keyword (Tok_Abstract, Tok_Semicolon); end if; -- Deal nicely with (now obsolete) use of <> in place of abstract if Token = Tok_Box then Error_Msg_SC -- CODEFIX ("ABSTRACT expected"); Token := Tok_Abstract; end if; -- Abstract subprogram declaration case if Token = Tok_Abstract then Absdec_Node := New_Node (N_Abstract_Subprogram_Declaration, Token_Ptr); Set_Specification (Absdec_Node, Specification_Node); Pop_Scope_Stack; -- discard unneeded entry Scan; -- past ABSTRACT P_Aspect_Specifications (Absdec_Node); return Absdec_Node; -- Ada 2005 (AI-248): Parse a null procedure declaration elsif Token = Tok_Null then if Ada_Version < Ada_2005 then Error_Msg_SP ("null procedures are an Ada 2005 extension"); Error_Msg_SP ("\unit must be compiled with -gnat05 switch"); end if; Scan; -- past NULL if Func then Error_Msg_SP ("only procedures can be null"); else Set_Null_Present (Specification_Node); end if; goto Subprogram_Declaration; -- Check for IS NEW with Formal_Part present and handle nicely elsif Token = Tok_New then Error_Msg ("formal part not allowed in instantiation", Fpart_Sloc); Scan; -- past NEW if Func then Inst_Node := New_Node (N_Function_Instantiation, Fproc_Sloc); else Inst_Node := New_Node (N_Procedure_Instantiation, Fproc_Sloc); end if; Set_Defining_Unit_Name (Inst_Node, Name_Node); Set_Name (Inst_Node, P_Name); Set_Generic_Associations (Inst_Node, P_Generic_Actual_Part_Opt); TF_Semicolon; Pop_Scope_Stack; -- Don't need scope stack entry in this case return Inst_Node; else goto Subprogram_Body; end if; -- Aspect specifications present elsif Aspect_Specifications_Present then goto Subprogram_Declaration; -- Here we have a missing IS or missing semicolon else -- If the next token is a left paren at the start of a line, then -- this is almost certainly the start of the expression for an -- expression function, so in this case guess a missing IS. if Token = Tok_Left_Paren and then Token_Is_At_Start_Of_Line then Error_Msg_AP -- CODEFIX ("missing IS"); -- In all other cases, we guess a missing semicolon, since we are -- good at fixing up a semicolon which should really be an IS. else Error_Msg_AP -- CODEFIX ("|missing "";"""); SIS_Missing_Semicolon_Message := Get_Msg_Id; goto Subprogram_Declaration; end if; end if; end if; -- Processing for stub or subprogram body or expression function <<Subprogram_Body>> -- Subprogram body stub case if Separate_Present then if not Pf_Flags.Stub then Error_Msg_SC ("body stub not allowed here!"); end if; if Nkind (Name_Node) = N_Defining_Operator_Symbol then Error_Msg ("operator symbol cannot be used as subunit name", Sloc (Name_Node)); end if; Scan; -- past SEPARATE Stub_Node := New_Node (N_Subprogram_Body_Stub, Sloc (Specification_Node)); Set_Specification (Stub_Node, Specification_Node); if Is_Non_Empty_List (Aspects) then Error_Msg ("aspect specifications must come after SEPARATE", Sloc (First (Aspects))); end if; P_Aspect_Specifications (Stub_Node, Semicolon => False); TF_Semicolon; Pop_Scope_Stack; return Stub_Node; -- Subprogram body or expression function case else Scan_Body_Or_Expression_Function : declare Body_Is_Hidden_In_SPARK : Boolean; Hidden_Region_Start : Source_Ptr; function Likely_Expression_Function return Boolean; -- Returns True if we have a probable case of an expression -- function omitting the parentheses, if so, returns True -- and emits an appropriate error message, else returns False. -------------------------------- -- Likely_Expression_Function -- -------------------------------- function Likely_Expression_Function return Boolean is begin -- If currently pointing to BEGIN or a declaration keyword -- or a pragma, then we definitely have a subprogram body. -- This is a common case, so worth testing first. if Token = Tok_Begin or else Token in Token_Class_Declk or else Token = Tok_Pragma then return False; -- Test for tokens which could only start an expression and -- thus signal the case of a expression function. elsif Token in Token_Class_Literal or else Token in Token_Class_Unary_Addop or else Token = Tok_Left_Paren or else Token = Tok_Abs or else Token = Tok_Null or else Token = Tok_New or else Token = Tok_Not then null; -- Anything other than an identifier must be a body elsif Token /= Tok_Identifier then return False; -- Here for an identifier else -- If the identifier is the first token on its line, then -- let's assume that we have a missing begin and this is -- intended as a subprogram body. However, if the context -- is a function and the unit is a package declaration, a -- body would be illegal, so try for an unparenthesized -- expression function. if Token_Is_At_Start_Of_Line then declare -- The enclosing scope entry is a subprogram spec Spec_Node : constant Node_Id := Parent (Scope.Table (Scope.Last).Labl); Lib_Node : Node_Id := Spec_Node; begin -- Check whether there is an enclosing scope that -- is a package declaration. if Scope.Last > 1 then Lib_Node := Parent (Scope.Table (Scope.Last - 1).Labl); end if; if Ada_Version >= Ada_2012 and then Nkind (Lib_Node) = N_Package_Specification and then Nkind (Spec_Node) = N_Function_Specification then null; else return False; end if; end; -- Otherwise we have to scan ahead. If the identifier is -- followed by a colon or a comma, it is a declaration -- and hence we have a subprogram body. Otherwise assume -- a expression function. else declare Scan_State : Saved_Scan_State; Tok : Token_Type; begin Save_Scan_State (Scan_State); Scan; -- past identifier Tok := Token; Restore_Scan_State (Scan_State); if Tok = Tok_Colon or else Tok = Tok_Comma then return False; end if; end; end if; end if; -- Fall through if we have a likely expression function Error_Msg_SC ("expression function must be enclosed in parentheses"); return True; end Likely_Expression_Function; -- Start of processing for Scan_Body_Or_Expression_Function begin -- Expression_Function case if Token = Tok_Left_Paren or else Likely_Expression_Function then -- Check expression function allowed here if not Pf_Flags.Pexp then Error_Msg_SC ("expression function not allowed here!"); end if; -- Check we are in Ada 2012 mode Error_Msg_Ada_2012_Feature ("!expression function", Token_Ptr); -- Catch an illegal placement of the aspect specification -- list: -- function_specification -- [aspect_specification] is (expression); -- This case is correctly processed by the parser because -- the expression function first appears as a subprogram -- declaration to the parser. if Is_Non_Empty_List (Aspects) then Error_Msg ("aspect specifications must come after parenthesized " & "expression", Sloc (First (Aspects))); end if; -- Parse out expression and build expression function Body_Node := New_Node (N_Expression_Function, Sloc (Specification_Node)); Set_Specification (Body_Node, Specification_Node); Set_Expression (Body_Node, P_Expression); -- Expression functions can carry pre/postconditions P_Aspect_Specifications (Body_Node); Pop_Scope_Stack; -- Subprogram body case else -- Check body allowed here if not Pf_Flags.Pbod then Error_Msg_SP ("subprogram body not allowed here!"); end if; -- Here is the test for a suspicious IS (i.e. one that -- looks like it might more properly be a semicolon). -- See separate section describing use of IS instead -- of semicolon in package Parse. if (Token in Token_Class_Declk or else Token = Tok_Identifier) and then Start_Column <= Scope.Table (Scope.Last).Ecol and then Scope.Last /= 1 then Scope.Table (Scope.Last).Etyp := E_Suspicious_Is; Scope.Table (Scope.Last).S_Is := Prev_Token_Ptr; end if; -- Build and return subprogram body, parsing declarations -- and statement sequence that belong to the body. Body_Node := New_Node (N_Subprogram_Body, Sloc (Specification_Node)); Set_Specification (Body_Node, Specification_Node); -- If aspects are present, the specification is parsed as -- a subprogram declaration, and we jump here after seeing -- the keyword IS. Attach asspects previously collected to -- the body. if Is_Non_Empty_List (Aspects) then Set_Parent (Aspects, Body_Node); Set_Aspect_Specifications (Body_Node, Aspects); end if; -- In SPARK, a HIDE directive can be placed at the beginning -- of a subprogram implementation, thus hiding the -- subprogram body from SPARK tool-set. No violation of the -- SPARK restriction should be issued on nodes in a hidden -- part, which is obtained by marking such hidden parts. if Token = Tok_SPARK_Hide then Body_Is_Hidden_In_SPARK := True; Hidden_Region_Start := Token_Ptr; Scan; -- past HIDE directive else Body_Is_Hidden_In_SPARK := False; end if; Parse_Decls_Begin_End (Body_Node); if Body_Is_Hidden_In_SPARK then Set_Hidden_Part_In_SPARK (Hidden_Region_Start, Token_Ptr); end if; end if; return Body_Node; end Scan_Body_Or_Expression_Function; end if; -- Processing for subprogram declaration <<Subprogram_Declaration>> Decl_Node := New_Node (N_Subprogram_Declaration, Sloc (Specification_Node)); Set_Specification (Decl_Node, Specification_Node); Aspects := Get_Aspect_Specifications (Semicolon => False); -- Aspects may be present on a subprogram body. The source parsed -- so far is that of its specification. Go parse the body and attach -- the collected aspects, if any, to the body. if Token = Tok_Is then Scan; goto Subprogram_Body; else if Is_Non_Empty_List (Aspects) then Set_Parent (Aspects, Decl_Node); Set_Aspect_Specifications (Decl_Node, Aspects); end if; TF_Semicolon; end if; -- If this is a context in which a subprogram body is permitted, -- set active SIS entry in case (see section titled "Handling -- Semicolon Used in Place of IS" in body of Parser package) -- Note that SIS_Missing_Semicolon_Message is already set properly. if Pf_Flags.Pbod -- Disconnnect this processing if we have scanned a null procedure -- because in this case the spec is complete anyway with no body. and then (Nkind (Specification_Node) /= N_Procedure_Specification or else not Null_Present (Specification_Node)) then SIS_Labl := Scope.Table (Scope.Last).Labl; SIS_Sloc := Scope.Table (Scope.Last).Sloc; SIS_Ecol := Scope.Table (Scope.Last).Ecol; SIS_Declaration_Node := Decl_Node; SIS_Semicolon_Sloc := Prev_Token_Ptr; SIS_Entry_Active := True; end if; Pop_Scope_Stack; return Decl_Node; end P_Subprogram; --------------------------------- -- 6.1 Subprogram Declaration -- --------------------------------- -- Parsed by P_Subprogram (6.1) ------------------------------------------ -- 6.1 Abstract Subprogram Declaration -- ------------------------------------------ -- Parsed by P_Subprogram (6.1) ----------------------------------- -- 6.1 Subprogram Specification -- ----------------------------------- -- SUBPROGRAM_SPECIFICATION ::= -- procedure DEFINING_PROGRAM_UNIT_NAME PARAMETER_PROFILE -- | function DEFINING_DESIGNATOR PARAMETER_AND_RESULT_PROFILE -- PARAMETER_PROFILE ::= [FORMAL_PART] -- PARAMETER_AND_RESULT_PROFILE ::= [FORMAL_PART] return SUBTYPE_MARK -- Subprogram specifications that appear in subprogram declarations -- are parsed by P_Subprogram (6.1). This routine is used in other -- contexts where subprogram specifications occur. -- Note: this routine does not affect the scope stack in any way -- Error recovery: can raise Error_Resync function P_Subprogram_Specification return Node_Id is Specification_Node : Node_Id; Result_Not_Null : Boolean; Result_Node : Node_Id; begin if Token = Tok_Function then Specification_Node := New_Node (N_Function_Specification, Token_Ptr); Scan; -- past FUNCTION Ignore (Tok_Body); Set_Defining_Unit_Name (Specification_Node, P_Defining_Designator); Set_Parameter_Specifications (Specification_Node, P_Parameter_Profile); Check_Junk_Semicolon_Before_Return; TF_Return; Result_Not_Null := P_Null_Exclusion; -- Ada 2005 (AI-231) -- Ada 2005 (AI-318-02) if Token = Tok_Access then if Ada_Version < Ada_2005 then Error_Msg_SC ("anonymous access result type is an Ada 2005 extension"); Error_Msg_SC ("\unit must be compiled with -gnat05 switch"); end if; Result_Node := P_Access_Definition (Result_Not_Null); else Result_Node := P_Subtype_Mark; No_Constraint_Maybe_Expr_Func; end if; Set_Null_Exclusion_Present (Specification_Node, Result_Not_Null); Set_Result_Definition (Specification_Node, Result_Node); return Specification_Node; elsif Token = Tok_Procedure then Specification_Node := New_Node (N_Procedure_Specification, Token_Ptr); Scan; -- past PROCEDURE Ignore (Tok_Body); Set_Defining_Unit_Name (Specification_Node, P_Defining_Program_Unit_Name); Set_Parameter_Specifications (Specification_Node, P_Parameter_Profile); return Specification_Node; else Error_Msg_SC ("subprogram specification expected"); raise Error_Resync; end if; end P_Subprogram_Specification; --------------------- -- 6.1 Designator -- --------------------- -- DESIGNATOR ::= -- [PARENT_UNIT_NAME .] IDENTIFIER | OPERATOR_SYMBOL -- The caller has checked that the initial token is an identifier, -- operator symbol, or string literal. Note that we don't bother to -- do much error diagnosis in this routine, since it is only used for -- the label on END lines, and the routines in package Par.Endh will -- check that the label is appropriate. -- Error recovery: cannot raise Error_Resync function P_Designator return Node_Id is Ident_Node : Node_Id; Name_Node : Node_Id; Prefix_Node : Node_Id; function Real_Dot return Boolean; -- Tests if a current token is an interesting period, i.e. is followed -- by an identifier or operator symbol or string literal. If not, it is -- probably just incorrect punctuation to be caught by our caller. Note -- that the case of an operator symbol or string literal is also an -- error, but that is an error that we catch here. If the result is -- True, a real dot has been scanned and we are positioned past it, -- if the result is False, the scan position is unchanged. -------------- -- Real_Dot -- -------------- function Real_Dot return Boolean is Scan_State : Saved_Scan_State; begin if Token /= Tok_Dot then return False; else Save_Scan_State (Scan_State); Scan; -- past dot if Token = Tok_Identifier or else Token = Tok_Operator_Symbol or else Token = Tok_String_Literal then return True; else Restore_Scan_State (Scan_State); return False; end if; end if; end Real_Dot; -- Start of processing for P_Designator begin Ident_Node := Token_Node; Scan; -- past initial token if Prev_Token = Tok_Operator_Symbol or else Prev_Token = Tok_String_Literal or else not Real_Dot then return Ident_Node; -- Child name case else Prefix_Node := Ident_Node; -- Loop through child names, on entry to this loop, Prefix contains -- the name scanned so far, and Ident_Node is the last identifier. loop Name_Node := New_Node (N_Selected_Component, Prev_Token_Ptr); Set_Prefix (Name_Node, Prefix_Node); Ident_Node := P_Identifier; Set_Selector_Name (Name_Node, Ident_Node); Prefix_Node := Name_Node; exit when not Real_Dot; end loop; -- On exit from the loop, Ident_Node is the last identifier scanned, -- i.e. the defining identifier, and Prefix_Node is a node for the -- entire name, structured (incorrectly) as a selected component. Name_Node := Prefix (Prefix_Node); Change_Node (Prefix_Node, N_Designator); Set_Name (Prefix_Node, Name_Node); Set_Identifier (Prefix_Node, Ident_Node); return Prefix_Node; end if; exception when Error_Resync => while Token = Tok_Dot or else Token = Tok_Identifier loop Scan; end loop; return Error; end P_Designator; ------------------------------ -- 6.1 Defining Designator -- ------------------------------ -- DEFINING_DESIGNATOR ::= -- DEFINING_PROGRAM_UNIT_NAME | DEFINING_OPERATOR_SYMBOL -- Error recovery: cannot raise Error_Resync function P_Defining_Designator return Node_Id is begin if Token = Tok_Operator_Symbol then return P_Defining_Operator_Symbol; elsif Token = Tok_String_Literal then Error_Msg_SC ("invalid operator name"); Scan; -- past junk string return Error; else return P_Defining_Program_Unit_Name; end if; end P_Defining_Designator; ------------------------------------- -- 6.1 Defining Program Unit Name -- ------------------------------------- -- DEFINING_PROGRAM_UNIT_NAME ::= -- [PARENT_UNIT_NAME .] DEFINING_IDENTIFIER -- Note: PARENT_UNIT_NAME may be present only in 95 mode at the outer level -- Error recovery: cannot raise Error_Resync function P_Defining_Program_Unit_Name return Node_Id is Ident_Node : Node_Id; Name_Node : Node_Id; Prefix_Node : Node_Id; begin -- Set identifier casing if not already set and scan initial identifier if Token = Tok_Identifier and then Identifier_Casing (Current_Source_File) = Unknown then Set_Identifier_Casing (Current_Source_File, Determine_Token_Casing); end if; Ident_Node := P_Identifier (C_Dot); Merge_Identifier (Ident_Node, Tok_Return); -- Normal case (not child library unit name) if Token /= Tok_Dot then Change_Identifier_To_Defining_Identifier (Ident_Node); Warn_If_Standard_Redefinition (Ident_Node); return Ident_Node; -- Child library unit name case else if Scope.Last > 1 then Error_Msg_SP ("child unit allowed only at library level"); raise Error_Resync; elsif Ada_Version = Ada_83 then Error_Msg_SP ("(Ada 83) child unit not allowed!"); end if; Prefix_Node := Ident_Node; -- Loop through child names, on entry to this loop, Prefix contains -- the name scanned so far, and Ident_Node is the last identifier. loop exit when Token /= Tok_Dot; Name_Node := New_Node (N_Selected_Component, Token_Ptr); Scan; -- past period Set_Prefix (Name_Node, Prefix_Node); Ident_Node := P_Identifier (C_Dot); Set_Selector_Name (Name_Node, Ident_Node); Prefix_Node := Name_Node; end loop; -- On exit from the loop, Ident_Node is the last identifier scanned, -- i.e. the defining identifier, and Prefix_Node is a node for the -- entire name, structured (incorrectly) as a selected component. Name_Node := Prefix (Prefix_Node); Change_Node (Prefix_Node, N_Defining_Program_Unit_Name); Set_Name (Prefix_Node, Name_Node); Change_Identifier_To_Defining_Identifier (Ident_Node); Warn_If_Standard_Redefinition (Ident_Node); Set_Defining_Identifier (Prefix_Node, Ident_Node); -- All set with unit name parsed return Prefix_Node; end if; exception when Error_Resync => while Token = Tok_Dot or else Token = Tok_Identifier loop Scan; end loop; return Error; end P_Defining_Program_Unit_Name; -------------------------- -- 6.1 Operator Symbol -- -------------------------- -- OPERATOR_SYMBOL ::= STRING_LITERAL -- Operator symbol is returned by the scanner as Tok_Operator_Symbol ----------------------------------- -- 6.1 Defining Operator Symbol -- ----------------------------------- -- DEFINING_OPERATOR_SYMBOL ::= OPERATOR_SYMBOL -- The caller has checked that the initial symbol is an operator symbol function P_Defining_Operator_Symbol return Node_Id is Op_Node : Node_Id; begin Op_Node := Token_Node; Change_Operator_Symbol_To_Defining_Operator_Symbol (Op_Node); Scan; -- past operator symbol return Op_Node; end P_Defining_Operator_Symbol; ---------------------------- -- 6.1 Parameter_Profile -- ---------------------------- -- PARAMETER_PROFILE ::= [FORMAL_PART] -- Empty is returned if no formal part is present -- Error recovery: cannot raise Error_Resync function P_Parameter_Profile return List_Id is begin if Token = Tok_Left_Paren then Scan; -- part left paren return P_Formal_Part; else return No_List; end if; end P_Parameter_Profile; --------------------------------------- -- 6.1 Parameter And Result Profile -- --------------------------------------- -- Parsed by its parent construct, which uses P_Parameter_Profile to -- parse the parameters, and P_Subtype_Mark to parse the return type. ---------------------- -- 6.1 Formal part -- ---------------------- -- FORMAL_PART ::= (PARAMETER_SPECIFICATION {; PARAMETER_SPECIFICATION}) -- PARAMETER_SPECIFICATION ::= -- DEFINING_IDENTIFIER_LIST : [ALIASED] MODE [NULL_EXCLUSION] -- SUBTYPE_MARK [:= DEFAULT_EXPRESSION] -- | DEFINING_IDENTIFIER_LIST : ACCESS_DEFINITION -- [:= DEFAULT_EXPRESSION] -- This scans the construct Formal_Part. The caller has already checked -- that the initial token is a left parenthesis, and skipped past it, so -- that on entry Token is the first token following the left parenthesis. -- Note: The ALIASED keyword is allowed only in Ada 2012 mode (AI 142) -- Error recovery: cannot raise Error_Resync function P_Formal_Part return List_Id is Specification_List : List_Id; Specification_Node : Node_Id; Scan_State : Saved_Scan_State; Num_Idents : Nat; Ident : Nat; Ident_Sloc : Source_Ptr; Not_Null_Present : Boolean := False; Not_Null_Sloc : Source_Ptr; Idents : array (Int range 1 .. 4096) of Entity_Id; -- This array holds the list of defining identifiers. The upper bound -- of 4096 is intended to be essentially infinite, and we do not even -- bother to check for it being exceeded. begin Specification_List := New_List; Specification_Loop : loop begin if Token = Tok_Pragma then Error_Msg_SC ("pragma not allowed in formal part"); Discard_Junk_Node (P_Pragma (Skipping => True)); end if; Ignore (Tok_Left_Paren); Ident_Sloc := Token_Ptr; Idents (1) := P_Defining_Identifier (C_Comma_Colon); Num_Idents := 1; Ident_Loop : loop exit Ident_Loop when Token = Tok_Colon; -- The only valid tokens are colon and comma, so if we have -- neither do a bit of investigation to see which is the -- better choice for insertion. if Token /= Tok_Comma then -- Assume colon if ALIASED, IN or OUT keyword found exit Ident_Loop when Token = Tok_Aliased or else Token = Tok_In or else Token = Tok_Out; -- Otherwise scan ahead Save_Scan_State (Scan_State); Look_Ahead : loop -- If we run into a semicolon, then assume that a -- colon was missing, e.g. Parms (X Y; ...). Also -- assume missing colon on EOF (a real disaster) -- and on a right paren, e.g. Parms (X Y), and also -- on an assignment symbol, e.g. Parms (X Y := ..) if Token = Tok_Semicolon or else Token = Tok_Right_Paren or else Token = Tok_EOF or else Token = Tok_Colon_Equal then Restore_Scan_State (Scan_State); exit Ident_Loop; -- If we run into a colon, assume that we had a missing -- comma, e.g. Parms (A B : ...). Also assume a missing -- comma if we hit another comma, e.g. Parms (A B, C ..) elsif Token = Tok_Colon or else Token = Tok_Comma then Restore_Scan_State (Scan_State); exit Look_Ahead; end if; Scan; end loop Look_Ahead; end if; -- Here if a comma is present, or to be assumed T_Comma; Num_Idents := Num_Idents + 1; Idents (Num_Idents) := P_Defining_Identifier (C_Comma_Colon); end loop Ident_Loop; -- Fall through the loop on encountering a colon, or deciding -- that there is a missing colon. T_Colon; -- If there are multiple identifiers, we repeatedly scan the -- type and initialization expression information by resetting -- the scan pointer (so that we get completely separate trees -- for each occurrence). if Num_Idents > 1 then Save_Scan_State (Scan_State); end if; -- Loop through defining identifiers in list Ident := 1; Ident_List_Loop : loop Specification_Node := New_Node (N_Parameter_Specification, Ident_Sloc); Set_Defining_Identifier (Specification_Node, Idents (Ident)); -- Scan possible ALIASED for Ada 2012 (AI-142) if Token = Tok_Aliased then if Ada_Version < Ada_2012 then Error_Msg_Ada_2012_Feature ("ALIASED parameter", Token_Ptr); else Set_Aliased_Present (Specification_Node); end if; Scan; -- past ALIASED end if; -- Scan possible NOT NULL for Ada 2005 (AI-231, AI-447) Not_Null_Sloc := Token_Ptr; Not_Null_Present := P_Null_Exclusion (Allow_Anonymous_In_95 => True); -- Case of ACCESS keyword present if Token = Tok_Access then Set_Null_Exclusion_Present (Specification_Node, Not_Null_Present); if Ada_Version = Ada_83 then Error_Msg_SC ("(Ada 83) access parameters not allowed"); end if; Set_Parameter_Type (Specification_Node, P_Access_Definition (Not_Null_Present)); -- Case of IN or OUT present else if Token = Tok_In or else Token = Tok_Out then if Not_Null_Present then Error_Msg ("`NOT NULL` can only be used with `ACCESS`", Not_Null_Sloc); if Token = Tok_In then Error_Msg ("\`IN` not allowed together with `ACCESS`", Not_Null_Sloc); else Error_Msg ("\`OUT` not allowed together with `ACCESS`", Not_Null_Sloc); end if; end if; P_Mode (Specification_Node); Not_Null_Present := P_Null_Exclusion; -- Ada 2005 (AI-231) end if; Set_Null_Exclusion_Present (Specification_Node, Not_Null_Present); if Token = Tok_Procedure or else Token = Tok_Function then Error_Msg_SC ("formal subprogram parameter not allowed"); Scan; if Token = Tok_Left_Paren then Discard_Junk_List (P_Formal_Part); end if; if Token = Tok_Return then Scan; Discard_Junk_Node (P_Subtype_Mark); end if; Set_Parameter_Type (Specification_Node, Error); else Set_Parameter_Type (Specification_Node, P_Subtype_Mark); No_Constraint; end if; end if; Set_Expression (Specification_Node, Init_Expr_Opt (True)); if Ident > 1 then Set_Prev_Ids (Specification_Node, True); end if; if Ident < Num_Idents then Set_More_Ids (Specification_Node, True); end if; Append (Specification_Node, Specification_List); exit Ident_List_Loop when Ident = Num_Idents; Ident := Ident + 1; Restore_Scan_State (Scan_State); end loop Ident_List_Loop; exception when Error_Resync => Resync_Semicolon_List; end; if Token = Tok_Semicolon then Save_Scan_State (Scan_State); Scan; -- past semicolon -- If we have RETURN or IS after the semicolon, then assume -- that semicolon should have been a right parenthesis and exit if Token = Tok_Is or else Token = Tok_Return then Error_Msg_SP -- CODEFIX ("|"";"" should be "")"""); exit Specification_Loop; end if; -- If we have a declaration keyword after the semicolon, then -- assume we had a missing right parenthesis and terminate list if Token in Token_Class_Declk then Error_Msg_AP -- CODEFIX ("missing "")"""); Restore_Scan_State (Scan_State); exit Specification_Loop; end if; elsif Token = Tok_Right_Paren then Scan; -- past right paren exit Specification_Loop; -- Special check for common error of using comma instead of semicolon elsif Token = Tok_Comma then T_Semicolon; Scan; -- past comma -- Special check for omitted separator elsif Token = Tok_Identifier then T_Semicolon; -- If nothing sensible, skip to next semicolon or right paren else T_Semicolon; Resync_Semicolon_List; if Token = Tok_Semicolon then Scan; -- past semicolon else T_Right_Paren; exit Specification_Loop; end if; end if; end loop Specification_Loop; return Specification_List; end P_Formal_Part; ---------------------------------- -- 6.1 Parameter Specification -- ---------------------------------- -- Parsed by P_Formal_Part (6.1) --------------- -- 6.1 Mode -- --------------- -- MODE ::= [in] | in out | out -- There is no explicit node in the tree for the Mode. Instead the -- In_Present and Out_Present flags are set in the parent node to -- record the presence of keywords specifying the mode. -- Error_Recovery: cannot raise Error_Resync procedure P_Mode (Node : Node_Id) is begin if Token = Tok_In then Scan; -- past IN Set_In_Present (Node, True); if Style.Mode_In_Check and then Token /= Tok_Out then Error_Msg_SP -- CODEFIX ("(style) IN should be omitted"); end if; -- Since Ada 2005, formal objects can have an anonymous access type, -- and of course carry a mode indicator. if Token = Tok_Access and then Nkind (Node) /= N_Formal_Object_Declaration then Error_Msg_SP ("IN not allowed together with ACCESS"); Scan; -- past ACCESS end if; end if; if Token = Tok_Out then Scan; -- past OUT Set_Out_Present (Node, True); end if; if Token = Tok_In then Error_Msg_SC ("IN must precede OUT in parameter mode"); Scan; -- past IN Set_In_Present (Node, True); end if; end P_Mode; -------------------------- -- 6.3 Subprogram Body -- -------------------------- -- Parsed by P_Subprogram (6.1) ----------------------------------- -- 6.4 Procedure Call Statement -- ----------------------------------- -- Parsed by P_Sequence_Of_Statements (5.1) ------------------------ -- 6.4 Function Call -- ------------------------ -- Parsed by P_Name (4.1) -------------------------------- -- 6.4 Actual Parameter Part -- -------------------------------- -- Parsed by P_Name (4.1) -------------------------------- -- 6.4 Parameter Association -- -------------------------------- -- Parsed by P_Name (4.1) ------------------------------------ -- 6.4 Explicit Actual Parameter -- ------------------------------------ -- Parsed by P_Name (4.1) --------------------------- -- 6.5 Return Statement -- --------------------------- -- SIMPLE_RETURN_STATEMENT ::= return [EXPRESSION]; -- -- EXTENDED_RETURN_STATEMENT ::= -- return DEFINING_IDENTIFIER : [aliased] RETURN_SUBTYPE_INDICATION -- [:= EXPRESSION] [do -- HANDLED_SEQUENCE_OF_STATEMENTS -- end return]; -- -- RETURN_SUBTYPE_INDICATION ::= SUBTYPE_INDICATION | ACCESS_DEFINITION -- RETURN_STATEMENT ::= return [EXPRESSION]; -- Error recovery: can raise Error_Resync procedure P_Return_Subtype_Indication (Decl_Node : Node_Id) is -- Note: We don't need to check Ada_Version here, because this is -- only called in >= Ada 2005 cases anyway. Not_Null_Present : constant Boolean := P_Null_Exclusion; begin Set_Null_Exclusion_Present (Decl_Node, Not_Null_Present); if Token = Tok_Access then Set_Object_Definition (Decl_Node, P_Access_Definition (Not_Null_Present)); else Set_Object_Definition (Decl_Node, P_Subtype_Indication (Not_Null_Present)); end if; end P_Return_Subtype_Indication; -- Error recovery: can raise Error_Resync function P_Return_Object_Declaration return Node_Id is Return_Obj : Node_Id; Decl_Node : Node_Id; begin Return_Obj := Token_Node; Change_Identifier_To_Defining_Identifier (Return_Obj); Warn_If_Standard_Redefinition (Return_Obj); Decl_Node := New_Node (N_Object_Declaration, Token_Ptr); Set_Defining_Identifier (Decl_Node, Return_Obj); Scan; -- past identifier Scan; -- past : -- First an error check, if we have two identifiers in a row, a likely -- possibility is that the first of the identifiers is an incorrectly -- spelled keyword. See similar check in P_Identifier_Declarations. if Token = Tok_Identifier then declare SS : Saved_Scan_State; I2 : Boolean; begin Save_Scan_State (SS); Scan; -- past initial identifier I2 := (Token = Tok_Identifier); Restore_Scan_State (SS); if I2 and then (Bad_Spelling_Of (Tok_Access) or else Bad_Spelling_Of (Tok_Aliased) or else Bad_Spelling_Of (Tok_Constant)) then null; end if; end; end if; -- We allow "constant" here (as in "return Result : constant -- T..."). This is not in the latest RM, but the ARG is considering an -- AI on the subject (see AI05-0015-1), which we expect to be approved. if Token = Tok_Constant then Scan; -- past CONSTANT Set_Constant_Present (Decl_Node); if Token = Tok_Aliased then Error_Msg_SC -- CODEFIX ("ALIASED should be before CONSTANT"); Scan; -- past ALIASED Set_Aliased_Present (Decl_Node); end if; elsif Token = Tok_Aliased then Scan; -- past ALIASED Set_Aliased_Present (Decl_Node); -- The restrictions on the use of aliased in an extended return -- are semantic, not syntactic. if Token = Tok_Constant then Scan; -- past CONSTANT Set_Constant_Present (Decl_Node); end if; end if; P_Return_Subtype_Indication (Decl_Node); if Token = Tok_Colon_Equal then Scan; -- past := Set_Expression (Decl_Node, P_Expression_No_Right_Paren); end if; return Decl_Node; end P_Return_Object_Declaration; -- Error recovery: can raise Error_Resync function P_Return_Statement return Node_Id is -- The caller has checked that the initial token is RETURN function Is_Simple return Boolean; -- Scan state is just after RETURN (and is left that way). Determine -- whether this is a simple or extended return statement by looking -- ahead for "identifier :", which implies extended. --------------- -- Is_Simple -- --------------- function Is_Simple return Boolean is Scan_State : Saved_Scan_State; Result : Boolean := True; begin if Token = Tok_Identifier then Save_Scan_State (Scan_State); -- at identifier Scan; -- past identifier if Token = Tok_Colon then Result := False; -- It's an extended_return_statement. end if; Restore_Scan_State (Scan_State); -- to identifier end if; return Result; end Is_Simple; Ret_Sloc : constant Source_Ptr := Token_Ptr; Ret_Strt : constant Column_Number := Start_Column; Ret_Node : Node_Id; -- Start of processing for P_Return_Statement begin Scan; -- past RETURN -- Simple_return_statement, no expression, return an -- N_Simple_Return_Statement node with the expression field left Empty. if Token = Tok_Semicolon then Scan; -- past ; Ret_Node := New_Node (N_Simple_Return_Statement, Ret_Sloc); -- Nontrivial case else -- Simple_return_statement with expression -- We avoid trying to scan an expression if we are at an -- expression terminator since in that case the best error -- message is probably that we have a missing semicolon. if Is_Simple then Ret_Node := New_Node (N_Simple_Return_Statement, Ret_Sloc); if Token not in Token_Class_Eterm then Set_Expression (Ret_Node, P_Expression_No_Right_Paren); end if; -- Extended_return_statement (Ada 2005 only -- AI-318): else if Ada_Version < Ada_2005 then Error_Msg_SP (" extended_return_statement is an Ada 2005 extension"); Error_Msg_SP ("\unit must be compiled with -gnat05 switch"); end if; Ret_Node := New_Node (N_Extended_Return_Statement, Ret_Sloc); Set_Return_Object_Declarations (Ret_Node, New_List (P_Return_Object_Declaration)); if Token = Tok_Do then Push_Scope_Stack; Scope.Table (Scope.Last).Ecol := Ret_Strt; Scope.Table (Scope.Last).Etyp := E_Return; Scope.Table (Scope.Last).Labl := Error; Scope.Table (Scope.Last).Sloc := Ret_Sloc; Scan; -- past DO Set_Handled_Statement_Sequence (Ret_Node, P_Handled_Sequence_Of_Statements); End_Statements; -- Do we need to handle Error_Resync here??? end if; end if; TF_Semicolon; end if; return Ret_Node; end P_Return_Statement; end Ch6;
34.577341
79
0.555672
1283abcea5adca1a6718b6d342df17966f1099c9
20,871
adb
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/sfn_scan.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/sfn_scan.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/sfn_scan.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- S F N _ S C A N -- -- -- -- B o d y -- -- -- -- Copyright (C) 2000-2020, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ with Ada.Exceptions; use Ada.Exceptions; package body SFN_Scan is use ASCII; -- Allow easy access to control character definitions EOF : constant Character := ASCII.SUB; -- The character SUB (16#1A#) is used in DOS-derived systems, such as -- Windows to signal the end of a text file. If this character appears as -- the last character of a file scanned by a call to Scan_SFN_Pragmas, then -- it is ignored, otherwise it is treated as an illegal character. type String_Ptr is access String; S : String_Ptr; -- Points to the gnat.adc input file P : Natural; -- Subscript of next character to process in S Line_Num : Natural; -- Current line number Start_Of_Line : Natural; -- Subscript of first character at start of current line ---------------------- -- Local Procedures -- ---------------------- function Acquire_Integer return Natural; -- This function skips white space, and then scans and returns -- an unsigned integer. Raises Error if no integer is present -- or if the integer is greater than 999. function Acquire_String (B : Natural; E : Natural) return String; -- This function takes a string scanned out by Scan_String, strips -- the enclosing quote characters and any internal doubled quote -- characters, and returns the result as a String. The arguments -- B and E are as returned from a call to Scan_String. The lower -- bound of the string returned is always 1. function Acquire_Unit_Name return String; -- Skips white space, and then scans and returns a unit name. The -- unit name is cased exactly as it appears in the source file. -- The terminating character must be white space, or a comma or -- a right parenthesis or end of file. function At_EOF return Boolean; pragma Inline (At_EOF); -- Returns True if at end of file, False if not. Note that this -- function does NOT skip white space, so P is always unchanged. procedure Check_Not_At_EOF; pragma Inline (Check_Not_At_EOF); -- Skips past white space if any, and then raises Error if at -- end of file. Otherwise returns with P skipped past whitespace. function Check_File_Type return Character; -- Skips white space if any, and then looks for any of the tokens -- Spec_File_Name, Body_File_Name, or Subunit_File_Name. If one -- of these is found then the value returned is 's', 'b' or 'u' -- respectively, and P is bumped past the token. If none of -- these tokens is found, then P is unchanged (except for -- possible skip of white space), and a space is returned. function Check_Token (T : String) return Boolean; -- Skips white space if any, and then checks if the string at the -- current location matches the given string T, and the character -- immediately following is non-alphabetic, non-numeric. If so, -- P is stepped past the token, and True is returned. If not, -- P is unchanged (except for possibly skipping past whitespace), -- and False is returned. T may contain only lower-case letters -- ('a' .. 'z'). procedure Error (Err : String); pragma No_Return (Error); -- Called if an error is detected. Raises Syntax_Error_In_GNAT_ADC -- with a message of the form gnat.adc:line:col: xxx, where xxx is -- the string Err passed as a parameter. procedure Require_Token (T : String); -- Skips white space if any, and then requires the given string -- to be present. If it is, the P is stepped past it, otherwise -- Error is raised, since this is a syntax error. Require_Token -- is used only for sequences of special characters, so there -- is no issue of terminators, or casing of letters. procedure Scan_String (B : out Natural; E : out Natural); -- Skips white space if any, then requires that a double quote -- or percent be present (start of string). Raises error if -- neither of these two characters is found. Otherwise scans -- out the string, and returns with P pointing past the -- closing quote and S (B .. E) contains the characters of the -- string (including the enclosing quotes, with internal quotes -- still doubled). Raises Error if the string is malformed. procedure Skip_WS; -- Skips P past any white space characters (end of line -- characters, spaces, comments, horizontal tab characters). --------------------- -- Acquire_Integer -- --------------------- function Acquire_Integer return Natural is N : Natural := 0; begin Skip_WS; if S (P) not in '0' .. '9' then Error ("missing index parameter"); end if; while S (P) in '0' .. '9' loop N := N * 10 + Character'Pos (S (P)) - Character'Pos ('0'); if N > 999 then Error ("index value greater than 999"); end if; P := P + 1; end loop; return N; end Acquire_Integer; -------------------- -- Acquire_String -- -------------------- function Acquire_String (B : Natural; E : Natural) return String is Str : String (1 .. E - B - 1); Q : constant Character := S (B); J : Natural; Ptr : Natural; begin Ptr := B + 1; J := 0; while Ptr < E loop J := J + 1; Str (J) := S (Ptr); if S (Ptr) = Q and then S (Ptr + 1) = Q then Ptr := Ptr + 2; else Ptr := Ptr + 1; end if; end loop; return Str (1 .. J); end Acquire_String; ----------------------- -- Acquire_Unit_Name -- ----------------------- function Acquire_Unit_Name return String is B : Natural; begin Check_Not_At_EOF; B := P; while not At_EOF loop exit when S (P) not in '0' .. '9' and then S (P) /= '.' and then S (P) /= '_' and then not (S (P) = '[' and then S (P + 1) = '"') and then not (S (P) = '"' and then S (P - 1) = '[') and then not (S (P) = '"' and then S (P + 1) = ']') and then not (S (P) = ']' and then S (P - 1) = '"') and then S (P) < 'A'; P := P + 1; end loop; if P = B then Error ("null unit name"); end if; return S (B .. P - 1); end Acquire_Unit_Name; ------------ -- At_EOF -- ------------ function At_EOF return Boolean is begin -- Immediate return (False) if before last character of file if P < S'Last then return False; -- Special case: DOS EOF character as last character of file is -- allowed and treated as an end of file. elsif P = S'Last then return S (P) = EOF; -- If beyond last character of file, then definitely at EOF else return True; end if; end At_EOF; --------------------- -- Check_File_Type -- --------------------- function Check_File_Type return Character is begin if Check_Token ("spec_file_name") then return 's'; elsif Check_Token ("body_file_name") then return 'b'; elsif Check_Token ("subunit_file_name") then return 'u'; else return ' '; end if; end Check_File_Type; ---------------------- -- Check_Not_At_EOF -- ---------------------- procedure Check_Not_At_EOF is begin Skip_WS; if At_EOF then Error ("unexpected end of file"); end if; return; end Check_Not_At_EOF; ----------------- -- Check_Token -- ----------------- function Check_Token (T : String) return Boolean is Save_P : Natural; C : Character; begin Skip_WS; Save_P := P; for K in T'Range loop if At_EOF then P := Save_P; return False; end if; C := S (P); if C in 'A' .. 'Z' then C := Character'Val (Character'Pos (C) + (Character'Pos ('a') - Character'Pos ('A'))); end if; if C /= T (K) then P := Save_P; return False; end if; P := P + 1; end loop; if At_EOF then return True; end if; C := S (P); if C in '0' .. '9' or else C in 'a' .. 'z' or else C in 'A' .. 'Z' or else C > Character'Val (127) then P := Save_P; return False; else return True; end if; end Check_Token; ----------- -- Error -- ----------- procedure Error (Err : String) is C : Natural := 0; -- Column number M : String (1 .. 80); -- Buffer used to build resulting error msg LM : Natural := 0; -- Pointer to last set location in M procedure Add_Nat (N : Natural); -- Add chars of integer to error msg buffer ------------- -- Add_Nat -- ------------- procedure Add_Nat (N : Natural) is begin if N > 9 then Add_Nat (N / 10); end if; LM := LM + 1; M (LM) := Character'Val (N mod 10 + Character'Pos ('0')); end Add_Nat; -- Start of processing for Error begin M (1 .. 9) := "gnat.adc:"; LM := 9; Add_Nat (Line_Num); LM := LM + 1; M (LM) := ':'; -- Determine column number for X in Start_Of_Line .. P loop C := C + 1; if S (X) = HT then C := (C + 7) / 8 * 8; end if; end loop; Add_Nat (C); M (LM + 1) := ':'; LM := LM + 1; M (LM + 1) := ' '; LM := LM + 1; M (LM + 1 .. LM + Err'Length) := Err; LM := LM + Err'Length; Raise_Exception (Syntax_Error_In_GNAT_ADC'Identity, M (1 .. LM)); end Error; ------------------- -- Require_Token -- ------------------- procedure Require_Token (T : String) is SaveP : Natural; begin Skip_WS; SaveP := P; for J in T'Range loop if At_EOF or else S (P) /= T (J) then declare S : String (1 .. T'Length + 10); begin S (1 .. 9) := "missing """; S (10 .. T'Length + 9) := T; S (T'Length + 10) := '"'; P := SaveP; Error (S); end; else P := P + 1; end if; end loop; end Require_Token; ---------------------- -- Scan_SFN_Pragmas -- ---------------------- procedure Scan_SFN_Pragmas (Source : String; SFN_Ptr : Set_File_Name_Ptr; SFNP_Ptr : Set_File_Name_Pattern_Ptr) is B, E : Natural; Typ : Character; Cas : Character; begin Line_Num := 1; S := Source'Unrestricted_Access; P := Source'First; Start_Of_Line := P; -- Loop through pragmas in file Main_Scan_Loop : loop Skip_WS; exit Main_Scan_Loop when At_EOF; -- Error if something other than pragma if not Check_Token ("pragma") then Error ("non pragma encountered"); end if; -- Source_File_Name pragma case if Check_Token ("source_file_name") or else Check_Token ("source_file_name_project") then Require_Token ("("); Typ := Check_File_Type; -- First format, with unit name first if Typ = ' ' then if Check_Token ("unit_name") then Require_Token ("=>"); end if; declare U : constant String := Acquire_Unit_Name; begin Require_Token (","); Typ := Check_File_Type; if Typ /= 's' and then Typ /= 'b' then Error ("bad pragma"); end if; Require_Token ("=>"); Scan_String (B, E); declare F : constant String := Acquire_String (B, E); X : Natural; begin -- Scan Index parameter if present if Check_Token (",") then if Check_Token ("index") then Require_Token ("=>"); end if; X := Acquire_Integer; else X := 0; end if; Require_Token (")"); Require_Token (";"); SFN_Ptr.all (Typ, U, F, X); end; end; -- Second format with pattern string else Require_Token ("=>"); Scan_String (B, E); declare Pat : constant String := Acquire_String (B, E); Nas : Natural := 0; begin -- Check exactly one asterisk for J in Pat'Range loop if Pat (J) = '*' then Nas := Nas + 1; end if; end loop; if Nas /= 1 then Error ("** not allowed"); end if; B := 0; E := 0; Cas := ' '; -- Loop to scan out Casing or Dot_Replacement parameters loop Check_Not_At_EOF; exit when S (P) = ')'; Require_Token (","); if Check_Token ("casing") then Require_Token ("=>"); if Cas /= ' ' then Error ("duplicate casing argument"); elsif Check_Token ("lowercase") then Cas := 'l'; elsif Check_Token ("uppercase") then Cas := 'u'; elsif Check_Token ("mixedcase") then Cas := 'm'; else Error ("invalid casing argument"); end if; elsif Check_Token ("dot_replacement") then Require_Token ("=>"); if E /= 0 then Error ("duplicate dot_replacement"); else Scan_String (B, E); end if; else Error ("invalid argument"); end if; end loop; Require_Token (")"); Require_Token (";"); if Cas = ' ' then Cas := 'l'; end if; if E = 0 then SFNP_Ptr.all (Pat, Typ, ".", Cas); else declare Dot : constant String := Acquire_String (B, E); begin SFNP_Ptr.all (Pat, Typ, Dot, Cas); end; end if; end; end if; -- Some other pragma, scan to semicolon at end of pragma else Skip_Loop : loop exit Main_Scan_Loop when At_EOF; exit Skip_Loop when S (P) = ';'; if S (P) = '"' or else S (P) = '%' then Scan_String (B, E); else P := P + 1; end if; end loop Skip_Loop; -- We successfully skipped to semicolon, so skip past it P := P + 1; end if; end loop Main_Scan_Loop; exception when others => pragma Assert (P'Valid); Cursor := P - S'First + 1; raise; end Scan_SFN_Pragmas; ----------------- -- Scan_String -- ----------------- procedure Scan_String (B : out Natural; E : out Natural) is Q : Character; begin Check_Not_At_EOF; if S (P) = '"' then Q := '"'; elsif S (P) = '%' then Q := '%'; else Error ("bad string"); Q := '"'; end if; -- Scan out the string, B points to first char B := P; P := P + 1; loop if At_EOF or else S (P) = LF or else S (P) = CR then Error -- CODEFIX ("missing string quote"); elsif S (P) = HT then Error ("tab character in string"); elsif S (P) /= Q then P := P + 1; -- We have a quote else P := P + 1; -- Check for doubled quote if not At_EOF and then S (P) = Q then P := P + 1; -- Otherwise this is the terminating quote else E := P - 1; return; end if; end if; end loop; end Scan_String; ------------- -- Skip_WS -- ------------- procedure Skip_WS is begin WS_Scan : while not At_EOF loop case S (P) is -- End of physical line when CR | LF => Line_Num := Line_Num + 1; P := P + 1; while not At_EOF and then (S (P) = CR or else S (P) = LF) loop Line_Num := Line_Num + 1; P := P + 1; end loop; Start_Of_Line := P; -- All other cases of white space characters when ' ' | FF | VT | HT => P := P + 1; -- Comment when '-' => P := P + 1; if At_EOF then Error ("bad comment"); elsif S (P) = '-' then P := P + 1; while not At_EOF loop case S (P) is when CR | LF | FF | VT => exit; when others => P := P + 1; end case; end loop; else P := P - 1; exit WS_Scan; end if; when others => exit WS_Scan; end case; end loop WS_Scan; end Skip_WS; end SFN_Scan;
28.512295
79
0.453788
a18c73d52b1d5d20659b7a89e89c3b0f54bbabb5
2,476
ads
Ada
tools/xml2ayacc/encoding/auto/encodings-maps-koi8_r.ads
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
4
2016-02-05T15:51:56.000Z
2022-03-25T20:38:32.000Z
tools/xml2ayacc/encoding/auto/encodings-maps-koi8_r.ads
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
null
null
null
tools/xml2ayacc/encoding/auto/encodings-maps-koi8_r.ads
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
null
null
null
-- Auto generated file. Don't edit -- Read copyright and license at the end of this file package Encodings.Maps.KOI8_R is function Decode (Char : Character) return Wide_Character; pragma Inline (Decode); procedure Encode (Text : in Wide_String; Text_Last : out Natural; Result : out Raw_String; Result_Last : out Natural; Map : in Encoding := Encodings.KOI8_R); procedure Decode (Text : in Raw_String; Text_Last : out Natural; Result : out Wide_String; Result_Last : out Natural; Map : in Encoding := Encodings.KOI8_R); end Encodings.Maps.KOI8_R; ------------------------------------------------------------------------------ -- Copyright (c) 2006-2013, Maxim Reznik -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions are met: -- -- * Redistributions of source code must retain the above copyright notice, -- this list of conditions and the following disclaimer. -- * Redistributions in binary form must reproduce the above copyright -- notice, this list of conditions and the following disclaimer in the -- documentation and/or other materials provided with the distribution. -- * Neither the name of the Maxim Reznik, IE nor the names of its -- contributors may be used to endorse or promote products derived from -- this software without specific prior written permission. -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -- POSSIBILITY OF SUCH DAMAGE. ------------------------------------------------------------------------------
45.851852
79
0.657916
0b501c18ef70ebaa9d4316252d04d6ade896e2f3
2,517
ads
Ada
software/hal/hpl/STM32/drivers/debug_stm32f4/stm32-debug.ads
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
12
2017-06-08T14:19:57.000Z
2022-03-09T02:48:59.000Z
software/hal/hpl/STM32/drivers/debug_stm32f4/stm32-debug.ads
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
6
2017-06-08T13:13:50.000Z
2020-05-15T09:32:43.000Z
software/hal/hpl/STM32/drivers/debug_stm32f4/stm32-debug.ads
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
3
2017-06-30T14:05:06.000Z
2022-02-17T12:20:45.000Z
-- Debug Exception and Monitor Control Register pragma Restrictions (No_Elaboration_Code); with Interfaces; use Interfaces; with System; package STM32.Debug is Debug_Core_Base : constant System.Address := System'To_Address (16#E000_EDF0#); -------------------- -- DEMCR_Register -- -------------------- type DEMCR_Register is record Reserved_25_31 : HAL.UInt7; TRCENA : Boolean; Reserved_20_23 : HAL.UInt4; MON_REQ : Boolean; MON_STEP : Boolean; MON_PEND : Boolean; MON_EN : Boolean; Reserved_11_15 : HAL.Uint5; VC_HARDERR : Boolean; VC_INTERR : Boolean; VC_BUSERR : Boolean; VC_STATERR : Boolean; VC_CHKERR : Boolean; VC_NOCPERR : Boolean; VC_MMERR : Boolean; Reserved_1_3 : HAL.Uint3; VC_CORERESET : Boolean; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for DEMCR_Register use record Reserved_25_31 at 0 range 25 .. 31; TRCENA at 0 range 24 .. 24; Reserved_20_23 at 0 range 20 .. 23; MON_REQ at 0 range 19 .. 19; MON_STEP at 0 range 18 .. 18; MON_PEND at 0 range 17 .. 17; MON_EN at 0 range 16 .. 16; Reserved_11_15 at 0 range 11 .. 15; VC_HARDERR at 0 range 10 .. 10; VC_INTERR at 0 range 9 .. 9; VC_BUSERR at 0 range 8 .. 8; VC_STATERR at 0 range 7 .. 7; VC_CHKERR at 0 range 6 .. 6; VC_NOCPERR at 0 range 5 .. 5; VC_MMERR at 0 range 4 .. 4; Reserved_1_3 at 0 range 1 .. 3; VC_CORERESET at 0 range 0 .. 0; end record; ------------------ -- Core_Debug_T -- ------------------ type Core_Debug_T is record -- Debug halting control and status register (r+w) DHCSR : Word; -- Debug core register selector register (w) DCRSR : Word; -- Debug core register data register (r+w) DCRDR : Word; -- Debug Exception and Monitor Control Register (r+w) DEMCR : DEMCR_Register; end record with Volatile; for Core_Debug_T use record DHCSR at 0 range 0 .. 31; DCRSR at 4 range 0 .. 31; -- EDF4 DCRDR at 8 range 0 .. 31; -- EDF8 DEMCR at 12 range 0 .. 31; -- EDFC end record; Core_Debug : aliased Core_Debug_T with Import, Address => Debug_Core_Base; end STM32.Debug;
29.611765
60
0.561383
106bde361a5659cdee74a8a05a378600d4a95024
882
adb
Ada
Sources/Globe_3d/gl/gl-skinned_geometry.adb
ForYouEyesOnly/Space-Convoy
be4904f6a02695f7c4c5c3c965f4871cd3250003
[ "MIT" ]
1
2019-09-21T09:40:34.000Z
2019-09-21T09:40:34.000Z
Sources/Globe_3d/gl/gl-skinned_geometry.adb
ForYouEyesOnly/Space-Convoy
be4904f6a02695f7c4c5c3c965f4871cd3250003
[ "MIT" ]
null
null
null
Sources/Globe_3d/gl/gl-skinned_geometry.adb
ForYouEyesOnly/Space-Convoy
be4904f6a02695f7c4c5c3c965f4871cd3250003
[ "MIT" ]
1
2019-09-25T12:29:27.000Z
2019-09-25T12:29:27.000Z
------------------------------------------------------------------------- -- GL.Geometry - GL geometry primitives -- -- Copyright (c) Rod Kay 2007 -- AUSTRALIA -- Permission granted to use this software, without any warranty, -- for any purpose, provided this copyright note remains attached -- and unmodified if sources are distributed further. ------------------------------------------------------------------------- -- with GLUT; -- with Ada.Text_IO; -- with Ada.Numerics.Generic_Elementary_functions; -- with Ada.Strings.Unbounded; -- with Ada.Unchecked_Deallocation; package body GL.Skinned_Geometry is use GL.Geometry, GL.Skins; procedure Destroy (Self : in out Skinned_Geometry_t) is begin Free (Self.Geometry); Free (Self.Skin); Free (Self.Veneer); end Destroy; end GL.Skinned_Geometry;
28.451613
75
0.564626
31ef626490af569aa46186113ab3861bb6eae3e3
887
adb
Ada
test/clipboard.adb
Fabien-Chouteau/sdlada
f08d72e3f5dcec228d68fb5b6681ea831f81ef47
[ "Zlib" ]
1
2021-10-30T14:41:56.000Z
2021-10-30T14:41:56.000Z
test/clipboard.adb
Fabien-Chouteau/sdlada
f08d72e3f5dcec228d68fb5b6681ea831f81ef47
[ "Zlib" ]
null
null
null
test/clipboard.adb
Fabien-Chouteau/sdlada
f08d72e3f5dcec228d68fb5b6681ea831f81ef47
[ "Zlib" ]
null
null
null
with SDL; with SDL.Clipboard; with SDL.Error; with SDL.Log; with SDL.Video.Windows; with SDL.Video.Windows.Makers; procedure Clipboard is W : SDL.Video.Windows.Window; begin SDL.Log.Set (Category => SDL.Log.Application, Priority => SDL.Log.Debug); if SDL.Initialise = True then SDL.Video.Windows.Makers.Create (Win => W, Title => "Test SDLAda 2.0 - हिन्दी समाचार", Position => SDL.Natural_Coordinates'(X => 100, Y => 100), Size => SDL.Positive_Sizes'(800, 640)); delay 2.0; if SDL.Clipboard.Is_Empty = True then SDL.Log.Put_Debug ("Clipboard is empty"); end if; SDL.Clipboard.Set ("Hello"); SDL.Log.Put_Debug ("Text on clipboard: " & SDL.Clipboard.Get); end if; SDL.Finalise; end Clipboard;
27.71875
96
0.561443
0b3021b41e12340540074c9b2ce2c7fc88e591cb
3,641
ads
Ada
source/amf/uml/amf-uml-link_end_creation_datas-hash.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/uml/amf-uml-link_end_creation_datas-hash.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/uml/amf-uml-link_end_creation_datas-hash.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- Ada Modeling Framework -- -- -- -- Runtime Library Component -- -- -- ------------------------------------------------------------------------------ -- -- -- Copyright © 2011-2012, Vadim Godunko <[email protected]> -- -- All rights reserved. -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions -- -- are met: -- -- -- -- * Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- -- -- * Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in the -- -- documentation and/or other materials provided with the distribution. -- -- -- -- * Neither the name of the Vadim Godunko, IE nor the names of its -- -- contributors may be used to endorse or promote products derived from -- -- this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -- -- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -- -- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -- -- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -- -- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -- -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ -- $Revision$ $Date$ ------------------------------------------------------------------------------ -- This file is generated, don't edit it. ------------------------------------------------------------------------------ with AMF.Elements.Generic_Hash; function AMF.UML.Link_End_Creation_Datas.Hash is new AMF.Elements.Generic_Hash (UML_Link_End_Creation_Data, UML_Link_End_Creation_Data_Access);
72.82
96
0.407306
318dff4f34a767de608b1a01d8cf83b497947182
4,490
ads
Ada
src/asf-locales.ads
Letractively/ada-asf
da9f85f85666eba7e23fefea661160863b74154d
[ "Apache-2.0" ]
null
null
null
src/asf-locales.ads
Letractively/ada-asf
da9f85f85666eba7e23fefea661160863b74154d
[ "Apache-2.0" ]
null
null
null
src/asf-locales.ads
Letractively/ada-asf
da9f85f85666eba7e23fefea661160863b74154d
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- asf-locales -- Locale support -- Copyright (C) 2009, 2010, 2011, 2012, 2013 Stephane Carrez -- Written by Stephane Carrez ([email protected]) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. ----------------------------------------------------------------------- with Util.Beans.Objects; with Util.Beans.Basic; with Util.Strings.Maps; with Util.Properties.Bundles; with Util.Locales; with ASF.Beans; with ASF.Requests; -- The <b>ASF.Locales</b> package manages everything related to the locales. -- It allows to register bundles that contains localized messages and be able -- to use them in the facelet views. package ASF.Locales is -- To keep the implementation simple, the maximum list of supported locales by the -- application is limited to 32. Most applications support 1 or 2 languages. MAX_SUPPORTED_LOCALES : constant Positive := 32; type Bundle is new Util.Properties.Bundles.Manager and Util.Beans.Basic.Readonly_Bean with null record; type Bundle_Access is access all Bundle; -- Get the value identified by the name. -- If the name cannot be found, the method should return the Null object. function Get_Value (From : in Bundle; Name : in String) return Util.Beans.Objects.Object; type Factory is limited private; -- Initialize the locale support by using the configuration properties. -- Properties matching the pattern: <b>bundles</b>.<i>var-name</i>=<i>bundle-name</i> -- are used to register bindings linking a facelet variable <i>var-name</i> -- to the resource bundle <i>bundle-name</i>. procedure Initialize (Fac : in out Factory; Beans : in out ASF.Beans.Bean_Factory; Config : in Util.Properties.Manager'Class); -- Register a bundle and bind it to a facelet variable. procedure Register (Fac : in out Factory; Beans : in out ASF.Beans.Bean_Factory; Name : in String; Bundle : in String); -- Load the resource bundle identified by the <b>Name</b> and for the given -- <b>Locale</b>. procedure Load_Bundle (Fac : in out Factory; Name : in String; Locale : in String; Result : out Bundle); -- Compute the locale that must be used according to the <b>Accept-Language</b> request -- header and the application supported locales. function Calculate_Locale (Fac : in Factory; Req : in ASF.Requests.Request'Class) return Util.Locales.Locale; -- Get the list of supported locales for this application. function Get_Supported_Locales (From : in Factory) return Util.Locales.Locale_Array; -- Add the locale to the list of supported locales. procedure Add_Supported_Locale (Into : in out Factory; Locale : in Util.Locales.Locale); -- Get the default locale defined by the application. function Get_Default_Locale (From : in Factory) return Util.Locales.Locale; -- Set the default locale defined by the application. procedure Set_Default_Locale (Into : in out Factory; Locale : in Util.Locales.Locale); private type Factory is limited record Factory : aliased Util.Properties.Bundles.Loader; Bundles : Util.Strings.Maps.Map; -- The default locale used by the application. Default_Locale : Util.Locales.Locale := Util.Locales.ENGLISH; -- Number of supported locales. Nb_Locales : Natural := 0; -- The list of supported locales. Locales : Util.Locales.Locale_Array (1 .. MAX_SUPPORTED_LOCALES); end record; type Factory_Access is access all Factory; end ASF.Locales;
41.574074
91
0.635412
31569d12da38510033bdd33eccd6a0e6b1eb552b
8,953
ads
Ada
llvm-gcc-4.2-2.9/gcc/ada/g-soccon-interix.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
1
2016-04-09T02:58:13.000Z
2016-04-09T02:58:13.000Z
llvm-gcc-4.2-2.9/gcc/ada/g-soccon-interix.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/g-soccon-interix.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- G N A T . S O C K E T S . C O N S T A N T S -- -- -- -- S p e c -- -- -- -- Copyright (C) 2000-2005, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING. If not, write -- -- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, -- -- Boston, MA 02110-1301, USA. -- -- -- -- As a special exception, if other files instantiate generics from this -- -- unit, or you link this unit with other files to produce an executable, -- -- this unit does not by itself cause the resulting executable to be -- -- covered by the GNU General Public License. This exception does not -- -- however invalidate any other reasons why the executable file might be -- -- covered by the GNU Public License. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- This package provides target dependent definitions of constant for use -- by the GNAT.Sockets package (g-socket.ads). This package should not be -- directly with'ed by an applications program. -- This is the version for Interix -- Do not edit this file by hand, instead edit and re-run gen-soccon.c package GNAT.Sockets.Constants is -------------- -- Families -- -------------- AF_INET : constant := 2; -- IPv4 address family AF_INET6 : constant := -1; -- IPv6 address family ----------- -- Modes -- ----------- SOCK_STREAM : constant := 1; -- Stream socket SOCK_DGRAM : constant := 2; -- Datagram socket ------------------- -- Socket errors -- ------------------- EACCES : constant := 13; -- Permission denied EADDRINUSE : constant := 48; -- Address already in use EADDRNOTAVAIL : constant := 49; -- Cannot assign address EAFNOSUPPORT : constant := 47; -- Addr family not supported EALREADY : constant := 37; -- Operation in progress EBADF : constant := 9; -- Bad file descriptor ECONNABORTED : constant := 53; -- Connection aborted ECONNREFUSED : constant := 61; -- Connection refused ECONNRESET : constant := 54; -- Connection reset by peer EDESTADDRREQ : constant := 82; -- Destination addr required EFAULT : constant := 14; -- Bad address EHOSTDOWN : constant := 64; -- Host is down EHOSTUNREACH : constant := 65; -- No route to host EINPROGRESS : constant := 80; -- Operation now in progress EINTR : constant := 4; -- Interrupted system call EINVAL : constant := 22; -- Invalid argument EIO : constant := 5; -- Input output error EISCONN : constant := 56; -- Socket already connected ELOOP : constant := 62; -- Too many symbolic lynks EMFILE : constant := 24; -- Too many open files EMSGSIZE : constant := 83; -- Message too long ENAMETOOLONG : constant := 38; -- Name too long ENETDOWN : constant := 50; -- Network is down ENETRESET : constant := 52; -- Disconn. on network reset ENETUNREACH : constant := 51; -- Network is unreachable ENOBUFS : constant := 55; -- No buffer space available ENOPROTOOPT : constant := 85; -- Protocol not available ENOTCONN : constant := 57; -- Socket not connected ENOTSOCK : constant := 81; -- Operation on non socket EOPNOTSUPP : constant := 45; -- Operation not supported EPFNOSUPPORT : constant := 46; -- Unknown protocol family EPROTONOSUPPORT : constant := 43; -- Unknown protocol EPROTOTYPE : constant := 84; -- Unknown protocol type ESHUTDOWN : constant := 58; -- Cannot send once shutdown ESOCKTNOSUPPORT : constant := 44; -- Socket type not supported ETIMEDOUT : constant := 60; -- Connection timed out ETOOMANYREFS : constant := 59; -- Too many references EWOULDBLOCK : constant := 11; -- Operation would block ----------------- -- Host errors -- ----------------- HOST_NOT_FOUND : constant := 90; -- Unknown host TRY_AGAIN : constant := 91; -- Host name lookup failure NO_DATA : constant := 93; -- No data record for name NO_RECOVERY : constant := 92; -- Non recoverable errors ------------------- -- Control flags -- ------------------- FIONBIO : constant := -2147195390; -- Set/clear non-blocking io FIONREAD : constant := 1074030081; -- How many bytes to read -------------------- -- Shutdown modes -- -------------------- SHUT_RD : constant := 0; -- No more recv SHUT_WR : constant := 1; -- No more send SHUT_RDWR : constant := 2; -- No more recv/send --------------------- -- Protocol levels -- --------------------- SOL_SOCKET : constant := 65535; -- Options for socket level IPPROTO_IP : constant := 0; -- Dummy protocol for IP IPPROTO_UDP : constant := 17; -- UDP IPPROTO_TCP : constant := 6; -- TCP ------------------- -- Request flags -- ------------------- MSG_OOB : constant := 1; -- Process out-of-band data MSG_PEEK : constant := 2; -- Peek at incoming data MSG_EOR : constant := 8; -- Send end of record MSG_WAITALL : constant := 64; -- Wait for full reception MSG_NOSIGNAL : constant := -1; -- No SIGPIPE on send MSG_Forced_Flags : constant := 0; -------------------- -- Socket options -- -------------------- TCP_NODELAY : constant := 1; -- Do not coalesce packets SO_SNDBUF : constant := 4097; -- Set/get send buffer size SO_RCVBUF : constant := 4098; -- Set/get recv buffer size SO_REUSEADDR : constant := 4; -- Bind reuse local address SO_KEEPALIVE : constant := 8; -- Enable keep-alive msgs SO_LINGER : constant := 128; -- Defer close to flush data SO_ERROR : constant := 4103; -- Get/clear error status SO_BROADCAST : constant := 32; -- Can send broadcast msgs IP_ADD_MEMBERSHIP : constant := 5; -- Join a multicast group IP_DROP_MEMBERSHIP : constant := 6; -- Leave a multicast group IP_MULTICAST_TTL : constant := 3; -- Set/get multicast TTL IP_MULTICAST_LOOP : constant := 4; -- Set/get mcast loopback end GNAT.Sockets.Constants;
55.265432
79
0.46208
1df6e78ee2e64f7027471b342bcdcb84bd328d7e
20,637
adb
Ada
src/tools/Code_Reviewer/src/Code_Reviewer.adb
Fabien-Chouteau/Renaissance-Ada
f9747d0f61840ed8bdeb0f21ce65f08399a54b4e
[ "BSD-3-Clause" ]
null
null
null
src/tools/Code_Reviewer/src/Code_Reviewer.adb
Fabien-Chouteau/Renaissance-Ada
f9747d0f61840ed8bdeb0f21ce65f08399a54b4e
[ "BSD-3-Clause" ]
null
null
null
src/tools/Code_Reviewer/src/Code_Reviewer.adb
Fabien-Chouteau/Renaissance-Ada
f9747d0f61840ed8bdeb0f21ce65f08399a54b4e
[ "BSD-3-Clause" ]
null
null
null
-- TODO: how to deal with virusscanners? -- Performance can be limited by speed of virus scanner ;-( -- running in a single thread... with Ada.Containers; use Ada.Containers; with Ada.Containers.Indefinite_Ordered_Maps; with Ada.Directories; use Ada.Directories; with Ada.Exceptions; use Ada.Exceptions; with Ada.Strings; use Ada.Strings; with Ada.Strings.Fixed; use Ada.Strings.Fixed; -- with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; with Ada.Text_IO; use Ada.Text_IO; with Interfaces.C; use Interfaces.C; with Langkit_Support.Text; use Langkit_Support.Text; with Libadalang.Analysis; use Libadalang.Analysis; with Libadalang.Common; use Libadalang.Common; with Rejuvenation; use Rejuvenation; with Rejuvenation.File_Utils; use Rejuvenation.File_Utils; with Rejuvenation.Finder; use Rejuvenation.Finder; with Rejuvenation.Find_And_Replacer; use Rejuvenation.Find_And_Replacer; with Rejuvenation.Node_Locations; use Rejuvenation.Node_Locations; with Rejuvenation.Patterns; use Rejuvenation.Patterns; with Rejuvenation.Pretty_Print; use Rejuvenation.Pretty_Print; with Rejuvenation.Simple_Factory; use Rejuvenation.Simple_Factory; -- use Rejuvenation.Simple_Factory.Unbounded_Strings; with Rejuvenation.Text_Rewrites; use Rejuvenation.Text_Rewrites; -- with Rejuvenation.Utils; use Rejuvenation.Utils; with Rewriters; use Rewriters; with Rewriters_Find_And_Replace; use Rewriters_Find_And_Replace; with Predefined_Rewriters; use Predefined_Rewriters; procedure Code_Reviewer is Error_Count : Natural := 0; package Name_To_Rewriter_Maps is new Indefinite_Ordered_Maps (Key_Type => String, Element_Type => Rewriter_Find_And_Replace); type Version_Control_Kind is (GIT, SVN); Source_Version_Control : constant Version_Control_Kind := GIT; Source_Directory : constant String := "C:\path\to\Renaissance-Ada"; -- Example to review the code within Renaissance-Ada Project_Filename : constant String := Source_Directory & "\src\libraries\Rejuvenation_Lib\rejuvenation_lib.gpr"; -- Example to review the rejuvenation_lib project -- TODO: when aggregate projects are supported review all projects! Invocation_Exception : exception; procedure Execute_Command (Command : String); procedure Execute_Command (Command : String) is function Sys (Arg : char_array) return Integer; pragma Import (C, Sys, "system"); Ret_Val : Integer; begin Ret_Val := Sys (To_C (Command)); if Ret_Val /= 0 then raise Invocation_Exception with Ret_Val'Image & " for '" & Command & "'"; end if; end Execute_Command; procedure Revert_SVN; procedure Revert_SVN is begin Execute_Command ("svn revert --recursive " & Source_Directory); end Revert_SVN; procedure Restore_GIT; procedure Restore_GIT is begin Execute_Command ("cd """ & Source_Directory & """ & git restore *"); end Restore_GIT; procedure Rewind_Not_Committed_Changes; procedure Rewind_Not_Committed_Changes is begin case Source_Version_Control is when SVN => Revert_SVN; when GIT => Restore_GIT; end case; end Rewind_Not_Committed_Changes; procedure Diff_SVN (File_Name : String); procedure Diff_SVN (File_Name : String) is begin Execute_Command ("svn diff " & Source_Directory & " > " & File_Name); end Diff_SVN; procedure Diff_GIT (File_Name : String); procedure Diff_GIT (File_Name : String) is begin Execute_Command ("cd " & Source_Directory & "& git diff > " & File_Name); end Diff_GIT; procedure Create_Patch (patch : String); procedure Create_Patch (patch : String) is File_Name : constant String := Compose ("C:\path\to\patches", -- Note: path must exist -- Path is NOT created by this program! patch, "patch"); begin case Source_Version_Control is when SVN => Diff_SVN (File_Name); when GIT => Diff_GIT (File_Name); end case; end Create_Patch; procedure Change_Files (Units : Analysis_Units.Vector; R : Rewriter'Class); procedure Change_Files (Units : Analysis_Units.Vector; R : Rewriter'Class) is begin for Unit of Units loop declare File : constant String := Unit.Get_Filename; Original_Content : constant String := Encode (Unit.Text, Unit.Get_Charset); begin declare TR : Text_Rewrite_Unit := Make_Text_Rewrite_Unit (Unit); Content : constant String := R.Rewrite (Unit.Root); begin TR.Replace (Unit.Root, Content, Trivia_On_Same_Line, Trivia_On_Same_Line, Unit.Get_Charset); if TR.ApplyToString /= Original_Content then Put_Line ("Changed " & File); Turn_Pretty_Printing_Initially_Off (TR); TR.Apply; Pretty_Print_Sections (File, Standard_Options_Project); Remove_Pretty_Print_Flags (File); end if; exception when Error : others => declare Error_File_Name : constant String := "c:\Temp\error" & Trim (Error_Count'Image, Both) & ".adx"; begin Put_Line ("Error in Change_Files - " & File & " " & Exception_Message (Error)); Execute_Command ("move " & File & " " & Error_File_Name); Put_Line ("See " & Error_File_Name); Write_String_To_File (Original_Content, File); Error_Count := Error_Count + 1; end; end; exception when Error : Parse_Exception => Put_Line ("Not an Ada file - " & File & " " & Exception_Message (Error)); end; end loop; end Change_Files; procedure Create_Patches (Units : Analysis_Units.Vector; Map : Name_To_Rewriter_Maps.Map); procedure Create_Patches (Units : Analysis_Units.Vector; Map : Name_To_Rewriter_Maps.Map) is begin for KE in Map.Iterate loop declare Rewriter_Name : constant String := Name_To_Rewriter_Maps.Key (KE); begin Put_Line ("==== " & Rewriter_Name & " ===="); Change_Files (Units, Name_To_Rewriter_Maps.Element (KE)); Create_Patch (Rewriter_Name); Rewind_Not_Committed_Changes; end; end loop; end Create_Patches; procedure Report_Count_Instances (Units : Analysis_Units.Vector; Map : Name_To_Rewriter_Maps.Map); procedure Report_Count_Instances (Units : Analysis_Units.Vector; Map : Name_To_Rewriter_Maps.Map) is begin for KE in Map.Iterate loop declare Rewriter_Name : constant String := Name_To_Rewriter_Maps.Key (KE); Element : constant Rewriter_Find_And_Replace := Name_To_Rewriter_Maps.Element (KE); F_P : constant Pattern := Element.Find_Pattern; A_M : constant Match_Accepter := Element.Accept_Match; NrOf_Find : Natural := 0; NrOf_Accept : Natural := 0; begin for Unit of Units loop declare Matches : constant Match_Pattern_List.Vector := (if F_P.As_Ada_Node.Kind in Ada_Ada_List then Find_Sub_List (Unit.Root, F_P) else Find_Full (Unit.Root, F_P)); begin NrOf_Find := NrOf_Find + Natural (Matches.Length); for Match of Matches loop -- Put_Line -- (Image -- (Match.Get_Nodes.First_Element.Full_Sloc_Image)); -- Put_Line -- (Raw_Signature -- (Match.Get_Nodes.First_Element, -- Match.Get_Nodes.Last_Element)); if A_M (Match) then NrOf_Accept := NrOf_Accept + 1; end if; end loop; end; end loop; Put_Line (Rewriter_Name & " : " & NrOf_Accept'Image & " (" & NrOf_Find'Image & ")"); end; end loop; end Report_Count_Instances; function Get_Units return Analysis_Units.Vector; function Get_Units return Analysis_Units.Vector is begin return Analyze_Project (Project_Filename); end Get_Units; -- function Get_Units return Analysis_Units.Vector is -- UFiles : constant Unbounded_Strings.Vector := -- Get_Ada_Source_Files_From_Directory (Source_Directory); -- Units : Analysis_Units.Vector; -- begin -- for UFile of UFiles loop -- begin -- declare -- File : constant String := To_String (UFile); -- Unit : constant Analysis_Unit := Analyze_File (File); -- begin -- Units.Append (Unit); -- end; -- exception -- when Parse_Exception => -- null; -- end; -- end loop; -- return Units; -- end Get_Units; function Get_Map return Name_To_Rewriter_Maps.Map; function Get_Map return Name_To_Rewriter_Maps.Map is Name_To_Rewriter_Map : Name_To_Rewriter_Maps.Map; begin -- Name_To_Rewriter_Map.Include -- ("Minimal_Parentheses", RMP); Name_To_Rewriter_Map.Include ("Definition_Equal", Rewriter_Definition_Equal); Name_To_Rewriter_Map.Include ("Definition_Different", Rewriter_Definition_Different); Name_To_Rewriter_Map.Include ("Definition_Minus", Rewriter_Definition_Minus); Name_To_Rewriter_Map.Include ("Definition_Divide", Rewriter_Definition_Divide); Name_To_Rewriter_Map.Include ("Definition_Modulo", Rewriter_Definition_Modulo); Name_To_Rewriter_Map.Include ("Definition_Remainder", Rewriter_Definition_Remainder); Name_To_Rewriter_Map.Include ("Idempotence_And", Rewriter_Idempotence_And); Name_To_Rewriter_Map.Include ("Idempotence_Or", Rewriter_Idempotence_Or); Name_To_Rewriter_Map.Include ("Complementation_And", Rewriter_Complementation_And); Name_To_Rewriter_Map.Include ("Complementation_Or", Rewriter_Complementation_Or); Name_To_Rewriter_Map.Include ("Not_Not", Rewriter_Not_Not); Name_To_Rewriter_Map.Include ("Not_Equal", Rewriter_Not_Equal); Name_To_Rewriter_Map.Include ("Not_Different", Rewriter_Not_Different); Name_To_Rewriter_Map.Include ("Not_Greater_Than", Rewriter_Not_Greater_Than); Name_To_Rewriter_Map.Include ("Not_Greater_Equal", Rewriter_Not_Greater_Equal); Name_To_Rewriter_Map.Include ("Not_Less_Than", Rewriter_Not_Less_Than); Name_To_Rewriter_Map.Include ("Not_Less_Equal", Rewriter_Not_Less_Equal); Name_To_Rewriter_Map.Include ("Not_In", Rewriter_Not_In); Name_To_Rewriter_Map.Include ("Not_Not_In", Rewriter_Not_Not_In); Name_To_Rewriter_Map.Include ("And_Then", Rewriter_And_Then); Name_To_Rewriter_Map.Include ("Or_Else", Rewriter_Or_Else); Name_To_Rewriter_Map.Include ("Equal_True", Rewriter_Equal_True); Name_To_Rewriter_Map.Include ("Equal_False", Rewriter_Equal_False); Name_To_Rewriter_Map.Include ("Different_True", Rewriter_Different_True); Name_To_Rewriter_Map.Include ("Different_False", Rewriter_Different_False); Name_To_Rewriter_Map.Include ("De_Morgan_Not_And", Rewrite_De_Morgan_Not_And); Name_To_Rewriter_Map.Include ("De_Morgan_Not_Or", Rewrite_De_Morgan_Not_Or); Name_To_Rewriter_Map.Include ("De_Morgan_Not_All_Range", Rewrite_De_Morgan_Not_All_Range); Name_To_Rewriter_Map.Include ("De_Morgan_Not_All_Elements", Rewrite_De_Morgan_Not_All_Elements); Name_To_Rewriter_Map.Include ("De_Morgan_Not_Some_Range", Rewrite_De_Morgan_Not_Some_Range); Name_To_Rewriter_Map.Include ("De_Morgan_Not_Some_Elements", Rewrite_De_Morgan_Not_Some_Elements); Name_To_Rewriter_Map.Include ("If_True_Expression", Rewriter_If_True_Expression); Name_To_Rewriter_Map.Include ("If_False_Expression", Rewriter_If_False_Expression); Name_To_Rewriter_Map.Include ("If_Identical_Expression", Rewriter_If_Identical_Expression); Name_To_Rewriter_Map.Include ("If_Different_Expression", Rewriter_If_Different_Expression); Name_To_Rewriter_Map.Include ("If_Not_Condition_Expression", Rewriter_If_Not_Condition_Expression); Name_To_Rewriter_Map.Include ("If_Not_In_Expression", Rewriter_If_Not_In_Expression); Name_To_Rewriter_Map.Include ("Boolean_If_Condition_Expression", Rewriter_Boolean_If_Condition_Expression); Name_To_Rewriter_Map.Include ("Boolean_If_Not_Condition_Expression", Rewriter_Boolean_If_Not_Condition_Expression); Name_To_Rewriter_Map.Include ("Integer_Max_Greater_Than", Rewriter_Integer_Max_Greater_Than); Name_To_Rewriter_Map.Include ("Integer_Max_Greater_Equal", Rewriter_Integer_Max_Greater_Equal); Name_To_Rewriter_Map.Include ("Integer_Max_Less_Than", Rewriter_Integer_Max_Less_Than); Name_To_Rewriter_Map.Include ("Integer_Max_Less_Equal", Rewriter_Integer_Max_Less_Equal); Name_To_Rewriter_Map.Include ("Integer_Min_Greater_Than", Rewriter_Integer_Min_Greater_Than); Name_To_Rewriter_Map.Include ("Integer_Min_Greater_Equal", Rewriter_Integer_Min_Greater_Equal); Name_To_Rewriter_Map.Include ("Integer_Min_Less_Than", Rewriter_Integer_Min_Less_Than); Name_To_Rewriter_Map.Include ("Integer_Min_Less_Equal", Rewriter_Integer_Min_Less_Equal); Name_To_Rewriter_Map.Include ("Concat_Before_If_Expression", Rewriter_Concat_Before_If_Expression); Name_To_Rewriter_Map.Include ("Concat_After_If_Expression", Rewriter_Concat_After_If_Expression); Name_To_Rewriter_Map.Include ("Plus_Before_If_Expression", Rewriter_Plus_Before_If_Expression); Name_To_Rewriter_Map.Include ("Plus_After_If_Expression", Rewriter_Plus_After_If_Expression); Name_To_Rewriter_Map.Include ("Case_Expression_Binary_With_Others", Rewriter_Case_Expression_Binary_With_Others); Name_To_Rewriter_Map.Include ("Double", Rewriter_Double); Name_To_Rewriter_Map.Include ("Equals_To_In_Range", Rewriter_Equals_To_In_Range); Name_To_Rewriter_Map.Include ("Combine_In_Range_And_Equal", Rewriter_Combine_In_Range_And_Equal); Name_To_Rewriter_Map.Include ("Combine_In_Ranges", Rewriter_Combine_In_Ranges); Name_To_Rewriter_Map.Include ("Differents_To_Not_In_Range", Rewriter_Differents_To_Not_In_Range); Name_To_Rewriter_Map.Include ("Combine_Not_In_Range_And_Different", Rewriter_Combine_Not_In_Range_And_Different); Name_To_Rewriter_Map.Include ("Combine_In_Ranges", Rewriter_Combine_In_Ranges); Name_To_Rewriter_Map.Include ("Unnecessary_Null_Stmt", Rewriter_Unnecessary_Null_Stmt); Name_To_Rewriter_Map.Include ("If_True_Stmt", Rewriter_If_True_Stmt); Name_To_Rewriter_Map.Include ("If_False_Stmt", Rewriter_If_False_Stmt); Name_To_Rewriter_Map.Include ("If_Different_Stmt", Rewriter_If_Different_Stmt); Name_To_Rewriter_Map.Include ("If_Not_Condition_Stmt", Rewriter_If_Not_Condition_Stmt); Name_To_Rewriter_Map.Include ("If_Not_In_Stmt", Rewriter_If_Not_In_Stmt); Name_To_Rewriter_Map.Include ("Use_Elsif", Rewriter_Use_Elsif); Name_To_Rewriter_Map.Include ("Null_Then_Branch", Rewriter_Null_Then_Branch); Name_To_Rewriter_Map.Include ("Null_Else_Branch", Rewriter_Null_Else_Branch); Name_To_Rewriter_Map.Include ("If_Identical_Branches_Stmt", Rewriter_If_Identical_Branches_Stmt); Name_To_Rewriter_Map.Include ("If_Identical_Tails_Stmt", Rewriter_If_Identical_Tails_Stmt); Name_To_Rewriter_Map.Include ("If_Argument_Stmt", Rewriter_If_Argument_Stmt); Name_To_Rewriter_Map.Include ("If_Assignment_Stmt", Rewriter_If_Assignment_Stmt); Name_To_Rewriter_Map.Include ("If_Return_Stmt", Rewriter_If_Return_Stmt); Name_To_Rewriter_Map.Include ("If_Return_Stmts", Rewriter_If_Return_Stmts); Name_To_Rewriter_Map.Include ("Case_Single", Rewriter_Case_Single); Name_To_Rewriter_Map.Include ("Case_Binary_With_Others", Rewriter_Case_Binary_With_Others); Name_To_Rewriter_Map.Include ("Case_Identical_Branches", Rewriter_Case_Identical_Branches); Name_To_Rewriter_Map.Include ("Return_Expression", Rewriter_Return_Expression); Name_To_Rewriter_Map.Include ("Declare_And_Overwrite", Rewriter_Declare_And_Overwrite); Name_To_Rewriter_Map.Include ("For_All_Range_And_Then", Rewriter_For_All_Range_And_Then); Name_To_Rewriter_Map.Include ("For_All_Elements_And_Then", Rewriter_For_All_Elements_And_Then); Name_To_Rewriter_Map.Include ("For_Some_Range_Or_Else", Rewriter_For_Some_Range_Or_Else); Name_To_Rewriter_Map.Include ("For_Some_Elements_Or_Else", Rewriter_For_Some_Elements_Or_Else); Name_To_Rewriter_Map.Include ("For_All_Range_Exit", Rewriter_For_All_Range_Exit); Name_To_Rewriter_Map.Include ("For_All_Elements_Exit", Rewriter_For_All_Elements_Exit); Name_To_Rewriter_Map.Include ("For_Some_Range_Exit", Rewriter_For_Some_Range_Exit); Name_To_Rewriter_Map.Include ("For_Some_Elements_Exit", Rewriter_For_Some_Elements_Exit); Name_To_Rewriter_Map.Include ("For_All_Range_Return", Rewriter_For_All_Range_Return); Name_To_Rewriter_Map.Include ("For_All_Elements_Return", Rewriter_For_All_Elements_Return); Name_To_Rewriter_Map.Include ("For_Some_Range_Return", Rewriter_For_Some_Range_Return); Name_To_Rewriter_Map.Include ("For_Some_Elements_Return", Rewriter_For_Some_Elements_Return); Name_To_Rewriter_Map.Include ("For_All_Range_All", Rewriter_For_All_Range_All); Name_To_Rewriter_Map.Include ("For_All_Elements_All", Rewriter_For_All_Elements_All); Name_To_Rewriter_Map.Include ("For_Some_Range_All", Rewriter_For_Some_Range_All); Name_To_Rewriter_Map.Include ("For_Some_Elements_All", Rewriter_For_Some_Elements_All); Name_To_Rewriter_Map.Include ("Append_To_Unbounded_String", Rewriter_Append_To_Unbounded_String); Name_To_Rewriter_Map.Include ("Append", Rewriter_Append); Name_To_Rewriter_Map.Include ("Declarations_Combine", Rewriter_Declarations_Combine); Name_To_Rewriter_Map.Include ("For_Attribute_Use", Rewriter_For_Attribute_Use); Name_To_Rewriter_Map.Include ("For_Attribute_Use_Aliased", Rewriter_For_Attribute_Use_Aliased); Name_To_Rewriter_Map.Include ("For_Attribute_Use_Array", Rewriter_For_Attribute_Use_Array); Name_To_Rewriter_Map.Include ("For_Attribute_Use_Pragma_Var", Rewriter_For_Attribute_Use_Pragma_Var); Name_To_Rewriter_Map.Include ("For_Attribute_Use_Pragma_All", Rewriter_For_Attribute_Use_Pragma_All); return Name_To_Rewriter_Map; end Get_Map; Units : constant Analysis_Units.Vector := Get_Units; Name_To_Rewriter_Map : constant Name_To_Rewriter_Maps.Map := Get_Map; begin Rewind_Not_Committed_Changes; Report_Count_Instances (Units, Name_To_Rewriter_Map); Create_Patches (Units, Name_To_Rewriter_Map); end Code_Reviewer;
40.624016
79
0.674032
0b302419d1c7f6354a5447a425f2535cea7c4840
2,092
ads
Ada
source/lexer/webidl-tokens.ads
reznikmm/webidl
744bbdc9e3dfbe690d37b6dc5d7d82233b919cd4
[ "MIT" ]
null
null
null
source/lexer/webidl-tokens.ads
reznikmm/webidl
744bbdc9e3dfbe690d37b6dc5d7d82233b919cd4
[ "MIT" ]
null
null
null
source/lexer/webidl-tokens.ads
reznikmm/webidl
744bbdc9e3dfbe690d37b6dc5d7d82233b919cd4
[ "MIT" ]
null
null
null
-- SPDX-FileCopyrightText: 2010-2021 Max Reznik <[email protected]> -- -- SPDX-License-Identifier: MIT ------------------------------------------------------------- with League.Strings; package WebIDL.Tokens is pragma Preelaborate; type Token_Kind is ('(', ')', ',', '-', '.', ':', ';', '<', '=', '>', '?', '[', ']', '{', '}', Ellipsis_Token, Any_Token, Async_Token, Attribute_Token, Bigint_Token, Boolean_Token, Byte_Token, Callback_Token, Const_Token, Constructor_Token, Deleter_Token, Dictionary_Token, Double_Token, Enum_Token, False_Token, Float_Token, Getter_Token, Includes_Token, Inherit_Token, Interface_Token, Iterable_Token, Long_Token, Maplike_Token, Mixin_Token, Namespace_Token, Null_Token, Object_Token, Octet_Token, Optional_Token, Or_Token, Other_Token, Partial_Token, Readonly_Token, Record_Token, Required_Token, Sequence_Token, Setlike_Token, Setter_Token, Short_Token, Static_Token, Stringifier_Token, Symbol_Token, True_Token, Typedef_Token, Undefined_Token, Unrestricted_Token, Unsigned_Token, ArrayBuffer_Token, ByteString_Token, DataView_Token, DOMString_Token, Float32Array_Token, Float64Array_Token, FrozenArray_Token, Infinity_Token, Int16Array_Token, Int32Array_Token, Int8Array_Token, NaN_Token, ObservableArray_Token, Promise_Token, Uint16Array_Token, Uint32Array_Token, Uint8Array_Token, Uint8ClampedArray_Token, USVString_Token, Integer_Token, Decimal_Token, Identifier_Token, String_Token, End_Of_Stream_Token, Error_Token); type Token (Kind : Token_Kind := End_Of_Stream_Token) is record Text : League.Strings.Universal_String; end record; end WebIDL.Tokens;
20.712871
69
0.594646
2f6c5fba66dc9309b318b9d237759a1f57e9491c
6,507
ads
Ada
runtime/ravenscar-sfp-stm32f427/math/a-ngrear.ads
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
12
2017-06-08T14:19:57.000Z
2022-03-09T02:48:59.000Z
runtime/ravenscar-sfp-stm32f427/math/a-ngrear.ads
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
6
2017-06-08T13:13:50.000Z
2020-05-15T09:32:43.000Z
runtime/ravenscar-sfp-stm32f427/math/a-ngrear.ads
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
3
2017-06-30T14:05:06.000Z
2022-02-17T12:20:45.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ADA.NUMERICS.GENERIC_REAL_ARRAYS -- -- -- -- S p e c -- -- -- -- Copyright (C) 2009-2012, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- -- apply solely to the contents of the part following the private keyword. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- -- -- -- -- -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ generic type Real is digits <>; package Ada.Numerics.Generic_Real_Arrays with SPARK_Mode is pragma Pure (Generic_Real_Arrays); -- Types type Real_Vector is array (Integer range <>) of Real'Base; type Real_Matrix is array (Integer range <>, Integer range <>) of Real'Base; -- Subprograms for Real_Vector types -- Real_Vector arithmetic operations function "+" (Right : Real_Vector) return Real_Vector; function "-" (Right : Real_Vector) return Real_Vector; function "abs" (Right : Real_Vector) return Real_Vector; function "+" (Left, Right : Real_Vector) return Real_Vector; function "-" (Left, Right : Real_Vector) return Real_Vector; function "*" (Left, Right : Real_Vector) return Real'Base; function "abs" (Right : Real_Vector) return Real'Base; -- Real_Vector scaling operations function "*" (Left : Real'Base; Right : Real_Vector) return Real_Vector; function "*" (Left : Real_Vector; Right : Real'Base) return Real_Vector; function "/" (Left : Real_Vector; Right : Real'Base) return Real_Vector; -- Other Real_Vector operations function Unit_Vector (Index : Integer; Order : Positive; First : Integer := 1) return Real_Vector; -- Subprograms for Real_Matrix types -- Real_Matrix arithmetic operations function "+" (Right : Real_Matrix) return Real_Matrix; function "-" (Right : Real_Matrix) return Real_Matrix; function "abs" (Right : Real_Matrix) return Real_Matrix; function Transpose (X : Real_Matrix) return Real_Matrix; function "+" (Left, Right : Real_Matrix) return Real_Matrix; function "-" (Left, Right : Real_Matrix) return Real_Matrix; function "*" (Left, Right : Real_Matrix) return Real_Matrix; function "*" (Left, Right : Real_Vector) return Real_Matrix; function "*" (Left : Real_Vector; Right : Real_Matrix) return Real_Vector; function "*" (Left : Real_Matrix; Right : Real_Vector) return Real_Vector; -- Real_Matrix scaling operations function "*" (Left : Real'Base; Right : Real_Matrix) return Real_Matrix; function "*" (Left : Real_Matrix; Right : Real'Base) return Real_Matrix; function "/" (Left : Real_Matrix; Right : Real'Base) return Real_Matrix; -- Real_Matrix inversion and related operations function Solve (A : Real_Matrix; X : Real_Vector) return Real_Vector; function Solve (A, X : Real_Matrix) return Real_Matrix; function Inverse (A : Real_Matrix) return Real_Matrix; function Determinant (A : Real_Matrix) return Real'Base; -- Eigenvalues and vectors of a real symmetric matrix function Eigenvalues (A : Real_Matrix) return Real_Vector; procedure Eigensystem (A : Real_Matrix; Values : out Real_Vector; Vectors : out Real_Matrix); -- Other Real_Matrix operations function Unit_Matrix (Order : Positive; First_1 : Integer := 1; First_2 : Integer := 1) return Real_Matrix; private -- The following operations are either relatively simple compared to the -- expense of returning unconstrained arrays, or are just function wrappers -- calling procedures implementing the actual operation. By having the -- front end inline these, the expense of the unconstrained returns -- can be avoided. -- Note: We use an extended return statement in their implementation to -- allow the frontend to inline these functions. pragma Inline ("+"); pragma Inline ("-"); pragma Inline ("*"); pragma Inline ("/"); pragma Inline ("abs"); pragma Inline (Eigenvalues); pragma Inline (Inverse); pragma Inline (Solve); pragma Inline (Transpose); pragma Inline (Unit_Matrix); pragma Inline (Unit_Vector); end Ada.Numerics.Generic_Real_Arrays;
45.503497
79
0.542339
10ffe7cb6a24532406e57945e2922517ddb6ece6
145
ads
Ada
src/gpr_tools-gprslaves-string_vectors.ads
persan/gprTools
0a67ea3179a1a5802ca45014ed00c044a945e5a1
[ "BSD-3-Clause" ]
2
2015-05-15T16:03:26.000Z
2018-12-26T19:32:41.000Z
src/gpr_tools-gprslaves-string_vectors.ads
persan/gprTools
0a67ea3179a1a5802ca45014ed00c044a945e5a1
[ "BSD-3-Clause" ]
null
null
null
src/gpr_tools-gprslaves-string_vectors.ads
persan/gprTools
0a67ea3179a1a5802ca45014ed00c044a945e5a1
[ "BSD-3-Clause" ]
null
null
null
with Ada.Containers.Indefinite_Vectors; package GPR_Tools.Gprslaves.String_Vectors is new Ada.Containers.Indefinite_Vectors (Natural, String);
36.25
54
0.848276
1d91f1989bb40a1947401a51b82ab20e74ad6985
3,023
ads
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnarl/s-tpinop.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnarl/s-tpinop.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnarl/s-tpinop.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- SYSTEM.TASK_PRIMITIVES.INTERRUPT_OPERATIONS -- -- -- -- S p e c -- -- -- -- Copyright (C) 1998-2020, Free Software Foundation, Inc. -- -- -- -- GNARL is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNARL was developed by the GNARL team at Florida State University. -- -- Extensive contributions were provided by Ada Core Technologies, Inc. -- -- -- ------------------------------------------------------------------------------ with System.Interrupt_Management; with System.Tasking; package System.Task_Primitives.Interrupt_Operations is pragma Preelaborate; package IM renames System.Interrupt_Management; package ST renames System.Tasking; procedure Set_Interrupt_ID (Interrupt : IM.Interrupt_ID; T : ST.Task_Id); -- Associate an Interrupt_ID with a task function Get_Interrupt_ID (T : ST.Task_Id) return IM.Interrupt_ID; -- Return the Interrupt_ID associated with a task function Get_Task_Id (Interrupt : IM.Interrupt_ID) return ST.Task_Id; -- Return the Task_Id associated with an Interrupt end System.Task_Primitives.Interrupt_Operations;
59.27451
78
0.467747
506755aaa20e95c7779f947bd2c3da3ff2270295
3,876
adb
Ada
source/web-ui-applications-internals.adb
godunko/adawebui
ee524325fe701ef0a655cd0624e0ba701f0e8955
[ "BSD-3-Clause" ]
2
2020-01-31T07:00:09.000Z
2021-06-25T15:50:00.000Z
source/web-ui-applications-internals.adb
godunko/adawebui
ee524325fe701ef0a655cd0624e0ba701f0e8955
[ "BSD-3-Clause" ]
null
null
null
source/web-ui-applications-internals.adb
godunko/adawebui
ee524325fe701ef0a655cd0624e0ba701f0e8955
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- Web Framework -- -- -- -- Runtime Library Component -- -- -- ------------------------------------------------------------------------------ -- -- -- Copyright © 2018-2020, Vadim Godunko <[email protected]> -- -- All rights reserved. -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions -- -- are met: -- -- -- -- * Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- -- -- * Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in the -- -- documentation and/or other materials provided with the distribution. -- -- -- -- * Neither the name of the Vadim Godunko, IE nor the names of its -- -- contributors may be used to endorse or promote products derived from -- -- this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -- -- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -- -- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -- -- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -- -- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -- -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ -- $Revision: 5871 $ $Date: 2018-09-22 11:55:27 +0200 (Sat, 22 Sep 2018) $ ------------------------------------------------------------------------------ package body Web.UI.Applications.Internals is -------------- -- Focus_In -- -------------- procedure Focus_In (Widget : Web.UI.Widgets.Widget_Access) is begin Instance.Focus_Changed.Emit (null, Widget); end Focus_In; --------------- -- Focus_Out -- --------------- procedure Focus_Out (Widget : Web.UI.Widgets.Widget_Access) is begin Instance.Focus_Changed.Emit (Widget, null); end Focus_Out; end Web.UI.Applications.Internals;
58.727273
78
0.416409
4dbc6ae1d04415c2741bac721c7772495358c3ae
9,662
ads
Ada
llvm-gcc-4.2-2.9/gcc/ada/system-hpux.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
1
2016-04-09T02:58:13.000Z
2016-04-09T02:58:13.000Z
llvm-gcc-4.2-2.9/gcc/ada/system-hpux.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/system-hpux.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- S Y S T E M -- -- -- -- S p e c -- -- (HP-UX Version) -- -- -- -- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- -- apply solely to the contents of the part following the private keyword. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING. If not, write -- -- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, -- -- Boston, MA 02110-1301, USA. -- -- -- -- As a special exception, if other files instantiate generics from this -- -- unit, or you link this unit with other files to produce an executable, -- -- this unit does not by itself cause the resulting executable to be -- -- covered by the GNU General Public License. This exception does not -- -- however invalidate any other reasons why the executable file might be -- -- covered by the GNU Public License. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ package System is pragma Pure; -- Note that we take advantage of the implementation permission to make -- this unit Pure instead of Preelaborable; see RM 13.7.1(15). In Ada -- 2005, this is Pure in any case (AI-362). type Name is (SYSTEM_NAME_GNAT); System_Name : constant Name := SYSTEM_NAME_GNAT; -- System-Dependent Named Numbers Min_Int : constant := Long_Long_Integer'First; Max_Int : constant := Long_Long_Integer'Last; Max_Binary_Modulus : constant := 2 ** Long_Long_Integer'Size; Max_Nonbinary_Modulus : constant := Integer'Last; Max_Base_Digits : constant := Long_Long_Float'Digits; Max_Digits : constant := Long_Long_Float'Digits; Max_Mantissa : constant := 63; Fine_Delta : constant := 2.0 ** (-Max_Mantissa); Tick : constant := 0.01; -- Storage-related Declarations type Address is private; Null_Address : constant Address; Storage_Unit : constant := 8; Word_Size : constant := 32; Memory_Size : constant := 2 ** 32; -- Address comparison function "<" (Left, Right : Address) return Boolean; function "<=" (Left, Right : Address) return Boolean; function ">" (Left, Right : Address) return Boolean; function ">=" (Left, Right : Address) return Boolean; function "=" (Left, Right : Address) return Boolean; pragma Import (Intrinsic, "<"); pragma Import (Intrinsic, "<="); pragma Import (Intrinsic, ">"); pragma Import (Intrinsic, ">="); pragma Import (Intrinsic, "="); -- Other System-Dependent Declarations type Bit_Order is (High_Order_First, Low_Order_First); Default_Bit_Order : constant Bit_Order := High_Order_First; -- Priority-related Declarations (RM D.1) Max_Priority : constant Positive := 30; Max_Interrupt_Priority : constant Positive := 31; subtype Any_Priority is Integer range 0 .. 31; subtype Priority is Any_Priority range 0 .. 30; subtype Interrupt_Priority is Any_Priority range 31 .. 31; Default_Priority : constant Priority := 15; private type Address is mod Memory_Size; Null_Address : constant Address := 0; -------------------------------------- -- System Implementation Parameters -- -------------------------------------- -- These parameters provide information about the target that is used -- by the compiler. They are in the private part of System, where they -- can be accessed using the special circuitry in the Targparm unit -- whose source should be consulted for more detailed descriptions -- of the individual switch values. AAMP : constant Boolean := False; Backend_Divide_Checks : constant Boolean := False; Backend_Overflow_Checks : constant Boolean := False; Command_Line_Args : constant Boolean := True; Compiler_System_Version : constant Boolean := False; Configurable_Run_Time : constant Boolean := False; Denorm : constant Boolean := True; Duration_32_Bits : constant Boolean := False; Exit_Status_Supported : constant Boolean := True; Fractional_Fixed_Ops : constant Boolean := False; Frontend_Layout : constant Boolean := False; Functions_Return_By_DSP : constant Boolean := False; Machine_Overflows : constant Boolean := False; Machine_Rounds : constant Boolean := True; OpenVMS : constant Boolean := False; Preallocated_Stacks : constant Boolean := False; Signed_Zeros : constant Boolean := True; Stack_Check_Default : constant Boolean := False; Stack_Check_Probes : constant Boolean := False; Support_64_Bit_Divides : constant Boolean := True; Support_Aggregates : constant Boolean := True; Support_Composite_Assign : constant Boolean := True; Support_Composite_Compare : constant Boolean := True; Support_Long_Shifts : constant Boolean := True; Suppress_Standard_Library : constant Boolean := False; Use_Ada_Main_Program_Name : constant Boolean := False; ZCX_By_Default : constant Boolean := True; GCC_ZCX_Support : constant Boolean := True; Front_End_ZCX_Support : constant Boolean := False; -- Obsolete entries, to be removed eventually (bootstrap issues!) High_Integrity_Mode : constant Boolean := False; Long_Shifts_Inlined : constant Boolean := False; -------------------------- -- Underlying Priorities -- --------------------------- -- Important note: this section of the file must come AFTER the -- definition of the system implementation parameters to ensure -- that the value of these parameters is available for analysis -- of the declarations here (using Rtsfind at compile time). -- The underlying priorities table provides a generalized mechanism -- for mapping from Ada priorities to system priorities. In some -- cases a 1-1 mapping is not the convenient or optimal choice. -- For HP/UX DCE Threads, we use the full range of 31 priorities -- in the Ada model, but map them by compression onto the more limited -- range of priorities available in HP/UX. -- For POSIX Threads, this table is ignored. -- To replace the default values of the Underlying_Priorities mapping, -- copy this source file into your build directory, edit the file to -- reflect your desired behavior, and recompile with the command: -- $ gcc -c -O2 -gnatpgn system.ads -- then recompile the run-time parts that depend on this package: -- $ gnatmake -a -gnatn -O2 <your application> -- then force rebuilding your application if you need different options: -- $ gnatmake -f <your options> <your application> type Priorities_Mapping is array (Any_Priority) of Integer; pragma Suppress_Initialization (Priorities_Mapping); -- Suppress initialization in case gnat.adc specifies Normalize_Scalars Underlying_Priorities : constant Priorities_Mapping := (Priority'First => 16, 1 => 17, 2 => 18, 3 => 18, 4 => 18, 5 => 18, 6 => 19, 7 => 19, 8 => 19, 9 => 20, 10 => 20, 11 => 21, 12 => 21, 13 => 22, 14 => 23, Default_Priority => 24, 16 => 25, 17 => 25, 18 => 25, 19 => 26, 20 => 26, 21 => 26, 22 => 27, 23 => 27, 24 => 27, 25 => 28, 26 => 28, 27 => 29, 28 => 29, 29 => 30, Priority'Last => 30, Interrupt_Priority => 31); end System;
42.008696
78
0.564376
1d58e425d8d8dc42b80bde3a660581b93bc490ca
250
ads
Ada
PP-Semaphores/src/semaphores.ads
JackShen1/parallel-programming
9682d035559147fd493d54e956af7e5ab0dff228
[ "MIT" ]
3
2021-02-28T18:45:06.000Z
2021-05-12T22:36:23.000Z
PP-Semaphores/src/semaphores.ads
JackShen1/parallel-programming
9682d035559147fd493d54e956af7e5ab0dff228
[ "MIT" ]
null
null
null
PP-Semaphores/src/semaphores.ads
JackShen1/parallel-programming
9682d035559147fd493d54e956af7e5ab0dff228
[ "MIT" ]
null
null
null
package Semaphores is protected type SIMA (Initial_Value: Natural; Max_Value: Natural;) is entry P; entry V; private Count : Natural := Initial_Value; Max_Count : Natural := Max_Value; end SIMA; end Semaphores;
20.833333
72
0.652
319654747aebdba956746b82c97f96e5749f311b
26,577
adb
Ada
runtime/ravenscar-sfp-stm32f427/math/s-gcmain.adb
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
12
2017-06-08T14:19:57.000Z
2022-03-09T02:48:59.000Z
runtime/ravenscar-sfp-stm32f427/math/s-gcmain.adb
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
6
2017-06-08T13:13:50.000Z
2020-05-15T09:32:43.000Z
runtime/ravenscar-sfp-stm32f427/math/s-gcmain.adb
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
3
2017-06-30T14:05:06.000Z
2022-02-17T12:20:45.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUNTIME COMPONENTS -- -- -- -- S Y S T E M . G E N E R I C _ C _ M A T H _ I N T E R F A C E -- -- -- -- B o d y -- -- -- -- Copyright (C) 1992-2015, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- -- -- -- -- -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- This is the Ada Cert Math specific version of s-gcmain.adb. -- The separate version is necessary, because this system does not provide -- an implementation of tanh, among other hyperbolic functions. The run time -- currently has no code to implement this function, so the only short term -- option was to remove the hyperbolic functions. with Ada.Numerics; use Ada.Numerics; package body System.Generic_C_Math_Interface is subtype T is Float_Type'Base; -- The implementations of these functions start with a summary -- of the Ada requirements for the following: -- * Principal branch of multivalued functions -- * Conditions for raising exceptions -- * Prescribed function results -- * Tightly approximated function results (strict mode only) -- Implementation choices are explained after the summary for each -- elementary function. Exceptions are raised either by checking the -- arguments or the C function result. Prescribed results are satisfied by -- referring to corresponding requirements in C, standard implementation -- practice or by explicit special-casing in the code below. -- If one of the arguments of a function is a NaN, the function will return -- a NaN value or raise Argument_Error. Generally, for functions that -- require Argument_Error to be raised for some arguments will also -- raise Argument_Error for NaN arguments. -- Many comparisons for special cases are inverted using "not" in order -- to make sure the condition is false for NaN values, using the principle -- that any comparison involving a NaN argument evaluates to false. -- Principal branch: -- Describes function result for cases where the mathematical -- function is multivalued. -- Exceptions: -- Describes in what situations exceptions such as -- Argument_Error and Constraint_Error must be raised. -- In addition to these required exceptions, Constraint_Error -- may also be raised instead of yielding an infinity value -- for types T where T'Machine_Overflows is True. -- Prescribed results: -- Describes identities that must be satisfied. -- Tightly approximated results: -- Describes arguments for which the function result must -- be in the model interval of the mathematical result. -- This is required for strict mode. -- Special values: -- These are implementation-defined results arguments with -- special values such as infinities (represented by +Inf and -Inf) -- not-a-number values (written as NaN). Where consistent with the -- Ada standard, the implementation satisfies the identities given -- in Chapter F.9 of the C standard. ---------- -- "**" -- ---------- -- Principle branch: -- The result is nonnegative. -- Required exceptions: -- Argument_Error is raised when Left < 0.0, Left is a NaN -- or when Left = 0.0 and Right = 0.0. -- Constraint_Error is raised when Left = 0.0 and Right < 0.0. -- Prescribed results: -- (1) Left ** 0.0 = 1.0 -- (2) Left ** 1.0 = Left -- (3) 0.0 ** Right = 0.0 -- (4) 1.0 ** Right = 1.0 -- The prescribed result (1) is satisfied by C_Pow. -- Result (2) is not, and therefore is special-cased. -- For case (3) this implementation always returns +0.0, -- while C_Pow would return -0.0 when Left = -0.0 and Right a positive -- odd integer. This would seem inconsistent with the required principle -- branch, although it is debatable whether -0.0 is negative. -- For case (4), C_Pow would return NaN, so a special case is required. function "**" (Left, Right : Float_Type'Base) return Float_Type'Base is begin if Left <= 0.0 then if not (Left = 0.0) or else not (Right /= 0.0) then raise Argument_Error; elsif not (Right >= 0.0) then raise Constraint_Error; else -- Left = 0.0 and Right > 0.0 return 0.0; end if; elsif Right = 1.0 then return Left; elsif Left = 1.0 then return 1.0; end if; return C_Pow (Left, Right); end "**"; ------------ -- Arccos -- ------------ -- (Natural cycle) -- Principal branch: -- The result is in the quadrant containing the point (X, 1.0). -- This quadrant is I or II; thus, the Arccos function ranges -- from 0.0 to approximately Pi. -- Exceptions: -- Argument_Error is raised when abs (X) > 1.0 -- Tightly approximated results: -- Arccos (0.0) = Pi / 2.0; -- Arccos (1.0) = 0.0; -- Since C mandates a NaN result for abs (X) > 1.0 and testing -- for a NaN only requires a single test without calling the "abs" -- function, the result is checked rather than the argument. function Arccos (X : Float_Type'Base) return Float_Type'Base is R : T; begin R := C_Acos (X); if R /= R then raise Argument_Error; else return R; end if; end Arccos; -- (Arbitrary cycle) -- Principal branch: -- The result is in the quadrant containing the point (X, 1.0). -- This quadrant is I or II; thus, the Arccos function ranges -- from 0.0 to approximately Cycle / 2.0. -- Exceptions: -- Argument_Error is raised when abs (X) > 1.0 or when Cycle <= 0.0 -- or when either parameter is a NaN -- Prescribed results: -- Arccos (1.0) = 0.0 -- Tightly approximated results: -- Arccos (0.0) = Cycle / 4.0 -- Since C mandates a NaN result for abs (X) > 1.0 and testing for a NaN -- only requires a single test without calling the "abs" function, the -- result is checked rather than the argument. The tightly approximated -- result may not be obtained by dividing the C_Acos result by Pi, since -- these are transcedental numbers. function Arccos (X, Cycle : Float_Type'Base) return Float_Type'Base is begin if not (Cycle > 0.0) then raise Argument_Error; elsif not (abs X < 1.0) then if X = 1.0 then return 0.0; elsif X = -1.0 then return Cycle / 2.0; end if; raise Argument_Error; end if; if X = 0.0 then return Cycle / 4.0; end if; return C_Acos (X) / (Pi / 2.0) * (Cycle / 4.0); end Arccos; ------------- -- Arccosh -- ------------- -- Principal branch: -- The result is positive -- Exceptions: -- Argument_Error is raised when X < 1.0 -- Prescribed results: -- Arccosh (1.0) = 0.0; -- General description -- TODO function Arccosh (X : Float_Type'Base) return Float_Type'Base is begin if X < 1.0 then raise Argument_Error; else return C_Acosh (X); end if; end Arccosh; ------------ -- Arccot -- ------------ -- Natural cycle -- Principal branch: -- The results are in the quadrant containing the point (X, Y). -- This may be any quadrant (I through IV) when the parameter Y is -- specified, but it is restricted to quadrants I and II when that -- parameter is omitted. Thus the range when that parameter is -- specified is approximately -Pi to Pi; when omitted the range is -- 0.0 to Pi. -- Exceptions: -- Argument_Error is raised when parameters X and Y both have the -- value zero -- Prescribed results: -- Arccot (X, 0.0) = 0.0 when X > 0.0 function Arccot (X : Float_Type'Base; Y : Float_Type'Base := 1.0) return Float_Type'Base is begin if X = 0.0 and then Y = 0.0 then raise Argument_Error; else -- Just reverse arguments return Arctan (Y, X); end if; end Arccot; -- Arbitrary cycle function Arccot (X : Float_Type'Base; Y : Float_Type'Base := 1.0; Cycle : Float_Type'Base) return Float_Type'Base is begin if X = 0.0 and then Y = 0.0 then raise Argument_Error; else -- Just reverse arguments return Arctan (Y, X, Cycle); end if; end Arccot; ------------- -- Arccoth -- ------------- -- Exceptions: -- Argument_Error is raised if abs (X) < 1.0 -- Constraint_Error is raised if X = +-1.0 function Arccoth (X : Float_Type'Base) return Float_Type'Base is begin if abs X <= 1.0 then if abs X = 1.0 then raise Constraint_Error; else raise Argument_Error; end if; elsif abs X > 2.0 then return C_Atanh (1.0 / X); else -- 1.0 < abs X <= 2.0. One of X + 1.0 and X - 1.0 is exact, the -- other has error 0 or Epsilon. return 0.5 * (C_Log (abs (X + 1.0)) - C_Log (abs (X - 1.0))); end if; end Arccoth; ------------ -- Arcsin -- ------------ -- (Natural cycle) -- Principal branch: -- The result of the Arcsin function is in the quadrant containing the -- the point (1.0, X). This quadrant is I or IV; thus, the range of the -- function is approximately -Pi/2.0 to Pi/2.0. -- Exceptions: -- Argument_Error is raised when abs X > 1.0 or X is a NaN -- Prescribed results: -- Arcsin (0.0) = 0.0 -- Tightly approximated results: -- Arcsin (1.0) = Pi / 2.0 -- Arcsin (-1.0) = -Pi / 2.0 -- The prescribed result is guaranteed by C, but the tightly approximated -- results are not. function Arcsin (X : Float_Type'Base) return Float_Type'Base is Y : constant T := abs X; begin if not (Y < 1.0) then if X = 1.0 then return Pi / 2.0; elsif X = -1.0 then return -Pi / 2.0; else raise Argument_Error; end if; end if; return C_Asin (X); end Arcsin; -- (Arbitrary cycle) -- Principal branch: -- The result of the Arcsin function is in the quadrant containing the -- the point (1.0, X). This quadrant is I or IV; thus, the range of the -- function is approximately -Cycle/4.0 to Cycle/4.0. -- Exceptions: -- Argument_Error is raised when abs X > 1.0 or X is a NaN -- or when Cycle <= 0.0 or Cycle is a NaN -- Prescribed results: -- Arcsin (0.0) = 0.0 -- Tightly approximated results: -- Arcsin (1.0) = Cycle / 4.0 -- Arcsin (-1.0) = -Cycle / 4.0 -- The prescribed result is guaranteed by C, but the tightly approximated -- results are not. function Arcsin (X, Cycle : Float_Type'Base) return Float_Type'Base is Y : constant T := abs X; begin if not (Cycle > 0.0) then raise Argument_Error; elsif not (Y < 1.0) then if X = 1.0 then return Cycle / 4.0; elsif X = -1.0 then return -Cycle / 4.0; else raise Argument_Error; end if; end if; return C_Asin (X) / (Pi / 2.0) * (Cycle / 4.0); end Arcsin; ------------- -- Arcsinh -- ------------- -- Prescribed results: -- Arcsinh (0.0) = 0.0 -- TODO - general description function Arcsinh (X : Float_Type'Base) return Float_Type'Base is (C_Asinh (X)); ------------ -- Arctan -- ------------ -- (Natural cycle) -- Principal branch: -- The results are in the quadrant containing the point (X, Y). -- This may be any quadrant (I through IV) when the parameter X is -- specified, but it is restricted to quadrants I and IV when that -- parameter is omitted. Thus the range when that parameter is -- specified is approximately -Pi to Pi; when omitted the range is -- -Pi/2.0 to Pi/2.0. -- Exceptions: -- Argument_Error is raised when both X and Y have the value zero. -- Prescribed results: -- Arctan ( X, 0.0) = 0.0, when X > 0.0 -- Tightly approximated results: -- Arctan (0.0, Y) = Pi/2.0, when Y > 0.0 -- Arctan (0.0, Y) = -Pi/2.0, when Y < 0.0 -- Arctan ( X, +0.0) = +Pi, when X < 0.0 -- Arctan ( X, -0.0) = -Pi, when X < 0.0 -- The prescribed result and tightly approximated results are all -- guaranteed by C. function Arctan (Y : Float_Type'Base; X : Float_Type'Base := 1.0) return Float_Type'Base is begin if not (X /= 0.0) and then not (Y /= 0.0) then raise Argument_Error; end if; return C_Atan2 (Y, X); end Arctan; -- (Arbitrary cycle) -- Principal branch: -- The results are in the quadrant containing the point (X, Y). -- This may be any quadrant (I through IV) when the parameter X is -- specified, but it is restricted to quadrants I and IV when that -- parameter is omitted. Thus the range when that parameter is -- specified is approximately -Cycle/2.0 to Cycle/2.0; when omitted -- the range is -Cycle/4.0 to Cycle/4.0. -- Exceptions: -- Argument_Error is raised when both X and Y have the value zero, -- or when Cycle <= 0.0 or Cycle is a NaN. -- Prescribed results: -- Arctan ( X, 0.0, Cycle) = 0.0, when X > 0.0 -- Tightly approximated results: -- Arctan (0.0, Y, Cycle) = Cycle/4.0, when Y > 0.0 -- Arctan (0.0, Y, Cycle) = -Cycle/4.0, when Y < 0.0 -- Arctan ( X, +0.0, Cycle) = Cycle/2.0, when X < 0.0 -- Arctan ( X, -0.0, Cycle) = -Cycle/2.0, when X < 0.0 -- The prescribed result and tightly approximated results are all -- guaranteed by C. function Arctan (Y : Float_Type'Base; X : Float_Type'Base := 1.0; Cycle : Float_Type'Base) return Float_Type'Base is begin if not (Cycle > 0.0) then raise Argument_Error; end if; if X = 0.0 then if Y = 0.0 then raise Argument_Error; elsif Y > 0.0 then return Cycle / 4.0; elsif Y < 0.0 then return -Cycle / 4.0; end if; -- Y is a NaN elsif Y = 0.0 then -- X /= 0 if X > 0.0 then return 0.0; elsif X < 0.0 then return T'Copy_Sign (Cycle / 2.0, Y); end if; -- X is a NaN end if; return C_Atan2 (Y, X) * Cycle / (2.0 * Pi); end Arctan; ------------- -- Arctanh -- ------------- -- Exceptions: -- Argument_Error is raised when abs (X) > 1.0 -- Constraint_Error is raised when X = +-1.0 -- Prescribed results: -- Arctanh (0.0) = 0.0 -- TODO - general description function Arctanh (X : Float_Type'Base) return Float_Type'Base is begin if not (abs (X) < 1.0) then if abs (X) = 1.0 then raise Constraint_Error; else raise Argument_Error; end if; else return C_Atanh (X); end if; end Arctanh; --------- -- Cos -- --------- -- (Natural cycle) -- Prescribed results: -- Cos (0.0) = 1.0 -- Special values: -- Cos (X), where X is positive or negative infinity returns NaN value -- The C_Cos function satisfies all requirements function Cos (X : Float_Type'Base) return Float_Type'Base is begin return C_Cos (X); end Cos; -- (Arbitrary cycle) -- Exceptions: -- Argument_Error is raised when Cycle <= 0 -- Prescribed results: -- Cos (X) = 0.0, when X is K * Cycle / 4.0 with odd integer K -- Cos (X) = 1.0, when X is K * Cycle, with integer K -- Cos (X) = -1.0, with X is K * Cycle / 2.0, with odd integer K -- Special values: -- Cos (X), where X is positive or negative infinity returns a -- NaN value. function Cos (X, Cycle : Float_Type'Base) return Float_Type'Base is begin -- Just reuse the code for Sin. The potential small -- loss of speed is negligible with proper (front-end) inlining. return -Sin (abs X - Cycle * 0.25, Cycle); end Cos; ---------- -- Cosh -- ---------- -- Prescribed results: -- Cosh (0.0) = 1.0 -- Tightly approximated results: -- TODO -- TODO - general description function Cosh (X : Float_Type'Base) return Float_Type'Base is (C_Cosh (X)); --------- -- Cot -- --------- -- (natural cycle) -- Exceptions: -- Constraint_Error is raised when X = 0.0 -- As there is no cotangent function defined for C99, it is implemented -- here in terms of the regular tangent function. function Cot (X : Float_Type'Base) return Float_Type'Base is begin if not (X /= 0.0) then raise Constraint_Error; else return 1.0 / C_Tan (X); end if; end Cot; -- (arbitrary cycle) -- Exceptions: -- Argument_Error is raised when Cycle <= 0 -- Constraint_Error is raised when X = K * Cycle / 2.0, with integer K -- Prescribed results: -- Cot (X) = 0.0, when X is K * Cycle / 4.0 with odd integer K -- Special values: -- Cot (X), where X is positive or negative infinity returns NaN value function Cot (X, Cycle : Float_Type'Base) return Float_Type'Base is T, TA : Float_Type'Base; begin if not (Cycle > 0.0) then raise Argument_Error; end if; T := Float_Type'Base'Remainder (X, Cycle) / Cycle; TA := abs T; if not (T /= 0.0 and then TA /= 0.5) then raise Constraint_Error; end if; if TA = 0.25 then return 0.0; end if; return 1.0 / C_Tan (T * 2.0 * Pi); end Cot; ---------- -- Coth -- ---------- -- Exceptions: -- Argument_Error is raised when X = 0. -- Tightly approximated results: -- TODO -- TODO - general description function Coth (X : Float_Type'Base) return Float_Type'Base is begin if not (X /= 0.0) then raise Argument_Error; else return 1.0 / C_Tanh (X); end if; end Coth; --------- -- Exp -- --------- -- Prescribed results: -- Exp (0.0) = 1.0 -- Special values: -- Exp (X) = +0.0, for X is negative infinity -- Exp (X) = X, for X is positive infinity -- and Float_Type'Machine_Overflows = False -- The C_Exp function satisfies all Ada requirements function Exp (X : Float_Type'Base) return Float_Type'Base is begin return C_Exp (X); end Exp; --------- -- Log -- --------- -- (natural base) -- Exceptions: -- Argument is raised when X < 0.0 -- Constraint_Error is raised when X = 0.0 -- Prescribed results: -- Log (1.0) = 0.0; -- Special values: -- Log (X) = X, for X is positive infinity -- Apart from exceptions, the C_Log function satisfies all constraints function Log (X : Float_Type'Base) return Float_Type'Base is begin if not (X > 0.0) then if X < 0.0 then raise Argument_Error; end if; raise Constraint_Error; end if; return C_Log (X); end Log; -- (arbitrary base) -- Exceptions: -- Argument is raised when X < 0.0, Base <= 0.0 or Base = 1.0 -- Constraint_Error is raised when X = 0.0 -- Prescribed results: -- Log (1.0, Base) = 0.0 -- Special values: -- Log (X, Base) = X, for X is positive infinity -- Apart from exceptions, the C_Log function satisfies all constraints function Log (X, Base : Float_Type'Base) return Float_Type'Base is begin -- Try to execute the common case of X > 0.0 and Base > 1.0 with -- minimal checks. if X <= 0.0 or else Base <= 1.0 then if X < 0.0 or else Base <= 0.0 or else Base = 1.0 then raise Argument_Error; end if; if X = 0.0 then raise Constraint_Error; end if; end if; return C_Log (X) / C_Log (Base); end Log; --------- -- Sin -- --------- -- (Natural cycle) -- Prescribed results: -- Sin (+0.0) = +0.0 -- Sin (-0.0) = -0.0 -- Special values: -- Sin (X), where X is positive or negative infinity returns a -- NaN value. -- The C_Sin function satisfies all requirements function Sin (X : Float_Type'Base) return Float_Type'Base is begin return C_Sin (X); end Sin; -- (Arbitrary cycle) -- Exceptions: -- Argument_Error is raised when Cycle <= 0 -- Prescribed results: -- Sin (-0.0) = -0.0 -- Sin (+0.0) = +0.0 -- Sin (X) = 1.0, when X is K * Cycle + Cycle / 4.0, with integer K -- Sin (X) = -1.0, with X is K * Cycle - Cycle / 4.0, with integer K -- Special values: -- Sin (X), where X is positive or negative infinity returns NaN value function Sin (X, Cycle : Float_Type'Base) return Float_Type'Base is T : Float_Type'Base; begin if not (Cycle > 0.0) then raise Argument_Error; end if; T := Float_Type'Base'Remainder (X, Cycle); -- The following reduction reduces the argument to the interval -- [-0.5 Cycle, 0.5 * Cycle]. The entire reduction is exact. if T > 0.25 * Cycle then T := 0.5 * Cycle - T; elsif T < -0.25 * Cycle then T := -T - 0.5 * Cycle; end if; return C_Sin (T / Cycle * 2.0 * Pi); end Sin; ---------- -- Sinh -- ---------- -- Prescribed results: -- Sinh (0.0) = 0.0 -- TODO - general description function Sinh (X : Float_Type'Base) return Float_Type'Base is (C_Sinh (X)); ---------- -- Sqrt -- ---------- -- Principle branch: -- The result is nonnegative. -- Exceptions: -- Argument_Error is raised when X < 0.0 -- Prescribed results: -- Sqrt (-0.0) = -0.0 -- Sqrt (+0.0) = +0.0 -- Sqrt (1.0) = 1.0 -- Special values: -- Sqrt (X) = X, for X is positive infinity -- C_Sqrt satisfies all requirements function Sqrt (X : Float_Type'Base) return Float_Type'Base is begin if not (X >= 0.0) then raise Argument_Error; end if; return C_Sqrt (X); end Sqrt; --------- -- Tan -- --------- -- (natural cycle) -- Prescribed results: -- Tan (-0.0) = -0.0 -- Tan (+0.0) = +0.0 -- Special values: -- Tan (X) returns a NaN value, when X is positive or negative infinity -- The C_Tan function satisfies all requirements function Tan (X : Float_Type'Base) return Float_Type'Base is begin return C_Tan (X); end Tan; -- (arbitrary cycle) -- Exceptions: -- Argument_Error is raised for Cycle <= 0.0 -- Prescribed results: -- Tan (-0.0, Cycle) = -0.0 -- Tan (+0.0, Cycle) = +0.0 -- Tan (X, Cycle) = 0, for X a multiple of Cycle / 2.0 -- Special values: -- Tan (X, Cycle) returns a NaN value, when X is positive or -- negative infinity function Tan (X, Cycle : Float_Type'Base) return Float_Type'Base is T : Float_Type'Base; TA : Float_Type'Base; begin if not (Cycle > 0.0) then raise Argument_Error; end if; T := Float_Type'Base'Remainder (X, Cycle) / Cycle; TA := abs T; -- The TA = 0.75 case is not needed because the remainder function -- is defined so that it never returns a value greater than Cycle/2, -- the value of TA will always be less than or equal to 0.5. Therefore, -- the condition TA = 0.75 can never be true. if TA = 0.25 then raise Constraint_Error; end if; if TA = 0.5 then return 0.0; end if; return C_Tan (T * 2.0 * Pi); end Tan; ---------- -- Tanh -- ---------- -- Principal branch: -- The absolute value of the result is smaller than 1.0 -- Prescribed results: -- Tanh (0.0) = 0.0 -- TODO - general description function Tanh (X : Float_Type'Base) return Float_Type'Base is (C_Tanh (X)); end System.Generic_C_Math_Interface;
27.887723
79
0.544117
060b0be600012ea4a12a78de00fd354a254d9faa
925
adb
Ada
Read Only/gdb-6.8/gdb/testsuite/gdb.ada/funcall_param/pck.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-6.8/gdb/testsuite/gdb.ada/funcall_param/pck.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-6.8/gdb/testsuite/gdb.ada/funcall_param/pck.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
-- Copyright 2008 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <http://www.gnu.org/licenses/>. package body Pck is function Ident (P : Parameter) return Parameter is begin return P; end Ident; procedure Do_Nothing (P : in out Parameter) is begin null; end Do_Nothing; end Pck;
31.896552
73
0.717838
1c027ba51f2d7307946834a50c8e9d13c6aa6f3a
1,631
adb
Ada
src/asf-components-utils-flush.adb
Letractively/ada-asf
da9f85f85666eba7e23fefea661160863b74154d
[ "Apache-2.0" ]
null
null
null
src/asf-components-utils-flush.adb
Letractively/ada-asf
da9f85f85666eba7e23fefea661160863b74154d
[ "Apache-2.0" ]
null
null
null
src/asf-components-utils-flush.adb
Letractively/ada-asf
da9f85f85666eba7e23fefea661160863b74154d
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- components-utils-flush -- Flush javascript queue and response -- Copyright (C) 2011 Stephane Carrez -- Written by Stephane Carrez ([email protected]) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. ----------------------------------------------------------------------- with ASF.Contexts.Writer; package body ASF.Components.Utils.Flush is -- ------------------------------ -- Flush the javascript queue -- ------------------------------ overriding procedure Encode_Begin (UI : in UIFlush; Context : in out ASF.Contexts.Faces.Faces_Context'Class) is Writer : constant ASF.Contexts.Writer.Response_Writer_Access := Context.Get_Response_Writer; begin if UI.Get_Attribute (Name => "response", Context => Context, Default => False) then Writer.Write_Scripts; else Writer.Flush; end if; end Encode_Begin; end ASF.Components.Utils.Flush;
40.775
99
0.572042
06fa38cdc2798a93e158719610d6eced837feead
1,116
adb
Ada
Read Only/gdb-6.8/gdb/testsuite/gdb.ada/catch_ex/foo.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-6.8/gdb/testsuite/gdb.ada/catch_ex/foo.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-6.8/gdb/testsuite/gdb.ada/catch_ex/foo.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
-- Copyright 2007, 2008 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <http://www.gnu.org/licenses/>. procedure Foo is begin begin raise Constraint_Error; -- SPOT1 exception when others => null; end; begin raise Program_Error; -- SPOT2 exception when others => null; end; begin pragma Assert (False); -- SPOT3 null; exception when others => null; end; raise Constraint_Error; -- SPOT4 end Foo;
25.363636
73
0.669355
4d0a49cbfa8ae437750aac82a9474bef5d9f7ebb
15,798
adb
Ada
llvm-gcc-4.2-2.9/gcc/ada/g-catiio.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
1
2016-04-09T02:58:13.000Z
2016-04-09T02:58:13.000Z
llvm-gcc-4.2-2.9/gcc/ada/g-catiio.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/g-catiio.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- G N A T . C A L E N D A R . T I M E _ I O -- -- -- -- B o d y -- -- -- -- Copyright (C) 1999-2006, AdaCore -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- -- apply solely to the contents of the part following the private keyword. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING. If not, write -- -- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, -- -- Boston, MA 02110-1301, USA. -- -- -- -- As a special exception, if other files instantiate generics from this -- -- unit, or you link this unit with other files to produce an executable, -- -- this unit does not by itself cause the resulting executable to be -- -- covered by the GNU General Public License. This exception does not -- -- however invalidate any other reasons why the executable file might be -- -- covered by the GNU Public License. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ with Ada.Calendar; use Ada.Calendar; with Ada.Characters.Handling; with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; with Ada.Text_IO; package body GNAT.Calendar.Time_IO is type Month_Name is (January, February, March, April, May, June, July, August, September, October, November, December); type Padding_Mode is (None, Zero, Space); type Sec_Number is mod 2 ** 64; -- Type used to compute the number of seconds since 01/01/1970. A 32 bit -- number will cover only a period of 136 years. This means that for date -- past 2106 the computation is not possible. A 64 bits number should be -- enough for a very large period of time. ----------------------- -- Local Subprograms -- ----------------------- function Am_Pm (H : Natural) return String; -- Return AM or PM depending on the hour H function Hour_12 (H : Natural) return Positive; -- Convert a 1-24h format to a 0-12 hour format function Image (Str : String; Length : Natural := 0) return String; -- Return Str capitalized and cut to length number of characters. If -- length is set to 0 it does not cut it. function Image (N : Sec_Number; Padding : Padding_Mode := Zero; Length : Natural := 0) return String; -- Return image of N. This number is eventually padded with zeros or spaces -- depending of the length required. If length is 0 then no padding occurs. function Image (N : Natural; Padding : Padding_Mode := Zero; Length : Natural := 0) return String; -- As above with N provided in Integer format ----------- -- Am_Pm -- ----------- function Am_Pm (H : Natural) return String is begin if H = 0 or else H > 12 then return "PM"; else return "AM"; end if; end Am_Pm; ------------- -- Hour_12 -- ------------- function Hour_12 (H : Natural) return Positive is begin if H = 0 then return 12; elsif H <= 12 then return H; else -- H > 12 return H - 12; end if; end Hour_12; ----------- -- Image -- ----------- function Image (Str : String; Length : Natural := 0) return String is use Ada.Characters.Handling; Local : constant String := To_Upper (Str (1)) & To_Lower (Str (2 .. Str'Last)); begin if Length = 0 then return Local; else return Local (1 .. Length); end if; end Image; ----------- -- Image -- ----------- function Image (N : Natural; Padding : Padding_Mode := Zero; Length : Natural := 0) return String is begin return Image (Sec_Number (N), Padding, Length); end Image; function Image (N : Sec_Number; Padding : Padding_Mode := Zero; Length : Natural := 0) return String is function Pad_Char return String; -------------- -- Pad_Char -- -------------- function Pad_Char return String is begin case Padding is when None => return ""; when Zero => return "00"; when Space => return " "; end case; end Pad_Char; NI : constant String := Sec_Number'Image (N); NIP : constant String := Pad_Char & NI (2 .. NI'Last); -- Start of processing for Image begin if Length = 0 or else Padding = None then return NI (2 .. NI'Last); else return NIP (NIP'Last - Length + 1 .. NIP'Last); end if; end Image; ----------- -- Image -- ----------- function Image (Date : Ada.Calendar.Time; Picture : Picture_String) return String is Padding : Padding_Mode := Zero; -- Padding is set for one directive Result : Unbounded_String; Year : Year_Number; Month : Month_Number; Day : Day_Number; Hour : Hour_Number; Minute : Minute_Number; Second : Second_Number; Sub_Second : Second_Duration; P : Positive := Picture'First; begin Split (Date, Year, Month, Day, Hour, Minute, Second, Sub_Second); loop -- A directive has the following format "%[-_]." if Picture (P) = '%' then Padding := Zero; if P = Picture'Last then raise Picture_Error; end if; -- Check for GNU extension to change the padding if Picture (P + 1) = '-' then Padding := None; P := P + 1; elsif Picture (P + 1) = '_' then Padding := Space; P := P + 1; end if; if P = Picture'Last then raise Picture_Error; end if; case Picture (P + 1) is -- Literal % when '%' => Result := Result & '%'; -- A newline when 'n' => Result := Result & ASCII.LF; -- A horizontal tab when 't' => Result := Result & ASCII.HT; -- Hour (00..23) when 'H' => Result := Result & Image (Hour, Padding, 2); -- Hour (01..12) when 'I' => Result := Result & Image (Hour_12 (Hour), Padding, 2); -- Hour ( 0..23) when 'k' => Result := Result & Image (Hour, Space, 2); -- Hour ( 1..12) when 'l' => Result := Result & Image (Hour_12 (Hour), Space, 2); -- Minute (00..59) when 'M' => Result := Result & Image (Minute, Padding, 2); -- AM/PM when 'p' => Result := Result & Am_Pm (Hour); -- Time, 12-hour (hh:mm:ss [AP]M) when 'r' => Result := Result & Image (Hour_12 (Hour), Padding, Length => 2) & ':' & Image (Minute, Padding, Length => 2) & ':' & Image (Second, Padding, Length => 2) & ' ' & Am_Pm (Hour); -- Seconds since 1970-01-01 00:00:00 UTC -- (a nonstandard extension) when 's' => declare Sec : constant Sec_Number := Sec_Number (Julian_Day (Year, Month, Day) - Julian_Day (1970, 1, 1)) * 86_400 + Sec_Number (Hour) * 3_600 + Sec_Number (Minute) * 60 + Sec_Number (Second); begin Result := Result & Image (Sec, None); end; -- Second (00..59) when 'S' => Result := Result & Image (Second, Padding, Length => 2); -- Milliseconds (3 digits) -- Microseconds (6 digits) -- Nanoseconds (9 digits) when 'i' | 'e' | 'o' => declare Sub_Sec : constant Long_Integer := Long_Integer (Sub_Second * 1_000_000_000); Img1 : constant String := Sub_Sec'Img; Img2 : constant String := "00000000" & Img1 (Img1'First + 1 .. Img1'Last); Nanos : constant String := Img2 (Img2'Last - 8 .. Img2'Last); begin case Picture (P + 1) is when 'i' => Result := Result & Nanos (Nanos'First .. Nanos'First + 2); when 'e' => Result := Result & Nanos (Nanos'First .. Nanos'First + 5); when 'o' => Result := Result & Nanos; when others => null; end case; end; -- Time, 24-hour (hh:mm:ss) when 'T' => Result := Result & Image (Hour, Padding, Length => 2) & ':' & Image (Minute, Padding, Length => 2) & ':' & Image (Second, Padding, Length => 2); -- Locale's abbreviated weekday name (Sun..Sat) when 'a' => Result := Result & Image (Day_Name'Image (Day_Of_Week (Date)), 3); -- Locale's full weekday name, variable length -- (Sunday..Saturday) when 'A' => Result := Result & Image (Day_Name'Image (Day_Of_Week (Date))); -- Locale's abbreviated month name (Jan..Dec) when 'b' | 'h' => Result := Result & Image (Month_Name'Image (Month_Name'Val (Month - 1)), 3); -- Locale's full month name, variable length -- (January..December) when 'B' => Result := Result & Image (Month_Name'Image (Month_Name'Val (Month - 1))); -- Locale's date and time (Sat Nov 04 12:02:33 EST 1989) when 'c' => case Padding is when Zero => Result := Result & Image (Date, "%a %b %d %T %Y"); when Space => Result := Result & Image (Date, "%a %b %_d %_T %Y"); when None => Result := Result & Image (Date, "%a %b %-d %-T %Y"); end case; -- Day of month (01..31) when 'd' => Result := Result & Image (Day, Padding, 2); -- Date (mm/dd/yy) when 'D' | 'x' => Result := Result & Image (Month, Padding, 2) & '/' & Image (Day, Padding, 2) & '/' & Image (Year, Padding, 2); -- Day of year (001..366) when 'j' => Result := Result & Image (Day_In_Year (Date), Padding, 3); -- Month (01..12) when 'm' => Result := Result & Image (Month, Padding, 2); -- Week number of year with Sunday as first day of week -- (00..53) when 'U' => declare Offset : constant Natural := (Julian_Day (Year, 1, 1) + 1) mod 7; Week : constant Natural := 1 + ((Day_In_Year (Date) - 1) + Offset) / 7; begin Result := Result & Image (Week, Padding, 2); end; -- Day of week (0..6) with 0 corresponding to Sunday when 'w' => declare DOW : Natural range 0 .. 6; begin if Day_Of_Week (Date) = Sunday then DOW := 0; else DOW := Day_Name'Pos (Day_Of_Week (Date)); end if; Result := Result & Image (DOW, Length => 1); end; -- Week number of year with Monday as first day of week -- (00..53) when 'W' => Result := Result & Image (Week_In_Year (Date), Padding, 2); -- Last two digits of year (00..99) when 'y' => declare Y : constant Natural := Year - (Year / 100) * 100; begin Result := Result & Image (Y, Padding, 2); end; -- Year (1970...) when 'Y' => Result := Result & Image (Year, None, 4); when others => raise Picture_Error; end case; P := P + 2; else Result := Result & Picture (P); P := P + 1; end if; exit when P > Picture'Last; end loop; return To_String (Result); end Image; -------------- -- Put_Time -- -------------- procedure Put_Time (Date : Ada.Calendar.Time; Picture : Picture_String) is begin Ada.Text_IO.Put (Image (Date, Picture)); end Put_Time; end GNAT.Calendar.Time_IO;
31.659319
79
0.422522
2fb71f9b1357bfa7638e9968d3c8d596d1039c98
8,994
adb
Ada
source/oasis/program-element_iterators.adb
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/oasis/program-element_iterators.adb
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/oasis/program-element_iterators.adb
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
1
2019-10-16T09:05:27.000Z
2019-10-16T09:05:27.000Z
-- SPDX-FileCopyrightText: 2019-2020 Max Reznik <[email protected]> -- -- SPDX-License-Identifier: MIT ------------------------------------------------------------- with Program.Element_Vectors; package body Program.Element_Iterators is package Internal is function Get (Parent : Program.Elements.Element_Access) return access constant Getter_Array; end Internal; generic type Element is limited interface and Program.Elements.Element; type Child is limited interface and Program.Elements.Element; type Child_Access is access all Child'Class; with function Get_Child (Self : Element) return Child_Access is abstract; function Generic_Child (Self : not null Program.Elements.Element_Access) return Program.Elements.Element_Access; generic type Parent is limited interface and Program.Elements.Element; type Vector is limited interface and Program.Element_Vectors.Element_Vector; type Vector_Access is access all Vector'Class; with function Get_Vector (Self : Parent) return Vector_Access is abstract; function Generic_Vector (Self : not null Program.Elements.Element_Access) return Program.Element_Vectors.Element_Vector_Access; ------------- -- Cursors -- ------------- package body Cursors is ------------- -- Element -- ------------- function Element (Self : Child_Cursor) return Program.Elements.Element_Access is begin return Self.Element; end Element; ----------------- -- Has_Element -- ----------------- function Has_Element (Self : Child_Cursor) return Boolean is begin return Self.Element.Assigned; end Has_Element; --------------------------- -- Has_Enclosing_Element -- --------------------------- function Has_Enclosing_Element (Self : Enclosing_Element_Cursor) return Boolean is begin return Self.Element.Assigned; end Has_Enclosing_Element; ----------- -- Index -- ----------- function Index (Self : Child_Cursor) return Positive is begin return Self.Item_Index; end Index; ----------- -- Total -- ----------- function Total (Self : Child_Cursor) return Positive is begin return Self.Total_Items; end Total; -------------- -- Property -- -------------- function Property (Self : Child_Cursor) return Property_Name is begin return Self.Property; end Property; package body Internal is procedure Step (Self : Child_Iterator'Class; Cursor : in out Child_Cursor; Reset : Boolean) is Vector : Program.Element_Vectors.Element_Vector_Access; begin if Reset then Cursor.Getter_Index := 1; Cursor.Item_Index := 1; else Cursor.Item_Index := Cursor.Item_Index + 1; end if; Cursor.Element := null; Find_Next_Element : while Cursor.Getter_Index in Self.Getters'Range loop Cursor.Property := Self.Getters (Cursor.Getter_Index).Property; case Self.Getters (Cursor.Getter_Index).Is_Vector is when True => Vector := Self.Getters (Cursor.Getter_Index).Get_Vector (Self.Parent); while Vector not in null and then Cursor.Item_Index <= Vector.Length loop Cursor.Element := Vector.Element (Cursor.Item_Index); exit Find_Next_Element when Check (Cursor, Self.Filter (1 .. Self.Last)); Cursor.Item_Index := Cursor.Item_Index + 1; end loop; when False => if Cursor.Item_Index = 1 then Cursor.Element := Self.Getters (Cursor.Getter_Index).Get_Child (Self.Parent); exit Find_Next_Element when Cursor.Element.Assigned and then Check (Cursor, Self.Filter (1 .. Self.Last)); end if; end case; Cursor.Getter_Index := Cursor.Getter_Index + 1; Cursor.Item_Index := 1; end loop Find_Next_Element; end Step; end Internal; end Cursors; ----------- -- Check -- ----------- function Check (Cursor : Cursors.Child_Cursor; List : Checker_Chain_Array) return Boolean is begin for Item of List loop case Item.Is_Cursor is when True => return Item.Cursor_Filter (Cursor); when False => return Item.Element_Filter (Cursor.Element); end case; end loop; return True; end Check; ----------- -- First -- ----------- overriding function First (Self : Child_Iterator) return Cursors.Child_Cursor is begin return Result : Cursors.Child_Cursor do Cursors.Internal.Step (Self, Result, True); end return; end First; ----------- -- First -- ----------- overriding function First (Self : Enclosing_Element_Iterator) return Cursors.Enclosing_Element_Cursor is begin return (Element => Self.First, Level => 1); end First; -------------------- -- Generic_Vector -- -------------------- function Generic_Vector (Self : not null Program.Elements.Element_Access) return Program.Element_Vectors.Element_Vector_Access is Result : constant Vector_Access := Get_Vector (Parent'Class (Self.all)); begin return Program.Element_Vectors.Element_Vector_Access (Result); end Generic_Vector; ------------------- -- Generic_Child -- ------------------- function Generic_Child (Self : not null Program.Elements.Element_Access) return Program.Elements.Element_Access is Result : constant Child_Access := Get_Child (Element'Class (Self.all)); begin return Program.Elements.Element_Access (Result); end Generic_Child; ---------- -- Next -- ---------- overriding function Next (Self : Enclosing_Element_Iterator; Position : Cursors.Enclosing_Element_Cursor) return Cursors.Enclosing_Element_Cursor is pragma Unreferenced (Self); begin return (Element => Position.Element.Enclosing_Element, Level => Position.Level + 1); end Next; ---------- -- Next -- ---------- overriding function Next (Self : Child_Iterator; Position : Cursors.Child_Cursor) return Cursors.Child_Cursor is begin return Result : Cursors.Child_Cursor := Position do Cursors.Internal.Step (Self, Result, False); end return; end Next; ------------- -- Only_If -- ------------- function Only_If (Parent : Child_Iterator; Filter : not null Cursor_Checker) return Child_Iterator is begin return Result : Child_Iterator := (Parent.Parent, Parent.Getters, Parent.Filter, Parent.Last + 1) do Result.Filter (Result.Last) := (True, Filter); end return; end Only_If; ------------- -- Only_If -- ------------- function Only_If (Parent : Child_Iterator; Filter : not null Element_Checker) return Child_Iterator is begin return Result : Child_Iterator := (Parent.Parent, Parent.Getters, Parent.Filter, Parent.Last + 1) do Result.Filter (Result.Last) := (False, Filter); end return; end Only_If; ----------------------- -- To_Child_Iterator -- ----------------------- function To_Child_Iterator (Parent : not null Program.Elements.Element_Access; Filter : Element_Checker := null) return Child_Iterator is begin return Result : Child_Iterator := (Parent => Parent, Getters => Internal.Get (Parent), Last => 0, Filter => <>) do if Filter /= null then Result.Filter (1) := (False, Filter); Result.Last := 1; end if; end return; end To_Child_Iterator; ----------------------------------- -- To_Enclosing_Element_Iterator -- ----------------------------------- function To_Enclosing_Element_Iterator (Parent : not null Program.Elements.Element_Access) return Enclosing_Element_Iterator is begin return Enclosing_Element_Iterator'(First => Parent); end To_Enclosing_Element_Iterator; package body Internal is separate; end Program.Element_Iterators;
27.504587
79
0.552924
1d9048951c38b2a6da7bc1b44b742fce70225de1
6,952
adb
Ada
tools-src/gnu/gcc/gcc/ada/a-reatim.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
80
2015-01-02T10:14:04.000Z
2021-06-07T06:29:49.000Z
tools-src/gnu/gcc/gcc/ada/a-reatim.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
9
2015-05-14T11:03:12.000Z
2018-01-04T07:12:58.000Z
tools-src/gnu/gcc/gcc/ada/a-reatim.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
------------------------------------------------------------------------------ -- -- -- GNU ADA RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- A D A . R E A L _ T I M E -- -- -- -- B o d y -- -- -- -- $Revision$ -- -- -- Copyright (C) 1991-2001, Florida State University -- -- -- -- GNARL is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNARL is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNARL; see file COPYING. If not, write -- -- to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, -- -- MA 02111-1307, USA. -- -- -- -- As a special exception, if other files instantiate generics from this -- -- unit, or you link this unit with other files to produce an executable, -- -- this unit does not by itself cause the resulting executable to be -- -- covered by the GNU General Public License. This exception does not -- -- however invalidate any other reasons why the executable file might be -- -- covered by the GNU Public License. -- -- -- -- GNARL was developed by the GNARL team at Florida State University. It is -- -- now maintained by Ada Core Technologies Inc. in cooperation with Florida -- -- State University (http://www.gnat.com). -- -- -- ------------------------------------------------------------------------------ with System.Task_Primitives.Operations; -- used for Monotonic_Clock package body Ada.Real_Time is --------- -- "*" -- --------- -- Note that Constraint_Error may be propagated function "*" (Left : Time_Span; Right : Integer) return Time_Span is begin return Time_Span (Duration (Left) * Right); end "*"; function "*" (Left : Integer; Right : Time_Span) return Time_Span is begin return Time_Span (Left * Duration (Right)); end "*"; --------- -- "+" -- --------- -- Note that Constraint_Error may be propagated function "+" (Left : Time; Right : Time_Span) return Time is begin return Time (Duration (Left) + Duration (Right)); end "+"; function "+" (Left : Time_Span; Right : Time) return Time is begin return Time (Duration (Left) + Duration (Right)); end "+"; function "+" (Left, Right : Time_Span) return Time_Span is begin return Time_Span (Duration (Left) + Duration (Right)); end "+"; --------- -- "-" -- --------- -- Note that Constraint_Error may be propagated function "-" (Left : Time; Right : Time_Span) return Time is begin return Time (Duration (Left) - Duration (Right)); end "-"; function "-" (Left, Right : Time) return Time_Span is begin return Time_Span (Duration (Left) - Duration (Right)); end "-"; function "-" (Left, Right : Time_Span) return Time_Span is begin return Time_Span (Duration (Left) - Duration (Right)); end "-"; function "-" (Right : Time_Span) return Time_Span is begin return Time_Span_Zero - Right; end "-"; --------- -- "/" -- --------- -- Note that Constraint_Error may be propagated function "/" (Left, Right : Time_Span) return Integer is begin return Integer (Duration (Left) / Duration (Right)); end "/"; function "/" (Left : Time_Span; Right : Integer) return Time_Span is begin return Time_Span (Duration (Left) / Right); end "/"; ----------- -- Clock -- ----------- function Clock return Time is begin return Time (System.Task_Primitives.Operations.Monotonic_Clock); end Clock; ------------------ -- Microseconds -- ------------------ function Microseconds (US : Integer) return Time_Span is begin return Time_Span_Unit * US * 1_000; end Microseconds; ------------------ -- Milliseconds -- ------------------ function Milliseconds (MS : Integer) return Time_Span is begin return Time_Span_Unit * MS * 1_000_000; end Milliseconds; ----------------- -- Nanoseconds -- ----------------- function Nanoseconds (NS : Integer) return Time_Span is begin return Time_Span_Unit * NS; end Nanoseconds; ----------- -- Split -- ----------- procedure Split (T : Time; SC : out Seconds_Count; TS : out Time_Span) is T_Val : Time; begin -- Special-case for Time_First, whose absolute value is anomalous, -- courtesy of two's complement. if T = Time_First then T_Val := abs (Time_Last); else T_Val := abs (T); end if; -- Extract the integer part of T, truncating towards zero. if T_Val < 0.5 then SC := 0; else SC := Seconds_Count (Time_Span' (T_Val - 0.5)); end if; if T < 0.0 then SC := -SC; end if; -- If original time is negative, need to truncate towards negative -- infinity, to make TS non-negative, as per ARM. if Time (SC) > T then SC := SC - 1; end if; TS := T - Time (SC); end Split; ------------- -- Time_Of -- ------------- function Time_Of (SC : Seconds_Count; TS : Time_Span) return Time is begin return Time (SC) + TS; end Time_Of; ----------------- -- To_Duration -- ----------------- function To_Duration (TS : Time_Span) return Duration is begin return Duration (TS); end To_Duration; ------------------ -- To_Time_Span -- ------------------ function To_Time_Span (D : Duration) return Time_Span is begin return Time_Span (D); end To_Time_Span; end Ada.Real_Time;
31.035714
78
0.491657
31b945a7ea0f4dc9288de2c471ca7d2b252fe64d
983
adb
Ada
dft.adb
adrianhoe/adadft
e01c3b9d4cc35ad884d0843d4164c89de0678800
[ "MIT" ]
null
null
null
dft.adb
adrianhoe/adadft
e01c3b9d4cc35ad884d0843d4164c89de0678800
[ "MIT" ]
null
null
null
dft.adb
adrianhoe/adadft
e01c3b9d4cc35ad884d0843d4164c89de0678800
[ "MIT" ]
null
null
null
-------------------------------------------------------------------------------- -- * Body name dft.adb -- * Project name dfttest -- * -- * Version 1.0 -- * Last update 11/9/08 -- * -- * Created by Adrian Hoe on 11/9/08. -- * Copyright (c) 2008 AdaStar Informatics http://adastarinformatics.com -- * All rights reserved. -- * -------------------------------------------------------------------------------- package body Dft is procedure Compute (Input : in Value_Vector; Output : out Complex_Vector) is Q : constant Value_Type := 2.0 * Pi / Value_Type (Input'Length); G : Value_Type; Sum : Complex; begin for K in Output'Range loop Sum := ( Re => 0.0, Im => 0.0 ); for L in Input'Range loop G := Value_Type ((K - 1) * (L - 1)) * Q; Sum := Sum + Input (L) * (Cos (G), -Sin (G)); end loop; Output (K) := Sum; end loop; end Compute; end Dft;
23.404762
80
0.436419
4dd5be50b75668faa2968e9ddb8c669752df6798
11,598
ads
Ada
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/g-forstr.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/g-forstr.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/g-forstr.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- G N A T . F O R M A T T E D _ S T R I N G -- -- -- -- S p e c -- -- -- -- Copyright (C) 2014-2019, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- This package add support for formatted string as supported by C printf() -- A simple usage is: -- -- Put_Line (-(+"%s" & "a string")); -- -- or with a constant for the format: -- -- declare -- Format : constant Formatted_String := +"%s"; -- begin -- Put_Line (-(Format & "a string")); -- end; -- -- Finally a more complex example: -- -- declare -- F : Formatted_String := +"['%c' ; %10d]"; -- C : Character := 'v'; -- I : Integer := 98; -- begin -- F := F & C & I; -- Put_Line (-F); -- end; -- Which will display: -- ['v' ; 98] -- Each format specifier is: %[flags][width][.precision][length]specifier -- Specifiers: -- d or i Signed decimal integer -- u Unsigned decimal integer -- o Unsigned octal -- x Unsigned hexadecimal integer -- X Unsigned hexadecimal integer (uppercase) -- f Decimal floating point, lowercase -- F Decimal floating point, uppercase -- e Scientific notation (mantissa/exponent), lowercase -- E Scientific notation (mantissa/exponent), uppercase -- g Use the shortest representation: %e or %f -- G Use the shortest representation: %E or %F -- c Character -- s String of characters -- p Pointer address -- % A % followed by another % character will write a single % -- Flags: -- - Left-justify within the given field width; -- Right justification is the default. -- + Forces to preceed the result with a plus or minus sign (+ or -) -- even for positive numbers. By default, only negative numbers -- are preceded with a - sign. -- (space) If no sign is going to be written, a blank space is inserted -- before the value. -- # Used with o, x or X specifiers the value is preceeded with -- 0, 0x or 0X respectively for values different than zero. -- Used with a, A, e, E, f, F, g or G it forces the written -- output to contain a decimal point even if no more digits -- follow. By default, if no digits follow, no decimal point is -- written. -- ~ As above, but using Ada style based <base>#<number># -- 0 Left-pads the number with zeroes (0) instead of spaces when -- padding is specified. -- Width: -- number Minimum number of characters to be printed. If the value to -- be printed is shorter than this number, the result is padded -- with blank spaces. The value is not truncated even if the -- result is larger. -- * The width is not specified in the format string, but as an -- additional integer value argument preceding the argument that -- has to be formatted. -- Precision: -- number For integer specifiers (d, i, o, u, x, X): precision specifies -- the minimum number of digits to be written. If the value to be -- written is shorter than this number, the result is padded with -- leading zeros. The value is not truncated even if the result -- is longer. A precision of 0 means that no character is written -- for the value 0. -- For e, E, f and F specifiers: this is the number of digits to -- be printed after the decimal point (by default, this is 6). -- For g and G specifiers: This is the maximum number of -- significant digits to be printed. -- For s: this is the maximum number of characters to be printed. -- By default all characters are printed until the ending null -- character is encountered. -- If the period is specified without an explicit value for -- precision, 0 is assumed. -- .* The precision is not specified in the format string, but as an -- additional integer value argument preceding the argument that -- has to be formatted. with Ada.Text_IO; with System; private with Ada.Finalization; private with Ada.Strings.Unbounded; package GNAT.Formatted_String is use Ada; type Formatted_String (<>) is private; -- A format string as defined for printf routine. This string is the -- actual format for all the parameters added with the "&" routines below. -- Note that a Formatted_String object can't be reused as it serves as -- recipient for the final result. That is, each use of "&" will build -- incrementally the final result string which can be retrieved with -- the "-" routine below. Format_Error : exception; -- Raised for every mismatch between the parameter and the expected format -- and for malformed format. function "+" (Format : String) return Formatted_String; -- Create the format string function "-" (Format : Formatted_String) return String; -- Get the result of the formatted string corresponding to the current -- rendering (up to the last parameter formated). function "&" (Format : Formatted_String; Var : Character) return Formatted_String; -- A character, expect a %c function "&" (Format : Formatted_String; Var : String) return Formatted_String; -- A string, expect a %s function "&" (Format : Formatted_String; Var : Boolean) return Formatted_String; -- A boolean image, expect a %s function "&" (Format : Formatted_String; Var : Integer) return Formatted_String; -- An integer, expect a %d, %o, %x, %X function "&" (Format : Formatted_String; Var : Long_Integer) return Formatted_String; -- As above function "&" (Format : Formatted_String; Var : System.Address) return Formatted_String; -- An address, expect a %p function "&" (Format : Formatted_String; Var : Float) return Formatted_String; -- A float, expect %f, %e, %F, %E, %g, %G function "&" (Format : Formatted_String; Var : Long_Float) return Formatted_String; -- As above function "&" (Format : Formatted_String; Var : Duration) return Formatted_String; -- As above -- Some generics generic type Int is range <>; with procedure Put (To : out String; Item : Int; Base : Text_IO.Number_Base); function Int_Format (Format : Formatted_String; Var : Int) return Formatted_String; -- As for Integer above generic type Int is mod <>; with procedure Put (To : out String; Item : Int; Base : Text_IO.Number_Base); function Mod_Format (Format : Formatted_String; Var : Int) return Formatted_String; -- As for Integer above generic type Flt is digits <>; with procedure Put (To : out String; Item : Flt; Aft : Text_IO.Field; Exp : Text_IO.Field); function Flt_Format (Format : Formatted_String; Var : Flt) return Formatted_String; -- As for Float above generic type Flt is delta <>; with procedure Put (To : out String; Item : Flt; Aft : Text_IO.Field; Exp : Text_IO.Field); function Fixed_Format (Format : Formatted_String; Var : Flt) return Formatted_String; -- As for Float above generic type Flt is delta <> digits <>; with procedure Put (To : out String; Item : Flt; Aft : Text_IO.Field; Exp : Text_IO.Field); function Decimal_Format (Format : Formatted_String; Var : Flt) return Formatted_String; -- As for Float above generic type Enum is (<>); function Enum_Format (Format : Formatted_String; Var : Enum) return Formatted_String; -- As for String above, output the string representation of the enumeration private use Ada.Strings.Unbounded; type I_Vars is array (Positive range 1 .. 2) of Integer; -- Used to keep 2 numbers for the possible * for the width and precision type Data (Size : Natural) is record Ref_Count : Natural := 1; Index : Positive := 1; -- format index for next value Result : Unbounded_String; -- current value Current : Natural; -- the current format number Stored_Value : Natural := 0; -- number of stored values in Stack Stack : I_Vars; Format : String (1 .. Size); -- the format string end record; type Data_Access is access Data; -- The formatted string record is controlled and do not need an initialize -- as it requires an explit initial value. This is given with "+" and -- properly initialize the record at this point. type Formatted_String is new Finalization.Controlled with record D : Data_Access; end record; overriding procedure Adjust (F : in out Formatted_String); overriding procedure Finalize (F : in out Formatted_String); end GNAT.Formatted_String;
37.173077
79
0.555527
0665a8c55406499d846faa4f6464fc56ea1982f4
7,164
ads
Ada
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-statxd.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-statxd.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-statxd.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- S Y S T E M . S T R E A M _ A T T R I B U T E S . X D R -- -- -- -- S p e c -- -- -- -- Copyright (C) 1992-2021, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- -- -- -- -- -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- This package contains alternate implementations of the stream attributes -- for elementary types based on the XDR standard. These are the subprograms -- that are directly accessed by occurrences of the stream attributes where -- the type is elementary. -- It is especially useful for exchanging streams between two different -- systems with different basic type representations and endianness. -- We only provide the subprograms for the standard base types. For user -- defined types, the subprogram for the corresponding root type is called -- with an appropriate conversion. package System.Stream_Attributes.XDR is pragma Preelaborate; pragma Suppress (Accessibility_Check, XDR); -- No need to check accessibility on arguments of subprograms --------------------- -- Input Functions -- --------------------- -- Functions for S'Input attribute. These functions are also used for -- S'Read, with the obvious transformation, since the input operation -- is the same for all elementary types (no bounds or discriminants -- are involved). function I_AD (Stream : not null access RST) return Fat_Pointer; function I_AS (Stream : not null access RST) return Thin_Pointer; function I_B (Stream : not null access RST) return Boolean; function I_C (Stream : not null access RST) return Character; function I_F (Stream : not null access RST) return Float; function I_I (Stream : not null access RST) return Integer; function I_I24 (Stream : not null access RST) return Integer_24; function I_LF (Stream : not null access RST) return Long_Float; function I_LI (Stream : not null access RST) return Long_Integer; function I_LLF (Stream : not null access RST) return Long_Long_Float; function I_LLI (Stream : not null access RST) return Long_Long_Integer; function I_LLU (Stream : not null access RST) return UST.Long_Long_Unsigned; function I_LU (Stream : not null access RST) return UST.Long_Unsigned; function I_SF (Stream : not null access RST) return Short_Float; function I_SI (Stream : not null access RST) return Short_Integer; function I_SSI (Stream : not null access RST) return Short_Short_Integer; function I_SSU (Stream : not null access RST) return UST.Short_Short_Unsigned; function I_SU (Stream : not null access RST) return UST.Short_Unsigned; function I_U (Stream : not null access RST) return UST.Unsigned; function I_U24 (Stream : not null access RST) return Unsigned_24; function I_WC (Stream : not null access RST) return Wide_Character; function I_WWC (Stream : not null access RST) return Wide_Wide_Character; ----------------------- -- Output Procedures -- ----------------------- -- Procedures for S'Write attribute. These procedures are also used for -- 'Output, since for elementary types there is no difference between -- 'Write and 'Output because there are no discriminants or bounds to -- be written. procedure W_AD (Stream : not null access RST; Item : Fat_Pointer); procedure W_AS (Stream : not null access RST; Item : Thin_Pointer); procedure W_B (Stream : not null access RST; Item : Boolean); procedure W_C (Stream : not null access RST; Item : Character); procedure W_F (Stream : not null access RST; Item : Float); procedure W_I (Stream : not null access RST; Item : Integer); procedure W_I24 (Stream : not null access RST; Item : Integer_24); procedure W_LF (Stream : not null access RST; Item : Long_Float); procedure W_LI (Stream : not null access RST; Item : Long_Integer); procedure W_LLF (Stream : not null access RST; Item : Long_Long_Float); procedure W_LLI (Stream : not null access RST; Item : Long_Long_Integer); procedure W_LLU (Stream : not null access RST; Item : UST.Long_Long_Unsigned); procedure W_LU (Stream : not null access RST; Item : UST.Long_Unsigned); procedure W_SF (Stream : not null access RST; Item : Short_Float); procedure W_SI (Stream : not null access RST; Item : Short_Integer); procedure W_SSI (Stream : not null access RST; Item : Short_Short_Integer); procedure W_SSU (Stream : not null access RST; Item : UST.Short_Short_Unsigned); procedure W_SU (Stream : not null access RST; Item : UST.Short_Unsigned); procedure W_U (Stream : not null access RST; Item : UST.Unsigned); procedure W_U24 (Stream : not null access RST; Item : Unsigned_24); procedure W_WC (Stream : not null access RST; Item : Wide_Character); procedure W_WWC (Stream : not null access RST; Item : Wide_Wide_Character); end System.Stream_Attributes.XDR;
60.711864
79
0.565047
4d0aa3a5e92ec965f3d071a252ab917f884bc6b8
3,384
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/s-widlli.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/ada/s-widlli.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/s-widlli.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- S Y S T E M . W I D _ L L I -- -- -- -- B o d y -- -- -- -- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ package body System.Wid_LLI is ----------------------------- -- Width_Long_Long_Integer -- ----------------------------- function Width_Long_Long_Integer (Lo, Hi : Long_Long_Integer) return Natural is W : Natural; T : Long_Long_Integer; begin if Lo > Hi then return 0; else -- Minimum value is 2, one for sign, one for digit W := 2; -- Get max of absolute values, but avoid bomb if we have the maximum -- negative number (note that First + 1 has same digits as First) T := Long_Long_Integer'Max ( abs (Long_Long_Integer'Max (Lo, Long_Long_Integer'First + 1)), abs (Long_Long_Integer'Max (Hi, Long_Long_Integer'First + 1))); -- Increase value if more digits required while T >= 10 loop T := T / 10; W := W + 1; end loop; return W; end if; end Width_Long_Long_Integer; end System.Wid_LLI;
45.72973
79
0.413712
2f8bd533723992e4b6855e2a8e320776d9be2eec
158,719
adb
Ada
HLS/lab3/dct.prj/solution7/.autopilot/db/Loop_Col_DCT_Loop_pr.sched.adb
lfVelez/ISPR
840f41c2053a48642a7b287feecfea79c6f389b3
[ "MIT" ]
1
2021-03-03T16:53:52.000Z
2021-03-03T16:53:52.000Z
HLS/lab3/dct.prj/solution7/.autopilot/db/Loop_Col_DCT_Loop_pr.sched.adb
lfVelez/ISPR
840f41c2053a48642a7b287feecfea79c6f389b3
[ "MIT" ]
null
null
null
HLS/lab3/dct.prj/solution7/.autopilot/db/Loop_Col_DCT_Loop_pr.sched.adb
lfVelez/ISPR
840f41c2053a48642a7b287feecfea79c6f389b3
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="14"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName></userIPName> <cdfg class_id="1" tracking_level="1" version="0" object_id="_0"> <name>Loop_Col_DCT_Loop_pr</name> <ret_bitwidth>0</ret_bitwidth> <ports class_id="2" tracking_level="0" version="0"> <count>2</count> <item_version>0</item_version> <item class_id="3" tracking_level="1" version="0" object_id="_1"> <Value class_id="4" tracking_level="0" version="0"> <Obj class_id="5" tracking_level="0" version="0"> <type>1</type> <id>1</id> <name>col_inbuf</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo class_id="6" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>src</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>128</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>8</array_size> <bit_vecs class_id="7" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_2"> <Value> <Obj> <type>1</type> <id>2</id> <name>col_outbuf_i</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>dst</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>16</bitwidth> </Value> <direction>1</direction> <if_type>1</if_type> <array_size>64</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> </ports> <nodes class_id="8" tracking_level="0" version="0"> <count>75</count> <item_version>0</item_version> <item class_id="9" tracking_level="1" version="0" object_id="_3"> <Value> <Obj> <type>0</type> <id>4</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>93</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_4"> <Value> <Obj> <type>0</type> <id>6</id> <name>i_2_i</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>i</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>96</item> <item>97</item> <item>98</item> <item>99</item> </oprand_edges> <opcode>phi</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_5"> <Value> <Obj> <type>0</type> <id>7</id> <name>tmp_2</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>43</lineNumber> <contextFuncName>dct_2d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item class_id="11" tracking_level="0" version="0"> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second class_id="12" tracking_level="0" version="0"> <count>2</count> <item_version>0</item_version> <item class_id="13" tracking_level="0" version="0"> <first class_id="14" tracking_level="0" version="0"> <first>dct.c</first> <second>dct</second> </first> <second>87</second> </item> <item> <first> <first>dct.c</first> <second>dct_2d</second> </first> <second>43</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>100</item> <item>102</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_6"> <Value> <Obj> <type>0</type> <id>8</id> <name>i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>43</lineNumber> <contextFuncName>dct_2d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct</second> </first> <second>87</second> </item> <item> <first> <first>dct.c</first> <second>dct_2d</second> </first> <second>43</second> </item> </second> </item> </inlineStackInfo> <originalName>i</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>103</item> <item>105</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_7"> <Value> <Obj> <type>0</type> <id>9</id> <name></name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>43</lineNumber> <contextFuncName>dct_2d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct</second> </first> <second>87</second> </item> <item> <first> <first>dct.c</first> <second>dct_2d</second> </first> <second>43</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>106</item> <item>107</item> <item>108</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_8"> <Value> <Obj> <type>0</type> <id>13</id> <name>tmp_141_cast_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>43</lineNumber> <contextFuncName>dct_2d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct</second> </first> <second>87</second> </item> <item> <first> <first>dct.c</first> <second>dct_2d</second> </first> <second>43</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>109</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_9"> <Value> <Obj> <type>0</type> <id>14</id> <name>tmp_s</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>43</lineNumber> <contextFuncName>dct_2d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct</second> </first> <second>87</second> </item> <item> <first> <first>dct.c</first> <second>dct_2d</second> </first> <second>43</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>7</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>111</item> <item>112</item> <item>114</item> </oprand_edges> <opcode>bitconcatenate</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_10"> <Value> <Obj> <type>0</type> <id>15</id> <name>tmp_21_cast</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>4</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>4</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>115</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_11"> <Value> <Obj> <type>0</type> <id>16</id> <name>col_inbuf_addr</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>3</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>116</item> <item>118</item> <item>119</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_12"> <Value> <Obj> <type>0</type> <id>17</id> <name></name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>13</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>13</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>120</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_13"> <Value> <Obj> <type>0</type> <id>19</id> <name>k_i</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>k</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>121</item> <item>122</item> <item>123</item> <item>124</item> </oprand_edges> <opcode>phi</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_14"> <Value> <Obj> <type>0</type> <id>20</id> <name>tmp_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>13</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>13</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>125</item> <item>126</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_15"> <Value> <Obj> <type>0</type> <id>21</id> <name>k</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>13</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>13</second> </item> </second> </item> </inlineStackInfo> <originalName>k</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>127</item> <item>128</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_16"> <Value> <Obj> <type>0</type> <id>22</id> <name></name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>13</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>13</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>129</item> <item>130</item> <item>131</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_17"> <Value> <Obj> <type>0</type> <id>28</id> <name>tmp_i_32</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>16</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>16</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>132</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_18"> <Value> <Obj> <type>0</type> <id>29</id> <name>tmp_i_cast</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>19</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>19</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>133</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_19"> <Value> <Obj> <type>0</type> <id>30</id> <name>tmp_6</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>19</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>19</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>134</item> <item>135</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_20"> <Value> <Obj> <type>0</type> <id>31</id> <name>tmp_22_cast</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>19</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>19</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>136</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_21"> <Value> <Obj> <type>0</type> <id>32</id> <name>col_outbuf_i_addr</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>19</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>19</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>137</item> <item>138</item> <item>139</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_22"> <Value> <Obj> <type>0</type> <id>33</id> <name>dct_coeff_table_addr</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>16</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>16</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>3</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>140</item> <item>141</item> <item>142</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_23"> <Value> <Obj> <type>0</type> <id>34</id> <name>dct_coeff_table_load</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>16</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>16</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>127</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>143</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_24"> <Value> <Obj> <type>0</type> <id>35</id> <name>tmp_51</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>16</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>16</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>144</item> </oprand_edges> <opcode>trunc</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_25"> <Value> <Obj> <type>0</type> <id>36</id> <name>coeff_cast_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>145</item> </oprand_edges> <opcode>sext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_26"> <Value> <Obj> <type>0</type> <id>37</id> <name>col_inbuf_load</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>146</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_27"> <Value> <Obj> <type>0</type> <id>38</id> <name>tmp_52</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>147</item> </oprand_edges> <opcode>trunc</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_28"> <Value> <Obj> <type>0</type> <id>39</id> <name>tmp_7_cast_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>148</item> </oprand_edges> <opcode>sext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_29"> <Value> <Obj> <type>0</type> <id>40</id> <name>tmp_8_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>149</item> <item>150</item> </oprand_edges> <opcode>mul</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_30"> <Value> <Obj> <type>0</type> <id>41</id> <name>tmp_10_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>16</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>16</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>152</item> <item>153</item> <item>155</item> <item>157</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_31"> <Value> <Obj> <type>0</type> <id>42</id> <name>coeff_1_cast_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>158</item> </oprand_edges> <opcode>sext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_32"> <Value> <Obj> <type>0</type> <id>43</id> <name>tmp_11_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>160</item> <item>161</item> <item>163</item> <item>165</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_33"> <Value> <Obj> <type>0</type> <id>44</id> <name>tmp_7_1_cast_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>166</item> </oprand_edges> <opcode>sext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_34"> <Value> <Obj> <type>0</type> <id>45</id> <name>tmp_8_1_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>167</item> <item>168</item> </oprand_edges> <opcode>mul</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_35"> <Value> <Obj> <type>0</type> <id>46</id> <name>tmp_12_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>16</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>16</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>169</item> <item>170</item> <item>172</item> <item>174</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_36"> <Value> <Obj> <type>0</type> <id>47</id> <name>coeff_2_cast_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>175</item> </oprand_edges> <opcode>sext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_37"> <Value> <Obj> <type>0</type> <id>48</id> <name>tmp_13_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>176</item> <item>177</item> <item>179</item> <item>181</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_38"> <Value> <Obj> <type>0</type> <id>49</id> <name>tmp_7_2_cast_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>182</item> </oprand_edges> <opcode>sext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_39"> <Value> <Obj> <type>0</type> <id>50</id> <name>tmp_8_2_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>183</item> <item>184</item> </oprand_edges> <opcode>mul</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_40"> <Value> <Obj> <type>0</type> <id>51</id> <name>tmp_15_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>16</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>16</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>185</item> <item>186</item> <item>188</item> <item>190</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_41"> <Value> <Obj> <type>0</type> <id>52</id> <name>coeff_3_cast_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>191</item> </oprand_edges> <opcode>sext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_42"> <Value> <Obj> <type>0</type> <id>53</id> <name>tmp_16_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>192</item> <item>193</item> <item>195</item> <item>197</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_43"> <Value> <Obj> <type>0</type> <id>54</id> <name>tmp_7_3_cast_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>198</item> </oprand_edges> <opcode>sext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_44"> <Value> <Obj> <type>0</type> <id>55</id> <name>tmp_8_3_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>199</item> <item>200</item> </oprand_edges> <opcode>mul</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_45"> <Value> <Obj> <type>0</type> <id>56</id> <name>tmp_17_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>16</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>16</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>201</item> <item>202</item> <item>204</item> <item>206</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_46"> <Value> <Obj> <type>0</type> <id>57</id> <name>coeff_4_cast_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>207</item> </oprand_edges> <opcode>sext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_47"> <Value> <Obj> <type>0</type> <id>58</id> <name>tmp_18_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>208</item> <item>209</item> <item>211</item> <item>213</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_48"> <Value> <Obj> <type>0</type> <id>59</id> <name>tmp_7_4_cast_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>214</item> </oprand_edges> <opcode>sext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_49"> <Value> <Obj> <type>0</type> <id>60</id> <name>tmp_8_4_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>215</item> <item>216</item> </oprand_edges> <opcode>mul</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_50"> <Value> <Obj> <type>0</type> <id>61</id> <name>tmp_19_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>16</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>16</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>217</item> <item>218</item> <item>220</item> <item>222</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_51"> <Value> <Obj> <type>0</type> <id>62</id> <name>coeff_5_cast_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>223</item> </oprand_edges> <opcode>sext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_52"> <Value> <Obj> <type>0</type> <id>63</id> <name>tmp_20_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>224</item> <item>225</item> <item>227</item> <item>229</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_53"> <Value> <Obj> <type>0</type> <id>64</id> <name>tmp_7_5_cast_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>230</item> </oprand_edges> <opcode>sext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_54"> <Value> <Obj> <type>0</type> <id>65</id> <name>tmp_8_5_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>231</item> <item>232</item> </oprand_edges> <opcode>mul</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_55"> <Value> <Obj> <type>0</type> <id>66</id> <name>tmp_21_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>16</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>16</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>233</item> <item>234</item> <item>236</item> <item>238</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_56"> <Value> <Obj> <type>0</type> <id>67</id> <name>coeff_6_cast_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>239</item> </oprand_edges> <opcode>sext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_57"> <Value> <Obj> <type>0</type> <id>68</id> <name>tmp_22_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>240</item> <item>241</item> <item>243</item> <item>245</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_58"> <Value> <Obj> <type>0</type> <id>69</id> <name>tmp_7_6_cast_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>246</item> </oprand_edges> <opcode>sext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_59"> <Value> <Obj> <type>0</type> <id>70</id> <name>tmp_8_6_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>247</item> <item>248</item> </oprand_edges> <opcode>mul</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_60"> <Value> <Obj> <type>0</type> <id>71</id> <name>tmp_3</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>16</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>16</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>15</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>250</item> <item>251</item> <item>253</item> <item>255</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_61"> <Value> <Obj> <type>0</type> <id>72</id> <name>coeff_7_cast_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>256</item> </oprand_edges> <opcode>sext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_62"> <Value> <Obj> <type>0</type> <id>73</id> <name>tmp_24_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>257</item> <item>258</item> <item>260</item> <item>262</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_63"> <Value> <Obj> <type>0</type> <id>74</id> <name>tmp_7_7_cast_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>263</item> </oprand_edges> <opcode>sext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_64"> <Value> <Obj> <type>0</type> <id>75</id> <name>tmp_8_7_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>17</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>17</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>264</item> <item>265</item> </oprand_edges> <opcode>mul</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_65"> <Value> <Obj> <type>0</type> <id>76</id> <name>tmp1</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>19</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>19</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>266</item> <item>267</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_66"> <Value> <Obj> <type>0</type> <id>77</id> <name>tmp2</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>19</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>19</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>268</item> <item>269</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_67"> <Value> <Obj> <type>0</type> <id>78</id> <name>tmp</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>19</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>19</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>270</item> <item>271</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_68"> <Value> <Obj> <type>0</type> <id>79</id> <name>tmp4</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>19</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>19</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>272</item> <item>273</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_69"> <Value> <Obj> <type>0</type> <id>80</id> <name>tmp6</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>19</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>19</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>275</item> <item>276</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_70"> <Value> <Obj> <type>0</type> <id>81</id> <name>tmp5</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>19</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>19</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>277</item> <item>278</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_71"> <Value> <Obj> <type>0</type> <id>82</id> <name>tmp3</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>19</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>19</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>279</item> <item>280</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_72"> <Value> <Obj> <type>0</type> <id>83</id> <name>tmp_3_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>19</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>19</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>281</item> <item>282</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_73"> <Value> <Obj> <type>0</type> <id>84</id> <name>tmp_5_i</name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>19</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>19</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>284</item> <item>285</item> <item>287</item> <item>289</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_74"> <Value> <Obj> <type>0</type> <id>85</id> <name></name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>19</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>19</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>290</item> <item>291</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_75"> <Value> <Obj> <type>0</type> <id>87</id> <name></name> <fileName>dct.c</fileName> <fileDirectory>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</fileDirectory> <lineNumber>13</lineNumber> <contextFuncName>dct_1d</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/lfvelez/Documentos/ISPR/HLS/labsource/labs/lab3</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>dct.c</first> <second>dct_1d</second> </first> <second>13</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>292</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_76"> <Value> <Obj> <type>0</type> <id>89</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>94</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_77"> <Value> <Obj> <type>0</type> <id>91</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>0</count> <item_version>0</item_version> </oprand_edges> <opcode>ret</opcode> <m_Display>0</m_Display> </item> </nodes> <consts class_id="15" tracking_level="0" version="0"> <count>36</count> <item_version>0</item_version> <item class_id="16" tracking_level="1" version="0" object_id="_78"> <Value> <Obj> <type>2</type> <id>95</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_79"> <Value> <Obj> <type>2</type> <id>101</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>8</content> </item> <item class_id_reference="16" object_id="_80"> <Value> <Obj> <type>2</type> <id>104</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_81"> <Value> <Obj> <type>2</type> <id>113</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>3</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_82"> <Value> <Obj> <type>2</type> <id>117</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>64</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_83"> <Value> <Obj> <type>2</type> <id>154</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>16</content> </item> <item class_id_reference="16" object_id="_84"> <Value> <Obj> <type>2</type> <id>156</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>31</content> </item> <item class_id_reference="16" object_id="_85"> <Value> <Obj> <type>2</type> <id>162</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>16</content> </item> <item class_id_reference="16" object_id="_86"> <Value> <Obj> <type>2</type> <id>164</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>31</content> </item> <item class_id_reference="16" object_id="_87"> <Value> <Obj> <type>2</type> <id>171</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>32</content> </item> <item class_id_reference="16" object_id="_88"> <Value> <Obj> <type>2</type> <id>173</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>47</content> </item> <item class_id_reference="16" object_id="_89"> <Value> <Obj> <type>2</type> <id>178</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>32</content> </item> <item class_id_reference="16" object_id="_90"> <Value> <Obj> <type>2</type> <id>180</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>47</content> </item> <item class_id_reference="16" object_id="_91"> <Value> <Obj> <type>2</type> <id>187</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>48</content> </item> <item class_id_reference="16" object_id="_92"> <Value> <Obj> <type>2</type> <id>189</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>63</content> </item> <item class_id_reference="16" object_id="_93"> <Value> <Obj> <type>2</type> <id>194</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>48</content> </item> <item class_id_reference="16" object_id="_94"> <Value> <Obj> <type>2</type> <id>196</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>63</content> </item> <item class_id_reference="16" object_id="_95"> <Value> <Obj> <type>2</type> <id>203</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>64</content> </item> <item class_id_reference="16" object_id="_96"> <Value> <Obj> <type>2</type> <id>205</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>79</content> </item> <item class_id_reference="16" object_id="_97"> <Value> <Obj> <type>2</type> <id>210</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>64</content> </item> <item class_id_reference="16" object_id="_98"> <Value> <Obj> <type>2</type> <id>212</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>79</content> </item> <item class_id_reference="16" object_id="_99"> <Value> <Obj> <type>2</type> <id>219</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>80</content> </item> <item class_id_reference="16" object_id="_100"> <Value> <Obj> <type>2</type> <id>221</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>95</content> </item> <item class_id_reference="16" object_id="_101"> <Value> <Obj> <type>2</type> <id>226</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>80</content> </item> <item class_id_reference="16" object_id="_102"> <Value> <Obj> <type>2</type> <id>228</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>95</content> </item> <item class_id_reference="16" object_id="_103"> <Value> <Obj> <type>2</type> <id>235</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>96</content> </item> <item class_id_reference="16" object_id="_104"> <Value> <Obj> <type>2</type> <id>237</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>111</content> </item> <item class_id_reference="16" object_id="_105"> <Value> <Obj> <type>2</type> <id>242</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>96</content> </item> <item class_id_reference="16" object_id="_106"> <Value> <Obj> <type>2</type> <id>244</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>111</content> </item> <item class_id_reference="16" object_id="_107"> <Value> <Obj> <type>2</type> <id>252</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>112</content> </item> <item class_id_reference="16" object_id="_108"> <Value> <Obj> <type>2</type> <id>254</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>126</content> </item> <item class_id_reference="16" object_id="_109"> <Value> <Obj> <type>2</type> <id>259</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>112</content> </item> <item class_id_reference="16" object_id="_110"> <Value> <Obj> <type>2</type> <id>261</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>127</content> </item> <item class_id_reference="16" object_id="_111"> <Value> <Obj> <type>2</type> <id>274</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>29</bitwidth> </Value> <const_type>0</const_type> <content>4096</content> </item> <item class_id_reference="16" object_id="_112"> <Value> <Obj> <type>2</type> <id>286</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>13</content> </item> <item class_id_reference="16" object_id="_113"> <Value> <Obj> <type>2</type> <id>288</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>28</content> </item> </consts> <blocks class_id="17" tracking_level="0" version="0"> <count>7</count> <item_version>0</item_version> <item class_id="18" tracking_level="1" version="0" object_id="_114"> <Obj> <type>3</type> <id>5</id> <name>newFuncRoot</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>1</count> <item_version>0</item_version> <item>4</item> </node_objs> </item> <item class_id_reference="18" object_id="_115"> <Obj> <type>3</type> <id>10</id> <name>.preheader1.i</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>4</count> <item_version>0</item_version> <item>6</item> <item>7</item> <item>8</item> <item>9</item> </node_objs> </item> <item class_id_reference="18" object_id="_116"> <Obj> <type>3</type> <id>18</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>5</count> <item_version>0</item_version> <item>13</item> <item>14</item> <item>15</item> <item>16</item> <item>17</item> </node_objs> </item> <item class_id_reference="18" object_id="_117"> <Obj> <type>3</type> <id>23</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>4</count> <item_version>0</item_version> <item>19</item> <item>20</item> <item>21</item> <item>22</item> </node_objs> </item> <item class_id_reference="18" object_id="_118"> <Obj> <type>3</type> <id>88</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>59</count> <item_version>0</item_version> <item>28</item> <item>29</item> <item>30</item> <item>31</item> <item>32</item> <item>33</item> <item>34</item> <item>35</item> <item>36</item> <item>37</item> <item>38</item> <item>39</item> <item>40</item> <item>41</item> <item>42</item> <item>43</item> <item>44</item> <item>45</item> <item>46</item> <item>47</item> <item>48</item> <item>49</item> <item>50</item> <item>51</item> <item>52</item> <item>53</item> <item>54</item> <item>55</item> <item>56</item> <item>57</item> <item>58</item> <item>59</item> <item>60</item> <item>61</item> <item>62</item> <item>63</item> <item>64</item> <item>65</item> <item>66</item> <item>67</item> <item>68</item> <item>69</item> <item>70</item> <item>71</item> <item>72</item> <item>73</item> <item>74</item> <item>75</item> <item>76</item> <item>77</item> <item>78</item> <item>79</item> <item>80</item> <item>81</item> <item>82</item> <item>83</item> <item>84</item> <item>85</item> <item>87</item> </node_objs> </item> <item class_id_reference="18" object_id="_119"> <Obj> <type>3</type> <id>90</id> <name>.preheader1.i.loopexit</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>1</count> <item_version>0</item_version> <item>89</item> </node_objs> </item> <item class_id_reference="18" object_id="_120"> <Obj> <type>3</type> <id>92</id> <name>.preheader.i.exitStub</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>1</count> <item_version>0</item_version> <item>91</item> </node_objs> </item> </blocks> <edges class_id="19" tracking_level="0" version="0"> <count>151</count> <item_version>0</item_version> <item class_id="20" tracking_level="1" version="0" object_id="_121"> <id>93</id> <edge_type>2</edge_type> <source_obj>10</source_obj> <sink_obj>4</sink_obj> </item> <item class_id_reference="20" object_id="_122"> <id>94</id> <edge_type>2</edge_type> <source_obj>10</source_obj> <sink_obj>89</sink_obj> </item> <item class_id_reference="20" object_id="_123"> <id>96</id> <edge_type>1</edge_type> <source_obj>95</source_obj> <sink_obj>6</sink_obj> </item> <item class_id_reference="20" object_id="_124"> <id>97</id> <edge_type>2</edge_type> <source_obj>5</source_obj> <sink_obj>6</sink_obj> </item> <item class_id_reference="20" object_id="_125"> <id>98</id> <edge_type>1</edge_type> <source_obj>8</source_obj> <sink_obj>6</sink_obj> </item> <item class_id_reference="20" object_id="_126"> <id>99</id> <edge_type>2</edge_type> <source_obj>90</source_obj> <sink_obj>6</sink_obj> </item> <item class_id_reference="20" object_id="_127"> <id>100</id> <edge_type>1</edge_type> <source_obj>6</source_obj> <sink_obj>7</sink_obj> </item> <item class_id_reference="20" object_id="_128"> <id>102</id> <edge_type>1</edge_type> <source_obj>101</source_obj> <sink_obj>7</sink_obj> </item> <item class_id_reference="20" object_id="_129"> <id>103</id> <edge_type>1</edge_type> <source_obj>6</source_obj> <sink_obj>8</sink_obj> </item> <item class_id_reference="20" object_id="_130"> <id>105</id> <edge_type>1</edge_type> <source_obj>104</source_obj> <sink_obj>8</sink_obj> </item> <item class_id_reference="20" object_id="_131"> <id>106</id> <edge_type>1</edge_type> <source_obj>7</source_obj> <sink_obj>9</sink_obj> </item> <item class_id_reference="20" object_id="_132"> <id>107</id> <edge_type>2</edge_type> <source_obj>18</source_obj> <sink_obj>9</sink_obj> </item> <item class_id_reference="20" object_id="_133"> <id>108</id> <edge_type>2</edge_type> <source_obj>92</source_obj> <sink_obj>9</sink_obj> </item> <item class_id_reference="20" object_id="_134"> <id>109</id> <edge_type>1</edge_type> <source_obj>6</source_obj> <sink_obj>13</sink_obj> </item> <item class_id_reference="20" object_id="_135"> <id>112</id> <edge_type>1</edge_type> <source_obj>6</source_obj> <sink_obj>14</sink_obj> </item> <item class_id_reference="20" object_id="_136"> <id>114</id> <edge_type>1</edge_type> <source_obj>113</source_obj> <sink_obj>14</sink_obj> </item> <item class_id_reference="20" object_id="_137"> <id>115</id> <edge_type>1</edge_type> <source_obj>14</source_obj> <sink_obj>15</sink_obj> </item> <item class_id_reference="20" object_id="_138"> <id>116</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>16</sink_obj> </item> <item class_id_reference="20" object_id="_139"> <id>118</id> <edge_type>1</edge_type> <source_obj>117</source_obj> <sink_obj>16</sink_obj> </item> <item class_id_reference="20" object_id="_140"> <id>119</id> <edge_type>1</edge_type> <source_obj>13</source_obj> <sink_obj>16</sink_obj> </item> <item class_id_reference="20" object_id="_141"> <id>120</id> <edge_type>2</edge_type> <source_obj>23</source_obj> <sink_obj>17</sink_obj> </item> <item class_id_reference="20" object_id="_142"> <id>121</id> <edge_type>1</edge_type> <source_obj>95</source_obj> <sink_obj>19</sink_obj> </item> <item class_id_reference="20" object_id="_143"> <id>122</id> <edge_type>2</edge_type> <source_obj>18</source_obj> <sink_obj>19</sink_obj> </item> <item class_id_reference="20" object_id="_144"> <id>123</id> <edge_type>1</edge_type> <source_obj>21</source_obj> <sink_obj>19</sink_obj> </item> <item class_id_reference="20" object_id="_145"> <id>124</id> <edge_type>2</edge_type> <source_obj>88</source_obj> <sink_obj>19</sink_obj> </item> <item class_id_reference="20" object_id="_146"> <id>125</id> <edge_type>1</edge_type> <source_obj>19</source_obj> <sink_obj>20</sink_obj> </item> <item class_id_reference="20" object_id="_147"> <id>126</id> <edge_type>1</edge_type> <source_obj>101</source_obj> <sink_obj>20</sink_obj> </item> <item class_id_reference="20" object_id="_148"> <id>127</id> <edge_type>1</edge_type> <source_obj>19</source_obj> <sink_obj>21</sink_obj> </item> <item class_id_reference="20" object_id="_149"> <id>128</id> <edge_type>1</edge_type> <source_obj>104</source_obj> <sink_obj>21</sink_obj> </item> <item class_id_reference="20" object_id="_150"> <id>129</id> <edge_type>1</edge_type> <source_obj>20</source_obj> <sink_obj>22</sink_obj> </item> <item class_id_reference="20" object_id="_151"> <id>130</id> <edge_type>2</edge_type> <source_obj>88</source_obj> <sink_obj>22</sink_obj> </item> <item class_id_reference="20" object_id="_152"> <id>131</id> <edge_type>2</edge_type> <source_obj>90</source_obj> <sink_obj>22</sink_obj> </item> <item class_id_reference="20" object_id="_153"> <id>132</id> <edge_type>1</edge_type> <source_obj>19</source_obj> <sink_obj>28</sink_obj> </item> <item class_id_reference="20" object_id="_154"> <id>133</id> <edge_type>1</edge_type> <source_obj>19</source_obj> <sink_obj>29</sink_obj> </item> <item class_id_reference="20" object_id="_155"> <id>134</id> <edge_type>1</edge_type> <source_obj>29</source_obj> <sink_obj>30</sink_obj> </item> <item class_id_reference="20" object_id="_156"> <id>135</id> <edge_type>1</edge_type> <source_obj>15</source_obj> <sink_obj>30</sink_obj> </item> <item class_id_reference="20" object_id="_157"> <id>136</id> <edge_type>1</edge_type> <source_obj>30</source_obj> <sink_obj>31</sink_obj> </item> <item class_id_reference="20" object_id="_158"> <id>137</id> <edge_type>1</edge_type> <source_obj>2</source_obj> <sink_obj>32</sink_obj> </item> <item class_id_reference="20" object_id="_159"> <id>138</id> <edge_type>1</edge_type> <source_obj>117</source_obj> <sink_obj>32</sink_obj> </item> <item class_id_reference="20" object_id="_160"> <id>139</id> <edge_type>1</edge_type> <source_obj>31</source_obj> <sink_obj>32</sink_obj> </item> <item class_id_reference="20" object_id="_161"> <id>140</id> <edge_type>1</edge_type> <source_obj>3</source_obj> <sink_obj>33</sink_obj> </item> <item class_id_reference="20" object_id="_162"> <id>141</id> <edge_type>1</edge_type> <source_obj>117</source_obj> <sink_obj>33</sink_obj> </item> <item class_id_reference="20" object_id="_163"> <id>142</id> <edge_type>1</edge_type> <source_obj>28</source_obj> <sink_obj>33</sink_obj> </item> <item class_id_reference="20" object_id="_164"> <id>143</id> <edge_type>1</edge_type> <source_obj>33</source_obj> <sink_obj>34</sink_obj> </item> <item class_id_reference="20" object_id="_165"> <id>144</id> <edge_type>1</edge_type> <source_obj>34</source_obj> <sink_obj>35</sink_obj> </item> <item class_id_reference="20" object_id="_166"> <id>145</id> <edge_type>1</edge_type> <source_obj>35</source_obj> <sink_obj>36</sink_obj> </item> <item class_id_reference="20" object_id="_167"> <id>146</id> <edge_type>1</edge_type> <source_obj>16</source_obj> <sink_obj>37</sink_obj> </item> <item class_id_reference="20" object_id="_168"> <id>147</id> <edge_type>1</edge_type> <source_obj>37</source_obj> <sink_obj>38</sink_obj> </item> <item class_id_reference="20" object_id="_169"> <id>148</id> <edge_type>1</edge_type> <source_obj>38</source_obj> <sink_obj>39</sink_obj> </item> <item class_id_reference="20" object_id="_170"> <id>149</id> <edge_type>1</edge_type> <source_obj>36</source_obj> <sink_obj>40</sink_obj> </item> <item class_id_reference="20" object_id="_171"> <id>150</id> <edge_type>1</edge_type> <source_obj>39</source_obj> <sink_obj>40</sink_obj> </item> <item class_id_reference="20" object_id="_172"> <id>153</id> <edge_type>1</edge_type> <source_obj>34</source_obj> <sink_obj>41</sink_obj> </item> <item class_id_reference="20" object_id="_173"> <id>155</id> <edge_type>1</edge_type> <source_obj>154</source_obj> <sink_obj>41</sink_obj> </item> <item class_id_reference="20" object_id="_174"> <id>157</id> <edge_type>1</edge_type> <source_obj>156</source_obj> <sink_obj>41</sink_obj> </item> <item class_id_reference="20" object_id="_175"> <id>158</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>42</sink_obj> </item> <item class_id_reference="20" object_id="_176"> <id>161</id> <edge_type>1</edge_type> <source_obj>37</source_obj> <sink_obj>43</sink_obj> </item> <item class_id_reference="20" object_id="_177"> <id>163</id> <edge_type>1</edge_type> <source_obj>162</source_obj> <sink_obj>43</sink_obj> </item> <item class_id_reference="20" object_id="_178"> <id>165</id> <edge_type>1</edge_type> <source_obj>164</source_obj> <sink_obj>43</sink_obj> </item> <item class_id_reference="20" object_id="_179"> <id>166</id> <edge_type>1</edge_type> <source_obj>43</source_obj> <sink_obj>44</sink_obj> </item> <item class_id_reference="20" object_id="_180"> <id>167</id> <edge_type>1</edge_type> <source_obj>42</source_obj> <sink_obj>45</sink_obj> </item> <item class_id_reference="20" object_id="_181"> <id>168</id> <edge_type>1</edge_type> <source_obj>44</source_obj> <sink_obj>45</sink_obj> </item> <item class_id_reference="20" object_id="_182"> <id>170</id> <edge_type>1</edge_type> <source_obj>34</source_obj> <sink_obj>46</sink_obj> </item> <item class_id_reference="20" object_id="_183"> <id>172</id> <edge_type>1</edge_type> <source_obj>171</source_obj> <sink_obj>46</sink_obj> </item> <item class_id_reference="20" object_id="_184"> <id>174</id> <edge_type>1</edge_type> <source_obj>173</source_obj> <sink_obj>46</sink_obj> </item> <item class_id_reference="20" object_id="_185"> <id>175</id> <edge_type>1</edge_type> <source_obj>46</source_obj> <sink_obj>47</sink_obj> </item> <item class_id_reference="20" object_id="_186"> <id>177</id> <edge_type>1</edge_type> <source_obj>37</source_obj> <sink_obj>48</sink_obj> </item> <item class_id_reference="20" object_id="_187"> <id>179</id> <edge_type>1</edge_type> <source_obj>178</source_obj> <sink_obj>48</sink_obj> </item> <item class_id_reference="20" object_id="_188"> <id>181</id> <edge_type>1</edge_type> <source_obj>180</source_obj> <sink_obj>48</sink_obj> </item> <item class_id_reference="20" object_id="_189"> <id>182</id> <edge_type>1</edge_type> <source_obj>48</source_obj> <sink_obj>49</sink_obj> </item> <item class_id_reference="20" object_id="_190"> <id>183</id> <edge_type>1</edge_type> <source_obj>47</source_obj> <sink_obj>50</sink_obj> </item> <item class_id_reference="20" object_id="_191"> <id>184</id> <edge_type>1</edge_type> <source_obj>49</source_obj> <sink_obj>50</sink_obj> </item> <item class_id_reference="20" object_id="_192"> <id>186</id> <edge_type>1</edge_type> <source_obj>34</source_obj> <sink_obj>51</sink_obj> </item> <item class_id_reference="20" object_id="_193"> <id>188</id> <edge_type>1</edge_type> <source_obj>187</source_obj> <sink_obj>51</sink_obj> </item> <item class_id_reference="20" object_id="_194"> <id>190</id> <edge_type>1</edge_type> <source_obj>189</source_obj> <sink_obj>51</sink_obj> </item> <item class_id_reference="20" object_id="_195"> <id>191</id> <edge_type>1</edge_type> <source_obj>51</source_obj> <sink_obj>52</sink_obj> </item> <item class_id_reference="20" object_id="_196"> <id>193</id> <edge_type>1</edge_type> <source_obj>37</source_obj> <sink_obj>53</sink_obj> </item> <item class_id_reference="20" object_id="_197"> <id>195</id> <edge_type>1</edge_type> <source_obj>194</source_obj> <sink_obj>53</sink_obj> </item> <item class_id_reference="20" object_id="_198"> <id>197</id> <edge_type>1</edge_type> <source_obj>196</source_obj> <sink_obj>53</sink_obj> </item> <item class_id_reference="20" object_id="_199"> <id>198</id> <edge_type>1</edge_type> <source_obj>53</source_obj> <sink_obj>54</sink_obj> </item> <item class_id_reference="20" object_id="_200"> <id>199</id> <edge_type>1</edge_type> <source_obj>52</source_obj> <sink_obj>55</sink_obj> </item> <item class_id_reference="20" object_id="_201"> <id>200</id> <edge_type>1</edge_type> <source_obj>54</source_obj> <sink_obj>55</sink_obj> </item> <item class_id_reference="20" object_id="_202"> <id>202</id> <edge_type>1</edge_type> <source_obj>34</source_obj> <sink_obj>56</sink_obj> </item> <item class_id_reference="20" object_id="_203"> <id>204</id> <edge_type>1</edge_type> <source_obj>203</source_obj> <sink_obj>56</sink_obj> </item> <item class_id_reference="20" object_id="_204"> <id>206</id> <edge_type>1</edge_type> <source_obj>205</source_obj> <sink_obj>56</sink_obj> </item> <item class_id_reference="20" object_id="_205"> <id>207</id> <edge_type>1</edge_type> <source_obj>56</source_obj> <sink_obj>57</sink_obj> </item> <item class_id_reference="20" object_id="_206"> <id>209</id> <edge_type>1</edge_type> <source_obj>37</source_obj> <sink_obj>58</sink_obj> </item> <item class_id_reference="20" object_id="_207"> <id>211</id> <edge_type>1</edge_type> <source_obj>210</source_obj> <sink_obj>58</sink_obj> </item> <item class_id_reference="20" object_id="_208"> <id>213</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>58</sink_obj> </item> <item class_id_reference="20" object_id="_209"> <id>214</id> <edge_type>1</edge_type> <source_obj>58</source_obj> <sink_obj>59</sink_obj> </item> <item class_id_reference="20" object_id="_210"> <id>215</id> <edge_type>1</edge_type> <source_obj>57</source_obj> <sink_obj>60</sink_obj> </item> <item class_id_reference="20" object_id="_211"> <id>216</id> <edge_type>1</edge_type> <source_obj>59</source_obj> <sink_obj>60</sink_obj> </item> <item class_id_reference="20" object_id="_212"> <id>218</id> <edge_type>1</edge_type> <source_obj>34</source_obj> <sink_obj>61</sink_obj> </item> <item class_id_reference="20" object_id="_213"> <id>220</id> <edge_type>1</edge_type> <source_obj>219</source_obj> <sink_obj>61</sink_obj> </item> <item class_id_reference="20" object_id="_214"> <id>222</id> <edge_type>1</edge_type> <source_obj>221</source_obj> <sink_obj>61</sink_obj> </item> <item class_id_reference="20" object_id="_215"> <id>223</id> <edge_type>1</edge_type> <source_obj>61</source_obj> <sink_obj>62</sink_obj> </item> <item class_id_reference="20" object_id="_216"> <id>225</id> <edge_type>1</edge_type> <source_obj>37</source_obj> <sink_obj>63</sink_obj> </item> <item class_id_reference="20" object_id="_217"> <id>227</id> <edge_type>1</edge_type> <source_obj>226</source_obj> <sink_obj>63</sink_obj> </item> <item class_id_reference="20" object_id="_218"> <id>229</id> <edge_type>1</edge_type> <source_obj>228</source_obj> <sink_obj>63</sink_obj> </item> <item class_id_reference="20" object_id="_219"> <id>230</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>64</sink_obj> </item> <item class_id_reference="20" object_id="_220"> <id>231</id> <edge_type>1</edge_type> <source_obj>62</source_obj> <sink_obj>65</sink_obj> </item> <item class_id_reference="20" object_id="_221"> <id>232</id> <edge_type>1</edge_type> <source_obj>64</source_obj> <sink_obj>65</sink_obj> </item> <item class_id_reference="20" object_id="_222"> <id>234</id> <edge_type>1</edge_type> <source_obj>34</source_obj> <sink_obj>66</sink_obj> </item> <item class_id_reference="20" object_id="_223"> <id>236</id> <edge_type>1</edge_type> <source_obj>235</source_obj> <sink_obj>66</sink_obj> </item> <item class_id_reference="20" object_id="_224"> <id>238</id> <edge_type>1</edge_type> <source_obj>237</source_obj> <sink_obj>66</sink_obj> </item> <item class_id_reference="20" object_id="_225"> <id>239</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>67</sink_obj> </item> <item class_id_reference="20" object_id="_226"> <id>241</id> <edge_type>1</edge_type> <source_obj>37</source_obj> <sink_obj>68</sink_obj> </item> <item class_id_reference="20" object_id="_227"> <id>243</id> <edge_type>1</edge_type> <source_obj>242</source_obj> <sink_obj>68</sink_obj> </item> <item class_id_reference="20" object_id="_228"> <id>245</id> <edge_type>1</edge_type> <source_obj>244</source_obj> <sink_obj>68</sink_obj> </item> <item class_id_reference="20" object_id="_229"> <id>246</id> <edge_type>1</edge_type> <source_obj>68</source_obj> <sink_obj>69</sink_obj> </item> <item class_id_reference="20" object_id="_230"> <id>247</id> <edge_type>1</edge_type> <source_obj>67</source_obj> <sink_obj>70</sink_obj> </item> <item class_id_reference="20" object_id="_231"> <id>248</id> <edge_type>1</edge_type> <source_obj>69</source_obj> <sink_obj>70</sink_obj> </item> <item class_id_reference="20" object_id="_232"> <id>251</id> <edge_type>1</edge_type> <source_obj>34</source_obj> <sink_obj>71</sink_obj> </item> <item class_id_reference="20" object_id="_233"> <id>253</id> <edge_type>1</edge_type> <source_obj>252</source_obj> <sink_obj>71</sink_obj> </item> <item class_id_reference="20" object_id="_234"> <id>255</id> <edge_type>1</edge_type> <source_obj>254</source_obj> <sink_obj>71</sink_obj> </item> <item class_id_reference="20" object_id="_235"> <id>256</id> <edge_type>1</edge_type> <source_obj>71</source_obj> <sink_obj>72</sink_obj> </item> <item class_id_reference="20" object_id="_236"> <id>258</id> <edge_type>1</edge_type> <source_obj>37</source_obj> <sink_obj>73</sink_obj> </item> <item class_id_reference="20" object_id="_237"> <id>260</id> <edge_type>1</edge_type> <source_obj>259</source_obj> <sink_obj>73</sink_obj> </item> <item class_id_reference="20" object_id="_238"> <id>262</id> <edge_type>1</edge_type> <source_obj>261</source_obj> <sink_obj>73</sink_obj> </item> <item class_id_reference="20" object_id="_239"> <id>263</id> <edge_type>1</edge_type> <source_obj>73</source_obj> <sink_obj>74</sink_obj> </item> <item class_id_reference="20" object_id="_240"> <id>264</id> <edge_type>1</edge_type> <source_obj>74</source_obj> <sink_obj>75</sink_obj> </item> <item class_id_reference="20" object_id="_241"> <id>265</id> <edge_type>1</edge_type> <source_obj>72</source_obj> <sink_obj>75</sink_obj> </item> <item class_id_reference="20" object_id="_242"> <id>266</id> <edge_type>1</edge_type> <source_obj>40</source_obj> <sink_obj>76</sink_obj> </item> <item class_id_reference="20" object_id="_243"> <id>267</id> <edge_type>1</edge_type> <source_obj>45</source_obj> <sink_obj>76</sink_obj> </item> <item class_id_reference="20" object_id="_244"> <id>268</id> <edge_type>1</edge_type> <source_obj>50</source_obj> <sink_obj>77</sink_obj> </item> <item class_id_reference="20" object_id="_245"> <id>269</id> <edge_type>1</edge_type> <source_obj>55</source_obj> <sink_obj>77</sink_obj> </item> <item class_id_reference="20" object_id="_246"> <id>270</id> <edge_type>1</edge_type> <source_obj>77</source_obj> <sink_obj>78</sink_obj> </item> <item class_id_reference="20" object_id="_247"> <id>271</id> <edge_type>1</edge_type> <source_obj>76</source_obj> <sink_obj>78</sink_obj> </item> <item class_id_reference="20" object_id="_248"> <id>272</id> <edge_type>1</edge_type> <source_obj>60</source_obj> <sink_obj>79</sink_obj> </item> <item class_id_reference="20" object_id="_249"> <id>273</id> <edge_type>1</edge_type> <source_obj>65</source_obj> <sink_obj>79</sink_obj> </item> <item class_id_reference="20" object_id="_250"> <id>275</id> <edge_type>1</edge_type> <source_obj>274</source_obj> <sink_obj>80</sink_obj> </item> <item class_id_reference="20" object_id="_251"> <id>276</id> <edge_type>1</edge_type> <source_obj>75</source_obj> <sink_obj>80</sink_obj> </item> <item class_id_reference="20" object_id="_252"> <id>277</id> <edge_type>1</edge_type> <source_obj>80</source_obj> <sink_obj>81</sink_obj> </item> <item class_id_reference="20" object_id="_253"> <id>278</id> <edge_type>1</edge_type> <source_obj>70</source_obj> <sink_obj>81</sink_obj> </item> <item class_id_reference="20" object_id="_254"> <id>279</id> <edge_type>1</edge_type> <source_obj>81</source_obj> <sink_obj>82</sink_obj> </item> <item class_id_reference="20" object_id="_255"> <id>280</id> <edge_type>1</edge_type> <source_obj>79</source_obj> <sink_obj>82</sink_obj> </item> <item class_id_reference="20" object_id="_256"> <id>281</id> <edge_type>1</edge_type> <source_obj>82</source_obj> <sink_obj>83</sink_obj> </item> <item class_id_reference="20" object_id="_257"> <id>282</id> <edge_type>1</edge_type> <source_obj>78</source_obj> <sink_obj>83</sink_obj> </item> <item class_id_reference="20" object_id="_258"> <id>285</id> <edge_type>1</edge_type> <source_obj>83</source_obj> <sink_obj>84</sink_obj> </item> <item class_id_reference="20" object_id="_259"> <id>287</id> <edge_type>1</edge_type> <source_obj>286</source_obj> <sink_obj>84</sink_obj> </item> <item class_id_reference="20" object_id="_260"> <id>289</id> <edge_type>1</edge_type> <source_obj>288</source_obj> <sink_obj>84</sink_obj> </item> <item class_id_reference="20" object_id="_261"> <id>290</id> <edge_type>1</edge_type> <source_obj>84</source_obj> <sink_obj>85</sink_obj> </item> <item class_id_reference="20" object_id="_262"> <id>291</id> <edge_type>1</edge_type> <source_obj>32</source_obj> <sink_obj>85</sink_obj> </item> <item class_id_reference="20" object_id="_263"> <id>292</id> <edge_type>2</edge_type> <source_obj>23</source_obj> <sink_obj>87</sink_obj> </item> <item class_id_reference="20" object_id="_264"> <id>328</id> <edge_type>2</edge_type> <source_obj>5</source_obj> <sink_obj>10</sink_obj> </item> <item class_id_reference="20" object_id="_265"> <id>329</id> <edge_type>2</edge_type> <source_obj>10</source_obj> <sink_obj>92</sink_obj> </item> <item class_id_reference="20" object_id="_266"> <id>330</id> <edge_type>2</edge_type> <source_obj>10</source_obj> <sink_obj>18</sink_obj> </item> <item class_id_reference="20" object_id="_267"> <id>331</id> <edge_type>2</edge_type> <source_obj>18</source_obj> <sink_obj>23</sink_obj> </item> <item class_id_reference="20" object_id="_268"> <id>332</id> <edge_type>2</edge_type> <source_obj>23</source_obj> <sink_obj>90</sink_obj> </item> <item class_id_reference="20" object_id="_269"> <id>333</id> <edge_type>2</edge_type> <source_obj>23</source_obj> <sink_obj>88</sink_obj> </item> <item class_id_reference="20" object_id="_270"> <id>334</id> <edge_type>2</edge_type> <source_obj>88</source_obj> <sink_obj>23</sink_obj> </item> <item class_id_reference="20" object_id="_271"> <id>335</id> <edge_type>2</edge_type> <source_obj>90</source_obj> <sink_obj>10</sink_obj> </item> </edges> </cdfg> <cdfg_regions class_id="21" tracking_level="0" version="0"> <count>7</count> <item_version>0</item_version> <item class_id="22" tracking_level="1" version="0" object_id="_272"> <mId>1</mId> <mTag>Loop_Col_DCT_Loop_pr</mTag> <mType>0</mType> <sub_regions> <count>3</count> <item_version>0</item_version> <item>2</item> <item>3</item> <item>7</item> </sub_regions> <basic_blocks> <count>0</count> <item_version>0</item_version> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>121</mMinLatency> <mMaxLatency>-1</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> <item class_id_reference="22" object_id="_273"> <mId>2</mId> <mTag>Entry</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>5</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>-1</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> <item class_id_reference="22" object_id="_274"> <mId>3</mId> <mTag>Col_DCT_Loop</mTag> <mType>1</mType> <sub_regions> <count>3</count> <item_version>0</item_version> <item>4</item> <item>5</item> <item>6</item> </sub_regions> <basic_blocks> <count>0</count> <item_version>0</item_version> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>8</mMinTripCount> <mMaxTripCount>8</mMaxTripCount> <mMinLatency>120</mMinLatency> <mMaxLatency>-1</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> <item class_id_reference="22" object_id="_275"> <mId>4</mId> <mTag>Region 1</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>2</count> <item_version>0</item_version> <item>10</item> <item>18</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>-1</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> <item class_id_reference="22" object_id="_276"> <mId>5</mId> <mTag>DCT_Outer_Loop</mTag> <mType>1</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>2</count> <item_version>0</item_version> <item>23</item> <item>88</item> </basic_blocks> <mII>1</mII> <mDepth>6</mDepth> <mMinTripCount>8</mMinTripCount> <mMaxTripCount>8</mMaxTripCount> <mMinLatency>12</mMinLatency> <mMaxLatency>-1</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> <item class_id_reference="22" object_id="_277"> <mId>6</mId> <mTag>Region 2</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>90</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>-1</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> <item class_id_reference="22" object_id="_278"> <mId>7</mId> <mTag>Return</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>92</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>-1</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> </cdfg_regions> <fsm class_id="-1"></fsm> <res class_id="-1"></res> <node_label_latency class_id="26" tracking_level="0" version="0"> <count>75</count> <item_version>0</item_version> <item class_id="27" tracking_level="0" version="0"> <first>4</first> <second class_id="28" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> <item> <first>6</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>7</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>8</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>9</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>13</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>14</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>15</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>16</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>17</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>19</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>20</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>21</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>22</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>28</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>29</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>30</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>31</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>32</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>33</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>34</first> <second> <first>2</first> <second>1</second> </second> </item> <item> <first>35</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>36</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>37</first> <second> <first>2</first> <second>1</second> </second> </item> <item> <first>38</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>39</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>40</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>41</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>42</first> <second> <first>5</first> <second>0</second> </second> </item> <item> <first>43</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>44</first> <second> <first>5</first> <second>0</second> </second> </item> <item> <first>45</first> <second> <first>5</first> <second>0</second> </second> </item> <item> <first>46</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>47</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>48</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>49</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>50</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>51</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>52</first> <second> <first>5</first> <second>0</second> </second> </item> <item> <first>53</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>54</first> <second> <first>5</first> <second>0</second> </second> </item> <item> <first>55</first> <second> <first>5</first> <second>0</second> </second> </item> <item> <first>56</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>57</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>58</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>59</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>60</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>61</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>62</first> <second> <first>5</first> <second>0</second> </second> </item> <item> <first>63</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>64</first> <second> <first>5</first> <second>0</second> </second> </item> <item> <first>65</first> <second> <first>5</first> <second>0</second> </second> </item> <item> <first>66</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>67</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>68</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>69</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>70</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>71</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>72</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>73</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>74</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>75</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>76</first> <second> <first>5</first> <second>0</second> </second> </item> <item> <first>77</first> <second> <first>5</first> <second>0</second> </second> </item> <item> <first>78</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>79</first> <second> <first>5</first> <second>0</second> </second> </item> <item> <first>80</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>81</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>82</first> <second> <first>5</first> <second>0</second> </second> </item> <item> <first>83</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>84</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>85</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>87</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>89</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>91</first> <second> <first>1</first> <second>0</second> </second> </item> </node_label_latency> <bblk_ent_exit class_id="29" tracking_level="0" version="0"> <count>7</count> <item_version>0</item_version> <item class_id="30" tracking_level="0" version="0"> <first>5</first> <second class_id="31" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> <item> <first>10</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>18</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>23</first> <second> <first>2</first> <second>2</second> </second> </item> <item> <first>88</first> <second> <first>2</first> <second>7</second> </second> </item> <item> <first>90</first> <second> <first>3</first> <second>3</second> </second> </item> <item> <first>92</first> <second> <first>1</first> <second>1</second> </second> </item> </bblk_ent_exit> <regions class_id="32" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="33" tracking_level="1" version="0" object_id="_279"> <region_name>DCT_Outer_Loop</region_name> <basic_blocks> <count>2</count> <item_version>0</item_version> <item>23</item> <item>88</item> </basic_blocks> <nodes> <count>0</count> <item_version>0</item_version> </nodes> <anchor_node>-1</anchor_node> <region_type>8</region_type> <interval>1</interval> <pipe_depth>6</pipe_depth> </item> </regions> <dp_fu_nodes class_id="34" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_fu_nodes> <dp_fu_nodes_expression class_id="35" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_fu_nodes_expression> <dp_fu_nodes_module> <count>0</count> <item_version>0</item_version> </dp_fu_nodes_module> <dp_fu_nodes_io> <count>0</count> <item_version>0</item_version> </dp_fu_nodes_io> <return_ports> <count>0</count> <item_version>0</item_version> </return_ports> <dp_mem_port_nodes class_id="36" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_mem_port_nodes> <dp_reg_nodes> <count>0</count> <item_version>0</item_version> </dp_reg_nodes> <dp_regname_nodes> <count>0</count> <item_version>0</item_version> </dp_regname_nodes> <dp_reg_phi> <count>0</count> <item_version>0</item_version> </dp_reg_phi> <dp_regname_phi> <count>0</count> <item_version>0</item_version> </dp_regname_phi> <dp_port_io_nodes class_id="37" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_port_io_nodes> <port2core class_id="38" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </port2core> <node2core> <count>0</count> <item_version>0</item_version> </node2core> </syndb> </boost_serialization>
26.135189
90
0.581002
4d4107769ef336d7413be47bab71084469fd6ffa
1,239
ads
Ada
llvm-gcc-4.2-2.9/gcc/ada/a-siztio.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
1
2016-04-09T02:58:13.000Z
2016-04-09T02:58:13.000Z
llvm-gcc-4.2-2.9/gcc/ada/a-siztio.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/a-siztio.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- A D A . S H O R T _ I N T E G E R _ W I D E _ W I D E _ T E X T _ I O -- -- -- -- S p e c -- -- -- -- This specification is adapted from the Ada Reference Manual for use with -- -- GNAT. In accordance with the copyright of that document, you can freely -- -- copy and modify this specification, provided that if you redistribute a -- -- modified version, any changes that you have made are clearly indicated. -- -- -- ------------------------------------------------------------------------------ with Ada.Wide_Wide_Text_IO; package Ada.Short_Integer_Wide_Wide_Text_IO is new Ada.Wide_Wide_Text_IO.Integer_IO (Short_Integer);
61.95
78
0.330912
0675e8384bc1610aab8afe3c5d65b1db19bdacaa
1,311
adb
Ada
generated/lithium-comment_cookie_smaz_hash.adb
faelys/lithium3
f167143e2e4d8a968c6608cffe179eb2b05d4c2c
[ "ISC" ]
1
2020-09-10T10:14:35.000Z
2020-09-10T10:14:35.000Z
generated/lithium-comment_cookie_smaz_hash.adb
faelys/lithium3
f167143e2e4d8a968c6608cffe179eb2b05d4c2c
[ "ISC" ]
null
null
null
generated/lithium-comment_cookie_smaz_hash.adb
faelys/lithium3
f167143e2e4d8a968c6608cffe179eb2b05d4c2c
[ "ISC" ]
1
2020-01-06T14:16:55.000Z
2020-01-06T14:16:55.000Z
with Interfaces; use Interfaces; package body Lithium.Comment_Cookie_Smaz_Hash is P : constant array (0 .. 2) of Natural := (1, 2, 4); T1 : constant array (0 .. 2) of Unsigned_8 := (44, 115, 66); T2 : constant array (0 .. 2) of Unsigned_8 := (27, 43, 74); G : constant array (0 .. 122) of Unsigned_8 := (0, 0, 25, 0, 0, 0, 55, 0, 0, 19, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 28, 2, 0, 0, 0, 0, 29, 45, 0, 0, 14, 59, 0, 60, 15, 2, 0, 38, 0, 0, 0, 25, 52, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 41, 0, 0, 35, 27, 5, 43, 32, 0, 0, 22, 0, 7, 21, 50, 0, 18, 0, 0, 0, 17, 0, 8, 37, 57, 0, 0, 0, 1, 8, 4, 3, 58, 27, 7, 0, 49, 0, 37, 54, 10, 0, 0, 0, 21, 41, 13, 30, 12, 19, 0, 0, 44, 3, 35, 26, 46, 54, 0, 0, 0, 37, 0, 0, 24, 41, 6); function Hash (S : String) return Natural is F : constant Natural := S'First - 1; L : constant Natural := S'Length; F1, F2 : Natural := 0; J : Natural; begin for K in P'Range loop exit when L < P (K); J := Character'Pos (S (P (K) + F)); F1 := (F1 + Natural (T1 (K)) * J) mod 123; F2 := (F2 + Natural (T2 (K)) * J) mod 123; end loop; return (Natural (G (F1)) + Natural (G (F2))) mod 61; end Hash; end Lithium.Comment_Cookie_Smaz_Hash;
34.5
76
0.487414
318f2ee9910a444c4dd6b95f2c528381cbf9f0fb
30,174
ads
Ada
stm32f0/stm32f072x/svd/stm32_svd-usb.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
1
2021-04-06T07:57:56.000Z
2021-04-06T07:57:56.000Z
stm32f0/stm32f072x/svd/stm32_svd-usb.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
null
null
null
stm32f0/stm32f072x/svd/stm32_svd-usb.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
2
2018-05-29T13:59:31.000Z
2019-02-03T19:48:08.000Z
-- This spec has been automatically generated from STM32F072x.svd pragma Restrictions (No_Elaboration_Code); pragma Ada_2012; pragma Style_Checks (Off); with System; package STM32_SVD.USB is pragma Preelaborate; --------------- -- Registers -- --------------- subtype EP0R_EA_Field is STM32_SVD.UInt4; subtype EP0R_STAT_TX_Field is STM32_SVD.UInt2; subtype EP0R_DTOG_TX_Field is STM32_SVD.Bit; subtype EP0R_CTR_TX_Field is STM32_SVD.Bit; subtype EP0R_EP_KIND_Field is STM32_SVD.Bit; subtype EP0R_EP_TYPE_Field is STM32_SVD.UInt2; subtype EP0R_SETUP_Field is STM32_SVD.Bit; subtype EP0R_STAT_RX_Field is STM32_SVD.UInt2; subtype EP0R_DTOG_RX_Field is STM32_SVD.Bit; subtype EP0R_CTR_RX_Field is STM32_SVD.Bit; -- endpoint 0 register type EP0R_Register is record -- Endpoint address EA : EP0R_EA_Field := 16#0#; -- Status bits, for transmission transfers STAT_TX : EP0R_STAT_TX_Field := 16#0#; -- Data Toggle, for transmission transfers DTOG_TX : EP0R_DTOG_TX_Field := 16#0#; -- Correct Transfer for transmission CTR_TX : EP0R_CTR_TX_Field := 16#0#; -- Endpoint kind EP_KIND : EP0R_EP_KIND_Field := 16#0#; -- Endpoint type EP_TYPE : EP0R_EP_TYPE_Field := 16#0#; -- Setup transaction completed SETUP : EP0R_SETUP_Field := 16#0#; -- Status bits, for reception transfers STAT_RX : EP0R_STAT_RX_Field := 16#0#; -- Data Toggle, for reception transfers DTOG_RX : EP0R_DTOG_RX_Field := 16#0#; -- Correct transfer for reception CTR_RX : EP0R_CTR_RX_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for EP0R_Register use record EA at 0 range 0 .. 3; STAT_TX at 0 range 4 .. 5; DTOG_TX at 0 range 6 .. 6; CTR_TX at 0 range 7 .. 7; EP_KIND at 0 range 8 .. 8; EP_TYPE at 0 range 9 .. 10; SETUP at 0 range 11 .. 11; STAT_RX at 0 range 12 .. 13; DTOG_RX at 0 range 14 .. 14; CTR_RX at 0 range 15 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype EP1R_EA_Field is STM32_SVD.UInt4; subtype EP1R_STAT_TX_Field is STM32_SVD.UInt2; subtype EP1R_DTOG_TX_Field is STM32_SVD.Bit; subtype EP1R_CTR_TX_Field is STM32_SVD.Bit; subtype EP1R_EP_KIND_Field is STM32_SVD.Bit; subtype EP1R_EP_TYPE_Field is STM32_SVD.UInt2; subtype EP1R_SETUP_Field is STM32_SVD.Bit; subtype EP1R_STAT_RX_Field is STM32_SVD.UInt2; subtype EP1R_DTOG_RX_Field is STM32_SVD.Bit; subtype EP1R_CTR_RX_Field is STM32_SVD.Bit; -- endpoint 1 register type EP1R_Register is record -- Endpoint address EA : EP1R_EA_Field := 16#0#; -- Status bits, for transmission transfers STAT_TX : EP1R_STAT_TX_Field := 16#0#; -- Data Toggle, for transmission transfers DTOG_TX : EP1R_DTOG_TX_Field := 16#0#; -- Correct Transfer for transmission CTR_TX : EP1R_CTR_TX_Field := 16#0#; -- Endpoint kind EP_KIND : EP1R_EP_KIND_Field := 16#0#; -- Endpoint type EP_TYPE : EP1R_EP_TYPE_Field := 16#0#; -- Setup transaction completed SETUP : EP1R_SETUP_Field := 16#0#; -- Status bits, for reception transfers STAT_RX : EP1R_STAT_RX_Field := 16#0#; -- Data Toggle, for reception transfers DTOG_RX : EP1R_DTOG_RX_Field := 16#0#; -- Correct transfer for reception CTR_RX : EP1R_CTR_RX_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for EP1R_Register use record EA at 0 range 0 .. 3; STAT_TX at 0 range 4 .. 5; DTOG_TX at 0 range 6 .. 6; CTR_TX at 0 range 7 .. 7; EP_KIND at 0 range 8 .. 8; EP_TYPE at 0 range 9 .. 10; SETUP at 0 range 11 .. 11; STAT_RX at 0 range 12 .. 13; DTOG_RX at 0 range 14 .. 14; CTR_RX at 0 range 15 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype EP2R_EA_Field is STM32_SVD.UInt4; subtype EP2R_STAT_TX_Field is STM32_SVD.UInt2; subtype EP2R_DTOG_TX_Field is STM32_SVD.Bit; subtype EP2R_CTR_TX_Field is STM32_SVD.Bit; subtype EP2R_EP_KIND_Field is STM32_SVD.Bit; subtype EP2R_EP_TYPE_Field is STM32_SVD.UInt2; subtype EP2R_SETUP_Field is STM32_SVD.Bit; subtype EP2R_STAT_RX_Field is STM32_SVD.UInt2; subtype EP2R_DTOG_RX_Field is STM32_SVD.Bit; subtype EP2R_CTR_RX_Field is STM32_SVD.Bit; -- endpoint 2 register type EP2R_Register is record -- Endpoint address EA : EP2R_EA_Field := 16#0#; -- Status bits, for transmission transfers STAT_TX : EP2R_STAT_TX_Field := 16#0#; -- Data Toggle, for transmission transfers DTOG_TX : EP2R_DTOG_TX_Field := 16#0#; -- Correct Transfer for transmission CTR_TX : EP2R_CTR_TX_Field := 16#0#; -- Endpoint kind EP_KIND : EP2R_EP_KIND_Field := 16#0#; -- Endpoint type EP_TYPE : EP2R_EP_TYPE_Field := 16#0#; -- Setup transaction completed SETUP : EP2R_SETUP_Field := 16#0#; -- Status bits, for reception transfers STAT_RX : EP2R_STAT_RX_Field := 16#0#; -- Data Toggle, for reception transfers DTOG_RX : EP2R_DTOG_RX_Field := 16#0#; -- Correct transfer for reception CTR_RX : EP2R_CTR_RX_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for EP2R_Register use record EA at 0 range 0 .. 3; STAT_TX at 0 range 4 .. 5; DTOG_TX at 0 range 6 .. 6; CTR_TX at 0 range 7 .. 7; EP_KIND at 0 range 8 .. 8; EP_TYPE at 0 range 9 .. 10; SETUP at 0 range 11 .. 11; STAT_RX at 0 range 12 .. 13; DTOG_RX at 0 range 14 .. 14; CTR_RX at 0 range 15 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype EP3R_EA_Field is STM32_SVD.UInt4; subtype EP3R_STAT_TX_Field is STM32_SVD.UInt2; subtype EP3R_DTOG_TX_Field is STM32_SVD.Bit; subtype EP3R_CTR_TX_Field is STM32_SVD.Bit; subtype EP3R_EP_KIND_Field is STM32_SVD.Bit; subtype EP3R_EP_TYPE_Field is STM32_SVD.UInt2; subtype EP3R_SETUP_Field is STM32_SVD.Bit; subtype EP3R_STAT_RX_Field is STM32_SVD.UInt2; subtype EP3R_DTOG_RX_Field is STM32_SVD.Bit; subtype EP3R_CTR_RX_Field is STM32_SVD.Bit; -- endpoint 3 register type EP3R_Register is record -- Endpoint address EA : EP3R_EA_Field := 16#0#; -- Status bits, for transmission transfers STAT_TX : EP3R_STAT_TX_Field := 16#0#; -- Data Toggle, for transmission transfers DTOG_TX : EP3R_DTOG_TX_Field := 16#0#; -- Correct Transfer for transmission CTR_TX : EP3R_CTR_TX_Field := 16#0#; -- Endpoint kind EP_KIND : EP3R_EP_KIND_Field := 16#0#; -- Endpoint type EP_TYPE : EP3R_EP_TYPE_Field := 16#0#; -- Setup transaction completed SETUP : EP3R_SETUP_Field := 16#0#; -- Status bits, for reception transfers STAT_RX : EP3R_STAT_RX_Field := 16#0#; -- Data Toggle, for reception transfers DTOG_RX : EP3R_DTOG_RX_Field := 16#0#; -- Correct transfer for reception CTR_RX : EP3R_CTR_RX_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for EP3R_Register use record EA at 0 range 0 .. 3; STAT_TX at 0 range 4 .. 5; DTOG_TX at 0 range 6 .. 6; CTR_TX at 0 range 7 .. 7; EP_KIND at 0 range 8 .. 8; EP_TYPE at 0 range 9 .. 10; SETUP at 0 range 11 .. 11; STAT_RX at 0 range 12 .. 13; DTOG_RX at 0 range 14 .. 14; CTR_RX at 0 range 15 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype EP4R_EA_Field is STM32_SVD.UInt4; subtype EP4R_STAT_TX_Field is STM32_SVD.UInt2; subtype EP4R_DTOG_TX_Field is STM32_SVD.Bit; subtype EP4R_CTR_TX_Field is STM32_SVD.Bit; subtype EP4R_EP_KIND_Field is STM32_SVD.Bit; subtype EP4R_EP_TYPE_Field is STM32_SVD.UInt2; subtype EP4R_SETUP_Field is STM32_SVD.Bit; subtype EP4R_STAT_RX_Field is STM32_SVD.UInt2; subtype EP4R_DTOG_RX_Field is STM32_SVD.Bit; subtype EP4R_CTR_RX_Field is STM32_SVD.Bit; -- endpoint 4 register type EP4R_Register is record -- Endpoint address EA : EP4R_EA_Field := 16#0#; -- Status bits, for transmission transfers STAT_TX : EP4R_STAT_TX_Field := 16#0#; -- Data Toggle, for transmission transfers DTOG_TX : EP4R_DTOG_TX_Field := 16#0#; -- Correct Transfer for transmission CTR_TX : EP4R_CTR_TX_Field := 16#0#; -- Endpoint kind EP_KIND : EP4R_EP_KIND_Field := 16#0#; -- Endpoint type EP_TYPE : EP4R_EP_TYPE_Field := 16#0#; -- Setup transaction completed SETUP : EP4R_SETUP_Field := 16#0#; -- Status bits, for reception transfers STAT_RX : EP4R_STAT_RX_Field := 16#0#; -- Data Toggle, for reception transfers DTOG_RX : EP4R_DTOG_RX_Field := 16#0#; -- Correct transfer for reception CTR_RX : EP4R_CTR_RX_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for EP4R_Register use record EA at 0 range 0 .. 3; STAT_TX at 0 range 4 .. 5; DTOG_TX at 0 range 6 .. 6; CTR_TX at 0 range 7 .. 7; EP_KIND at 0 range 8 .. 8; EP_TYPE at 0 range 9 .. 10; SETUP at 0 range 11 .. 11; STAT_RX at 0 range 12 .. 13; DTOG_RX at 0 range 14 .. 14; CTR_RX at 0 range 15 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype EP5R_EA_Field is STM32_SVD.UInt4; subtype EP5R_STAT_TX_Field is STM32_SVD.UInt2; subtype EP5R_DTOG_TX_Field is STM32_SVD.Bit; subtype EP5R_CTR_TX_Field is STM32_SVD.Bit; subtype EP5R_EP_KIND_Field is STM32_SVD.Bit; subtype EP5R_EP_TYPE_Field is STM32_SVD.UInt2; subtype EP5R_SETUP_Field is STM32_SVD.Bit; subtype EP5R_STAT_RX_Field is STM32_SVD.UInt2; subtype EP5R_DTOG_RX_Field is STM32_SVD.Bit; subtype EP5R_CTR_RX_Field is STM32_SVD.Bit; -- endpoint 5 register type EP5R_Register is record -- Endpoint address EA : EP5R_EA_Field := 16#0#; -- Status bits, for transmission transfers STAT_TX : EP5R_STAT_TX_Field := 16#0#; -- Data Toggle, for transmission transfers DTOG_TX : EP5R_DTOG_TX_Field := 16#0#; -- Correct Transfer for transmission CTR_TX : EP5R_CTR_TX_Field := 16#0#; -- Endpoint kind EP_KIND : EP5R_EP_KIND_Field := 16#0#; -- Endpoint type EP_TYPE : EP5R_EP_TYPE_Field := 16#0#; -- Setup transaction completed SETUP : EP5R_SETUP_Field := 16#0#; -- Status bits, for reception transfers STAT_RX : EP5R_STAT_RX_Field := 16#0#; -- Data Toggle, for reception transfers DTOG_RX : EP5R_DTOG_RX_Field := 16#0#; -- Correct transfer for reception CTR_RX : EP5R_CTR_RX_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for EP5R_Register use record EA at 0 range 0 .. 3; STAT_TX at 0 range 4 .. 5; DTOG_TX at 0 range 6 .. 6; CTR_TX at 0 range 7 .. 7; EP_KIND at 0 range 8 .. 8; EP_TYPE at 0 range 9 .. 10; SETUP at 0 range 11 .. 11; STAT_RX at 0 range 12 .. 13; DTOG_RX at 0 range 14 .. 14; CTR_RX at 0 range 15 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype EP6R_EA_Field is STM32_SVD.UInt4; subtype EP6R_STAT_TX_Field is STM32_SVD.UInt2; subtype EP6R_DTOG_TX_Field is STM32_SVD.Bit; subtype EP6R_CTR_TX_Field is STM32_SVD.Bit; subtype EP6R_EP_KIND_Field is STM32_SVD.Bit; subtype EP6R_EP_TYPE_Field is STM32_SVD.UInt2; subtype EP6R_SETUP_Field is STM32_SVD.Bit; subtype EP6R_STAT_RX_Field is STM32_SVD.UInt2; subtype EP6R_DTOG_RX_Field is STM32_SVD.Bit; subtype EP6R_CTR_RX_Field is STM32_SVD.Bit; -- endpoint 6 register type EP6R_Register is record -- Endpoint address EA : EP6R_EA_Field := 16#0#; -- Status bits, for transmission transfers STAT_TX : EP6R_STAT_TX_Field := 16#0#; -- Data Toggle, for transmission transfers DTOG_TX : EP6R_DTOG_TX_Field := 16#0#; -- Correct Transfer for transmission CTR_TX : EP6R_CTR_TX_Field := 16#0#; -- Endpoint kind EP_KIND : EP6R_EP_KIND_Field := 16#0#; -- Endpoint type EP_TYPE : EP6R_EP_TYPE_Field := 16#0#; -- Setup transaction completed SETUP : EP6R_SETUP_Field := 16#0#; -- Status bits, for reception transfers STAT_RX : EP6R_STAT_RX_Field := 16#0#; -- Data Toggle, for reception transfers DTOG_RX : EP6R_DTOG_RX_Field := 16#0#; -- Correct transfer for reception CTR_RX : EP6R_CTR_RX_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for EP6R_Register use record EA at 0 range 0 .. 3; STAT_TX at 0 range 4 .. 5; DTOG_TX at 0 range 6 .. 6; CTR_TX at 0 range 7 .. 7; EP_KIND at 0 range 8 .. 8; EP_TYPE at 0 range 9 .. 10; SETUP at 0 range 11 .. 11; STAT_RX at 0 range 12 .. 13; DTOG_RX at 0 range 14 .. 14; CTR_RX at 0 range 15 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype EP7R_EA_Field is STM32_SVD.UInt4; subtype EP7R_STAT_TX_Field is STM32_SVD.UInt2; subtype EP7R_DTOG_TX_Field is STM32_SVD.Bit; subtype EP7R_CTR_TX_Field is STM32_SVD.Bit; subtype EP7R_EP_KIND_Field is STM32_SVD.Bit; subtype EP7R_EP_TYPE_Field is STM32_SVD.UInt2; subtype EP7R_SETUP_Field is STM32_SVD.Bit; subtype EP7R_STAT_RX_Field is STM32_SVD.UInt2; subtype EP7R_DTOG_RX_Field is STM32_SVD.Bit; subtype EP7R_CTR_RX_Field is STM32_SVD.Bit; -- endpoint 7 register type EP7R_Register is record -- Endpoint address EA : EP7R_EA_Field := 16#0#; -- Status bits, for transmission transfers STAT_TX : EP7R_STAT_TX_Field := 16#0#; -- Data Toggle, for transmission transfers DTOG_TX : EP7R_DTOG_TX_Field := 16#0#; -- Correct Transfer for transmission CTR_TX : EP7R_CTR_TX_Field := 16#0#; -- Endpoint kind EP_KIND : EP7R_EP_KIND_Field := 16#0#; -- Endpoint type EP_TYPE : EP7R_EP_TYPE_Field := 16#0#; -- Setup transaction completed SETUP : EP7R_SETUP_Field := 16#0#; -- Status bits, for reception transfers STAT_RX : EP7R_STAT_RX_Field := 16#0#; -- Data Toggle, for reception transfers DTOG_RX : EP7R_DTOG_RX_Field := 16#0#; -- Correct transfer for reception CTR_RX : EP7R_CTR_RX_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for EP7R_Register use record EA at 0 range 0 .. 3; STAT_TX at 0 range 4 .. 5; DTOG_TX at 0 range 6 .. 6; CTR_TX at 0 range 7 .. 7; EP_KIND at 0 range 8 .. 8; EP_TYPE at 0 range 9 .. 10; SETUP at 0 range 11 .. 11; STAT_RX at 0 range 12 .. 13; DTOG_RX at 0 range 14 .. 14; CTR_RX at 0 range 15 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype CNTR_FRES_Field is STM32_SVD.Bit; subtype CNTR_PDWN_Field is STM32_SVD.Bit; subtype CNTR_LPMODE_Field is STM32_SVD.Bit; subtype CNTR_FSUSP_Field is STM32_SVD.Bit; subtype CNTR_RESUME_Field is STM32_SVD.Bit; subtype CNTR_L1RESUME_Field is STM32_SVD.Bit; subtype CNTR_L1REQM_Field is STM32_SVD.Bit; subtype CNTR_ESOFM_Field is STM32_SVD.Bit; subtype CNTR_SOFM_Field is STM32_SVD.Bit; subtype CNTR_RESETM_Field is STM32_SVD.Bit; subtype CNTR_SUSPM_Field is STM32_SVD.Bit; subtype CNTR_WKUPM_Field is STM32_SVD.Bit; subtype CNTR_ERRM_Field is STM32_SVD.Bit; subtype CNTR_PMAOVRM_Field is STM32_SVD.Bit; subtype CNTR_CTRM_Field is STM32_SVD.Bit; -- control register type CNTR_Register is record -- Force USB Reset FRES : CNTR_FRES_Field := 16#1#; -- Power down PDWN : CNTR_PDWN_Field := 16#1#; -- Low-power mode LPMODE : CNTR_LPMODE_Field := 16#0#; -- Force suspend FSUSP : CNTR_FSUSP_Field := 16#0#; -- Resume request RESUME : CNTR_RESUME_Field := 16#0#; -- LPM L1 Resume request L1RESUME : CNTR_L1RESUME_Field := 16#0#; -- unspecified Reserved_6_6 : STM32_SVD.Bit := 16#0#; -- LPM L1 state request interrupt mask L1REQM : CNTR_L1REQM_Field := 16#0#; -- Expected start of frame interrupt mask ESOFM : CNTR_ESOFM_Field := 16#0#; -- Start of frame interrupt mask SOFM : CNTR_SOFM_Field := 16#0#; -- USB reset interrupt mask RESETM : CNTR_RESETM_Field := 16#0#; -- Suspend mode interrupt mask SUSPM : CNTR_SUSPM_Field := 16#0#; -- Wakeup interrupt mask WKUPM : CNTR_WKUPM_Field := 16#0#; -- Error interrupt mask ERRM : CNTR_ERRM_Field := 16#0#; -- Packet memory area over / underrun interrupt mask PMAOVRM : CNTR_PMAOVRM_Field := 16#0#; -- Correct transfer interrupt mask CTRM : CNTR_CTRM_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CNTR_Register use record FRES at 0 range 0 .. 0; PDWN at 0 range 1 .. 1; LPMODE at 0 range 2 .. 2; FSUSP at 0 range 3 .. 3; RESUME at 0 range 4 .. 4; L1RESUME at 0 range 5 .. 5; Reserved_6_6 at 0 range 6 .. 6; L1REQM at 0 range 7 .. 7; ESOFM at 0 range 8 .. 8; SOFM at 0 range 9 .. 9; RESETM at 0 range 10 .. 10; SUSPM at 0 range 11 .. 11; WKUPM at 0 range 12 .. 12; ERRM at 0 range 13 .. 13; PMAOVRM at 0 range 14 .. 14; CTRM at 0 range 15 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype ISTR_EP_ID_Field is STM32_SVD.UInt4; subtype ISTR_DIR_Field is STM32_SVD.Bit; subtype ISTR_L1REQ_Field is STM32_SVD.Bit; subtype ISTR_ESOF_Field is STM32_SVD.Bit; subtype ISTR_SOF_Field is STM32_SVD.Bit; subtype ISTR_RESET_Field is STM32_SVD.Bit; subtype ISTR_SUSP_Field is STM32_SVD.Bit; subtype ISTR_WKUP_Field is STM32_SVD.Bit; subtype ISTR_ERR_Field is STM32_SVD.Bit; subtype ISTR_PMAOVR_Field is STM32_SVD.Bit; subtype ISTR_CTR_Field is STM32_SVD.Bit; -- interrupt status register type ISTR_Register is record -- Read-only. Endpoint Identifier EP_ID : ISTR_EP_ID_Field := 16#0#; -- Read-only. Direction of transaction DIR : ISTR_DIR_Field := 16#0#; -- unspecified Reserved_5_6 : STM32_SVD.UInt2 := 16#0#; -- LPM L1 state request L1REQ : ISTR_L1REQ_Field := 16#0#; -- Expected start frame ESOF : ISTR_ESOF_Field := 16#0#; -- start of frame SOF : ISTR_SOF_Field := 16#0#; -- reset request RESET : ISTR_RESET_Field := 16#0#; -- Suspend mode request SUSP : ISTR_SUSP_Field := 16#0#; -- Wakeup WKUP : ISTR_WKUP_Field := 16#0#; -- Error ERR : ISTR_ERR_Field := 16#0#; -- Packet memory area over / underrun PMAOVR : ISTR_PMAOVR_Field := 16#0#; -- Read-only. Correct transfer CTR : ISTR_CTR_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for ISTR_Register use record EP_ID at 0 range 0 .. 3; DIR at 0 range 4 .. 4; Reserved_5_6 at 0 range 5 .. 6; L1REQ at 0 range 7 .. 7; ESOF at 0 range 8 .. 8; SOF at 0 range 9 .. 9; RESET at 0 range 10 .. 10; SUSP at 0 range 11 .. 11; WKUP at 0 range 12 .. 12; ERR at 0 range 13 .. 13; PMAOVR at 0 range 14 .. 14; CTR at 0 range 15 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype FNR_FN_Field is STM32_SVD.UInt11; subtype FNR_LSOF_Field is STM32_SVD.UInt2; subtype FNR_LCK_Field is STM32_SVD.Bit; subtype FNR_RXDM_Field is STM32_SVD.Bit; subtype FNR_RXDP_Field is STM32_SVD.Bit; -- frame number register type FNR_Register is record -- Read-only. Frame number FN : FNR_FN_Field; -- Read-only. Lost SOF LSOF : FNR_LSOF_Field; -- Read-only. Locked LCK : FNR_LCK_Field; -- Read-only. Receive data - line status RXDM : FNR_RXDM_Field; -- Read-only. Receive data + line status RXDP : FNR_RXDP_Field; -- unspecified Reserved_16_31 : STM32_SVD.UInt16; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for FNR_Register use record FN at 0 range 0 .. 10; LSOF at 0 range 11 .. 12; LCK at 0 range 13 .. 13; RXDM at 0 range 14 .. 14; RXDP at 0 range 15 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype DADDR_ADD_Field is STM32_SVD.UInt7; subtype DADDR_EF_Field is STM32_SVD.Bit; -- device address type DADDR_Register is record -- Device address ADD : DADDR_ADD_Field := 16#0#; -- Enable function EF : DADDR_EF_Field := 16#0#; -- unspecified Reserved_8_31 : STM32_SVD.UInt24 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for DADDR_Register use record ADD at 0 range 0 .. 6; EF at 0 range 7 .. 7; Reserved_8_31 at 0 range 8 .. 31; end record; subtype BTABLE_BTABLE_Field is STM32_SVD.UInt13; -- Buffer table address type BTABLE_Register is record -- unspecified Reserved_0_2 : STM32_SVD.UInt3 := 16#0#; -- Buffer table BTABLE : BTABLE_BTABLE_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for BTABLE_Register use record Reserved_0_2 at 0 range 0 .. 2; BTABLE at 0 range 3 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype LPMCSR_LPMEN_Field is STM32_SVD.Bit; subtype LPMCSR_LPMACK_Field is STM32_SVD.Bit; subtype LPMCSR_REMWAKE_Field is STM32_SVD.Bit; subtype LPMCSR_BESL_Field is STM32_SVD.UInt4; -- LPM control and status register type LPMCSR_Register is record -- LPM support enable LPMEN : LPMCSR_LPMEN_Field := 16#0#; -- LPM Token acknowledge enable LPMACK : LPMCSR_LPMACK_Field := 16#0#; -- unspecified Reserved_2_2 : STM32_SVD.Bit := 16#0#; -- Read-only. bRemoteWake value REMWAKE : LPMCSR_REMWAKE_Field := 16#0#; -- Read-only. BESL value BESL : LPMCSR_BESL_Field := 16#0#; -- unspecified Reserved_8_31 : STM32_SVD.UInt24 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for LPMCSR_Register use record LPMEN at 0 range 0 .. 0; LPMACK at 0 range 1 .. 1; Reserved_2_2 at 0 range 2 .. 2; REMWAKE at 0 range 3 .. 3; BESL at 0 range 4 .. 7; Reserved_8_31 at 0 range 8 .. 31; end record; subtype BCDR_BCDEN_Field is STM32_SVD.Bit; subtype BCDR_DCDEN_Field is STM32_SVD.Bit; subtype BCDR_PDEN_Field is STM32_SVD.Bit; subtype BCDR_SDEN_Field is STM32_SVD.Bit; subtype BCDR_DCDET_Field is STM32_SVD.Bit; subtype BCDR_PDET_Field is STM32_SVD.Bit; subtype BCDR_SDET_Field is STM32_SVD.Bit; subtype BCDR_PS2DET_Field is STM32_SVD.Bit; subtype BCDR_DPPU_Field is STM32_SVD.Bit; -- Battery charging detector type BCDR_Register is record -- Battery charging detector (BCD) enable BCDEN : BCDR_BCDEN_Field := 16#0#; -- Data contact detection (DCD) mode enable DCDEN : BCDR_DCDEN_Field := 16#0#; -- Primary detection (PD) mode enable PDEN : BCDR_PDEN_Field := 16#0#; -- Secondary detection (SD) mode enable SDEN : BCDR_SDEN_Field := 16#0#; -- Read-only. Data contact detection (DCD) status DCDET : BCDR_DCDET_Field := 16#0#; -- Read-only. Primary detection (PD) status PDET : BCDR_PDET_Field := 16#0#; -- Read-only. Secondary detection (SD) status SDET : BCDR_SDET_Field := 16#0#; -- Read-only. DM pull-up detection status PS2DET : BCDR_PS2DET_Field := 16#0#; -- unspecified Reserved_8_14 : STM32_SVD.UInt7 := 16#0#; -- DP pull-up control DPPU : BCDR_DPPU_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for BCDR_Register use record BCDEN at 0 range 0 .. 0; DCDEN at 0 range 1 .. 1; PDEN at 0 range 2 .. 2; SDEN at 0 range 3 .. 3; DCDET at 0 range 4 .. 4; PDET at 0 range 5 .. 5; SDET at 0 range 6 .. 6; PS2DET at 0 range 7 .. 7; Reserved_8_14 at 0 range 8 .. 14; DPPU at 0 range 15 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; ----------------- -- Peripherals -- ----------------- -- Universal serial bus full-speed device interface type USB_Peripheral is record -- endpoint 0 register EP0R : aliased EP0R_Register; -- endpoint 1 register EP1R : aliased EP1R_Register; -- endpoint 2 register EP2R : aliased EP2R_Register; -- endpoint 3 register EP3R : aliased EP3R_Register; -- endpoint 4 register EP4R : aliased EP4R_Register; -- endpoint 5 register EP5R : aliased EP5R_Register; -- endpoint 6 register EP6R : aliased EP6R_Register; -- endpoint 7 register EP7R : aliased EP7R_Register; -- control register CNTR : aliased CNTR_Register; -- interrupt status register ISTR : aliased ISTR_Register; -- frame number register FNR : aliased FNR_Register; -- device address DADDR : aliased DADDR_Register; -- Buffer table address BTABLE : aliased BTABLE_Register; -- LPM control and status register LPMCSR : aliased LPMCSR_Register; -- Battery charging detector BCDR : aliased BCDR_Register; end record with Volatile; for USB_Peripheral use record EP0R at 16#0# range 0 .. 31; EP1R at 16#4# range 0 .. 31; EP2R at 16#8# range 0 .. 31; EP3R at 16#C# range 0 .. 31; EP4R at 16#10# range 0 .. 31; EP5R at 16#14# range 0 .. 31; EP6R at 16#18# range 0 .. 31; EP7R at 16#1C# range 0 .. 31; CNTR at 16#40# range 0 .. 31; ISTR at 16#44# range 0 .. 31; FNR at 16#48# range 0 .. 31; DADDR at 16#4C# range 0 .. 31; BTABLE at 16#50# range 0 .. 31; LPMCSR at 16#54# range 0 .. 31; BCDR at 16#58# range 0 .. 31; end record; -- Universal serial bus full-speed device interface USB_Periph : aliased USB_Peripheral with Import, Address => System'To_Address (16#40005C00#); end STM32_SVD.USB;
37.907035
66
0.597369
508a6d1e30eb52299f77e2c5ca2b009d3ec9499d
2,635
ads
Ada
resources/scripts/cert/censys.ads
shahriarr-sec/Amass
cba7aa618cde1e2cbb3df673801065011918ce7f
[ "Apache-2.0" ]
1
2021-02-04T22:55:20.000Z
2021-02-04T22:55:20.000Z
resources/scripts/cert/censys.ads
shahriarr-sec/Amass
cba7aa618cde1e2cbb3df673801065011918ce7f
[ "Apache-2.0" ]
null
null
null
resources/scripts/cert/censys.ads
shahriarr-sec/Amass
cba7aa618cde1e2cbb3df673801065011918ce7f
[ "Apache-2.0" ]
null
null
null
-- Copyright 2017 Jeff Foley. All rights reserved. -- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. local json = require("json") name = "Censys" type = "cert" function start() setratelimit(3) end function vertical(ctx, domain) local c local cfg = datasrc_config() if cfg ~= nil then c = cfg.credentials end if (c == nil or c.key == nil or c.key == "" or c.secret == nil or c.secret == "") then scrape(ctx, {url=scrapeurl(domain)}) return end apiquery(ctx, cfg, domain) end function apiquery(ctx, cfg, domain) local p = 1 while(true) do local resp local reqstr = domain .. "page: " .. p -- Check if the response data is in the graph database if (cfg.ttl ~= nil and cfg.ttl > 0) then resp = obtain_response(reqstr, cfg.ttl) end if (resp == nil or resp == "") then local body, err = json.encode({ query="parsed.names: " .. domain, page=p, fields={"parsed.names"}, }) if (err ~= nil and err ~= "") then return end resp, err = request({ method="POST", data=body, url=apiurl(), headers={['Content-Type']="application/json"}, id=cfg["credentials"].key, pass=cfg["credentials"].secret, }) if (err ~= nil and err ~= "") then return end if (cfg.ttl ~= nil and cfg.ttl > 0) then cache_response(reqstr, resp) end end local d = json.decode(resp) if (d == nil or d.status ~= "ok" or #(d.results) == 0) then return end for i, r in pairs(d.results) do for j, v in pairs(r["parsed.names"]) do sendnames(ctx, v) end end if d["metadata"].page >= d["metadata"].pages then return end checkratelimit() p = p + 1 end end function apiurl() return "https://www.censys.io/api/v1/search/certificates" end function scrapeurl(domain) return "https://www.censys.io/domain/" .. domain .. "/table" end function sendnames(ctx, content) local names = find(content, subdomainre) if names == nil then return end local found = {} for i, v in pairs(names) do if found[v] == nil then newname(ctx, v) found[v] = true end end end
24.174312
97
0.506262
1df8de74489480527d8ead9428876ec28ef06613
2,875
ads
Ada
llvm-gcc-4.2-2.9/gcc/ada/binde.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
1
2016-04-09T02:58:13.000Z
2016-04-09T02:58:13.000Z
llvm-gcc-4.2-2.9/gcc/ada/binde.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/binde.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- B I N D E -- -- -- -- S p e c -- -- -- -- Copyright (C) 1992-1997 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING. If not, write -- -- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, -- -- Boston, MA 02110-1301, USA. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- This package contains the routines to determine elaboration order with ALI; use ALI; with Table; with Types; use Types; package Binde is -- The following table records the chosen elaboration order. It is used -- by Gen_Elab_Call to generate the sequence of elaboration calls. Note -- that units are included in this table even if they have no elaboration -- routine, since the table is also used to drive the generation of object -- files in the binder output. Gen_Elab_Call skips any units that have no -- elaboration routine. package Elab_Order is new Table.Table ( Table_Component_Type => Unit_Id, Table_Index_Type => Nat, Table_Low_Bound => 1, Table_Initial => 500, Table_Increment => 200, Table_Name => "Elab_Order"); procedure Find_Elab_Order; -- Determine elaboration order end Binde;
53.240741
78
0.464696
d0a564138097e8a9bda0600028344482c2a17045
968
adb
Ada
4-high/gel/applet/tute/pong/1-basic_applet_window/launch_pong_tute.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
1
2022-01-20T07:13:42.000Z
2022-01-20T07:13:42.000Z
4-high/gel/applet/tute/pong/1-basic_applet_window/launch_pong_tute.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
4-high/gel/applet/tute/pong/1-basic_applet_window/launch_pong_tute.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
with gel.Window.setup, gel.Applet.gui_world, gel.Forge, gel.World, gel.Camera, Physics; pragma Unreferenced (gel.Window.setup); procedure launch_Pong_Tute -- -- Basic pong game. -- is use gel.Applet, gel.Applet.gui_world; --- Applet -- the_Applet : gel.Applet.gui_world.view := gel.Forge.new_gui_Applet (Named => "Pong Tutorial", window_Width => 800, window_Height => 600, space_Kind => physics.Box2d); --- Controls -- Cycle : Natural := 0; begin the_Applet.Camera.Site_is ((0.0, 0.0, 20.0)); --- Main loop. -- while the_Applet.is_open loop Cycle := Cycle + 1; the_Applet.World.evolve; -- Advance the world. the_Applet.freshen; -- Handle any new events and update the screen. end loop; free (the_Applet); end launch_Pong_Tute;
20.595745
82
0.547521
3158eb781055a252d7fc88459b88ef7180913549
5,832
ads
Ada
source/web-ui-widgets-spin_boxes-generic_integers.ads
godunko/adawebui
ee524325fe701ef0a655cd0624e0ba701f0e8955
[ "BSD-3-Clause" ]
2
2020-01-31T07:00:09.000Z
2021-06-25T15:50:00.000Z
source/web-ui-widgets-spin_boxes-generic_integers.ads
godunko/adawebui
ee524325fe701ef0a655cd0624e0ba701f0e8955
[ "BSD-3-Clause" ]
null
null
null
source/web-ui-widgets-spin_boxes-generic_integers.ads
godunko/adawebui
ee524325fe701ef0a655cd0624e0ba701f0e8955
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- Web Framework -- -- -- -- Runtime Library Component -- -- -- ------------------------------------------------------------------------------ -- -- -- Copyright © 2016-2020, Vadim Godunko <[email protected]> -- -- All rights reserved. -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions -- -- are met: -- -- -- -- * Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- -- -- * Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in the -- -- documentation and/or other materials provided with the distribution. -- -- -- -- * Neither the name of the Vadim Godunko, IE nor the names of its -- -- contributors may be used to endorse or promote products derived from -- -- this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -- -- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -- -- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -- -- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -- -- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -- -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ -- $Revision: 5902 $ $Date: 2018-12-26 22:06:52 +0300 (Wed, 26 Dec 2018) $ ------------------------------------------------------------------------------ with Web.Strings; with Web.Core.Connectables.Slots_0.Slots_1.Generic_Emitters; generic type Data_Type is range <>; with package Integer_Slots is new Web.Core.Connectables.Slots_0.Slots_1 (Data_Type); with package Integer_Emitters is new Integer_Slots.Generic_Emitters; package Web.UI.Widgets.Spin_Boxes.Generic_Integers is type Integer_Spin_Box is new Web.UI.Widgets.Spin_Boxes.Abstract_Spin_Box with private; type Integer_Spin_Box_Access is access all Integer_Spin_Box'Class with Storage_Size => 0; function Get_Value (Self : Integer_Spin_Box'Class) return Data_Type; -- not overriding procedure Set_Value -- (Self : in out Integer_Spin_Box; -- To : Data_Type); -- -- Available as slot. ------------- -- Signals -- ------------- function Value_Changed_Signal (Self : in out Integer_Spin_Box'Class) return not null access Integer_Slots.Signal'Class; -- ----------- -- -- Slots -- -- ----------- -- -- function Set_Value_Slot -- (Self : in out Integer_Spin_Box'Class) return Integer_Slots.Slot'Class; package Constructors is procedure Initialize (Self : in out Integer_Spin_Box'Class; Element : Web.HTML.Inputs.HTML_Input_Element'Class); function Create (Element : Web.HTML.Inputs.HTML_Input_Element'Class) return not null Integer_Spin_Box_Access; function Create (Id : Web.Strings.Web_String) return not null Integer_Spin_Box_Access; end Constructors; private type Integer_Spin_Box is new Web.UI.Widgets.Spin_Boxes.Abstract_Spin_Box with record Last_Value : Data_Type; -- Last valid value. Value_Changed : aliased Integer_Emitters.Emitter (Integer_Spin_Box'Unchecked_Access); end record; -- overriding procedure Step_Down (Self : in out Integer_Spin_Box); -- -- overriding procedure Step_Up (Self : in out Integer_Spin_Box); overriding procedure Input_Event (Self : in out Integer_Spin_Box); overriding procedure Change_Event (Self : in out Integer_Spin_Box); -- ----------- -- -- Slots -- -- ----------- -- -- package Set_Value_Slots is -- new Integer_Slots.Generic_Slots (Integer_Spin_Box, Set_Value); -- -- function Set_Value_Slot -- (Self : in out Integer_Spin_Box'Class) return Integer_Slots.Slot'Class -- renames Set_Value_Slots.To_Slot; end Web.UI.Widgets.Spin_Boxes.Generic_Integers;
44.181818
78
0.517833
124f7a6e47a4209202a258aaa79ce860fc651677
23,143
adb
Ada
bb-runtimes/runtimes/ravenscar-sfp-stm32f3x4/gnarl/a-reatim.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-sfp-stm32f3x4/gnarl/a-reatim.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-sfp-stm32f3x4/gnarl/a-reatim.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- A D A . R E A L _ T I M E -- -- -- -- B o d y -- -- -- -- Copyright (C) 2001-2021, AdaCore -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- -- -- -- -- -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNARL was developed by the GNARL team at Florida State University. -- -- Extensive contributions were provided by Ada Core Technologies, Inc. -- -- -- ------------------------------------------------------------------------------ -- This is the Ravenscar version of this package for generic bare board -- targets. Note that the operations here assume that Time is a 64-bit -- unsigned integer and Time_Span is a 64-bit signed integer. with System.Tasking; with System.Task_Primitives.Operations; with Ada.Unchecked_Conversion; package body Ada.Real_Time with SPARK_Mode => Off is pragma Suppress (Overflow_Check); -- This package has careful manual overflow checks, and unsuppresses them -- where appropriate. This default enables compilation with checks enabled -- on Ravenscar SFP, where 64-bit multiplication with overflow checking is -- not available. package OSI renames System.OS_Interface; subtype LLI is Long_Long_Integer; ------------------------------------------------------------ -- Handling of Conversions Between Duration and Time_Span -- ------------------------------------------------------------ -- For the To_Duration and To_Time_Span conversion functions, we use the -- intermediate Integer representation of Duration (64-bit) to allow for -- simple Integer operations instead of Float. We take advantage of the -- fact that Duration is represented as an Integer with units of Small. -- Within these conversions we perform the range checks required by -- AI-00432 manually. -- Note that in the past, within To_Duration and To_Time_Span, we were -- first computing the conversion factor between Duration and Time_Span -- (10 ** 9 / Clock_Frecuency) and then we multiplied or divided by it. The -- advantage of this approach was that the operations were simple, and we -- limited a lot the number of occurrences of overflows, but the accuracy -- loss could be significant depending on the clock frequency. For example, -- with a clock frequency of 600 MHz the factor was 1.66, which was rounded -- to 1 (Integer), and hence with a 67% difference. -- We tried also to have a better tradeoff (Constraint_Error being raised -- when transforming very big values, but limiting a lot the loss of -- accuracy) using Clock_Frequency in MHz instead of Hz. Therefore, we -- multiplied first by 10 ** 3 (or Clock_Frequency / 10 ** 6 which is -- typically smaller than 1000), and hence overflow could occur only with -- really big values). The problem of this approach was that some processor -- frequencies may not be expressed in multiples of MHz (for example, -- 33.3333 MHz). The approach finally followed is to do the operations -- "by hand" on the upper and the lower part of the 64-bit value. This is -- slightly heavier, but we can preserve the best accuracy and the lowest -- occurrence of overflows. pragma Compile_Time_Error (Duration'Size /= 64, "this version of Ada.Real_Time requires 64-bit Duration"); ----------------------- -- Local definitions -- ----------------------- type Uint_64 is mod 2 ** 64; -- Type used to represent intermediate results of arithmetic operations Max_Pos_Time_Span : constant := Uint_64 (Time_Span_Last); Max_Neg_Time_Span : constant := Uint_64 (2 ** 63); -- Absolute value of Time_Span_Last and Time_Span_First. Used in overflow -- checks. Note that we avoid using abs on Time_Span_First everywhere. ----------------------- -- Local subprograms -- ----------------------- function Mul_Div (V : LLI; M : Natural; D : Positive) return LLI; -- Compute V * M / D where division rounds to the nearest integer, away -- from zero if exactly halfway between. If the result would overflow then -- Constraint_Error is raised. function Rounded_Div (L, R : LLI) return LLI; pragma Inline (Rounded_Div); -- Return L / R rounded to the nearest integer, away from zero if exactly -- halfway between; required to implement ARM D.8 (26). Assumes R > 0. function To_Duration is new Ada.Unchecked_Conversion (LLI, Duration); function To_Integer is new Ada.Unchecked_Conversion (Duration, LLI); function To_Integer is new Ada.Unchecked_Conversion (Time_Span, LLI); --------------------- -- Local constants -- --------------------- Duration_Units : constant Positive := Positive (1.0 / Duration'Small); -- Number of units of Duration in one second. The result is correct (not -- rounded) as Duration'Small is 10.0**(-9). --------- -- "*" -- --------- function "*" (Left : Time_Span; Right : Integer) return Time_Span is Is_Negative : constant Boolean := (if Left > 0 then Right < 0 elsif Left < 0 then Right > 0 else False); -- Sign of the result Max_Value : constant Uint_64 := (if Is_Negative then Max_Neg_Time_Span else Max_Pos_Time_Span); -- Maximum absolute value that can be returned by the multiplication -- taking into account the sign of the operators. Abs_Left : constant Uint_64 := (if Left = Time_Span_First then Max_Neg_Time_Span else Uint_64 (abs (Left))); -- Remove sign of left operator Abs_Right : constant Uint_64 := Uint_64 (abs (LLI (Right))); -- Remove sign of right operator begin -- Overflow check is performed by hand assuming that Time_Span is a -- 64-bit signed integer. Otherwise these checks would need an -- intermediate type with more than 64-bit. The sign of the operators -- is removed to simplify the intermediate computation of the overflow -- check. if Abs_Right /= 0 and then Max_Value / Abs_Right < Abs_Left then raise Constraint_Error; else return Left * Time_Span (Right); end if; end "*"; function "*" (Left : Integer; Right : Time_Span) return Time_Span is begin return Right * Left; end "*"; --------- -- "+" -- --------- function "+" (Left : Time; Right : Time_Span) return Time is begin -- Overflow checks are performed by hand assuming that Time and -- Time_Span are 64-bit unsigned and signed integers respectively. -- Otherwise these checks would need an intermediate type with more -- than 64 bits. if Right >= 0 and then Uint_64 (Time_Last) - Uint_64 (Left) >= Uint_64 (Right) then return Time (Uint_64 (Left) + Uint_64 (Right)); -- The case of Right = Time_Span'First needs to be treated differently -- because the absolute value of -2 ** 63 is not within the range of -- Time_Span. elsif Right = Time_Span'First and then Left >= Max_Neg_Time_Span then return Time (Uint_64 (Left) - Max_Neg_Time_Span); elsif Right < 0 and then Right > Time_Span'First and then Left >= Time (abs (Right)) then return Time (Uint_64 (Left) - Uint_64 (abs (Right))); else raise Constraint_Error; end if; end "+"; function "+" (Left, Right : Time_Span) return Time_Span is pragma Unsuppress (Overflow_Check); begin return Time_Span (LLI (Left) + LLI (Right)); end "+"; --------- -- "-" -- --------- function "-" (Left : Time; Right : Time_Span) return Time is begin -- Overflow checks must be performed by hand assuming that Time and -- Time_Span are 64-bit unsigned and signed integers respectively. -- Otherwise these checks would need an intermediate type with more -- than 64-bit. if Right >= 0 and then Left >= Time (Right) then return Time (Uint_64 (Left) - Uint_64 (Right)); -- The case of Right = Time_Span'First needs to be treated differently -- because the absolute value of -2 ** 63 is not within the range of -- Time_Span. elsif Right = Time_Span'First and then Uint_64 (Time_Last) - Uint_64 (Left) >= Max_Neg_Time_Span then return Left + Time (Max_Neg_Time_Span); elsif Right < 0 and then Right > Time_Span'First and then Uint_64 (Time_Last) - Uint_64 (Left) >= Uint_64 (abs (Right)) then return Left + Time (abs (Right)); else raise Constraint_Error; end if; end "-"; function "-" (Left, Right : Time) return Time_Span is begin -- Overflow checks must be performed by hand assuming that Time and -- Time_Span are 64-bit unsigned and signed integers respectively. -- Otherwise these checks would need an intermediate type with more -- than 64-bit. if Left >= Right and then Uint_64 (Left) - Uint_64 (Right) <= Max_Pos_Time_Span then return Time_Span (Uint_64 (Left) - Uint_64 (Right)); elsif Left < Right and then Uint_64 (Right) - Uint_64 (Left) <= Max_Neg_Time_Span then return -1 - Time_Span (Uint_64 (Right) - Uint_64 (Left) - 1); else raise Constraint_Error; end if; end "-"; function "-" (Left, Right : Time_Span) return Time_Span is pragma Unsuppress (Overflow_Check); begin return Time_Span (LLI (Left) - LLI (Right)); end "-"; function "-" (Right : Time_Span) return Time_Span is pragma Unsuppress (Overflow_Check); begin return Time_Span (-LLI (Right)); end "-"; --------- -- "/" -- --------- function "/" (Left, Right : Time_Span) return Integer is pragma Unsuppress (Overflow_Check); pragma Unsuppress (Division_Check); begin return Integer (LLI (Left) / LLI (Right)); end "/"; function "/" (Left : Time_Span; Right : Integer) return Time_Span is pragma Unsuppress (Overflow_Check); pragma Unsuppress (Division_Check); begin return Left / Time_Span (Right); end "/"; ----------- -- Clock -- ----------- function Clock return Time is begin return Time (System.Task_Primitives.Operations.Monotonic_Clock); end Clock; ------------------ -- Microseconds -- ------------------ function Microseconds (US : Integer) return Time_Span is begin -- Overflow can't happen (Ticks_Per_Second is Natural) return Time_Span (Rounded_Div (LLI (US) * LLI (OSI.Ticks_Per_Second), 1E6)); end Microseconds; ------------------ -- Milliseconds -- ------------------ function Milliseconds (MS : Integer) return Time_Span is begin -- Overflow can't happen (Ticks_Per_Second is Natural) return Time_Span (Rounded_Div (LLI (MS) * LLI (OSI.Ticks_Per_Second), 1E3)); end Milliseconds; ------------- -- Minutes -- ------------- function Minutes (M : Integer) return Time_Span is Min_M : constant LLI := LLI'First / LLI (OSI.Ticks_Per_Second); Max_M : constant LLI := LLI'Last / LLI (OSI.Ticks_Per_Second); -- Bounds for Sec_M. Note that we can't use unsuppress overflow checks, -- as this would require the use of arit64. Sec_M : constant LLI := LLI (M) * 60; -- M converted to seconds begin if Sec_M < Min_M or else Sec_M > Max_M then raise Constraint_Error; else return Time_Span (Sec_M * LLI (OSI.Ticks_Per_Second)); end if; end Minutes; ------------- -- Mul_Div -- ------------- function Mul_Div (V : LLI; M : Natural; D : Positive) return LLI is -- We first multiply V * M and then divide the result by D, while -- avoiding overflow in intermediate calculations and detecting it in -- the final result. To get the rounding to the nearest integer, away -- from zero if exactly halfway between two values, we add +/- D/2 -- (depending on the sign on V) directly at the end of multiplication. -- -- ---------------------------------------- -- Multiplication (and rounding adjustment) -- ---------------------------------------- -- -- Since V is a signed 64-bit integer and M is signed (but non-negative) -- 32-bit integer, their product may not fit in 64-bits. To avoid -- overflow we split V and into high and low parts -- -- V_Hi = V / 2 ** 32 -- V_Lo = V rem 2 ** 32 -- -- where each part is either zero or has the sign of the dividend; thus -- -- V = V_Hi * 2 ** 32 + V_Lo -- -- In either case V_Hi and V_Lo are in range of 32-bit signed integer, -- yet stored in 64-bit signed variables. When multiplied by M, which is -- in range of 0 .. 2 ** 31 - 1, the results will still fit in 64-bit -- integer, even if we extend it by D/2 as required to implement -- rounding. We will get the value of V * M +/- D/2 as low and high -- part: -- -- (V * M +/- D/2)_Lo = (V_Lo * M +/- D/2) with carry zeroed -- (V * M +/- D/2)_Hi = (V_Hi * M) with carry from (V_Lo * M +/- D/2) -- -- (carry flows only from low to high part), or mathematically speaking: -- -- (V * M +/- D/2)_Lo = (V * M +/- D/2) rem 2 ** 32 -- (V * M +/- D/2)_Hi = (V * M +/- D/2) / 2 ** 32 -- -- and thus -- -- V * M +/- D/2 = (V * M +/- D/2)_Hi * 2 ** 32 + (V * M +/- D/2)_Lo -- -- with signs just like described for V_Hi and V_Lo. -- -- -------- -- Division -- -------- -- -- The final result (V * M +/- D/2) / D is computed as a high and low -- parts: -- -- ((V * M +/- D/2) / D)_Hi = (V * M +/- D/2)_Hi / D -- ((V * M +/- D/2) / D)_Lo = -- ((V * M +/- D/2)_Lo + remainder from high part division) / D -- -- (remainder flows only from high to low part, opposite to carry), -- or mathematically speaking: -- -- ((V * M +/- D/2) / D)_Hi = ((V * M +/- D/2) / D) / 2 ** 32 -- ((V * M +/- D/2) / D)_Lo = ((V * M +/- D/2) / D) rem 2 ** 32 -- -- and thus -- -- (V * M +/- D/2) / D = ((V * M +/- D/2) / D)_Hi * 2 ** 32 -- + ((V * M +/- D/2) / D)_Lo -- -- with signs just like described for V_Hi and V_Lo. -- -- References: this calculation is partly inspired by Knuth's algorithm -- in TAoCP Vol.2, section 4.3.1, excercise 16. However, here it is -- adapted it for signed arithmetic; has no loop (since the input number -- has fixed width); and discard the remainder of the result. V_Hi : constant LLI := V / 2 ** 32; V_Lo : constant LLI := V rem 2 ** 32; -- High and low parts of V V_M_Hi : LLI; V_M_Lo : LLI; -- High and low parts of V * M (+-) D / 2 Result_Hi : LLI; -- High part of the result Result_Lo : LLI; -- Low part of the result Remainder : LLI; -- Remainder of the first division begin -- Multiply V * M and add/subtract D/2 V_M_Lo := V_Lo * LLI (M) + (if V >= 0 then 1 else -1) * LLI (D / 2); V_M_Hi := V_Hi * LLI (M) + V_M_Lo / 2 ** 32; V_M_Lo := V_M_Lo rem 2 ** 32; -- First quotient Result_Hi := V_M_Hi / LLI (D); -- Second quotient Remainder := V_M_Hi rem LLI (D); Result_Lo := (V_M_Lo + Remainder * 2 ** 32) / LLI (D); -- Check if the final result would overflow. We will definitely overflow -- if Result_Hi lies outside the 32-bit integer range. However, we -- can also overflow in the case where Result_Hi is the first 32-bit -- number since the only valid 64-bit integer with a Result_Hi value of -- -(2 ** 31) is LLI'First (thanks to two's complement). if Result_Hi not in -(2 ** 31) .. 2 ** 31 - 1 or else (Result_Hi = -(2 ** 31) and then Result_Lo /= 0) then raise Constraint_Error; end if; -- Combine low and high parts of the result return (Result_Hi * 2 ** 32) + Result_Lo; end Mul_Div; ----------------- -- Nanoseconds -- ----------------- function Nanoseconds (NS : Integer) return Time_Span is begin -- Overflow can't happen (Ticks_Per_Second is Natural) return Time_Span (Rounded_Div (LLI (NS) * LLI (OSI.Ticks_Per_Second), 1E9)); end Nanoseconds; ----------------- -- Rounded_Div -- ----------------- function Rounded_Div (L, R : LLI) return LLI is Left : LLI; begin if L >= 0 then Left := L + R / 2; else Left := L - R / 2; end if; return Left / R; end Rounded_Div; ------------- -- Seconds -- ------------- function Seconds (S : Integer) return Time_Span is begin -- Overflow can't happen (Ticks_Per_Second is Natural) return Time_Span (LLI (S) * LLI (OSI.Ticks_Per_Second)); end Seconds; ----------- -- Split -- ----------- procedure Split (T : Time; SC : out Seconds_Count; TS : out Time_Span) is Res : constant Time := Time (OSI.Ticks_Per_Second); begin SC := Seconds_Count (T / Res); TS := T - Time (SC) * Res; end Split; ------------- -- Time_Of -- ------------- function Time_Of (SC : Seconds_Count; TS : Time_Span) return Time is Res : constant Time := Time (OSI.Ticks_Per_Second); begin -- We want to return SC * Resolution + TS. To avoid spurious overflows -- in the intermediate result (SC * Resolution) we take advantage of the -- different signs in SC and TS (when that is the case). -- If signs of SC and TS are different then we avoid converting SC to -- Time (as we do in the else part). The reason for that is that SC -- converted to Time may overflow the range of Time, while the addition -- of SC plus TS does not overflow (because of their different signs). -- The approach is to first extract the number of seconds from TS, then -- add the result to SC, and finally include the remainder from TS. -- Note that SC is always nonnegative if TS < 0 then declare Seconds_From_Ts : constant Seconds_Count := Seconds_Count (abs (TS / Time_Span (Res))) + (if TS rem Time_Span (Res) = 0 then 0 else 1); -- Absolute value of the number of seconds in TS. Round towards -- infinity so that Remainder_Ts is always positive. Remainder_Ts : constant Time := TS + Time_Span (Seconds_From_Ts - 1) * Time_Span (Res) + Res; -- Remainder from TS that needs to be added to the result once -- we removed the number of seconds. Note that we do not add -- Time_Span (Seconds_From_Ts) * Time_Span (Res) directly with -- a single operation because for values of TS close to -- Time_Span_First this multiplication would overflow. begin -- Both operands in the inner subtraction are positive. Hence, -- there will be no positive overflow in SC - Seconds_From_Ts. If -- there is a negative overflow then the result of adding SC and -- TS would overflow anyway. if SC < Seconds_From_Ts or else Time_Last - Time (SC - Seconds_From_Ts) * Res < Remainder_Ts then raise Constraint_Error; else return Time (SC - Seconds_From_Ts) * Res + Remainder_Ts; end if; end; -- SC and TS are nonnegative. Check whether Time (SC) * Res overflows elsif Time_Last / Res < Time (SC) then raise Constraint_Error; -- Both operands have the same sign, so we can convert SC into Time -- right away; if this conversion overflows then the result of adding SC -- and TS would overflow anyway (so we would just be detecting the -- overflow a bit earlier). else return Time (SC) * Res + TS; end if; end Time_Of; ----------------- -- To_Duration -- ----------------- function To_Duration (TS : Time_Span) return Duration is begin return To_Duration (Mul_Div (To_Integer (TS), Duration_Units, OSI.Ticks_Per_Second)); end To_Duration; ------------------ -- To_Time_Span -- ------------------ function To_Time_Span (D : Duration) return Time_Span is begin return Time_Span (Mul_Div (To_Integer (D), OSI.Ticks_Per_Second, Duration_Units)); end To_Time_Span; begin -- Ensure that the tasking run time is initialized when using clock and/or -- delay operations. The initialization routine has the required machinery -- to prevent multiple calls to Initialize. System.Tasking.Initialize; end Ada.Real_Time;
36.445669
79
0.556669
1dd28d687dd58cbc74bd86f287b34886ad77cef4
10,125
adb
Ada
Sources/Model/arrow_p.adb
ForYouEyesOnly/Space-Convoy
be4904f6a02695f7c4c5c3c965f4871cd3250003
[ "MIT" ]
1
2019-09-21T09:40:34.000Z
2019-09-21T09:40:34.000Z
Sources/Model/arrow_p.adb
ForYouEyesOnly/Space-Convoy
be4904f6a02695f7c4c5c3c965f4871cd3250003
[ "MIT" ]
null
null
null
Sources/Model/arrow_p.adb
ForYouEyesOnly/Space-Convoy
be4904f6a02695f7c4c5c3c965f4871cd3250003
[ "MIT" ]
1
2019-09-25T12:29:27.000Z
2019-09-25T12:29:27.000Z
-- -- Jan & Uwe R. Zimmer, Australia, July 2011 -- with GL, GL.Materials, GLOBE_3D.Math; package body Arrow_P is -- Pretty output: FALSE use GL, GL.Materials, GLOBE_3D, GLOBE_3D.Math; -- begin Separator # 1 -- VRML: [# triangle mesh -- ] matos_1 : constant Material_type := ( ambient => (0.0, 0.0, 0.0, 1.0), specular => (0.0, 0.0, 0.0, 1.0), diffuse => (1.0, 1.0, 1.0, 1.0), emission => (0.0, 0.0, 0.0, 1.0), shininess => 128.0 ); coord_1 : constant Point_3D_array := ((3.0, 5.0, -3.0), -- VRML: [# coord point 0 -- ] (-2.142857, 5.0, -2.142857), (-1.285714, 5.0, -2.142857), (-0.428571, 5.0, -2.142857), (0.428571, 5.0, -2.142857), (1.285714, 5.0, -2.142857), (2.142857, 5.0, -2.142857), (-2.142857, 5.0, -1.285714), (-1.285714, 5.0, -1.285714), (-0.428571, 5.0, -1.285714), (0.428571, 5.0, -1.285714), (1.285714, 5.0, -1.285714), (2.142857, 5.0, -1.285714), (-2.142857, 5.0, -0.428571), (-1.285714, 5.0, -0.428571), (1.285714, 5.0, -0.428571), (2.142857, 5.0, -0.428571), (-2.142857, 5.0, 0.428571), (-1.285714, 5.0, 0.428571), (1.285714, 5.0, 0.428571), (2.142857, 5.0, 0.428571), (-2.142857, 5.0, 1.285714), (-1.285714, 5.0, 1.285714), (-0.428571, 5.0, 1.285714), (0.428571, 5.0, 1.285714), (1.285714, 5.0, 1.285714), -- VRML: [# coord point 25 -- ] (2.142857, 5.0, 1.285714), (-2.142857, 5.0, 2.142857), (-1.285714, 5.0, 2.142857), (-0.428571, 5.0, 2.142857), (0.428571, 5.0, 2.142857), (1.285714, 5.0, 2.142857), (2.142857, 5.0, 2.142857), (-3.0, 5.0, -3.0), (-3.0, 5.0, -2.4), (-3.0, 5.0, -1.8), (-3.0, 5.0, -1.2), (-3.0, 5.0, -0.6), (-3.0, 5.0, 0.0), (-3.0, 5.0, 0.6), (-3.0, 5.0, 1.2), (-3.0, 5.0, 1.8), (-3.0, 5.0, 2.4), (3.0, 5.0, 3.0), (3.0, 5.0, 2.4), (3.0, 5.0, 1.8), (3.0, 5.0, 1.2), (3.0, 5.0, 0.6), (3.0, 5.0, 0.0), (3.0, 5.0, -0.6), (3.0, 5.0, -1.2), -- VRML: [# coord point 50 -- ] (3.0, 5.0, -1.8), (3.0, 5.0, -2.4), (2.4, 5.0, -3.0), (1.8, 5.0, -3.0), (1.2, 5.0, -3.0), (0.6, 5.0, -3.0), (0.0, 5.0, -3.0), (-0.6, 5.0, -3.0), (-1.2, 5.0, -3.0), (-1.8, 5.0, -3.0), (-2.4, 5.0, -3.0), (-3.0, 5.0, 3.0), (-2.4, 5.0, 3.0), (-1.8, 5.0, 3.0), (-1.2, 5.0, 3.0), (-0.6, 5.0, 3.0), (0.0, 5.0, 3.0), (0.6, 5.0, 3.0), (1.2, 5.0, 3.0), (1.8, 5.0, 3.0), (2.4, 5.0, 3.0), (1.0, 5.0, 1.0), (0.5, 5.0, 1.0), (-0.0, 5.0, 1.0), (-0.5, 5.0, 1.0), -- VRML: [# coord point 75 -- ] (-1.0, 5.0, 1.0), (1.0, 5.0, -1.0), (1.0, 5.0, -0.5), (1.0, 5.0, -0.0), (1.0, 5.0, 0.5), (-1.0, 5.0, -1.0), (-0.5, 5.0, -1.0), (-0.0, 5.0, -1.0), (0.5, 5.0, -1.0), (-1.0, 5.0, 0.5), (-1.0, 5.0, 0.0), (-1.0, 5.0, -0.5), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (-3.0, 5.0, -3.0), (-3.0, 5.0, 3.0), (-1.5, 2.5, -1.5), (-3.0, 5.0, -2.4), (-3.0, 5.0, -1.8), (-3.0, 5.0, -1.2), (-3.0, 5.0, -0.6), (-3.0, 5.0, 0.0), (-3.0, 5.0, 0.6), (-3.0, 5.0, 1.2), (-3.0, 5.0, 1.8), -- VRML: [# coord point 100 -- ] (-3.0, 5.0, 2.4), (-1.5, 2.5, 1.5), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (3.0, 5.0, -3.0), (3.0, 5.0, 3.0), (1.5, 2.5, -1.5), (3.0, 5.0, -2.4), (3.0, 5.0, -1.8), (3.0, 5.0, -1.2), (3.0, 5.0, -0.6), (3.0, 5.0, 0.0), (3.0, 5.0, 0.6), (3.0, 5.0, 1.2), (3.0, 5.0, 1.8), (3.0, 5.0, 2.4), (1.5, 2.5, 1.5), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (1.5, 2.5, -1.5), (-3.0, 5.0, -3.0), (3.0, 5.0, -3.0), (-1.5, 2.5, -1.5), (-2.4, 5.0, -3.0), (-1.8, 5.0, -3.0), -- VRML: [# coord point 125 -- ] (-1.2, 5.0, -3.0), (-0.6, 5.0, -3.0), (0.0, 5.0, -3.0), (0.6, 5.0, -3.0), (1.2, 5.0, -3.0), (1.8, 5.0, -3.0), (2.4, 5.0, -3.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (-3.0, 5.0, 3.0), (3.0, 5.0, 3.0), (-1.5, 2.5, 1.5), (1.5, 2.5, 1.5), (-2.4, 5.0, 3.0), (-1.8, 5.0, 3.0), (-1.2, 5.0, 3.0), (-0.6, 5.0, 3.0), (0.0, 5.0, 3.0), (0.6, 5.0, 3.0), (1.2, 5.0, 3.0), (1.8, 5.0, 3.0), (2.4, 5.0, 3.0), (-1.0, 9.0, 1.0), (-1.0, 9.0, -1.0), (1.0, 9.0, 1.0), -- VRML: [# coord point 150 -- ] (1.0, 9.0, -1.0), (-1.0, 5.0, 1.0), (-1.0, 9.0, 1.0), (1.0, 9.0, 1.0), (-0.5, 5.0, 1.0), (-0.0, 5.0, 1.0), (0.5, 5.0, 1.0), (1.0, 5.0, 1.0), (1.0, 9.0, 1.0), (1.0, 5.0, -1.0), (1.0, 9.0, -1.0), (1.0, 5.0, 1.0), (1.0, 5.0, 0.5), (1.0, 5.0, -0.0), (1.0, 5.0, -0.5), (1.0, 9.0, -1.0), (-1.0, 5.0, -1.0), (-1.0, 9.0, -1.0), (1.0, 5.0, -1.0), (0.5, 5.0, -1.0), (-0.0, 5.0, -1.0), (-0.5, 5.0, -1.0), (-1.0, 5.0, -1.0), (-1.0, 9.0, -1.0), (-1.0, 9.0, 1.0), -- VRML: [# coord point 175 -- ] (-1.0, 5.0, -0.5), (-1.0, 5.0, 0.0), (-1.0, 5.0, 0.5), (-1.0, 5.0, 1.0) -- 180 ); -- VRML: [# 180 vertices -- ] -- begin Separator # 2 -- VRML: [#triangle mesh -- ] idx_2 : constant Idx_4_array_array := ((9, 3, 2, 0), -- VRML: [# triangle 0 -- ] (9, 2, 8, 0), (10, 4, 3, 0), (10, 3, 9, 0), (11, 5, 4, 0), (11, 4, 10, 0), (12, 6, 5, 0), (12, 5, 11, 0), (13, 7, 6, 0), (13, 6, 12, 0), (15, 9, 8, 0), (15, 8, 14, 0), (17, 13, 12, 0), (17, 12, 16, 0), (19, 15, 14, 0), (19, 14, 18, 0), (21, 17, 16, 0), (21, 16, 20, 0), (23, 19, 18, 0), (23, 18, 22, 0), (27, 21, 20, 0), (27, 20, 26, 0), (29, 23, 22, 0), (29, 22, 28, 0), (30, 24, 23, 0), (30, 23, 29, 0), -- VRML: [# triangle 25 -- ] (31, 25, 24, 0), (31, 24, 30, 0), (32, 26, 25, 0), (32, 25, 31, 0), (33, 27, 26, 0), (33, 26, 32, 0), (35, 62, 34, 0), (2, 35, 36, 0), (62, 35, 2, 0), (61, 62, 2, 0), (3, 60, 61, 0), (3, 59, 60, 0), (58, 59, 4, 0), (3, 4, 59, 0), (4, 5, 58, 0), (3, 61, 2, 0), (36, 8, 2, 0), (8, 38, 14, 0), (39, 14, 38, 0), (37, 38, 8, 0), (37, 8, 36, 0), (84, 10, 83, 0), (82, 83, 10, 0), (88, 82, 15, 0), (9, 15, 82, 0), -- VRML: [# triangle 50 -- ] (82, 10, 9, 0), (87, 88, 15, 0), (10, 84, 11, 0), (6, 56, 57, 0), (57, 5, 6, 0), (5, 57, 58, 0), (55, 56, 6, 0), (7, 54, 55, 0), (53, 1, 54, 0), (52, 53, 7, 0), (54, 7, 53, 0), (7, 13, 52, 0), (7, 55, 6, 0), (78, 16, 12, 0), (78, 12, 11, 0), (79, 16, 78, 0), (78, 11, 85, 0), (80, 16, 79, 0), (51, 13, 50, 0), (17, 50, 13, 0), (52, 13, 51, 0), (21, 49, 17, 0), (50, 17, 49, 0), (80, 20, 16, 0), (85, 11, 84, 0), -- VRML: [# triangle 75 -- ] (40, 18, 39, 0), (22, 40, 41, 0), (42, 22, 41, 0), (18, 40, 22, 0), (86, 87, 19, 0), (19, 87, 15, 0), (77, 86, 19, 0), (77, 24, 76, 0), (19, 23, 77, 0), (23, 24, 77, 0), (39, 18, 14, 0), (43, 28, 42, 0), (64, 43, 63, 0), (28, 43, 64, 0), (65, 28, 64, 0), (67, 30, 29, 0), (29, 65, 66, 0), (29, 66, 67, 0), (65, 29, 28, 0), (68, 30, 67, 0), (42, 28, 22, 0), (75, 76, 24, 0), (20, 81, 73, 0), (25, 74, 75, 0), (25, 75, 24, 0), -- VRML: [# triangle 100 -- ] (73, 74, 25, 0), (26, 73, 25, 0), (48, 21, 27, 0), (49, 21, 48, 0), (47, 48, 27, 0), (46, 47, 27, 0), (26, 20, 73, 0), (81, 20, 80, 0), (69, 32, 31, 0), (31, 68, 69, 0), (32, 69, 70, 0), (71, 32, 70, 0), (45, 46, 33, 0), (33, 46, 27, 0), (72, 45, 33, 0), (33, 71, 72, 0), (45, 72, 44, 0), (71, 33, 32, 0), (31, 30, 68, 0), (94, 91, 93, 0), (103, 93, 90, 0), (103, 98, 93, 0), (93, 95, 94, 0), (95, 93, 96, 0), (93, 97, 96, 0), -- VRML: [# triangle 125 -- ] (103, 99, 98, 0), (93, 98, 97, 0), (103, 101, 100, 0), (103, 92, 102, 0), (103, 102, 101, 0), (103, 100, 99, 0), (109, 108, 106, 0), (118, 105, 108, 0), (118, 108, 113, 0), (108, 109, 110, 0), (110, 111, 108, 0), (108, 111, 112, 0), (118, 113, 114, 0), (108, 112, 113, 0), (118, 115, 116, 0), (118, 117, 107, 0), (118, 116, 117, 0), (118, 114, 115, 0), (125, 124, 122, 0), (121, 120, 124, 0), (121, 124, 129, 0), (124, 125, 126, 0), (126, 127, 124, 0), (124, 127, 128, 0), (121, 129, 130, 0), -- VRML: [# triangle 150 -- ] (124, 128, 129, 0), (121, 131, 132, 0), (121, 133, 123, 0), (121, 132, 133, 0), (121, 130, 131, 0), (139, 138, 134, 0), (140, 136, 138, 0), (139, 144, 138, 0), (138, 141, 140, 0), (141, 138, 142, 0), (138, 143, 142, 0), (139, 145, 144, 0), (138, 144, 143, 0), (139, 147, 146, 0), (139, 137, 148, 0), (139, 148, 147, 0), (139, 146, 145, 0), (151, 150, 149, 0), (150, 151, 152, 0), (154, 153, 156, 0), (157, 154, 156, 0), (155, 157, 158, 0), (158, 159, 155, 0), (154, 157, 155, 0), (160, 163, 164, 0), -- VRML: [# triangle 175 -- ] (165, 160, 164, 0), (162, 165, 166, 0), (166, 161, 162, 0), (160, 165, 162, 0), (167, 170, 171, 0), (172, 167, 171, 0), (169, 172, 173, 0), (173, 168, 169, 0), (167, 172, 169, 0), (175, 174, 177, 0), (178, 175, 177, 0), (176, 178, 179, 0), (179, 180, 176, 0), (175, 178, 176, 0) -- 190 ); -- VRML: [# 190 triangles -- ] -- last index now: 0 -- end Separator # 2 -- VRML: [#triangle mesh -- ] -- last index now: 0 -- end Separator # 2 -- VRML: [# triangle mesh -- ] procedure Create ( object : in out GLOBE_3D.p_Object_3D; object_scale : GLOBE_3D.Real; centre : GLOBE_3D.Point_3D ) is face_0 : Face_type; -- takes defaults values begin object := new Object_3D (Max_points => 180, Max_faces => 190); object.all.Centre := centre; Set_name (object.all, "insect_body"); face_0.skin := material_only; face_0.material := VRML_Defaults; -- Creating separator # 1 if Almost_zero (object_scale - 1.0) then object.all.Point (1 .. 180) := coord_1; else for p in 1 .. 180 loop object.all.Point (0 + p) := object_scale * coord_1 (p); end loop; end if; face_0.material := matos_1; -- Creating separator # 2 for f in 1 .. 190 loop face_0.P := idx_2 (f); object.all.face (0 + f) := face_0; end loop; end Create; end Arrow_P; -- Converted by Wrl2Ada
60.993976
171
0.408099
2f31282d6367df8954708640ab51c6b9ce5d44e4
3,215
adb
Ada
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/a-szunau.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/a-szunau.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/a-szunau.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- A D A . S T R I N G S . W I D E _ W I D E _ U N B O U N D E D . A U X -- -- -- -- B o d y -- -- -- -- Copyright (C) 1992-2021, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- -- -- -- -- -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ package body Ada.Strings.Wide_Wide_Unbounded.Aux is -------------------------- -- Get_Wide_Wide_String -- -------------------------- procedure Get_Wide_Wide_String (U : Unbounded_Wide_Wide_String; S : out Big_Wide_Wide_String_Access; L : out Natural) is X : aliased Big_Wide_Wide_String; for X'Address use U.Reference.all'Address; begin S := X'Unchecked_Access; L := U.Last; end Get_Wide_Wide_String; -------------------------- -- Set_Wide_Wide_String -- -------------------------- procedure Set_Wide_Wide_String (UP : in out Unbounded_Wide_Wide_String; S : Wide_Wide_String_Access) is begin Finalize (UP); UP.Reference := S; UP.Last := UP.Reference'Length; end Set_Wide_Wide_String; end Ada.Strings.Wide_Wide_Unbounded.Aux;
48.712121
78
0.376983
06bf4f6996609bc49bcf0a07369ac08ce3afbf53
987
adb
Ada
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/ptype_tagged_param/pck.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
31
2018-08-01T21:25:24.000Z
2022-02-14T07:52:34.000Z
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/ptype_tagged_param/pck.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
40
2018-12-03T19:48:52.000Z
2021-03-10T06:34:26.000Z
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/ptype_tagged_param/pck.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
20
2018-11-16T21:19:22.000Z
2021-10-18T23:08:24.000Z
-- Copyright 2010-2016 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <http://www.gnu.org/licenses/>. package body Pck is function Position_X (S : in Shape) return Integer is begin return S.X; end Position_X; function Area (C : in Circle) return Integer is begin -- Very crude calculation... return 6 * C.R * C.R; end Area; end Pck;
31.83871
73
0.705167
50f93790de7ab9765efb780082cb3d2938de56cc
7,886
adb
Ada
tests/test_all.adb
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
tests/test_all.adb
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
tests/test_all.adb
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
------------------------------------------------------------------------------ -- Copyright (c) 2011, Natacha Porté -- -- -- -- Permission to use, copy, modify, and distribute this software for any -- -- purpose with or without fee is hereby granted, provided that the above -- -- copyright notice and this permission notice appear in all copies. -- -- -- -- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -- -- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -- -- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -- -- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -- -- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -- -- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -- -- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -- ------------------------------------------------------------------------------ ----------------------------------------------------------------------- -- Test_All is a binary gathering all tests from Natools components. -- ----------------------------------------------------------------------- with Ada.Command_Line; with Ada.Text_IO; with Natools.Chunked_Strings.Tests; with Natools.Constant_Indefinite_Ordered_Map_Tests; with Natools.Cron.Tests; with Natools.Getopt_Long_Tests; with Natools.HMAC_Tests; with Natools.Reference_Tests; with Natools.Reference_Tests.Pools; with Natools.S_Expressions.Atom_Buffers.Tests; with Natools.S_Expressions.Cache_Tests; with Natools.S_Expressions.Conditionals.Tests; with Natools.S_Expressions.Dynamic_Interpreter_Tests; with Natools.S_Expressions.Encodings.Tests; with Natools.S_Expressions.Enumeration_IO.Tests; with Natools.S_Expressions.File_RW_Tests; with Natools.S_Expressions.Interpreter_Tests; with Natools.S_Expressions.Lockable.Tests; with Natools.S_Expressions.Parsers.Tests; with Natools.S_Expressions.Printers.Tests; with Natools.S_Expressions.Printers.Pretty.Tests; with Natools.S_Expressions.Printers.Pretty.Config.Tests; with Natools.S_Expressions.Templates.Tests; with Natools.Smaz.Tests; with Natools.Smaz_Tests; with Natools.Static_Hash_Maps.S_Expressions.Tests; with Natools.String_Slice_Set_Tests; with Natools.String_Slice_Tests; with Natools.Time_IO.Tests; with Natools.Time_Keys.Tests; with Natools.Time_Statistics.Tests; with Natools.Tests.Text_IO; procedure Test_All is package Uneven_Chunked_Strings is new Natools.Chunked_Strings (Default_Allocation_Unit => 7, Default_Chunk_Size => 15); package Uneven_Chunked_Strings_Tests is new Uneven_Chunked_Strings.Tests; package Even_Chunked_Strings is new Natools.Chunked_Strings (Default_Allocation_Unit => 6, Default_Chunk_Size => 18); package Even_Chunked_Strings_Tests is new Even_Chunked_Strings.Tests; package Single_Chunked_Strings is new Natools.Chunked_Strings (Default_Allocation_Unit => 10, Default_Chunk_Size => 10); package Single_Chunked_Strings_Tests is new Single_Chunked_Strings.Tests; Report : Natools.Tests.Text_IO.Text_Reporter; begin Ada.Text_IO.Set_Line_Length (80); Report.Section ("All Tests"); Report.Section ("Chunked_String with uneven allocation unit"); Uneven_Chunked_Strings_Tests.All_Tests (Report); Report.End_Section; Report.Section ("Chunked_String with even allocation unit"); Even_Chunked_Strings_Tests.All_Tests (Report); Report.End_Section; Report.Section ("Chunked_String with single allocation unit"); Single_Chunked_Strings_Tests.All_Tests (Report); Report.End_Section; Report.Section ("Constant_Indefinite_Ordered_Maps"); Natools.Constant_Indefinite_Ordered_Map_Tests.All_Tests (Report); Report.End_Section; Report.Section ("Cron"); Natools.Cron.Tests.All_Tests (Report); Report.End_Section; Report.Section ("Getopt_Long"); Natools.Getopt_Long_Tests.All_Tests (Report); Report.End_Section; Report.Section ("HMAC and GNAT_HMAC"); Natools.HMAC_Tests.All_Tests (Report); Report.End_Section; Report.Section ("References"); Natools.Reference_Tests.All_Tests (Report); Natools.Reference_Tests.Test_Task_Safety (Report); Report.End_Section; Report.Section ("References.Pools"); Natools.Reference_Tests.Pools.All_Tests (Report); Report.End_Section; Report.Section ("S_Expressions.Atom_Buffers"); Natools.S_Expressions.Atom_Buffers.Tests.All_Tests (Report); Report.End_Section; Report.Section ("S_Expressions.Caches"); Natools.S_Expressions.Cache_Tests.All_Tests (Report); Report.End_Section; Report.Section ("S_Expressions.Conditionals"); Natools.S_Expressions.Conditionals.Tests.All_Tests (Report); Report.End_Section; Report.Section ("S_Expressions.Dynamic_Interpreters"); Natools.S_Expressions.Dynamic_Interpreter_Tests.All_Tests (Report); Report.End_Section; Report.Section ("S_Expressions.Encodings"); Natools.S_Expressions.Encodings.Tests.All_Tests (Report); Report.End_Section; Report.Section ("S_Expressions.Enumeration_IO"); Natools.S_Expressions.Enumeration_IO.Tests.All_Tests (Report); Report.End_Section; Report.Section ("S_Expressions.File_Readers and File_Writers"); Natools.S_Expressions.File_RW_Tests.All_Tests (Report); Report.End_Section; Report.Section ("S_Expressions.Interpreters"); Natools.S_Expressions.Interpreter_Tests.All_Tests (Report); Report.End_Section; Report.Section ("S_Expressions.Lockable"); Natools.S_Expressions.Lockable.Tests.All_Tests (Report); Report.End_Section; Report.Section ("S_Expressions.Parsers"); Natools.S_Expressions.Parsers.Tests.All_Tests (Report); Report.End_Section; Report.Section ("S_Expressions.Printers"); Natools.S_Expressions.Printers.Tests.All_Tests (Report); Report.End_Section; Report.Section ("S_Expressions.Printers.Pretty"); Natools.S_Expressions.Printers.Pretty.Tests.All_Tests (Report); Report.End_Section; Report.Section ("S_Expressions.Printers.Pretty.Config"); Natools.S_Expressions.Printers.Pretty.Config.Tests.All_Tests (Report); Report.End_Section; Report.Section ("S_Expressions.Templates"); Natools.S_Expressions.Templates.Tests.All_Tests (Report); Report.End_Section; Report.Section ("Smaz"); Natools.Smaz_Tests.All_Tests (Report); Report.End_Section; Report.Section ("Smaz (superseded)"); Natools.Smaz.Tests.All_Tests (Report); Report.End_Section; Report.Section ("Static_Hash_Maps.S_Expressions"); Natools.Static_Hash_Maps.S_Expressions.Tests.All_Tests (Report); Report.End_Section; Report.Section ("String_Slices"); Natools.String_Slice_Tests.All_Tests (Report); Report.End_Section; Report.Section ("String_Slices.Slice_Sets"); Natools.String_Slice_Set_Tests.All_Tests (Report); Report.End_Section; Report.Section ("Time_IO"); Natools.Time_IO.Tests.All_Tests (Report); Report.End_Section; Report.Section ("Time_Keys"); Natools.Time_Keys.Tests.All_Tests (Report); Report.End_Section; Report.Section ("Time_Statistics"); Natools.Time_Statistics.Tests.All_Tests (Report); Report.End_Section; Natools.Tests.Text_IO.Print_Results (Report.Total_Results); declare Results : constant Natools.Tests.Result_Summary := Report.Total_Results; begin if Results (Natools.Tests.Fail) > 0 or Results (Natools.Tests.Error) > 0 then Ada.Command_Line.Set_Exit_Status (Ada.Command_Line.Failure); else Ada.Command_Line.Set_Exit_Status (Ada.Command_Line.Success); end if; end; Report.End_Section; end Test_All;
36.67907
78
0.720137
50dc127a6b3550a6b4bf5359ee1ad14a2b21049f
5,754
ads
Ada
source/amf/uml/amf-uml-execution_specifications.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/uml/amf-uml-execution_specifications.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/uml/amf-uml-execution_specifications.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- Ada Modeling Framework -- -- -- -- Runtime Library Component -- -- -- ------------------------------------------------------------------------------ -- -- -- Copyright © 2011-2012, Vadim Godunko <[email protected]> -- -- All rights reserved. -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions -- -- are met: -- -- -- -- * Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- -- -- * Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in the -- -- documentation and/or other materials provided with the distribution. -- -- -- -- * Neither the name of the Vadim Godunko, IE nor the names of its -- -- contributors may be used to endorse or promote products derived from -- -- this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -- -- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -- -- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -- -- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -- -- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -- -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ -- $Revision$ $Date$ ------------------------------------------------------------------------------ -- This file is generated, don't edit it. ------------------------------------------------------------------------------ -- An execution specification is a specification of the execution of a unit -- of behavior or action within the lifeline. The duration of an execution -- specification is represented by two cccurrence specifications, the start -- occurrence specification and the finish occurrence specification. ------------------------------------------------------------------------------ with AMF.UML.Interaction_Fragments; limited with AMF.UML.Occurrence_Specifications; package AMF.UML.Execution_Specifications is pragma Preelaborate; type UML_Execution_Specification is limited interface and AMF.UML.Interaction_Fragments.UML_Interaction_Fragment; type UML_Execution_Specification_Access is access all UML_Execution_Specification'Class; for UML_Execution_Specification_Access'Storage_Size use 0; not overriding function Get_Finish (Self : not null access constant UML_Execution_Specification) return AMF.UML.Occurrence_Specifications.UML_Occurrence_Specification_Access is abstract; -- Getter of ExecutionSpecification::finish. -- -- References the OccurrenceSpecification that designates the finish of -- the Action or Behavior. not overriding procedure Set_Finish (Self : not null access UML_Execution_Specification; To : AMF.UML.Occurrence_Specifications.UML_Occurrence_Specification_Access) is abstract; -- Setter of ExecutionSpecification::finish. -- -- References the OccurrenceSpecification that designates the finish of -- the Action or Behavior. not overriding function Get_Start (Self : not null access constant UML_Execution_Specification) return AMF.UML.Occurrence_Specifications.UML_Occurrence_Specification_Access is abstract; -- Getter of ExecutionSpecification::start. -- -- References the OccurrenceSpecification that designates the start of the -- Action or Behavior not overriding procedure Set_Start (Self : not null access UML_Execution_Specification; To : AMF.UML.Occurrence_Specifications.UML_Occurrence_Specification_Access) is abstract; -- Setter of ExecutionSpecification::start. -- -- References the OccurrenceSpecification that designates the start of the -- Action or Behavior end AMF.UML.Execution_Specifications;
58.714286
96
0.532673
a1effea3e63807804ce81de5e5c8f2f416ae93ee
140
adb
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/discr25.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/discr25.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/discr25.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- { dg-do compile } with Discr25_Pkg; procedure Discr25 (N : Natural) is package Test_Set is new Discr25_Pkg (N); begin null; end;
11.666667
42
0.685714
12e49bfbcfdebb06866f06fed9720592c7d78421
6,404
ads
Ada
tools-src/gnu/gcc/gcc/ada/a-direio.ads
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
80
2015-01-02T10:14:04.000Z
2021-06-07T06:29:49.000Z
tools-src/gnu/gcc/gcc/ada/a-direio.ads
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
9
2015-05-14T11:03:12.000Z
2018-01-04T07:12:58.000Z
tools-src/gnu/gcc/gcc/ada/a-direio.ads
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- A D A . D I R E C T _ I O -- -- -- -- S p e c -- -- -- -- $Revision$ -- -- -- Copyright (C) 1992-1999 Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- -- apply solely to the contents of the part following the private keyword. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING. If not, write -- -- to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, -- -- MA 02111-1307, USA. -- -- -- -- As a special exception, if other files instantiate generics from this -- -- unit, or you link this unit with other files to produce an executable, -- -- this unit does not by itself cause the resulting executable to be -- -- covered by the GNU General Public License. This exception does not -- -- however invalidate any other reasons why the executable file might be -- -- covered by the GNU Public License. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ with Ada.IO_Exceptions; with System.Direct_IO; with Interfaces.C_Streams; generic type Element_Type is private; package Ada.Direct_IO is type File_Type is limited private; type File_Mode is (In_File, Inout_File, Out_File); -- The following representation clause allows the use of unchecked -- conversion for rapid translation between the File_Mode type -- used in this package and System.File_IO. for File_Mode use (In_File => 0, -- System.File_IO.File_Mode'Pos (In_File) Inout_File => 1, -- System.File_IO.File_Mode'Pos (Inout_File); Out_File => 2); -- System.File_IO.File_Mode'Pos (Out_File) type Count is range 0 .. System.Direct_IO.Count'Last; subtype Positive_Count is Count range 1 .. Count'Last; --------------------- -- File Management -- --------------------- procedure Create (File : in out File_Type; Mode : in File_Mode := Inout_File; Name : in String := ""; Form : in String := ""); procedure Open (File : in out File_Type; Mode : in File_Mode; Name : in String; Form : in String := ""); procedure Close (File : in out File_Type); procedure Delete (File : in out File_Type); procedure Reset (File : in out File_Type; Mode : in File_Mode); procedure Reset (File : in out File_Type); function Mode (File : in File_Type) return File_Mode; function Name (File : in File_Type) return String; function Form (File : in File_Type) return String; function Is_Open (File : in File_Type) return Boolean; --------------------------------- -- Input and Output Operations -- --------------------------------- procedure Read (File : in File_Type; Item : out Element_Type; From : in Positive_Count); procedure Read (File : in File_Type; Item : out Element_Type); procedure Write (File : in File_Type; Item : in Element_Type; To : in Positive_Count); procedure Write (File : in File_Type; Item : in Element_Type); procedure Set_Index (File : in File_Type; To : in Positive_Count); function Index (File : in File_Type) return Positive_Count; function Size (File : in File_Type) return Count; function End_Of_File (File : in File_Type) return Boolean; ---------------- -- Exceptions -- ---------------- Status_Error : exception renames IO_Exceptions.Status_Error; Mode_Error : exception renames IO_Exceptions.Mode_Error; Name_Error : exception renames IO_Exceptions.Name_Error; Use_Error : exception renames IO_Exceptions.Use_Error; Device_Error : exception renames IO_Exceptions.Device_Error; End_Error : exception renames IO_Exceptions.End_Error; Data_Error : exception renames IO_Exceptions.Data_Error; private type File_Type is new System.Direct_IO.File_Type; Bytes : constant Interfaces.C_Streams.size_t := Element_Type'Max_Size_In_Storage_Elements; -- Size of an element in storage units pragma Inline (Close); pragma Inline (Create); pragma Inline (Delete); pragma Inline (End_Of_File); pragma Inline (Form); pragma Inline (Index); pragma Inline (Is_Open); pragma Inline (Mode); pragma Inline (Name); pragma Inline (Open); pragma Inline (Read); pragma Inline (Reset); pragma Inline (Set_Index); pragma Inline (Size); pragma Inline (Write); end Ada.Direct_IO;
40.27673
78
0.5406
066b56e33083680a30a84993abaf22b7c7055d5b
4,306
ads
Ada
source/nodes/program-nodes-floating_point_types.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/nodes/program-nodes-floating_point_types.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/nodes/program-nodes-floating_point_types.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
1
2019-10-16T09:05:27.000Z
2019-10-16T09:05:27.000Z
-- SPDX-FileCopyrightText: 2019 Max Reznik <[email protected]> -- -- SPDX-License-Identifier: MIT ------------------------------------------------------------- with Program.Lexical_Elements; with Program.Elements.Expressions; with Program.Elements.Real_Range_Specifications; with Program.Elements.Floating_Point_Types; with Program.Element_Visitors; package Program.Nodes.Floating_Point_Types is pragma Preelaborate; type Floating_Point_Type is new Program.Nodes.Node and Program.Elements.Floating_Point_Types.Floating_Point_Type and Program.Elements.Floating_Point_Types.Floating_Point_Type_Text with private; function Create (Digits_Token : not null Program.Lexical_Elements .Lexical_Element_Access; Digits_Expression : not null Program.Elements.Expressions .Expression_Access; Real_Range : Program.Elements.Real_Range_Specifications .Real_Range_Specification_Access) return Floating_Point_Type; type Implicit_Floating_Point_Type is new Program.Nodes.Node and Program.Elements.Floating_Point_Types.Floating_Point_Type with private; function Create (Digits_Expression : not null Program.Elements.Expressions .Expression_Access; Real_Range : Program.Elements.Real_Range_Specifications .Real_Range_Specification_Access; Is_Part_Of_Implicit : Boolean := False; Is_Part_Of_Inherited : Boolean := False; Is_Part_Of_Instance : Boolean := False) return Implicit_Floating_Point_Type with Pre => Is_Part_Of_Implicit or Is_Part_Of_Inherited or Is_Part_Of_Instance; private type Base_Floating_Point_Type is abstract new Program.Nodes.Node and Program.Elements.Floating_Point_Types.Floating_Point_Type with record Digits_Expression : not null Program.Elements.Expressions .Expression_Access; Real_Range : Program.Elements.Real_Range_Specifications .Real_Range_Specification_Access; end record; procedure Initialize (Self : in out Base_Floating_Point_Type'Class); overriding procedure Visit (Self : not null access Base_Floating_Point_Type; Visitor : in out Program.Element_Visitors.Element_Visitor'Class); overriding function Digits_Expression (Self : Base_Floating_Point_Type) return not null Program.Elements.Expressions.Expression_Access; overriding function Real_Range (Self : Base_Floating_Point_Type) return Program.Elements.Real_Range_Specifications .Real_Range_Specification_Access; overriding function Is_Floating_Point_Type (Self : Base_Floating_Point_Type) return Boolean; overriding function Is_Type_Definition (Self : Base_Floating_Point_Type) return Boolean; overriding function Is_Definition (Self : Base_Floating_Point_Type) return Boolean; type Floating_Point_Type is new Base_Floating_Point_Type and Program.Elements.Floating_Point_Types.Floating_Point_Type_Text with record Digits_Token : not null Program.Lexical_Elements .Lexical_Element_Access; end record; overriding function To_Floating_Point_Type_Text (Self : in out Floating_Point_Type) return Program.Elements.Floating_Point_Types .Floating_Point_Type_Text_Access; overriding function Digits_Token (Self : Floating_Point_Type) return not null Program.Lexical_Elements.Lexical_Element_Access; type Implicit_Floating_Point_Type is new Base_Floating_Point_Type with record Is_Part_Of_Implicit : Boolean; Is_Part_Of_Inherited : Boolean; Is_Part_Of_Instance : Boolean; end record; overriding function To_Floating_Point_Type_Text (Self : in out Implicit_Floating_Point_Type) return Program.Elements.Floating_Point_Types .Floating_Point_Type_Text_Access; overriding function Is_Part_Of_Implicit (Self : Implicit_Floating_Point_Type) return Boolean; overriding function Is_Part_Of_Inherited (Self : Implicit_Floating_Point_Type) return Boolean; overriding function Is_Part_Of_Instance (Self : Implicit_Floating_Point_Type) return Boolean; end Program.Nodes.Floating_Point_Types;
33.379845
75
0.743149
4de4739dcbe0ff3664641689063548d4ac16e730
9,062
ads
Ada
gcc-gcc-7_3_0-release/gcc/ada/a-tigeau.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/ada/a-tigeau.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/a-tigeau.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- A D A . T E X T _ I O . G E N E R I C _ A U X -- -- -- -- S p e c -- -- -- -- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- This package contains a set of auxiliary routines used by the Text_IO -- generic children, including for reading and writing numeric strings. private package Ada.Text_IO.Generic_Aux is -- Note: for all the Load routines, File indicates the file to be read, -- Buf is the string into which data is stored, Ptr is the index of the -- last character stored so far, and is updated if additional characters -- are stored. Data_Error is raised if the input overflows Buf. The only -- Load routines that do a file status check are Load_Skip and Load_Width -- so one of these two routines must be called first. procedure Check_End_Of_Field (Buf : String; Stop : Integer; Ptr : Integer; Width : Field); -- This routine is used after doing a get operations on a numeric value. -- Buf is the string being scanned, and Stop is the last character of -- the field being scanned. Ptr is as set by the call to the scan routine -- that scanned out the numeric value, i.e. it points one past the last -- character scanned, and Width is the width parameter from the Get call. -- -- There are two cases, if Width is non-zero, then a check is made that -- the remainder of the field is all blanks. If Width is zero, then it -- means that the scan routine scanned out only part of the field. We -- have already scanned out the field that the ACVC tests seem to expect -- us to read (even if it does not follow the syntax of the type being -- scanned, e.g. allowing negative exponents in integers, and underscores -- at the end of the string), so we just raise Data_Error. procedure Check_On_One_Line (File : File_Type; Length : Integer); -- Check to see if item of length Integer characters can fit on -- current line. Call New_Line if not, first checking that the -- line length can accommodate Length characters, raise Layout_Error -- if item is too large for a single line. function Getc (File : File_Type) return Integer; -- Gets next character from file, which has already been checked for -- being in read status, and returns the character read if no error -- occurs. The result is EOF if the end of file was read. Note that -- the Col value is not bumped, so it is the caller's responsibility -- to bump it if necessary. function Is_Blank (C : Character) return Boolean; -- Determines if C is a blank (space or tab) procedure Load_Width (File : File_Type; Width : Field; Buf : out String; Ptr : in out Integer); -- Loads exactly Width characters, unless a line mark is encountered first procedure Load_Skip (File : File_Type); -- Skips leading blanks and line and page marks, if the end of file is -- read without finding a non-blank character, then End_Error is raised. -- Note: a blank is defined as a space or horizontal tab (RM A.10.6(5)). procedure Load (File : File_Type; Buf : out String; Ptr : in out Integer; Char : Character; Loaded : out Boolean); -- If next character is Char, loads it, otherwise no characters are loaded -- Loaded is set to indicate whether or not the character was found. procedure Load (File : File_Type; Buf : out String; Ptr : in out Integer; Char : Character); -- Same as above, but no indication if character is loaded procedure Load (File : File_Type; Buf : out String; Ptr : in out Integer; Char1 : Character; Char2 : Character; Loaded : out Boolean); -- If next character is Char1 or Char2, loads it, otherwise no characters -- are loaded. Loaded is set to indicate whether or not one of the two -- characters was found. procedure Load (File : File_Type; Buf : out String; Ptr : in out Integer; Char1 : Character; Char2 : Character); -- Same as above, but no indication if character is loaded procedure Load_Digits (File : File_Type; Buf : out String; Ptr : in out Integer; Loaded : out Boolean); -- Loads a sequence of zero or more decimal digits. Loaded is set if -- at least one digit is loaded. procedure Load_Digits (File : File_Type; Buf : out String; Ptr : in out Integer); -- Same as above, but no indication if character is loaded procedure Load_Extended_Digits (File : File_Type; Buf : out String; Ptr : in out Integer; Loaded : out Boolean); -- Like Load_Digits, but also allows extended digits a-f and A-F procedure Load_Extended_Digits (File : File_Type; Buf : out String; Ptr : in out Integer); -- Same as above, but no indication if character is loaded function Nextc (File : File_Type) return Integer; -- Like Getc, but includes a call to Ungetc, so that the file -- pointer is not moved by the call. procedure Put_Item (File : File_Type; Str : String); -- This routine is like Text_IO.Put, except that it checks for overflow -- of bounded lines, as described in (RM A.10.6(8)). It is used for -- all output of numeric values and of enumeration values. procedure Store_Char (File : File_Type; ch : Integer; Buf : in out String; Ptr : in out Integer); -- Store a single character in buffer, checking for overflow and -- adjusting the column number in the file to reflect the fact -- that a character has been acquired from the input stream. If -- the character will not fit in the buffer it is stored in the -- last character position of the buffer and Ptr is unchanged. -- No exception is raised in this case, it is the caller's job -- to raise Data_Error if the buffer fills up, so typically the -- caller will make the buffer one character longer than needed. procedure String_Skip (Str : String; Ptr : out Integer); -- Used in the Get from string procedures to skip leading blanks in the -- string. Ptr is set to the index of the first non-blank. If the string -- is all blanks, then the exception End_Error is raised, Note that blank -- is defined as a space or horizontal tab (RM A.10.6(5)). procedure Ungetc (ch : Integer; File : File_Type); -- Pushes back character into stream, using ungetc. The caller has -- checked that the file is in read status. Device_Error is raised -- if the character cannot be pushed back. An attempt to push back -- an end of file (EOF) is ignored. private pragma Inline (Is_Blank); end Ada.Text_IO.Generic_Aux;
47.197917
78
0.592584
317b3445849b4272d1767519e2f1db1667788ebf
4,148
ads
Ada
tools/fuse/akt-filesystem.ads
My-Colaborations/ada-keystore
6ab222c2df81f32309c5a7b4f94a475214ef5ce3
[ "Apache-2.0" ]
25
2019-05-07T20:35:50.000Z
2021-11-30T10:35:47.000Z
tools/fuse/akt-filesystem.ads
My-Colaborations/ada-keystore
6ab222c2df81f32309c5a7b4f94a475214ef5ce3
[ "Apache-2.0" ]
12
2019-12-16T23:30:00.000Z
2021-09-26T18:52:41.000Z
tools/fuse/akt-filesystem.ads
My-Colaborations/ada-keystore
6ab222c2df81f32309c5a7b4f94a475214ef5ce3
[ "Apache-2.0" ]
3
2019-12-18T21:30:04.000Z
2021-01-06T08:30:36.000Z
----------------------------------------------------------------------- -- akt-filesystem -- Fuse filesystem operations -- Copyright (C) 2019, 2020 Stephane Carrez -- Written by Stephane Carrez ([email protected]) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. ----------------------------------------------------------------------- with Ada.Streams; with Fuse.Main; with Keystore.Files; package AKT.Filesystem is type User_Data_Type is record Wallet : access Keystore.Files.Wallet_File; Direct_IO : Boolean := False; end record; pragma Warnings (Off, "* bits of * unused"); type Stream_Element_Array is array (Positive range <>) of Ada.Streams.Stream_Element; package Fuse_Keystore is new Fuse.Main (Element_Type => Ada.Streams.Stream_Element, Element_Array => Stream_Element_Array, User_Data_Type => User_Data_Type); pragma Warnings (On, "* bits of * unused"); private use Fuse_Keystore; function GetAttr (Path : in String; St_Buf : access System.Stat_Type) return System.Error_Type; function MkDir (Path : in String; Mode : in System.St_Mode_Type) return System.Error_Type; function Unlink (Path : in String) return System.Error_Type; function RmDir (Path : in String) return System.Error_Type; function Create (Path : in String; Mode : in System.St_Mode_Type; Fi : access System.File_Info_Type) return System.Error_Type; function Open (Path : in String; Fi : access System.File_Info_Type) return System.Error_Type; function Release (Path : in String; Fi : access System.File_Info_Type) return System.Error_Type; function Read (Path : in String; Buffer : access Buffer_Type; Size : in out Natural; Offset : in Natural; Fi : access System.File_Info_Type) return System.Error_Type; function Write (Path : in String; Buffer : access Buffer_Type; Size : in out Natural; Offset : in Natural; Fi : access System.File_Info_Type) return System.Error_Type; function ReadDir (Path : in String; Filler : access procedure (Name : String; St_Buf : System.Stat_Access; Offset : Natural); Offset : in Natural; Fi : access System.File_Info_Type) return System.Error_Type; function Truncate (Path : in String; Size : in Natural) return System.Error_Type; package Keystore_Truncate is new Fuse_Keystore.Truncate; package Keystore_GetAttr is new Fuse_Keystore.GetAttr; package Keystore_MkDir is new Fuse_Keystore.MkDir; package Keystore_Unlink is new Fuse_Keystore.Unlink; package Keystore_RmDir is new Fuse_Keystore.RmDir; package Keystore_Create is new Fuse_Keystore.Create; package Keystore_Open is new Fuse_Keystore.Open; package Keystore_Release is new Fuse_Keystore.Release; package Keystore_Read is new Fuse_Keystore.Read; package Keystore_Write is new Fuse_Keystore.Write; package Keystore_ReadDir is new Fuse_Keystore.ReadDir; end AKT.Filesystem;
37.709091
88
0.592334
317ce50baec5855471943794d98502b5be8e49a6
2,882
adb
Ada
attic/asis/adam-assist.adb
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
3
2017-04-29T14:25:22.000Z
2017-09-29T10:15:28.000Z
attic/asis/adam-assist.adb
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
attic/asis/adam-assist.adb
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
with -- AdaM.Assist.Query.find_All.Driver, -- AdaM.Assist.Query.find_All.Metrics, AdaM.Assist.Query.find_Entities.Driver, AdaM.Assist.Query.find_Entities.Metrics, Ada.Strings.unbounded, Ada.Strings.fixed; package body AdaM.Assist is -- function known_Types return AdaM.a_Type.Vector -- is -- begin -- return AdaM.Assist.Query.find_all.Metrics.all_Types; -- end known_Types; -- function known_Environment return AdaM.Environment.item -- is -- Environ : Environment.item renames AdaM.Assist.Query.find_All.Metrics.Environment; -- begin -- Environ.clear; -- AdaM.Assist.Query.find_All.Driver; -- -- return Environ; -- end known_Environment; function known_Entities return AdaM.Environment.item is Environ : Environment.item renames Query.find_Entities.Metrics.Environment; begin Environ.clear; Query.find_Entities.Driver; return Environ; end known_Entities; function Tail_of (the_full_Name : in String) return String is use Ada.Strings, Ada.Strings.fixed; Dot : constant Natural := Index (the_full_Name, ".", Backward); begin if Dot = 0 then return the_full_Name; else return the_full_Name (Dot + 1 .. the_full_Name'Last); end if; end Tail_of; function strip_Tail_of (the_full_Name : in String) return String is use Ada.Strings, Ada.Strings.fixed; Dot : constant Natural := Index (the_full_Name, ".", Backward); begin if Dot = 0 then return the_full_Name; else return the_full_Name (the_full_Name'First .. Dot - 1); end if; end strip_Tail_of; function type_button_Name_of (the_full_Name : in String) return String is Tail : constant String := Assist.Tail_of (the_full_Name); begin if the_full_Name'Length >= 9 and then the_full_Name (the_full_Name'First .. the_full_Name'First + 8) = "Standard." then return Tail; end if; declare Head : constant String := assist.strip_Tail_of (the_full_Name); begin return assist.Tail_of (Head) & "." & Tail; end; end type_button_Name_of; function Split (the_Text : in String) return text_Lines is use ada.Strings.Fixed, ada.Strings.Unbounded; the_Lines : text_Lines; Dot : Natural := Index (the_Text, "."); First : Positive := 1; Last : Positive; begin while Dot /= 0 loop Last := Dot - 1; the_Lines.append (+the_Text (First .. Last)); First := Dot + 1; Dot := Index (the_Text, ".", First); end loop; the_Lines.append (+the_Text (First .. the_Text'Last)); return the_Lines; end Split; end AdaM.Assist;
23.430894
93
0.61728
2f35ca22abd7b2e66bc46242c955690a343558bc
5,986
ads
Ada
source/nodes/program-nodes-formal_unconstrained_array_types.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/nodes/program-nodes-formal_unconstrained_array_types.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/nodes/program-nodes-formal_unconstrained_array_types.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
1
2019-10-16T09:05:27.000Z
2019-10-16T09:05:27.000Z
-- SPDX-FileCopyrightText: 2019 Max Reznik <[email protected]> -- -- SPDX-License-Identifier: MIT ------------------------------------------------------------- with Program.Lexical_Elements; with Program.Elements.Expressions; with Program.Elements.Component_Definitions; with Program.Elements.Formal_Unconstrained_Array_Types; with Program.Element_Visitors; package Program.Nodes.Formal_Unconstrained_Array_Types is pragma Preelaborate; type Formal_Unconstrained_Array_Type is new Program.Nodes.Node and Program.Elements.Formal_Unconstrained_Array_Types .Formal_Unconstrained_Array_Type and Program.Elements.Formal_Unconstrained_Array_Types .Formal_Unconstrained_Array_Type_Text with private; function Create (Array_Token : not null Program.Lexical_Elements .Lexical_Element_Access; Left_Bracket_Token : not null Program.Lexical_Elements .Lexical_Element_Access; Index_Subtypes : not null Program.Elements.Expressions .Expression_Vector_Access; Right_Bracket_Token : not null Program.Lexical_Elements .Lexical_Element_Access; Of_Token : not null Program.Lexical_Elements .Lexical_Element_Access; Component_Definition : not null Program.Elements.Component_Definitions .Component_Definition_Access) return Formal_Unconstrained_Array_Type; type Implicit_Formal_Unconstrained_Array_Type is new Program.Nodes.Node and Program.Elements.Formal_Unconstrained_Array_Types .Formal_Unconstrained_Array_Type with private; function Create (Index_Subtypes : not null Program.Elements.Expressions .Expression_Vector_Access; Component_Definition : not null Program.Elements.Component_Definitions .Component_Definition_Access; Is_Part_Of_Implicit : Boolean := False; Is_Part_Of_Inherited : Boolean := False; Is_Part_Of_Instance : Boolean := False) return Implicit_Formal_Unconstrained_Array_Type with Pre => Is_Part_Of_Implicit or Is_Part_Of_Inherited or Is_Part_Of_Instance; private type Base_Formal_Unconstrained_Array_Type is abstract new Program.Nodes.Node and Program.Elements.Formal_Unconstrained_Array_Types .Formal_Unconstrained_Array_Type with record Index_Subtypes : not null Program.Elements.Expressions .Expression_Vector_Access; Component_Definition : not null Program.Elements.Component_Definitions .Component_Definition_Access; end record; procedure Initialize (Self : in out Base_Formal_Unconstrained_Array_Type'Class); overriding procedure Visit (Self : not null access Base_Formal_Unconstrained_Array_Type; Visitor : in out Program.Element_Visitors.Element_Visitor'Class); overriding function Index_Subtypes (Self : Base_Formal_Unconstrained_Array_Type) return not null Program.Elements.Expressions.Expression_Vector_Access; overriding function Component_Definition (Self : Base_Formal_Unconstrained_Array_Type) return not null Program.Elements.Component_Definitions .Component_Definition_Access; overriding function Is_Formal_Unconstrained_Array_Type (Self : Base_Formal_Unconstrained_Array_Type) return Boolean; overriding function Is_Formal_Type_Definition (Self : Base_Formal_Unconstrained_Array_Type) return Boolean; overriding function Is_Definition (Self : Base_Formal_Unconstrained_Array_Type) return Boolean; type Formal_Unconstrained_Array_Type is new Base_Formal_Unconstrained_Array_Type and Program.Elements.Formal_Unconstrained_Array_Types .Formal_Unconstrained_Array_Type_Text with record Array_Token : not null Program.Lexical_Elements .Lexical_Element_Access; Left_Bracket_Token : not null Program.Lexical_Elements .Lexical_Element_Access; Right_Bracket_Token : not null Program.Lexical_Elements .Lexical_Element_Access; Of_Token : not null Program.Lexical_Elements .Lexical_Element_Access; end record; overriding function To_Formal_Unconstrained_Array_Type_Text (Self : in out Formal_Unconstrained_Array_Type) return Program.Elements.Formal_Unconstrained_Array_Types .Formal_Unconstrained_Array_Type_Text_Access; overriding function Array_Token (Self : Formal_Unconstrained_Array_Type) return not null Program.Lexical_Elements.Lexical_Element_Access; overriding function Left_Bracket_Token (Self : Formal_Unconstrained_Array_Type) return not null Program.Lexical_Elements.Lexical_Element_Access; overriding function Right_Bracket_Token (Self : Formal_Unconstrained_Array_Type) return not null Program.Lexical_Elements.Lexical_Element_Access; overriding function Of_Token (Self : Formal_Unconstrained_Array_Type) return not null Program.Lexical_Elements.Lexical_Element_Access; type Implicit_Formal_Unconstrained_Array_Type is new Base_Formal_Unconstrained_Array_Type with record Is_Part_Of_Implicit : Boolean; Is_Part_Of_Inherited : Boolean; Is_Part_Of_Instance : Boolean; end record; overriding function To_Formal_Unconstrained_Array_Type_Text (Self : in out Implicit_Formal_Unconstrained_Array_Type) return Program.Elements.Formal_Unconstrained_Array_Types .Formal_Unconstrained_Array_Type_Text_Access; overriding function Is_Part_Of_Implicit (Self : Implicit_Formal_Unconstrained_Array_Type) return Boolean; overriding function Is_Part_Of_Inherited (Self : Implicit_Formal_Unconstrained_Array_Type) return Boolean; overriding function Is_Part_Of_Instance (Self : Implicit_Formal_Unconstrained_Array_Type) return Boolean; end Program.Nodes.Formal_Unconstrained_Array_Types;
37.647799
78
0.757768
3108c2a89fd78cd4c1d59dba354aee7140834d86
5,922
adb
Ada
src/core/util-locales.adb
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
60
2015-01-18T23:05:34.000Z
2022-03-20T18:56:30.000Z
src/core/util-locales.adb
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
20
2016-09-15T16:41:30.000Z
2022-03-29T22:02:32.000Z
src/core/util-locales.adb
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
10
2015-02-13T04:00:45.000Z
2022-03-20T18:57:54.000Z
----------------------------------------------------------------------- -- util-locales -- Locale support -- Copyright (C) 2001, 2002, 2003, 2009, 2010, 2011, 2015, 2018 Stephane Carrez -- Written by Stephane Carrez ([email protected]) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. ----------------------------------------------------------------------- with Ada.Strings.Hash; package body Util.Locales is -- ------------------------------ -- Get the lowercase two-letter ISO-639 code. -- ------------------------------ function Get_Language (Loc : in Locale) return String is begin if Loc = null then return ""; else return Loc (1 .. 2); end if; end Get_Language; -- ------------------------------ -- Get the ISO 639-2 language code. -- ------------------------------ function Get_ISO3_Language (Loc : in Locale) return String is begin if Loc = null or else Loc'Length <= 3 then return ""; end if; if Loc'Length <= 6 then return Loc (4 .. 6); end if; return Loc (7 .. 9); end Get_ISO3_Language; -- ------------------------------ -- Get the uppercase two-letter ISO-3166 code. -- ------------------------------ function Get_Country (Loc : in Locale) return String is begin if Loc = null or else Loc'Length <= 2 or else Loc (3) /= '_' then return ""; else return Loc (4 .. 5); end if; end Get_Country; -- ------------------------------ -- Get the ISO-3166-2 country code. -- ------------------------------ function Get_ISO3_Country (Loc : in Locale) return String is begin if Loc = null or else Loc'Length <= 5 then return ""; else return Loc (10 .. Loc'Last); end if; end Get_ISO3_Country; -- ------------------------------ -- Get the variant code -- ------------------------------ function Get_Variant (Loc : in Locale) return String is begin if Loc = null or else Loc'Length <= 13 then return ""; else return Loc (7 .. 8); end if; end Get_Variant; -- ------------------------------ -- Get the locale for the given language code -- ------------------------------ function Get_Locale (Language : in String) return Locale is Length : constant Natural := Language'Length; Lower : Natural := Locales'First; Upper : Natural := Locales'Last; Pos : Natural; Result : Locale; begin while Lower <= Upper loop Pos := (Lower + Upper) / 2; Result := Locales (Pos); if Result'Length < Length then if Result.all < Language (Language'First .. Language'First + Result'Length - 1) then Lower := Pos + 1; else Upper := Pos - 1; end if; elsif Result'Length > Length and then Result (Length + 1) = '.' and then Result (1 .. Length) = Language then return Result; elsif Result (1 .. Length) < Language then Lower := Pos + 1; else Upper := Pos - 1; end if; end loop; return NULL_LOCALE; end Get_Locale; -- ------------------------------ -- Get the locale for the given language and country code -- ------------------------------ function Get_Locale (Language : in String; Country : in String) return Locale is begin if Language'Length /= 2 or else (Country'Length /= 0 and Country'Length /= 2) then return NULL_LOCALE; elsif Country'Length = 0 then return Get_Locale (Language); else return Get_Locale (Language & "_" & Country); end if; end Get_Locale; -- ------------------------------ -- Get the locale for the given language, country and variant code -- ------------------------------ function Get_Locale (Language : in String; Country : in String; Variant : in String) return Locale is begin if Language'Length /= 2 or else (Country'Length /= 0 and Country'Length /= 2) or else (Variant'Length /= 0 and Variant'Length /= 2) then return NULL_LOCALE; end if; if Country'Length = 0 and Variant'Length = 0 then return Get_Locale (Language); elsif Variant'Length = 0 then return Get_Locale (Language, Country); else return Get_Locale (Language & "_" & Country & "_" & Variant); end if; end Get_Locale; -- ------------------------------ -- Get the locale code in the form <i>language</i>_<i>country</i>_<i>variant</i>. -- ------------------------------ function To_String (Loc : in Locale) return String is begin if Loc = null then return ""; elsif Loc'Length > 3 and Loc (3) = '.' then return Loc (1 .. 2); elsif Loc'Length > 6 and Loc (6) = '.' then return Loc (1 .. 5); else return Loc (1 .. 8); end if; end To_String; -- ------------------------------ -- Compute the hash value of the locale. -- ------------------------------ function Hash (Loc : in Locale) return Ada.Containers.Hash_Type is begin return Ada.Strings.Hash (Loc.all); end Hash; end Util.Locales;
33.083799
96
0.50304
0bd6952a7bb9244211644fe358612d510220efcb
3,615
ads
Ada
src/ncurses-5.5/Ada95/samples/ncurses2-getopt.ads
erwinchang/minicom
3fe2ba7d8e8475c199b493a2b99cd3c690f6ea4f
[ "MIT" ]
null
null
null
src/ncurses-5.5/Ada95/samples/ncurses2-getopt.ads
erwinchang/minicom
3fe2ba7d8e8475c199b493a2b99cd3c690f6ea4f
[ "MIT" ]
null
null
null
src/ncurses-5.5/Ada95/samples/ncurses2-getopt.ads
erwinchang/minicom
3fe2ba7d8e8475c199b493a2b99cd3c690f6ea4f
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT ncurses Binding Samples -- -- -- -- ncurses -- -- -- -- B O D Y -- -- -- ------------------------------------------------------------------------------ -- Copyright (c) 2000 Free Software Foundation, Inc. -- -- -- -- Permission is hereby granted, free of charge, to any person obtaining a -- -- copy of this software and associated documentation files (the -- -- "Software"), to deal in the Software without restriction, including -- -- without limitation the rights to use, copy, modify, merge, publish, -- -- distribute, distribute with modifications, sublicense, and/or sell -- -- copies of the Software, and to permit persons to whom the Software is -- -- furnished to do so, subject to the following conditions: -- -- -- -- The above copyright notice and this permission notice shall be included -- -- in all copies or substantial portions of the Software. -- -- -- -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -- -- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -- -- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -- -- IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -- -- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -- -- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR -- -- THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- -- -- -- Except as contained in this notice, the name(s) of the above copyright -- -- holders shall not be used in advertising or otherwise to promote the -- -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------ -- Author: Eugene V. Melaragno <[email protected]> 2000 -- Version Control -- $Revision: 1.1 $ -- Binding Version 01.00 ------------------------------------------------------------------------------ package ncurses2.getopt is type stringa is access String; type stringfunc is access function (n : Positive) return String; procedure Qgetopt (retval : out Integer; argc : Integer; argv : stringfunc; optstring : String; optind : in out Integer; -- ignored for ncurses, must be initialized to 0 -- by the caller Optarg : out stringa -- a garbage collector would be useful here. ); end ncurses2.getopt;
60.25
78
0.413555
1221b2e50a846f6d2a7646f4cd956dbdb979b5d4
5,556
ads
Ada
firehog/ncurses/Ada95/ada_include/terminal_interface-curses-aux.ads
KipodAfterFree/KAF-2019-FireHog
5f6ee3c3c3329459bc9daeabc1a16ff4619508d9
[ "MIT" ]
1
2019-04-02T20:28:58.000Z
2019-04-02T20:28:58.000Z
Ada95/ada_include/terminal_interface-curses-aux.ads
mitchelhaan/ncurses
0b8ae5088202164ecc1769aa255ed1aad283d2ae
[ "X11" ]
null
null
null
Ada95/ada_include/terminal_interface-curses-aux.ads
mitchelhaan/ncurses
0b8ae5088202164ecc1769aa255ed1aad283d2ae
[ "X11" ]
1
2019-12-26T10:18:16.000Z
2019-12-26T10:18:16.000Z
------------------------------------------------------------------------------ -- -- -- GNAT ncurses Binding -- -- -- -- Terminal_Interface.Curses.Aux -- -- -- -- S P E C -- -- -- ------------------------------------------------------------------------------ -- Copyright (c) 1998 Free Software Foundation, Inc. -- -- -- -- Permission is hereby granted, free of charge, to any person obtaining a -- -- copy of this software and associated documentation files (the -- -- "Software"), to deal in the Software without restriction, including -- -- without limitation the rights to use, copy, modify, merge, publish, -- -- distribute, distribute with modifications, sublicense, and/or sell -- -- copies of the Software, and to permit persons to whom the Software is -- -- furnished to do so, subject to the following conditions: -- -- -- -- The above copyright notice and this permission notice shall be included -- -- in all copies or substantial portions of the Software. -- -- -- -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -- -- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -- -- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -- -- IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -- -- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -- -- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR -- -- THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- -- -- -- Except as contained in this notice, the name(s) of the above copyright -- -- holders shall not be used in advertising or otherwise to promote the -- -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------ -- Author: Juergen Pfeifer <[email protected]> 1996 -- Version Control: -- $Revision: 1.8 $ -- Binding Version 00.93 ------------------------------------------------------------------------------ with System; with Interfaces.C; with Interfaces.C.Strings; use Interfaces.C.Strings; with Unchecked_Conversion; package Terminal_Interface.Curses.Aux is pragma Preelaborate (Aux); use type Interfaces.C.Int; subtype C_Int is Interfaces.C.Int; subtype C_Short is Interfaces.C.Short; subtype C_Long_Int is Interfaces.C.Long; subtype C_Size_T is Interfaces.C.Size_T; subtype C_Char_Ptr is Interfaces.C.Strings.Chars_Ptr; type C_Void_Ptr is new System.Address; -- This is how those constants are defined in ncurses. I see them also -- exactly like this in all ETI implementations I ever tested. So it -- could be that this is quite general, but please check with your curses. -- This is critical, because curses sometime mixes boolean returns with -- returning an error status. Curses_Ok : constant C_Int := 0; Curses_Err : constant C_Int := -1; Curses_True : constant C_Int := 1; Curses_False : constant C_Int := 0; subtype Eti_Error is C_Int range -14 .. 0; -- Type for error codes returned by the menu and forms subsystem E_Ok : constant Eti_Error := 0; E_System_Error : constant Eti_Error := -1; E_Bad_Argument : constant Eti_Error := -2; E_Posted : constant Eti_Error := -3; E_Connected : constant Eti_Error := -4; E_Bad_State : constant Eti_Error := -5; E_No_Room : constant Eti_Error := -6; E_Not_Posted : constant Eti_Error := -7; E_Unknown_Command : constant Eti_Error := -8; E_No_Match : constant Eti_Error := -9; E_Not_Selectable : constant Eti_Error := -10; E_Not_Connected : constant Eti_Error := -11; E_Request_Denied : constant Eti_Error := -12; E_Invalid_Field : constant Eti_Error := -13; E_Current : constant Eti_Error := -14; procedure Eti_Exception (Code : Eti_Error); -- Dispatch the error code and raise the appropriate exception -- -- -- Some helpers function CInt_To_Chtype is new Unchecked_Conversion (Source => C_Int, Target => Attributed_Character); function Chtype_To_CInt is new Unchecked_Conversion (Source => Attributed_Character, Target => C_Int); procedure Fill_String (Cp : in chars_ptr; Str : out String); -- Fill the Str parameter with the string denoted by the chars_ptr -- C-Style string. function Fill_String (Cp : chars_ptr) return String; -- Same but as function. end Terminal_Interface.Curses.Aux;
50.972477
78
0.526818
0b8210df699ac78f9a73565b205c742501d9db96
2,903
adb
Ada
bb-runtimes/riscv/sifive/fe310/s-macres.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/riscv/sifive/fe310/s-macres.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/riscv/sifive/fe310/s-macres.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- S Y S T E M . M A C H I N E _ R E S E T -- -- -- -- B o d y -- -- -- -- Copyright (C) 2011-2021, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ package body System.Machine_Reset is procedure Os_Exit; pragma Import (Ada, Os_Exit, "__gnat_exit"); pragma No_Return (Os_Exit); -- Reset the board procedure Os_Abort; pragma Export (Ada, Os_Abort, "abort"); pragma No_Return (Os_Abort); -- Same as Os_Exit (rename in body to allow multiple pragma Export) -------------- -- Os_Abort -- -------------- procedure Os_Abort renames Os_Exit; ---------- -- Stop -- ---------- procedure Stop renames Os_Exit; end System.Machine_Reset;
52.781818
78
0.412677
12763ec36816ae02381e9cf4c54ab09951ebac29
231,906
adb
Ada
networklayer/synthesis_results_HMB/ARP_hls_prj/ultrascale_plus/.autopilot/db/arp_pkg_sender.bind.adb
OCT-FPGA/network-demo
76fba0d4315abf7bffe77959a2501c287f20ecec
[ "BSD-3-Clause" ]
null
null
null
networklayer/synthesis_results_HMB/ARP_hls_prj/ultrascale_plus/.autopilot/db/arp_pkg_sender.bind.adb
OCT-FPGA/network-demo
76fba0d4315abf7bffe77959a2501c287f20ecec
[ "BSD-3-Clause" ]
null
null
null
networklayer/synthesis_results_HMB/ARP_hls_prj/ultrascale_plus/.autopilot/db/arp_pkg_sender.bind.adb
OCT-FPGA/network-demo
76fba0d4315abf7bffe77959a2501c287f20ecec
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="17"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName></userIPName> <cdfg class_id="1" tracking_level="1" version="0" object_id="_0"> <name>arp_pkg_sender</name> <module_structure>Pipeline</module_structure> <ret_bitwidth>0</ret_bitwidth> <ports class_id="2" tracking_level="0" version="0"> <count>10</count> <item_version>0</item_version> <item class_id="3" tracking_level="1" version="0" object_id="_1"> <Value class_id="4" tracking_level="0" version="0"> <Obj class_id="5" tracking_level="0" version="0"> <type>1</type> <id>1</id> <name>arpDataOut_V_data_V</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo class_id="6" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>16843009</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>512</bitwidth> </Value> <direction>1</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs class_id="7" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_2"> <Value> <Obj> <type>1</type> <id>2</id> <name>arpDataOut_V_keep_V</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203487200</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>64</bitwidth> </Value> <direction>1</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_3"> <Value> <Obj> <type>1</type> <id>3</id> <name>arpDataOut_V_strb_V</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>662767648</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>64</bitwidth> </Value> <direction>1</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_4"> <Value> <Obj> <type>1</type> <id>4</id> <name>arpDataOut_V_last_V</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>1</bitwidth> </Value> <direction>1</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_5"> <Value> <Obj> <type>1</type> <id>5</id> <name>myMacAddress</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203324816</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>48</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_6"> <Value> <Obj> <type>1</type> <id>6</id> <name>myIpAddress</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1380274255</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_7"> <Value> <Obj> <type>1</type> <id>7</id> <name>gatewayIP</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>161</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_8"> <Value> <Obj> <type>1</type> <id>8</id> <name>networkMask</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>572669294</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_9"> <Value> <Obj> <type>1</type> <id>10</id> <name>arpReplyFifo</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName>FIFO_SRL</coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203652528</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>256</bitwidth> </Value> <direction>0</direction> <if_type>3</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_10"> <Value> <Obj> <type>1</type> <id>19</id> <name>arpRequestFifo</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName>FIFO_SRL</coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203474768</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>3</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> </ports> <nodes class_id="8" tracking_level="0" version="0"> <count>57</count> <item_version>0</item_version> <item class_id="9" tracking_level="1" version="0" object_id="_11"> <Value> <Obj> <type>0</type> <id>31</id> <name>aps_fsmState_load</name> <fileName>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>119</lineNumber> <contextFuncName>arp_pkg_sender</contextFuncName> <contextNormFuncName>arp_pkg_sender</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item class_id="10" tracking_level="0" version="0"> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second class_id="11" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="12" tracking_level="0" version="0"> <first class_id="13" tracking_level="0" version="0"> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</first> <second>arp_pkg_sender</second> </first> <second>119</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>236</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>2</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>98</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>1</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_12"> <Value> <Obj> <type>0</type> <id>32</id> <name>lhs_V_2</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>1527</lineNumber> <contextFuncName>operator&amp;amp;&amp;lt;32, false, 32, false&amp;gt;</contextFuncName> <contextNormFuncName>operator_32_false_32_false_s</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</first> <second>operator&amp;amp;&amp;lt;32, false, 32, false&amp;gt;</second> </first> <second>1527</second> </item> </second> </item> </inlineStackInfo> <originalName>lhs.V</originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203474768</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>100</item> <item>101</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>2</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_13"> <Value> <Obj> <type>0</type> <id>33</id> <name>myMacAddress_read</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>225</lineNumber> <contextFuncName>ap_int_base&amp;lt;48, false&amp;gt;</contextFuncName> <contextNormFuncName>ap_int_base_48_false_s</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</first> <second>ap_int_base&amp;lt;48, false&amp;gt;</second> </first> <second>225</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203937024</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>48</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>103</item> <item>104</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>3</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_14"> <Value> <Obj> <type>0</type> <id>34</id> <name>_ln119</name> <fileName>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>119</lineNumber> <contextFuncName>arp_pkg_sender</contextFuncName> <contextNormFuncName>arp_pkg_sender</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</first> <second>arp_pkg_sender</second> </first> <second>119</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1204026384</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>8</count> <item_version>0</item_version> <item>105</item> <item>106</item> <item>108</item> <item>109</item> <item>111</item> <item>112</item> <item>114</item> <item>115</item> </oprand_edges> <opcode>switch</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.65</m_delay> <m_topoIndex>4</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_15"> <Value> <Obj> <type>0</type> <id>36</id> <name>replyMeta_srcMac_V_load</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>225</lineNumber> <contextFuncName>ap_int_base&amp;lt;48, false&amp;gt;</contextFuncName> <contextNormFuncName>ap_int_base_48_false_s</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</first> <second>ap_int_base&amp;lt;48, false&amp;gt;</second> </first> <second>225</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1204025808</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>48</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>255</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>38</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_16"> <Value> <Obj> <type>0</type> <id>37</id> <name>replyMeta_ethType_V_load</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>225</lineNumber> <contextFuncName>ap_int_base&amp;lt;16, false&amp;gt;</contextFuncName> <contextNormFuncName>ap_int_base_16_false_s</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</first> <second>ap_int_base&amp;lt;16, false&amp;gt;</second> </first> <second>225</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>256</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>39</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_17"> <Value> <Obj> <type>0</type> <id>38</id> <name>replyMeta_hwType_V_load</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>225</lineNumber> <contextFuncName>ap_int_base&amp;lt;16, false&amp;gt;</contextFuncName> <contextNormFuncName>ap_int_base_16_false_s</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</first> <second>ap_int_base&amp;lt;16, false&amp;gt;</second> </first> <second>225</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203663648</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>257</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>40</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_18"> <Value> <Obj> <type>0</type> <id>39</id> <name>replyMeta_protoType_V_load</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>225</lineNumber> <contextFuncName>ap_int_base&amp;lt;16, false&amp;gt;</contextFuncName> <contextNormFuncName>ap_int_base_16_false_s</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</first> <second>ap_int_base&amp;lt;16, false&amp;gt;</second> </first> <second>225</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>539114355</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>258</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>41</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_19"> <Value> <Obj> <type>0</type> <id>40</id> <name>replyMeta_hwLen_V_load</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>225</lineNumber> <contextFuncName>ap_int_base&amp;lt;8, false&amp;gt;</contextFuncName> <contextNormFuncName>ap_int_base_8_false_s</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</first> <second>ap_int_base&amp;lt;8, false&amp;gt;</second> </first> <second>225</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>259</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>42</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_20"> <Value> <Obj> <type>0</type> <id>41</id> <name>replyMeta_protoLen_V_load</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>225</lineNumber> <contextFuncName>ap_int_base&amp;lt;8, false&amp;gt;</contextFuncName> <contextNormFuncName>ap_int_base_8_false_s</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</first> <second>ap_int_base&amp;lt;8, false&amp;gt;</second> </first> <second>225</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>260</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>43</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_21"> <Value> <Obj> <type>0</type> <id>42</id> <name>replyMeta_hwAddrSrc_V_load</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>225</lineNumber> <contextFuncName>ap_int_base&amp;lt;48, false&amp;gt;</contextFuncName> <contextNormFuncName>ap_int_base_48_false_s</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</first> <second>ap_int_base&amp;lt;48, false&amp;gt;</second> </first> <second>225</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>48</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>261</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>44</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_22"> <Value> <Obj> <type>0</type> <id>43</id> <name>replyMeta_protoAddrSrc_V_load</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>225</lineNumber> <contextFuncName>ap_int_base&amp;lt;32, false&amp;gt;</contextFuncName> <contextNormFuncName>ap_int_base_32_false_s</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</first> <second>ap_int_base&amp;lt;32, false&amp;gt;</second> </first> <second>225</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>262</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>45</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_23"> <Value> <Obj> <type>0</type> <id>44</id> <name>p_Result_1</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_ref.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>393</lineNumber> <contextFuncName>operator=</contextFuncName> <contextNormFuncName>operator_assign</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_ref.h</first> <second>operator=</second> </first> <second>393</second> </item> </second> </item> </inlineStackInfo> <originalName>__Result__</originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203474768</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>512</bitwidth> </Value> <oprand_edges> <count>14</count> <item_version>0</item_version> <item>264</item> <item>265</item> <item>266</item> <item>267</item> <item>268</item> <item>269</item> <item>271</item> <item>272</item> <item>273</item> <item>274</item> <item>275</item> <item>276</item> <item>277</item> <item>278</item> </oprand_edges> <opcode>bitconcatenate</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>46</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_24"> <Value> <Obj> <type>0</type> <id>45</id> <name>aps_fsmState_write_ln184</name> <fileName>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>184</lineNumber> <contextFuncName>arp_pkg_sender</contextFuncName> <contextNormFuncName>arp_pkg_sender</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</first> <second>arp_pkg_sender</second> </first> <second>184</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>279</item> <item>280</item> <item>474</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.41</m_delay> <m_topoIndex>5</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_25"> <Value> <Obj> <type>0</type> <id>46</id> <name>arpDataOut_V_data_V_write_ln304</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_axi_sdata.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>304</lineNumber> <contextFuncName>write</contextFuncName> <contextNormFuncName>write</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_axi_sdata.h</first> <second>write</second> </first> <second>304</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control>auto</control> <opType>adapter</opType> <implIndex>axi4stream</implIndex> <coreName>axis</coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>123</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>9</count> <item_version>0</item_version> <item>281</item> <item>282</item> <item>283</item> <item>284</item> <item>285</item> <item>286</item> <item>287</item> <item>288</item> <item>289</item> </oprand_edges> <opcode>write</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>47</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_26"> <Value> <Obj> <type>0</type> <id>47</id> <name>br_ln187</name> <fileName>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>187</lineNumber> <contextFuncName>arp_pkg_sender</contextFuncName> <contextNormFuncName>arp_pkg_sender</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</first> <second>arp_pkg_sender</second> </first> <second>187</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203660432</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>290</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>55</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_27"> <Value> <Obj> <type>0</type> <id>49</id> <name>lhs_V</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>1527</lineNumber> <contextFuncName>operator&amp;amp;&amp;lt;32, false, 32, false&amp;gt;</contextFuncName> <contextNormFuncName>operator_32_false_32_false_s</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</first> <second>operator&amp;amp;&amp;lt;32, false, 32, false&amp;gt;</second> </first> <second>1527</second> </item> </second> </item> </inlineStackInfo> <originalName>lhs.V</originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>543516416</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>210</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>48</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_28"> <Value> <Obj> <type>0</type> <id>50</id> <name>rhs_V</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>1527</lineNumber> <contextFuncName>operator&amp;amp;&amp;lt;32, false, 32, false&amp;gt;</contextFuncName> <contextNormFuncName>operator_32_false_32_false_s</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</first> <second>operator&amp;amp;&amp;lt;32, false, 32, false&amp;gt;</second> </first> <second>1527</second> </item> </second> </item> </inlineStackInfo> <originalName>rhs.V</originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203474768</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>211</item> <item>212</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>6</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_29"> <Value> <Obj> <type>0</type> <id>51</id> <name>xor_ln1049</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>1049</lineNumber> <contextFuncName>operator==&amp;lt;32, false&amp;gt;</contextFuncName> <contextNormFuncName>operator_eq_32_false</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</first> <second>operator==&amp;lt;32, false&amp;gt;</second> </first> <second>1049</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control>auto</control> <opType>xor</opType> <implIndex>auto</implIndex> <coreName>LogicGate</coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>74</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>213</item> <item>214</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>49</m_topoIndex> <m_clusterGroupNumber>1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_30"> <Value> <Obj> <type>0</type> <id>52</id> <name>and_ln1049</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>1049</lineNumber> <contextFuncName>operator==&amp;lt;32, false&amp;gt;</contextFuncName> <contextNormFuncName>operator_eq_32_false</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</first> <second>operator==&amp;lt;32, false&amp;gt;</second> </first> <second>1049</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control>auto</control> <opType>and</opType> <implIndex>auto</implIndex> <coreName>LogicGate</coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>74</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>215</item> <item>216</item> </oprand_edges> <opcode>and</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>50</m_topoIndex> <m_clusterGroupNumber>1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_31"> <Value> <Obj> <type>0</type> <id>53</id> <name>icmp_ln1049</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>1049</lineNumber> <contextFuncName>operator==&amp;lt;32, false&amp;gt;</contextFuncName> <contextNormFuncName>operator_eq_32_false</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_base.h</first> <second>operator==&amp;lt;32, false&amp;gt;</second> </first> <second>1049</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control>auto</control> <opType>icmp</opType> <implIndex>auto</implIndex> <coreName>Cmp</coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>9</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>217</item> <item>219</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.85</m_delay> <m_topoIndex>51</m_topoIndex> <m_clusterGroupNumber>1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_32"> <Value> <Obj> <type>0</type> <id>54</id> <name>auxQueryIP_V_1</name> <fileName>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>139</lineNumber> <contextFuncName>arp_pkg_sender</contextFuncName> <contextNormFuncName>arp_pkg_sender</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</first> <second>arp_pkg_sender</second> </first> <second>139</second> </item> </second> </item> </inlineStackInfo> <originalName>auxQueryIP.V</originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>220</item> <item>221</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>7</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_33"> <Value> <Obj> <type>0</type> <id>55</id> <name>auxQueryIP_V_2</name> <fileName>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>136</lineNumber> <contextFuncName>arp_pkg_sender</contextFuncName> <contextNormFuncName>arp_pkg_sender</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</first> <second>arp_pkg_sender</second> </first> <second>136</second> </item> </second> </item> </inlineStackInfo> <originalName>auxQueryIP.V</originalName> <rtlName></rtlName> <control>auto</control> <opType>select</opType> <implIndex>auto_sel</implIndex> <coreName>Sel</coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>73</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>222</item> <item>223</item> <item>224</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.22</m_delay> <m_topoIndex>52</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_34"> <Value> <Obj> <type>0</type> <id>56</id> <name>p_Result_s</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_ref.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>393</lineNumber> <contextFuncName>operator=</contextFuncName> <contextNormFuncName>operator_assign</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_int_ref.h</first> <second>operator=</second> </first> <second>393</second> </item> </second> </item> </inlineStackInfo> <originalName>__Result__</originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1204084272</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>512</bitwidth> </Value> <oprand_edges> <count>9</count> <item_version>0</item_version> <item>226</item> <item>228</item> <item>229</item> <item>231</item> <item>232</item> <item>233</item> <item>235</item> <item>236</item> <item>238</item> </oprand_edges> <opcode>bitconcatenate</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>53</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_35"> <Value> <Obj> <type>0</type> <id>57</id> <name>aps_fsmState_write_ln159</name> <fileName>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>159</lineNumber> <contextFuncName>arp_pkg_sender</contextFuncName> <contextNormFuncName>arp_pkg_sender</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</first> <second>arp_pkg_sender</second> </first> <second>159</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>176</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>239</item> <item>240</item> <item>473</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.41</m_delay> <m_topoIndex>8</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_36"> <Value> <Obj> <type>0</type> <id>58</id> <name>arpDataOut_V_data_V_write_ln304</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_axi_sdata.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>304</lineNumber> <contextFuncName>write</contextFuncName> <contextNormFuncName>write</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/ap_axi_sdata.h</first> <second>write</second> </first> <second>304</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control>auto</control> <opType>adapter</opType> <implIndex>axi4stream</implIndex> <coreName>axis</coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>123</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>9</count> <item_version>0</item_version> <item>242</item> <item>243</item> <item>244</item> <item>245</item> <item>246</item> <item>247</item> <item>249</item> <item>251</item> <item>253</item> </oprand_edges> <opcode>write</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>54</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_37"> <Value> <Obj> <type>0</type> <id>59</id> <name>br_ln162</name> <fileName>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>162</lineNumber> <contextFuncName>arp_pkg_sender</contextFuncName> <contextNormFuncName>arp_pkg_sender</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</first> <second>arp_pkg_sender</second> </first> <second>162</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>254</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>56</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_38"> <Value> <Obj> <type>0</type> <id>61</id> <name>tmp_i</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>136</lineNumber> <contextFuncName>empty</contextFuncName> <contextNormFuncName>empty</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>empty</second> </first> <second>136</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control>auto</control> <opType>fifo</opType> <implIndex>srl</implIndex> <coreName>FIFO_SRL</coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>81</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>117</item> <item>118</item> <item>120</item> </oprand_edges> <opcode>nbreadreq</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>9</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_39"> <Value> <Obj> <type>0</type> <id>62</id> <name>br_ln121</name> <fileName>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>121</lineNumber> <contextFuncName>arp_pkg_sender</contextFuncName> <contextNormFuncName>arp_pkg_sender</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</first> <second>arp_pkg_sender</second> </first> <second>121</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>48</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>121</item> <item>122</item> <item>123</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>10</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_40"> <Value> <Obj> <type>0</type> <id>64</id> <name>tmp_i_35</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>136</lineNumber> <contextFuncName>empty</contextFuncName> <contextNormFuncName>empty</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>empty</second> </first> <second>136</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control>auto</control> <opType>fifo</opType> <implIndex>srl</implIndex> <coreName>FIFO_SRL</coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>81</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>194</item> <item>195</item> <item>196</item> </oprand_edges> <opcode>nbreadreq</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>11</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_41"> <Value> <Obj> <type>0</type> <id>65</id> <name>br_ln125</name> <fileName>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>125</lineNumber> <contextFuncName>arp_pkg_sender</contextFuncName> <contextNormFuncName>arp_pkg_sender</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</first> <second>arp_pkg_sender</second> </first> <second>125</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1204068576</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>197</item> <item>198</item> <item>199</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>12</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_42"> <Value> <Obj> <type>0</type> <id>67</id> <name>arpRequestFifo_read</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control>auto</control> <opType>fifo</opType> <implIndex>srl</implIndex> <coreName>FIFO_SRL</coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>81</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>201</item> <item>202</item> <item>478</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.45</m_delay> <m_topoIndex>13</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_43"> <Value> <Obj> <type>0</type> <id>68</id> <name>inputIP_V_write_ln145</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1204070336</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>203</item> <item>204</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>14</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_44"> <Value> <Obj> <type>0</type> <id>69</id> <name>aps_fsmState_write_ln127</name> <fileName>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>127</lineNumber> <contextFuncName>arp_pkg_sender</contextFuncName> <contextNormFuncName>arp_pkg_sender</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</first> <second>arp_pkg_sender</second> </first> <second>127</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>205</item> <item>206</item> <item>476</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.41</m_delay> <m_topoIndex>15</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_45"> <Value> <Obj> <type>0</type> <id>70</id> <name>br_ln128</name> <fileName>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>128</lineNumber> <contextFuncName>arp_pkg_sender</contextFuncName> <contextNormFuncName>arp_pkg_sender</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</first> <second>arp_pkg_sender</second> </first> <second>128</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>841962316</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>207</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>16</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_46"> <Value> <Obj> <type>0</type> <id>72</id> <name>br_ln0</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1204061416</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>208</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>17</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_47"> <Value> <Obj> <type>0</type> <id>74</id> <name>arpReplyFifo_read</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control>auto</control> <opType>fifo</opType> <implIndex>srl</implIndex> <coreName>FIFO_SRL</coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>81</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>256</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>125</item> <item>126</item> <item>477</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.98</m_delay> <m_topoIndex>18</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_48"> <Value> <Obj> <type>0</type> <id>75</id> <name>trunc_ln145</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203474768</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>48</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>127</item> </oprand_edges> <opcode>trunc</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>19</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_49"> <Value> <Obj> <type>0</type> <id>76</id> <name>replyMeta_srcMac_V_write_ln145</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>572669294</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>128</item> <item>129</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>20</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_50"> <Value> <Obj> <type>0</type> <id>77</id> <name>trunc_ln145_1</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1204063568</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>131</item> <item>132</item> <item>134</item> <item>136</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>21</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_51"> <Value> <Obj> <type>0</type> <id>78</id> <name>replyMeta_ethType_V_write_ln145</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>137</item> <item>138</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>22</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_52"> <Value> <Obj> <type>0</type> <id>79</id> <name>trunc_ln145_2</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203915328</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>139</item> <item>140</item> <item>142</item> <item>144</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>23</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_53"> <Value> <Obj> <type>0</type> <id>80</id> <name>replyMeta_hwType_V_write_ln145</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203924576</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>145</item> <item>146</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>24</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_54"> <Value> <Obj> <type>0</type> <id>81</id> <name>trunc_ln145_3</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203890544</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>147</item> <item>148</item> <item>150</item> <item>152</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>25</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_55"> <Value> <Obj> <type>0</type> <id>82</id> <name>replyMeta_protoType_V_write_ln145</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>64</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>153</item> <item>154</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>26</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_56"> <Value> <Obj> <type>0</type> <id>83</id> <name>trunc_ln145_4</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>156</item> <item>157</item> <item>159</item> <item>161</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>27</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_57"> <Value> <Obj> <type>0</type> <id>84</id> <name>replyMeta_hwLen_V_write_ln145</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>48</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>162</item> <item>163</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>28</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_58"> <Value> <Obj> <type>0</type> <id>85</id> <name>trunc_ln145_5</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203931024</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>164</item> <item>165</item> <item>167</item> <item>169</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>29</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_59"> <Value> <Obj> <type>0</type> <id>86</id> <name>replyMeta_protoLen_V_write_ln145</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>170</item> <item>171</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>30</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_60"> <Value> <Obj> <type>0</type> <id>87</id> <name>trunc_ln145_6</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203934936</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>48</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>173</item> <item>174</item> <item>176</item> <item>178</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>31</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_61"> <Value> <Obj> <type>0</type> <id>88</id> <name>replyMeta_hwAddrSrc_V_write_ln145</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203763040</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>179</item> <item>180</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>32</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_62"> <Value> <Obj> <type>0</type> <id>89</id> <name>trunc_ln145_7</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203669264</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>182</item> <item>183</item> <item>185</item> <item>187</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>33</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_63"> <Value> <Obj> <type>0</type> <id>90</id> <name>replyMeta_protoAddrSrc_V_write_ln145</name> <fileName>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>145</lineNumber> <contextFuncName>read</contextFuncName> <contextNormFuncName>read</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/tools/Xilinx/Vitis_HLS/2021.1/common/technology/autopilot/hls_stream_39.h</first> <second>read</second> </first> <second>145</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>188</item> <item>189</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>34</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_64"> <Value> <Obj> <type>0</type> <id>91</id> <name>aps_fsmState_write_ln123</name> <fileName>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>123</lineNumber> <contextFuncName>arp_pkg_sender</contextFuncName> <contextNormFuncName>arp_pkg_sender</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</first> <second>arp_pkg_sender</second> </first> <second>123</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203769664</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>190</item> <item>191</item> <item>475</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.41</m_delay> <m_topoIndex>35</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_65"> <Value> <Obj> <type>0</type> <id>92</id> <name>br_ln124</name> <fileName>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>124</lineNumber> <contextFuncName>arp_pkg_sender</contextFuncName> <contextNormFuncName>arp_pkg_sender</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</first> <second>arp_pkg_sender</second> </first> <second>124</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203773056</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>192</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>36</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_66"> <Value> <Obj> <type>0</type> <id>94</id> <name>br_ln129</name> <fileName>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</fileName> <fileDirectory>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</fileDirectory> <lineNumber>129</lineNumber> <contextFuncName>arp_pkg_sender</contextFuncName> <contextNormFuncName>arp_pkg_sender</contextNormFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/home/ubuntu/xup_vitis_network_example/NetLayers/100G-fpga-network-stack-core/synthesis_results_HMB/..//hls/arp_server/arp_server.cpp</first> <second>arp_pkg_sender</second> </first> <second>129</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>209</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>37</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_67"> <Value> <Obj> <type>0</type> <id>96</id> <name>_ln0</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>0</count> <item_version>0</item_version> </oprand_edges> <opcode>ret</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>57</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> </nodes> <consts class_id="15" tracking_level="0" version="0"> <count>27</count> <item_version>0</item_version> <item class_id="16" tracking_level="1" version="0" object_id="_68"> <Value> <Obj> <type>2</type> <id>107</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>62</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>2</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_69"> <Value> <Obj> <type>2</type> <id>110</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203776552</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>2</bitwidth> </Value> <const_type>0</const_type> <content>2</content> </item> <item class_id_reference="16" object_id="_70"> <Value> <Obj> <type>2</type> <id>113</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203777216</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>2</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_71"> <Value> <Obj> <type>2</type> <id>119</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_72"> <Value> <Obj> <type>2</type> <id>133</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203669984</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>64</content> </item> <item class_id_reference="16" object_id="_73"> <Value> <Obj> <type>2</type> <id>135</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>413</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>79</content> </item> <item class_id_reference="16" object_id="_74"> <Value> <Obj> <type>2</type> <id>141</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203474768</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>80</content> </item> <item class_id_reference="16" object_id="_75"> <Value> <Obj> <type>2</type> <id>143</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203474768</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>95</content> </item> <item class_id_reference="16" object_id="_76"> <Value> <Obj> <type>2</type> <id>149</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>176</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>96</content> </item> <item class_id_reference="16" object_id="_77"> <Value> <Obj> <type>2</type> <id>151</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>176</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>111</content> </item> <item class_id_reference="16" object_id="_78"> <Value> <Obj> <type>2</type> <id>158</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203672368</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>112</content> </item> <item class_id_reference="16" object_id="_79"> <Value> <Obj> <type>2</type> <id>160</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203672976</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>119</content> </item> <item class_id_reference="16" object_id="_80"> <Value> <Obj> <type>2</type> <id>166</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203674192</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>120</content> </item> <item class_id_reference="16" object_id="_81"> <Value> <Obj> <type>2</type> <id>168</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203674800</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>127</content> </item> <item class_id_reference="16" object_id="_82"> <Value> <Obj> <type>2</type> <id>175</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203474768</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>128</content> </item> <item class_id_reference="16" object_id="_83"> <Value> <Obj> <type>2</type> <id>177</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203474768</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>175</content> </item> <item class_id_reference="16" object_id="_84"> <Value> <Obj> <type>2</type> <id>184</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>480</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>192</content> </item> <item class_id_reference="16" object_id="_85"> <Value> <Obj> <type>2</type> <id>186</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>176</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>223</content> </item> <item class_id_reference="16" object_id="_86"> <Value> <Obj> <type>2</type> <id>218</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203677536</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_87"> <Value> <Obj> <type>2</type> <id>227</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>266</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>176</bitwidth> </Value> <const_type>0</const_type> <content>21438213421863513942334111744</content> </item> <item class_id_reference="16" object_id="_88"> <Value> <Obj> <type>2</type> <id>230</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203680048</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>48</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_89"> <Value> <Obj> <type>2</type> <id>234</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>80</bitwidth> </Value> <const_type>0</const_type> <content>4722656402130033706504</content> </item> <item class_id_reference="16" object_id="_90"> <Value> <Obj> <type>2</type> <id>237</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>176</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>48</bitwidth> </Value> <const_type>0</const_type> <content>281474976710655</content> </item> <item class_id_reference="16" object_id="_91"> <Value> <Obj> <type>2</type> <id>248</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>64</bitwidth> </Value> <const_type>0</const_type> <content>1152921504606846975</content> </item> <item class_id_reference="16" object_id="_92"> <Value> <Obj> <type>2</type> <id>250</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>256</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>64</bitwidth> </Value> <const_type>5</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_93"> <Value> <Obj> <type>2</type> <id>252</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>0</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>1</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_94"> <Value> <Obj> <type>2</type> <id>270</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1203684424</coreId> <rtlModuleName></rtlModuleName> </Obj> <bitwidth>16</bitwidth> </Value> <const_type>0</const_type> <content>512</content> </item> </consts> <blocks class_id="17" tracking_level="0" version="0"> <count>10</count> <item_version>0</item_version> <item class_id="18" tracking_level="1" version="0" object_id="_95"> <Obj> <type>3</type> <id>35</id> <name>entry</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1936025716</coreId> <rtlModuleName></rtlModuleName> </Obj> <node_objs> <count>4</count> <item_version>0</item_version> <item>31</item> <item>32</item> <item>33</item> <item>34</item> </node_objs> </item> <item class_id_reference="18" object_id="_96"> <Obj> <type>3</type> <id>48</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1936290661</coreId> <rtlModuleName></rtlModuleName> </Obj> <node_objs> <count>12</count> <item_version>0</item_version> <item>36</item> <item>37</item> <item>38</item> <item>39</item> <item>40</item> <item>41</item> <item>42</item> <item>43</item> <item>44</item> <item>45</item> <item>46</item> <item>47</item> </node_objs> </item> <item class_id_reference="18" object_id="_97"> <Obj> <type>3</type> <id>60</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1936025716</coreId> <rtlModuleName></rtlModuleName> </Obj> <node_objs> <count>11</count> <item_version>0</item_version> <item>49</item> <item>50</item> <item>51</item> <item>52</item> <item>53</item> <item>54</item> <item>55</item> <item>56</item> <item>57</item> <item>58</item> <item>59</item> </node_objs> </item> <item class_id_reference="18" object_id="_98"> <Obj> <type>3</type> <id>63</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1936290661</coreId> <rtlModuleName></rtlModuleName> </Obj> <node_objs> <count>2</count> <item_version>0</item_version> <item>61</item> <item>62</item> </node_objs> </item> <item class_id_reference="18" object_id="_99"> <Obj> <type>3</type> <id>66</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1769170280</coreId> <rtlModuleName></rtlModuleName> </Obj> <node_objs> <count>2</count> <item_version>0</item_version> <item>64</item> <item>65</item> </node_objs> </item> <item class_id_reference="18" object_id="_100"> <Obj> <type>3</type> <id>71</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1936025716</coreId> <rtlModuleName></rtlModuleName> </Obj> <node_objs> <count>4</count> <item_version>0</item_version> <item>67</item> <item>68</item> <item>69</item> <item>70</item> </node_objs> </item> <item class_id_reference="18" object_id="_101"> <Obj> <type>3</type> <id>73</id> <name>._crit_edge1.i</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1936025716</coreId> <rtlModuleName></rtlModuleName> </Obj> <node_objs> <count>1</count> <item_version>0</item_version> <item>72</item> </node_objs> </item> <item class_id_reference="18" object_id="_102"> <Obj> <type>3</type> <id>93</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>1204060560</coreId> <rtlModuleName></rtlModuleName> </Obj> <node_objs> <count>19</count> <item_version>0</item_version> <item>74</item> <item>75</item> <item>76</item> <item>77</item> <item>78</item> <item>79</item> <item>80</item> <item>81</item> <item>82</item> <item>83</item> <item>84</item> <item>85</item> <item>86</item> <item>87</item> <item>88</item> <item>89</item> <item>90</item> <item>91</item> <item>92</item> </node_objs> </item> <item class_id_reference="18" object_id="_103"> <Obj> <type>3</type> <id>95</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>673201011</coreId> <rtlModuleName></rtlModuleName> </Obj> <node_objs> <count>1</count> <item_version>0</item_version> <item>94</item> </node_objs> </item> <item class_id_reference="18" object_id="_104"> <Obj> <type>3</type> <id>97</id> <name>arp_pkg_sender.exit</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <contextNormFuncName></contextNormFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <control></control> <opType></opType> <implIndex></implIndex> <coreName></coreName> <isStorage>0</isStorage> <storageDepth>0</storageDepth> <coreId>228</coreId> <rtlModuleName></rtlModuleName> </Obj> <node_objs> <count>1</count> <item_version>0</item_version> <item>96</item> </node_objs> </item> </blocks> <edges class_id="19" tracking_level="0" version="0"> <count>154</count> <item_version>0</item_version> <item class_id="20" tracking_level="1" version="0" object_id="_105"> <id>98</id> <edge_type>1</edge_type> <source_obj>9</source_obj> <sink_obj>31</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_106"> <id>101</id> <edge_type>1</edge_type> <source_obj>6</source_obj> <sink_obj>32</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_107"> <id>104</id> <edge_type>1</edge_type> <source_obj>5</source_obj> <sink_obj>33</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_108"> <id>105</id> <edge_type>1</edge_type> <source_obj>31</source_obj> <sink_obj>34</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_109"> <id>106</id> <edge_type>2</edge_type> <source_obj>97</source_obj> <sink_obj>34</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_110"> <id>108</id> <edge_type>1</edge_type> <source_obj>107</source_obj> <sink_obj>34</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_111"> <id>109</id> <edge_type>2</edge_type> <source_obj>63</source_obj> <sink_obj>34</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_112"> <id>111</id> <edge_type>1</edge_type> <source_obj>110</source_obj> <sink_obj>34</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_113"> <id>112</id> <edge_type>2</edge_type> <source_obj>60</source_obj> <sink_obj>34</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_114"> <id>114</id> <edge_type>1</edge_type> <source_obj>113</source_obj> <sink_obj>34</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_115"> <id>115</id> <edge_type>2</edge_type> <source_obj>48</source_obj> <sink_obj>34</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_116"> <id>118</id> <edge_type>1</edge_type> <source_obj>10</source_obj> <sink_obj>61</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_117"> <id>120</id> <edge_type>1</edge_type> <source_obj>119</source_obj> <sink_obj>61</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_118"> <id>121</id> <edge_type>1</edge_type> <source_obj>61</source_obj> <sink_obj>62</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_119"> <id>122</id> <edge_type>2</edge_type> <source_obj>66</source_obj> <sink_obj>62</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_120"> <id>123</id> <edge_type>2</edge_type> <source_obj>93</source_obj> <sink_obj>62</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_121"> <id>126</id> <edge_type>1</edge_type> <source_obj>10</source_obj> <sink_obj>74</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_122"> <id>127</id> <edge_type>1</edge_type> <source_obj>74</source_obj> <sink_obj>75</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_123"> <id>128</id> <edge_type>1</edge_type> <source_obj>75</source_obj> <sink_obj>76</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_124"> <id>129</id> <edge_type>1</edge_type> <source_obj>11</source_obj> <sink_obj>76</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_125"> <id>132</id> <edge_type>1</edge_type> <source_obj>74</source_obj> <sink_obj>77</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_126"> <id>134</id> <edge_type>1</edge_type> <source_obj>133</source_obj> <sink_obj>77</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_127"> <id>136</id> <edge_type>1</edge_type> <source_obj>135</source_obj> <sink_obj>77</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_128"> <id>137</id> <edge_type>1</edge_type> <source_obj>77</source_obj> <sink_obj>78</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_129"> <id>138</id> <edge_type>1</edge_type> <source_obj>12</source_obj> <sink_obj>78</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_130"> <id>140</id> <edge_type>1</edge_type> <source_obj>74</source_obj> <sink_obj>79</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_131"> <id>142</id> <edge_type>1</edge_type> <source_obj>141</source_obj> <sink_obj>79</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_132"> <id>144</id> <edge_type>1</edge_type> <source_obj>143</source_obj> <sink_obj>79</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_133"> <id>145</id> <edge_type>1</edge_type> <source_obj>79</source_obj> <sink_obj>80</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_134"> <id>146</id> <edge_type>1</edge_type> <source_obj>13</source_obj> <sink_obj>80</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_135"> <id>148</id> <edge_type>1</edge_type> <source_obj>74</source_obj> <sink_obj>81</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_136"> <id>150</id> <edge_type>1</edge_type> <source_obj>149</source_obj> <sink_obj>81</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_137"> <id>152</id> <edge_type>1</edge_type> <source_obj>151</source_obj> <sink_obj>81</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_138"> <id>153</id> <edge_type>1</edge_type> <source_obj>81</source_obj> <sink_obj>82</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_139"> <id>154</id> <edge_type>1</edge_type> <source_obj>14</source_obj> <sink_obj>82</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_140"> <id>157</id> <edge_type>1</edge_type> <source_obj>74</source_obj> <sink_obj>83</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_141"> <id>159</id> <edge_type>1</edge_type> <source_obj>158</source_obj> <sink_obj>83</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_142"> <id>161</id> <edge_type>1</edge_type> <source_obj>160</source_obj> <sink_obj>83</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_143"> <id>162</id> <edge_type>1</edge_type> <source_obj>83</source_obj> <sink_obj>84</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_144"> <id>163</id> <edge_type>1</edge_type> <source_obj>15</source_obj> <sink_obj>84</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_145"> <id>165</id> <edge_type>1</edge_type> <source_obj>74</source_obj> <sink_obj>85</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_146"> <id>167</id> <edge_type>1</edge_type> <source_obj>166</source_obj> <sink_obj>85</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_147"> <id>169</id> <edge_type>1</edge_type> <source_obj>168</source_obj> <sink_obj>85</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_148"> <id>170</id> <edge_type>1</edge_type> <source_obj>85</source_obj> <sink_obj>86</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_149"> <id>171</id> <edge_type>1</edge_type> <source_obj>16</source_obj> <sink_obj>86</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_150"> <id>174</id> <edge_type>1</edge_type> <source_obj>74</source_obj> <sink_obj>87</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_151"> <id>176</id> <edge_type>1</edge_type> <source_obj>175</source_obj> <sink_obj>87</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_152"> <id>178</id> <edge_type>1</edge_type> <source_obj>177</source_obj> <sink_obj>87</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_153"> <id>179</id> <edge_type>1</edge_type> <source_obj>87</source_obj> <sink_obj>88</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_154"> <id>180</id> <edge_type>1</edge_type> <source_obj>17</source_obj> <sink_obj>88</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_155"> <id>183</id> <edge_type>1</edge_type> <source_obj>74</source_obj> <sink_obj>89</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_156"> <id>185</id> <edge_type>1</edge_type> <source_obj>184</source_obj> <sink_obj>89</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_157"> <id>187</id> <edge_type>1</edge_type> <source_obj>186</source_obj> <sink_obj>89</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_158"> <id>188</id> <edge_type>1</edge_type> <source_obj>89</source_obj> <sink_obj>90</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_159"> <id>189</id> <edge_type>1</edge_type> <source_obj>18</source_obj> <sink_obj>90</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_160"> <id>190</id> <edge_type>1</edge_type> <source_obj>113</source_obj> <sink_obj>91</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_161"> <id>191</id> <edge_type>1</edge_type> <source_obj>9</source_obj> <sink_obj>91</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_162"> <id>192</id> <edge_type>2</edge_type> <source_obj>95</source_obj> <sink_obj>92</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_163"> <id>195</id> <edge_type>1</edge_type> <source_obj>19</source_obj> <sink_obj>64</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_164"> <id>196</id> <edge_type>1</edge_type> <source_obj>119</source_obj> <sink_obj>64</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_165"> <id>197</id> <edge_type>1</edge_type> <source_obj>64</source_obj> <sink_obj>65</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_166"> <id>198</id> <edge_type>2</edge_type> <source_obj>73</source_obj> <sink_obj>65</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_167"> <id>199</id> <edge_type>2</edge_type> <source_obj>71</source_obj> <sink_obj>65</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_168"> <id>202</id> <edge_type>1</edge_type> <source_obj>19</source_obj> <sink_obj>67</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_169"> <id>203</id> <edge_type>1</edge_type> <source_obj>67</source_obj> <sink_obj>68</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_170"> <id>204</id> <edge_type>1</edge_type> <source_obj>20</source_obj> <sink_obj>68</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_171"> <id>205</id> <edge_type>1</edge_type> <source_obj>110</source_obj> <sink_obj>69</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_172"> <id>206</id> <edge_type>1</edge_type> <source_obj>9</source_obj> <sink_obj>69</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_173"> <id>207</id> <edge_type>2</edge_type> <source_obj>73</source_obj> <sink_obj>70</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_174"> <id>208</id> <edge_type>2</edge_type> <source_obj>95</source_obj> <sink_obj>72</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_175"> <id>209</id> <edge_type>2</edge_type> <source_obj>97</source_obj> <sink_obj>94</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_176"> <id>210</id> <edge_type>1</edge_type> <source_obj>20</source_obj> <sink_obj>49</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_177"> <id>212</id> <edge_type>1</edge_type> <source_obj>8</source_obj> <sink_obj>50</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_178"> <id>213</id> <edge_type>1</edge_type> <source_obj>32</source_obj> <sink_obj>51</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_179"> <id>214</id> <edge_type>1</edge_type> <source_obj>49</source_obj> <sink_obj>51</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_180"> <id>215</id> <edge_type>1</edge_type> <source_obj>50</source_obj> <sink_obj>52</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_181"> <id>216</id> <edge_type>1</edge_type> <source_obj>51</source_obj> <sink_obj>52</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_182"> <id>217</id> <edge_type>1</edge_type> <source_obj>52</source_obj> <sink_obj>53</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_183"> <id>219</id> <edge_type>1</edge_type> <source_obj>218</source_obj> <sink_obj>53</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_184"> <id>221</id> <edge_type>1</edge_type> <source_obj>7</source_obj> <sink_obj>54</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_185"> <id>222</id> <edge_type>1</edge_type> <source_obj>53</source_obj> <sink_obj>55</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_186"> <id>223</id> <edge_type>1</edge_type> <source_obj>49</source_obj> <sink_obj>55</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_187"> <id>224</id> <edge_type>1</edge_type> <source_obj>54</source_obj> <sink_obj>55</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_188"> <id>228</id> <edge_type>1</edge_type> <source_obj>227</source_obj> <sink_obj>56</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_189"> <id>229</id> <edge_type>1</edge_type> <source_obj>55</source_obj> <sink_obj>56</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_190"> <id>231</id> <edge_type>1</edge_type> <source_obj>230</source_obj> <sink_obj>56</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_191"> <id>232</id> <edge_type>1</edge_type> <source_obj>32</source_obj> <sink_obj>56</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_192"> <id>233</id> <edge_type>1</edge_type> <source_obj>33</source_obj> <sink_obj>56</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_193"> <id>235</id> <edge_type>1</edge_type> <source_obj>234</source_obj> <sink_obj>56</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_194"> <id>236</id> <edge_type>1</edge_type> <source_obj>33</source_obj> <sink_obj>56</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_195"> <id>238</id> <edge_type>1</edge_type> <source_obj>237</source_obj> <sink_obj>56</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_196"> <id>239</id> <edge_type>1</edge_type> <source_obj>107</source_obj> <sink_obj>57</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_197"> <id>240</id> <edge_type>1</edge_type> <source_obj>9</source_obj> <sink_obj>57</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_198"> <id>243</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>58</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_199"> <id>244</id> <edge_type>1</edge_type> <source_obj>2</source_obj> <sink_obj>58</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_200"> <id>245</id> <edge_type>1</edge_type> <source_obj>3</source_obj> <sink_obj>58</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_201"> <id>246</id> <edge_type>1</edge_type> <source_obj>4</source_obj> <sink_obj>58</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_202"> <id>247</id> <edge_type>1</edge_type> <source_obj>56</source_obj> <sink_obj>58</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_203"> <id>249</id> <edge_type>1</edge_type> <source_obj>248</source_obj> <sink_obj>58</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_204"> <id>251</id> <edge_type>1</edge_type> <source_obj>250</source_obj> <sink_obj>58</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_205"> <id>253</id> <edge_type>1</edge_type> <source_obj>252</source_obj> <sink_obj>58</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_206"> <id>254</id> <edge_type>2</edge_type> <source_obj>97</source_obj> <sink_obj>59</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_207"> <id>255</id> <edge_type>1</edge_type> <source_obj>11</source_obj> <sink_obj>36</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_208"> <id>256</id> <edge_type>1</edge_type> <source_obj>12</source_obj> <sink_obj>37</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_209"> <id>257</id> <edge_type>1</edge_type> <source_obj>13</source_obj> <sink_obj>38</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_210"> <id>258</id> <edge_type>1</edge_type> <source_obj>14</source_obj> <sink_obj>39</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_211"> <id>259</id> <edge_type>1</edge_type> <source_obj>15</source_obj> <sink_obj>40</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_212"> <id>260</id> <edge_type>1</edge_type> <source_obj>16</source_obj> <sink_obj>41</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_213"> <id>261</id> <edge_type>1</edge_type> <source_obj>17</source_obj> <sink_obj>42</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_214"> <id>262</id> <edge_type>1</edge_type> <source_obj>18</source_obj> <sink_obj>43</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_215"> <id>265</id> <edge_type>1</edge_type> <source_obj>227</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_216"> <id>266</id> <edge_type>1</edge_type> <source_obj>43</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_217"> <id>267</id> <edge_type>1</edge_type> <source_obj>42</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_218"> <id>268</id> <edge_type>1</edge_type> <source_obj>32</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_219"> <id>269</id> <edge_type>1</edge_type> <source_obj>33</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_220"> <id>271</id> <edge_type>1</edge_type> <source_obj>270</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_221"> <id>272</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_222"> <id>273</id> <edge_type>1</edge_type> <source_obj>40</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_223"> <id>274</id> <edge_type>1</edge_type> <source_obj>39</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_224"> <id>275</id> <edge_type>1</edge_type> <source_obj>38</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_225"> <id>276</id> <edge_type>1</edge_type> <source_obj>37</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_226"> <id>277</id> <edge_type>1</edge_type> <source_obj>33</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_227"> <id>278</id> <edge_type>1</edge_type> <source_obj>36</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_228"> <id>279</id> <edge_type>1</edge_type> <source_obj>107</source_obj> <sink_obj>45</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_229"> <id>280</id> <edge_type>1</edge_type> <source_obj>9</source_obj> <sink_obj>45</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_230"> <id>282</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>46</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_231"> <id>283</id> <edge_type>1</edge_type> <source_obj>2</source_obj> <sink_obj>46</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_232"> <id>284</id> <edge_type>1</edge_type> <source_obj>3</source_obj> <sink_obj>46</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_233"> <id>285</id> <edge_type>1</edge_type> <source_obj>4</source_obj> <sink_obj>46</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_234"> <id>286</id> <edge_type>1</edge_type> <source_obj>44</source_obj> <sink_obj>46</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_235"> <id>287</id> <edge_type>1</edge_type> <source_obj>248</source_obj> <sink_obj>46</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_236"> <id>288</id> <edge_type>1</edge_type> <source_obj>250</source_obj> <sink_obj>46</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_237"> <id>289</id> <edge_type>1</edge_type> <source_obj>252</source_obj> <sink_obj>46</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_238"> <id>290</id> <edge_type>2</edge_type> <source_obj>97</source_obj> <sink_obj>47</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_239"> <id>459</id> <edge_type>2</edge_type> <source_obj>35</source_obj> <sink_obj>97</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_240"> <id>460</id> <edge_type>2</edge_type> <source_obj>35</source_obj> <sink_obj>63</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_241"> <id>461</id> <edge_type>2</edge_type> <source_obj>35</source_obj> <sink_obj>60</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_242"> <id>462</id> <edge_type>2</edge_type> <source_obj>35</source_obj> <sink_obj>48</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_243"> <id>463</id> <edge_type>2</edge_type> <source_obj>48</source_obj> <sink_obj>97</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_244"> <id>464</id> <edge_type>2</edge_type> <source_obj>60</source_obj> <sink_obj>97</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_245"> <id>465</id> <edge_type>2</edge_type> <source_obj>63</source_obj> <sink_obj>93</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_246"> <id>466</id> <edge_type>2</edge_type> <source_obj>63</source_obj> <sink_obj>66</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_247"> <id>467</id> <edge_type>2</edge_type> <source_obj>66</source_obj> <sink_obj>71</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_248"> <id>468</id> <edge_type>2</edge_type> <source_obj>66</source_obj> <sink_obj>73</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_249"> <id>469</id> <edge_type>2</edge_type> <source_obj>71</source_obj> <sink_obj>73</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_250"> <id>470</id> <edge_type>2</edge_type> <source_obj>73</source_obj> <sink_obj>95</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_251"> <id>471</id> <edge_type>2</edge_type> <source_obj>93</source_obj> <sink_obj>95</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_252"> <id>472</id> <edge_type>2</edge_type> <source_obj>95</source_obj> <sink_obj>97</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_253"> <id>473</id> <edge_type>4</edge_type> <source_obj>31</source_obj> <sink_obj>57</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_254"> <id>474</id> <edge_type>4</edge_type> <source_obj>31</source_obj> <sink_obj>45</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_255"> <id>475</id> <edge_type>4</edge_type> <source_obj>31</source_obj> <sink_obj>91</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_256"> <id>476</id> <edge_type>4</edge_type> <source_obj>31</source_obj> <sink_obj>69</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_257"> <id>477</id> <edge_type>4</edge_type> <source_obj>61</source_obj> <sink_obj>74</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_258"> <id>478</id> <edge_type>4</edge_type> <source_obj>64</source_obj> <sink_obj>67</sink_obj> <is_back_edge>0</is_back_edge> </item> </edges> </cdfg> <cdfg_regions class_id="21" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="22" tracking_level="1" version="0" object_id="_259"> <mId>1</mId> <mTag>arp_pkg_sender</mTag> <mNormTag>arp_pkg_sender</mNormTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>10</count> <item_version>0</item_version> <item>35</item> <item>48</item> <item>60</item> <item>63</item> <item>66</item> <item>71</item> <item>73</item> <item>93</item> <item>95</item> <item>97</item> </basic_blocks> <mII>1</mII> <mDepth>3</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>2</mMinLatency> <mMaxLatency>2</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> </cdfg_regions> <fsm class_id="24" tracking_level="1" version="0" object_id="_260"> <states class_id="25" tracking_level="0" version="0"> <count>3</count> <item_version>0</item_version> <item class_id="26" tracking_level="1" version="0" object_id="_261"> <id>1</id> <operations class_id="27" tracking_level="0" version="0"> <count>47</count> <item_version>0</item_version> <item class_id="28" tracking_level="1" version="0" object_id="_262"> <id>21</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_263"> <id>22</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_264"> <id>23</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_265"> <id>24</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_266"> <id>25</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_267"> <id>26</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_268"> <id>27</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_269"> <id>28</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_270"> <id>29</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_271"> <id>30</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_272"> <id>31</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_273"> <id>32</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_274"> <id>33</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_275"> <id>34</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_276"> <id>45</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_277"> <id>50</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_278"> <id>54</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_279"> <id>57</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_280"> <id>61</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_281"> <id>62</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_282"> <id>64</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_283"> <id>65</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_284"> <id>67</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_285"> <id>68</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_286"> <id>69</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_287"> <id>70</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_288"> <id>72</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_289"> <id>74</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_290"> <id>75</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_291"> <id>76</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_292"> <id>77</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_293"> <id>78</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_294"> <id>79</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_295"> <id>80</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_296"> <id>81</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_297"> <id>82</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_298"> <id>83</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_299"> <id>84</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_300"> <id>85</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_301"> <id>86</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_302"> <id>87</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_303"> <id>88</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_304"> <id>89</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_305"> <id>90</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_306"> <id>91</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_307"> <id>92</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_308"> <id>94</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_309"> <id>2</id> <operations> <count>17</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_310"> <id>36</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_311"> <id>37</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_312"> <id>38</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_313"> <id>39</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_314"> <id>40</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_315"> <id>41</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_316"> <id>42</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_317"> <id>43</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_318"> <id>44</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_319"> <id>46</id> <stage>2</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_320"> <id>49</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_321"> <id>51</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_322"> <id>52</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_323"> <id>53</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_324"> <id>55</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_325"> <id>56</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_326"> <id>58</id> <stage>2</stage> <latency>2</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_327"> <id>3</id> <operations> <count>5</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_328"> <id>46</id> <stage>1</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_329"> <id>47</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_330"> <id>58</id> <stage>1</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_331"> <id>59</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_332"> <id>96</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> </states> <transitions class_id="29" tracking_level="0" version="0"> <count>2</count> <item_version>0</item_version> <item class_id="30" tracking_level="1" version="0" object_id="_333"> <inState>1</inState> <outState>2</outState> <condition class_id="31" tracking_level="0" version="0"> <id>-1</id> <sop class_id="32" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="33" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_334"> <inState>2</inState> <outState>3</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> </transitions> </fsm> <res class_id="-1"></res> <node_label_latency class_id="35" tracking_level="0" version="0"> <count>57</count> <item_version>0</item_version> <item class_id="36" tracking_level="0" version="0"> <first>31</first> <second class_id="37" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> <item> <first>32</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>33</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>34</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>36</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>37</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>38</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>39</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>40</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>41</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>42</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>43</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>44</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>45</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>46</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>47</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>49</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>50</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>51</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>52</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>53</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>54</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>55</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>56</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>57</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>58</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>59</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>61</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>62</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>64</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>65</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>67</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>68</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>69</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>70</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>72</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>74</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>75</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>76</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>77</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>78</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>79</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>80</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>81</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>82</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>83</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>84</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>85</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>86</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>87</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>88</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>89</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>90</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>91</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>92</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>94</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>96</first> <second> <first>2</first> <second>0</second> </second> </item> </node_label_latency> <bblk_ent_exit class_id="38" tracking_level="0" version="0"> <count>10</count> <item_version>0</item_version> <item class_id="39" tracking_level="0" version="0"> <first>35</first> <second class_id="40" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> <item> <first>48</first> <second> <first>0</first> <second>2</second> </second> </item> <item> <first>60</first> <second> <first>0</first> <second>2</second> </second> </item> <item> <first>63</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>66</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>71</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>73</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>93</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>95</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>97</first> <second> <first>2</first> <second>2</second> </second> </item> </bblk_ent_exit> <regions class_id="41" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="42" tracking_level="1" version="0" object_id="_335"> <region_name>arp_pkg_sender</region_name> <basic_blocks> <count>10</count> <item_version>0</item_version> <item>35</item> <item>48</item> <item>60</item> <item>63</item> <item>66</item> <item>71</item> <item>73</item> <item>93</item> <item>95</item> <item>97</item> </basic_blocks> <nodes> <count>0</count> <item_version>0</item_version> </nodes> <anchor_node>-1</anchor_node> <region_type>8</region_type> <interval>1</interval> <pipe_depth>3</pipe_depth> <mDBIIViolationVec class_id="43" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </mDBIIViolationVec> </item> </regions> <dp_fu_nodes class_id="44" tracking_level="0" version="0"> <count>46</count> <item_version>0</item_version> <item class_id="45" tracking_level="0" version="0"> <first>132</first> <second> <count>1</count> <item_version>0</item_version> <item>32</item> </second> </item> <item> <first>138</first> <second> <count>1</count> <item_version>0</item_version> <item>33</item> </second> </item> <item> <first>144</first> <second> <count>1</count> <item_version>0</item_version> <item>50</item> </second> </item> <item> <first>150</first> <second> <count>1</count> <item_version>0</item_version> <item>54</item> </second> </item> <item> <first>156</first> <second> <count>1</count> <item_version>0</item_version> <item>61</item> </second> </item> <item> <first>164</first> <second> <count>1</count> <item_version>0</item_version> <item>64</item> </second> </item> <item> <first>172</first> <second> <count>1</count> <item_version>0</item_version> <item>67</item> </second> </item> <item> <first>178</first> <second> <count>1</count> <item_version>0</item_version> <item>74</item> </second> </item> <item> <first>184</first> <second> <count>4</count> <item_version>0</item_version> <item>46</item> <item>46</item> <item>58</item> <item>58</item> </second> </item> <item> <first>203</first> <second> <count>1</count> <item_version>0</item_version> <item>31</item> </second> </item> <item> <first>207</first> <second> <count>1</count> <item_version>0</item_version> <item>45</item> </second> </item> <item> <first>213</first> <second> <count>1</count> <item_version>0</item_version> <item>57</item> </second> </item> <item> <first>219</first> <second> <count>1</count> <item_version>0</item_version> <item>68</item> </second> </item> <item> <first>225</first> <second> <count>1</count> <item_version>0</item_version> <item>69</item> </second> </item> <item> <first>231</first> <second> <count>1</count> <item_version>0</item_version> <item>75</item> </second> </item> <item> <first>235</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> <item> <first>241</first> <second> <count>1</count> <item_version>0</item_version> <item>77</item> </second> </item> <item> <first>251</first> <second> <count>1</count> <item_version>0</item_version> <item>78</item> </second> </item> <item> <first>257</first> <second> <count>1</count> <item_version>0</item_version> <item>79</item> </second> </item> <item> <first>267</first> <second> <count>1</count> <item_version>0</item_version> <item>80</item> </second> </item> <item> <first>273</first> <second> <count>1</count> <item_version>0</item_version> <item>81</item> </second> </item> <item> <first>283</first> <second> <count>1</count> <item_version>0</item_version> <item>82</item> </second> </item> <item> <first>289</first> <second> <count>1</count> <item_version>0</item_version> <item>83</item> </second> </item> <item> <first>299</first> <second> <count>1</count> <item_version>0</item_version> <item>84</item> </second> </item> <item> <first>305</first> <second> <count>1</count> <item_version>0</item_version> <item>85</item> </second> </item> <item> <first>315</first> <second> <count>1</count> <item_version>0</item_version> <item>86</item> </second> </item> <item> <first>321</first> <second> <count>1</count> <item_version>0</item_version> <item>87</item> </second> </item> <item> <first>331</first> <second> <count>1</count> <item_version>0</item_version> <item>88</item> </second> </item> <item> <first>337</first> <second> <count>1</count> <item_version>0</item_version> <item>89</item> </second> </item> <item> <first>347</first> <second> <count>1</count> <item_version>0</item_version> <item>90</item> </second> </item> <item> <first>353</first> <second> <count>1</count> <item_version>0</item_version> <item>91</item> </second> </item> <item> <first>359</first> <second> <count>1</count> <item_version>0</item_version> <item>36</item> </second> </item> <item> <first>363</first> <second> <count>1</count> <item_version>0</item_version> <item>37</item> </second> </item> <item> <first>367</first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>371</first> <second> <count>1</count> <item_version>0</item_version> <item>39</item> </second> </item> <item> <first>375</first> <second> <count>1</count> <item_version>0</item_version> <item>40</item> </second> </item> <item> <first>379</first> <second> <count>1</count> <item_version>0</item_version> <item>41</item> </second> </item> <item> <first>383</first> <second> <count>1</count> <item_version>0</item_version> <item>42</item> </second> </item> <item> <first>387</first> <second> <count>1</count> <item_version>0</item_version> <item>43</item> </second> </item> <item> <first>391</first> <second> <count>1</count> <item_version>0</item_version> <item>44</item> </second> </item> <item> <first>419</first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>423</first> <second> <count>1</count> <item_version>0</item_version> <item>51</item> </second> </item> <item> <first>428</first> <second> <count>1</count> <item_version>0</item_version> <item>52</item> </second> </item> <item> <first>433</first> <second> <count>1</count> <item_version>0</item_version> <item>53</item> </second> </item> <item> <first>439</first> <second> <count>1</count> <item_version>0</item_version> <item>55</item> </second> </item> <item> <first>446</first> <second> <count>1</count> <item_version>0</item_version> <item>56</item> </second> </item> </dp_fu_nodes> <dp_fu_nodes_expression class_id="47" tracking_level="0" version="0"> <count>14</count> <item_version>0</item_version> <item class_id="48" tracking_level="0" version="0"> <first>and_ln1049_fu_428</first> <second> <count>1</count> <item_version>0</item_version> <item>52</item> </second> </item> <item> <first>auxQueryIP_V_2_fu_439</first> <second> <count>1</count> <item_version>0</item_version> <item>55</item> </second> </item> <item> <first>icmp_ln1049_fu_433</first> <second> <count>1</count> <item_version>0</item_version> <item>53</item> </second> </item> <item> <first>p_Result_1_fu_391</first> <second> <count>1</count> <item_version>0</item_version> <item>44</item> </second> </item> <item> <first>p_Result_s_fu_446</first> <second> <count>1</count> <item_version>0</item_version> <item>56</item> </second> </item> <item> <first>trunc_ln145_1_fu_241</first> <second> <count>1</count> <item_version>0</item_version> <item>77</item> </second> </item> <item> <first>trunc_ln145_2_fu_257</first> <second> <count>1</count> <item_version>0</item_version> <item>79</item> </second> </item> <item> <first>trunc_ln145_3_fu_273</first> <second> <count>1</count> <item_version>0</item_version> <item>81</item> </second> </item> <item> <first>trunc_ln145_4_fu_289</first> <second> <count>1</count> <item_version>0</item_version> <item>83</item> </second> </item> <item> <first>trunc_ln145_5_fu_305</first> <second> <count>1</count> <item_version>0</item_version> <item>85</item> </second> </item> <item> <first>trunc_ln145_6_fu_321</first> <second> <count>1</count> <item_version>0</item_version> <item>87</item> </second> </item> <item> <first>trunc_ln145_7_fu_337</first> <second> <count>1</count> <item_version>0</item_version> <item>89</item> </second> </item> <item> <first>trunc_ln145_fu_231</first> <second> <count>1</count> <item_version>0</item_version> <item>75</item> </second> </item> <item> <first>xor_ln1049_fu_423</first> <second> <count>1</count> <item_version>0</item_version> <item>51</item> </second> </item> </dp_fu_nodes_expression> <dp_fu_nodes_module> <count>0</count> <item_version>0</item_version> </dp_fu_nodes_module> <dp_fu_nodes_io> <count>32</count> <item_version>0</item_version> <item> <first>aps_fsmState_load_load_fu_203</first> <second> <count>1</count> <item_version>0</item_version> <item>31</item> </second> </item> <item> <first>arpReplyFifo_read_read_fu_178</first> <second> <count>1</count> <item_version>0</item_version> <item>74</item> </second> </item> <item> <first>arpRequestFifo_read_read_fu_172</first> <second> <count>1</count> <item_version>0</item_version> <item>67</item> </second> </item> <item> <first>auxQueryIP_V_1_read_fu_150</first> <second> <count>1</count> <item_version>0</item_version> <item>54</item> </second> </item> <item> <first>grp_write_fu_184</first> <second> <count>4</count> <item_version>0</item_version> <item>46</item> <item>46</item> <item>58</item> <item>58</item> </second> </item> <item> <first>lhs_V_2_read_fu_132</first> <second> <count>1</count> <item_version>0</item_version> <item>32</item> </second> </item> <item> <first>lhs_V_load_fu_419</first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>myMacAddress_read_read_fu_138</first> <second> <count>1</count> <item_version>0</item_version> <item>33</item> </second> </item> <item> <first>replyMeta_ethType_V_load_load_fu_363</first> <second> <count>1</count> <item_version>0</item_version> <item>37</item> </second> </item> <item> <first>replyMeta_hwAddrSrc_V_load_load_fu_383</first> <second> <count>1</count> <item_version>0</item_version> <item>42</item> </second> </item> <item> <first>replyMeta_hwLen_V_load_load_fu_375</first> <second> <count>1</count> <item_version>0</item_version> <item>40</item> </second> </item> <item> <first>replyMeta_hwType_V_load_load_fu_367</first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>replyMeta_protoAddrSrc_V_load_load_fu_387</first> <second> <count>1</count> <item_version>0</item_version> <item>43</item> </second> </item> <item> <first>replyMeta_protoLen_V_load_load_fu_379</first> <second> <count>1</count> <item_version>0</item_version> <item>41</item> </second> </item> <item> <first>replyMeta_protoType_V_load_load_fu_371</first> <second> <count>1</count> <item_version>0</item_version> <item>39</item> </second> </item> <item> <first>replyMeta_srcMac_V_load_load_fu_359</first> <second> <count>1</count> <item_version>0</item_version> <item>36</item> </second> </item> <item> <first>rhs_V_read_fu_144</first> <second> <count>1</count> <item_version>0</item_version> <item>50</item> </second> </item> <item> <first>store_ln123_store_fu_353</first> <second> <count>1</count> <item_version>0</item_version> <item>91</item> </second> </item> <item> <first>store_ln127_store_fu_225</first> <second> <count>1</count> <item_version>0</item_version> <item>69</item> </second> </item> <item> <first>store_ln145_store_fu_219</first> <second> <count>1</count> <item_version>0</item_version> <item>68</item> </second> </item> <item> <first>store_ln145_store_fu_235</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> <item> <first>store_ln145_store_fu_251</first> <second> <count>1</count> <item_version>0</item_version> <item>78</item> </second> </item> <item> <first>store_ln145_store_fu_267</first> <second> <count>1</count> <item_version>0</item_version> <item>80</item> </second> </item> <item> <first>store_ln145_store_fu_283</first> <second> <count>1</count> <item_version>0</item_version> <item>82</item> </second> </item> <item> <first>store_ln145_store_fu_299</first> <second> <count>1</count> <item_version>0</item_version> <item>84</item> </second> </item> <item> <first>store_ln145_store_fu_315</first> <second> <count>1</count> <item_version>0</item_version> <item>86</item> </second> </item> <item> <first>store_ln145_store_fu_331</first> <second> <count>1</count> <item_version>0</item_version> <item>88</item> </second> </item> <item> <first>store_ln145_store_fu_347</first> <second> <count>1</count> <item_version>0</item_version> <item>90</item> </second> </item> <item> <first>store_ln159_store_fu_213</first> <second> <count>1</count> <item_version>0</item_version> <item>57</item> </second> </item> <item> <first>store_ln184_store_fu_207</first> <second> <count>1</count> <item_version>0</item_version> <item>45</item> </second> </item> <item> <first>tmp_i_35_nbreadreq_fu_164</first> <second> <count>1</count> <item_version>0</item_version> <item>64</item> </second> </item> <item> <first>tmp_i_nbreadreq_fu_156</first> <second> <count>1</count> <item_version>0</item_version> <item>61</item> </second> </item> </dp_fu_nodes_io> <return_ports> <count>0</count> <item_version>0</item_version> </return_ports> <dp_mem_port_nodes class_id="49" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_mem_port_nodes> <dp_reg_nodes> <count>7</count> <item_version>0</item_version> <item> <first>464</first> <second> <count>1</count> <item_version>0</item_version> <item>31</item> </second> </item> <item> <first>468</first> <second> <count>1</count> <item_version>0</item_version> <item>32</item> </second> </item> <item> <first>475</first> <second> <count>1</count> <item_version>0</item_version> <item>33</item> </second> </item> <item> <first>483</first> <second> <count>1</count> <item_version>0</item_version> <item>50</item> </second> </item> <item> <first>488</first> <second> <count>1</count> <item_version>0</item_version> <item>54</item> </second> </item> <item> <first>499</first> <second> <count>1</count> <item_version>0</item_version> <item>44</item> </second> </item> <item> <first>504</first> <second> <count>1</count> <item_version>0</item_version> <item>56</item> </second> </item> </dp_reg_nodes> <dp_regname_nodes> <count>7</count> <item_version>0</item_version> <item> <first>aps_fsmState_load_reg_464</first> <second> <count>1</count> <item_version>0</item_version> <item>31</item> </second> </item> <item> <first>auxQueryIP_V_1_reg_488</first> <second> <count>1</count> <item_version>0</item_version> <item>54</item> </second> </item> <item> <first>lhs_V_2_reg_468</first> <second> <count>1</count> <item_version>0</item_version> <item>32</item> </second> </item> <item> <first>myMacAddress_read_reg_475</first> <second> <count>1</count> <item_version>0</item_version> <item>33</item> </second> </item> <item> <first>p_Result_1_reg_499</first> <second> <count>1</count> <item_version>0</item_version> <item>44</item> </second> </item> <item> <first>p_Result_s_reg_504</first> <second> <count>1</count> <item_version>0</item_version> <item>56</item> </second> </item> <item> <first>rhs_V_reg_483</first> <second> <count>1</count> <item_version>0</item_version> <item>50</item> </second> </item> </dp_regname_nodes> <dp_reg_phi> <count>0</count> <item_version>0</item_version> </dp_reg_phi> <dp_regname_phi> <count>0</count> <item_version>0</item_version> </dp_regname_phi> <dp_port_io_nodes class_id="50" tracking_level="0" version="0"> <count>10</count> <item_version>0</item_version> <item class_id="51" tracking_level="0" version="0"> <first>arpDataOut_V_data_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>write</first> <second> <count>2</count> <item_version>0</item_version> <item>58</item> <item>46</item> </second> </item> </second> </item> <item> <first>arpDataOut_V_keep_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>write</first> <second> <count>2</count> <item_version>0</item_version> <item>58</item> <item>46</item> </second> </item> </second> </item> <item> <first>arpDataOut_V_last_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>write</first> <second> <count>2</count> <item_version>0</item_version> <item>58</item> <item>46</item> </second> </item> </second> </item> <item> <first>arpDataOut_V_strb_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>write</first> <second> <count>2</count> <item_version>0</item_version> <item>58</item> <item>46</item> </second> </item> </second> </item> <item> <first>arpReplyFifo</first> <second> <count>2</count> <item_version>0</item_version> <item> <first>nbreadreq</first> <second> <count>1</count> <item_version>0</item_version> <item>61</item> </second> </item> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>74</item> </second> </item> </second> </item> <item> <first>arpRequestFifo</first> <second> <count>2</count> <item_version>0</item_version> <item> <first>nbreadreq</first> <second> <count>1</count> <item_version>0</item_version> <item>64</item> </second> </item> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>67</item> </second> </item> </second> </item> <item> <first>gatewayIP</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>54</item> </second> </item> </second> </item> <item> <first>myIpAddress</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>32</item> </second> </item> </second> </item> <item> <first>myMacAddress</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>33</item> </second> </item> </second> </item> <item> <first>networkMask</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>50</item> </second> </item> </second> </item> </dp_port_io_nodes> <port2core> <count>2</count> <item_version>0</item_version> <item> <first>10</first> <second> <first>1150</first> <second>10</second> </second> </item> <item> <first>19</first> <second> <first>1150</first> <second>10</second> </second> </item> </port2core> <node2core> <count>10</count> <item_version>0</item_version> <item> <first>46</first> <second> <first>888</first> <second>111</second> </second> </item> <item> <first>51</first> <second> <first>25</first> <second>0</second> </second> </item> <item> <first>52</first> <second> <first>23</first> <second>0</second> </second> </item> <item> <first>53</first> <second> <first>45</first> <second>0</second> </second> </item> <item> <first>55</first> <second> <first>49</first> <second>107</second> </second> </item> <item> <first>58</first> <second> <first>888</first> <second>111</second> </second> </item> <item> <first>61</first> <second> <first>1150</first> <second>10</second> </second> </item> <item> <first>64</first> <second> <first>1150</first> <second>10</second> </second> </item> <item> <first>67</first> <second> <first>1150</first> <second>10</second> </second> </item> <item> <first>74</first> <second> <first>1150</first> <second>10</second> </second> </item> </node2core> </syndb> </boost_serialization>
28.822521
160
0.624016
2fceb8a96ac49c8f38b452096c0f13d5b5da9d21
9,177
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/a-timoau.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/ada/a-timoau.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/a-timoau.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- A D A . T E X T _ I O . M O D U L A R _ A U X -- -- -- -- B o d y -- -- -- -- Copyright (C) 1992-2014, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ with Ada.Text_IO.Generic_Aux; use Ada.Text_IO.Generic_Aux; with System.Img_BIU; use System.Img_BIU; with System.Img_Uns; use System.Img_Uns; with System.Img_LLB; use System.Img_LLB; with System.Img_LLU; use System.Img_LLU; with System.Img_LLW; use System.Img_LLW; with System.Img_WIU; use System.Img_WIU; with System.Val_Uns; use System.Val_Uns; with System.Val_LLU; use System.Val_LLU; package body Ada.Text_IO.Modular_Aux is use System.Unsigned_Types; ----------------------- -- Local Subprograms -- ----------------------- procedure Load_Modular (File : File_Type; Buf : out String; Ptr : in out Natural); -- This is an auxiliary routine that is used to load an possibly signed -- modular literal value from the input file into Buf, starting at Ptr + 1. -- Ptr is left set to the last character stored. ------------- -- Get_LLU -- ------------- procedure Get_LLU (File : File_Type; Item : out Long_Long_Unsigned; Width : Field) is Buf : String (1 .. Field'Last); Stop : Integer := 0; Ptr : aliased Integer := 1; begin if Width /= 0 then Load_Width (File, Width, Buf, Stop); String_Skip (Buf, Ptr); else Load_Modular (File, Buf, Stop); end if; Item := Scan_Long_Long_Unsigned (Buf, Ptr'Access, Stop); Check_End_Of_Field (Buf, Stop, Ptr, Width); end Get_LLU; ------------- -- Get_Uns -- ------------- procedure Get_Uns (File : File_Type; Item : out Unsigned; Width : Field) is Buf : String (1 .. Field'Last); Stop : Integer := 0; Ptr : aliased Integer := 1; begin if Width /= 0 then Load_Width (File, Width, Buf, Stop); String_Skip (Buf, Ptr); else Load_Modular (File, Buf, Stop); end if; Item := Scan_Unsigned (Buf, Ptr'Access, Stop); Check_End_Of_Field (Buf, Stop, Ptr, Width); end Get_Uns; -------------- -- Gets_LLU -- -------------- procedure Gets_LLU (From : String; Item : out Long_Long_Unsigned; Last : out Positive) is Pos : aliased Integer; begin String_Skip (From, Pos); Item := Scan_Long_Long_Unsigned (From, Pos'Access, From'Last); Last := Pos - 1; exception when Constraint_Error => raise Data_Error; end Gets_LLU; -------------- -- Gets_Uns -- -------------- procedure Gets_Uns (From : String; Item : out Unsigned; Last : out Positive) is Pos : aliased Integer; begin String_Skip (From, Pos); Item := Scan_Unsigned (From, Pos'Access, From'Last); Last := Pos - 1; exception when Constraint_Error => raise Data_Error; end Gets_Uns; ------------------ -- Load_Modular -- ------------------ procedure Load_Modular (File : File_Type; Buf : out String; Ptr : in out Natural) is Hash_Loc : Natural; Loaded : Boolean; begin Load_Skip (File); -- Note: it is a bit strange to allow a minus sign here, but it seems -- consistent with the general behavior expected by the ACVC tests -- which is to scan past junk and then signal data error, see ACVC -- test CE3704F, case (6), which is for signed integer exponents, -- which seems a similar case. Load (File, Buf, Ptr, '+', '-'); Load_Digits (File, Buf, Ptr, Loaded); if Loaded then -- Deal with based case. We recognize either the standard '#' or the -- allowed alternative replacement ':' (see RM J.2(3)). Load (File, Buf, Ptr, '#', ':', Loaded); if Loaded then Hash_Loc := Ptr; Load_Extended_Digits (File, Buf, Ptr); Load (File, Buf, Ptr, Buf (Hash_Loc)); end if; Load (File, Buf, Ptr, 'E', 'e', Loaded); if Loaded then -- Note: it is strange to allow a minus sign, since the syntax -- does not, but that is what ACVC test CE3704F, case (6) wants -- for the signed case, and there seems no good reason to treat -- exponents differently for the signed and unsigned cases. Load (File, Buf, Ptr, '+', '-'); Load_Digits (File, Buf, Ptr); end if; end if; end Load_Modular; ------------- -- Put_LLU -- ------------- procedure Put_LLU (File : File_Type; Item : Long_Long_Unsigned; Width : Field; Base : Number_Base) is Buf : String (1 .. Field'Last); Ptr : Natural := 0; begin if Base = 10 and then Width = 0 then Set_Image_Long_Long_Unsigned (Item, Buf, Ptr); elsif Base = 10 then Set_Image_Width_Long_Long_Unsigned (Item, Width, Buf, Ptr); else Set_Image_Based_Long_Long_Unsigned (Item, Base, Width, Buf, Ptr); end if; Put_Item (File, Buf (1 .. Ptr)); end Put_LLU; ------------- -- Put_Uns -- ------------- procedure Put_Uns (File : File_Type; Item : Unsigned; Width : Field; Base : Number_Base) is Buf : String (1 .. Field'Last); Ptr : Natural := 0; begin if Base = 10 and then Width = 0 then Set_Image_Unsigned (Item, Buf, Ptr); elsif Base = 10 then Set_Image_Width_Unsigned (Item, Width, Buf, Ptr); else Set_Image_Based_Unsigned (Item, Base, Width, Buf, Ptr); end if; Put_Item (File, Buf (1 .. Ptr)); end Put_Uns; -------------- -- Puts_LLU -- -------------- procedure Puts_LLU (To : out String; Item : Long_Long_Unsigned; Base : Number_Base) is Buf : String (1 .. Field'Last); Ptr : Natural := 0; begin if Base = 10 then Set_Image_Width_Long_Long_Unsigned (Item, To'Length, Buf, Ptr); else Set_Image_Based_Long_Long_Unsigned (Item, Base, To'Length, Buf, Ptr); end if; if Ptr > To'Length then raise Layout_Error; else To (To'First .. To'First + Ptr - 1) := Buf (1 .. Ptr); end if; end Puts_LLU; -------------- -- Puts_Uns -- -------------- procedure Puts_Uns (To : out String; Item : Unsigned; Base : Number_Base) is Buf : String (1 .. Field'Last); Ptr : Natural := 0; begin if Base = 10 then Set_Image_Width_Unsigned (Item, To'Length, Buf, Ptr); else Set_Image_Based_Unsigned (Item, Base, To'Length, Buf, Ptr); end if; if Ptr > To'Length then raise Layout_Error; else To (To'First .. To'First + Ptr - 1) := Buf (1 .. Ptr); end if; end Puts_Uns; end Ada.Text_IO.Modular_Aux;
29.990196
79
0.50365
1d131afe5789946e5504d70e3bfee7b619b61903
2,609
adb
Ada
ibv_message_passing_ada_project/source/get_rdate/get_rdate.adb
Chester-Gillon/ibv_message_parsing
5b3649a4b754749a33917f43300613d4a718c960
[ "MIT" ]
null
null
null
ibv_message_passing_ada_project/source/get_rdate/get_rdate.adb
Chester-Gillon/ibv_message_parsing
5b3649a4b754749a33917f43300613d4a718c960
[ "MIT" ]
null
null
null
ibv_message_passing_ada_project/source/get_rdate/get_rdate.adb
Chester-Gillon/ibv_message_parsing
5b3649a4b754749a33917f43300613d4a718c960
[ "MIT" ]
null
null
null
-- @file get_rdate.adb -- @date 7 July 2019 -- @author Chester Gillon -- @brief Example program using GNAT.sockets to get the date from a RFC 868 TCP protocol server -- @details The output as seconds since the Linux epoch can be verified by running: -- $ date -d @`./get_rdate sandy-ubuntu` -- Sun 7 Jul 19:42:14 BST 2019 with Ada.Text_IO; with Ada.Integer_Text_IO; with Ada.Command_Line; with Ada.Strings.Fixed; with Interfaces; use Interfaces; with GNAT.Sockets; procedure Get_RDate is Rdate_Client : GNAT.Sockets.Socket_Type; Address : GNAT.Sockets.Sock_Addr_Type; Channel : GNAT.Sockets.Stream_Access; Rdate_Port : GNAT.Sockets.Port_Type := 37; -- Define am array to receive the rdate time as a big-endian 32-bit number of seconds -- since the epoch of 00:00 (midnight) 1 January 1900 GMT type Rdate_Time_Packet is Array (0..3) of Interfaces.Unsigned_8; Raw_Time : Rdate_Time_Packet; Host_Rdate_Time : Interfaces.Unsigned_32; -- From RFC 868 Rdate_To_Linux_Epoch_Seconds : constant := 2208988800; Time_Since_Linux_Epoch : Interfaces.Unsigned_32; begin if Ada.Command_Line.Argument_Count /= 1 then Ada.Text_IO.Put_Line ("Usage: " & Ada.Command_Line.Command_Name & "get_rdate <rdate_server>"); return; end if; declare Rdate_Server : constant String := Ada.Command_Line.Argument (1); begin -- Connect to the specified rdate server and retrieve a packet with the time GNAT.Sockets.Initialize; GNAT.Sockets.Create_Socket (Rdate_Client); Address.Addr := GNAT.Sockets.Addresses (GNAT.Sockets.Get_Host_By_Name (Rdate_Server)); Address.Port := Rdate_Port; GNAT.Sockets.Connect_Socket (Rdate_Client, Address); Channel := GNAT.Sockets.Stream (Rdate_Client); Rdate_Time_Packet'Read (Channel, Raw_Time); GNAT.Sockets.Close_Socket (Rdate_Client); -- Convert the big-endian received rdate Host_Rdate_Time := Interfaces.Shift_Left (Interfaces.Unsigned_32 (Raw_Time(0)), 24) + Interfaces.Shift_Left (Interfaces.Unsigned_32 (Raw_Time(1)), 16) + Interfaces.Shift_Left (Interfaces.Unsigned_32 (Raw_Time(2)), 8) + Interfaces.Unsigned_32 (Raw_Time(3)); -- Display the time as the number of seconds since the Linux epoch. Time_Since_Linux_Epoch := Host_Rdate_Time - Rdate_To_Linux_Epoch_Seconds; declare Raw_Image : constant String := Interfaces.Unsigned_32'Image (Time_Since_Linux_Epoch); begin Ada.Text_Io.Put (Ada.Strings.Fixed.Trim (Raw_Image, Ada.Strings.Left)); end; end; end Get_Rdate;
38.940299
100
0.715983
4d3abdc9649b7bd0a8e9283d4613c4afddbb365e
3,856
adb
Ada
source/textio/a-tienio.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
source/textio/a-tienio.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
source/textio/a-tienio.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
9
2015-02-03T17:09:53.000Z
2021-11-12T01:16:05.000Z
with Ada.Exceptions.Finally; with Ada.Text_IO.Formatting; with System.Runtime_Context; package body Ada.Text_IO.Enumeration_IO is procedure Put_To_Field ( To : out String; Last : out Natural; Item : Enum; Set : Type_Set); procedure Put_To_Field ( To : out String; Last : out Natural; Item : Enum; Set : Type_Set) is Image : String := Enum'Image (Item); begin if Image (Image'First) /= ''' then case Set is when Upper_Case => null; when Lower_Case => for I in Image'Range loop if Image (I) in 'A' .. 'Z' then Image (I) := Character'Val ( Character'Pos (Image (I)) + 16#20#); end if; end loop; end case; end if; Last := To'First + Image'Length - 1; To (To'First .. Last) := Image; end Put_To_Field; procedure Get_From_Field ( From : String; Item : out Enum); procedure Get_From_Field ( From : String; Item : out Enum) is procedure Finally ( TLS : in out System.Runtime_Context.Task_Local_Storage); procedure Finally ( TLS : in out System.Runtime_Context.Task_Local_Storage) is begin TLS.No_Discrete_Value_Failure_Propagation := False; end Finally; package Holder is new Exceptions.Finally.Scoped_Holder ( System.Runtime_Context.Task_Local_Storage, Finally); TLS : constant not null System.Runtime_Context.Task_Local_Storage_Access := System.Runtime_Context.Get_Task_Local_Storage; B : Enum'Base; begin Holder.Assign (TLS.all); TLS.No_Discrete_Value_Failure_Propagation := True; TLS.Discrete_Value_Failure := False; -- dispatching B := Enum'Base'Value (From); -- checking if TLS.Discrete_Value_Failure or else B not in Enum then raise Data_Error; end if; Item := B; end Get_From_Field; -- implementation procedure Get ( File : File_Type; Item : out Enum) is S : constant String := Formatting.Get_Enum_Literal (File); -- checking the predicate begin Get_From_Field (S, Item); end Get; procedure Get ( Item : out Enum) is begin Get (Current_Input.all, Item); end Get; procedure Get ( File : not null File_Access; Item : out Enum) is begin Get (File.all, Item); end Get; procedure Put ( File : File_Type; Item : Enum; Width : Field := Default_Width; Set : Type_Set := Default_Setting) is S : String (1 .. Enum'Width); Last : Natural; begin Put_To_Field (S, Last, Item, Set); Formatting.Head (File, S (1 .. Last), Width); -- checking the predicate end Put; procedure Put ( Item : Enum; Width : Field := Default_Width; Set : Type_Set := Default_Setting) is begin Put (Current_Output.all, Item, Width, Set); end Put; procedure Put ( File : not null File_Access; Item : Enum; Width : Field := Default_Width; Set : Type_Set := Default_Setting) is begin Put (File.all, Item, Width, Set); end Put; procedure Get ( From : String; Item : out Enum; Last : out Positive) is First : Positive; begin Formatting.Get_Head (From, First, Last); Get_From_Field (From (First .. Last), Item); end Get; procedure Put ( To : out String; Item : Enum; Set : Type_Set := Default_Setting) is S : String (1 .. Enum'Width); Last : Natural; begin Put_To_Field (S, Last, Item, Set); Formatting.Head (To, S (1 .. Last)); end Put; end Ada.Text_IO.Enumeration_IO;
25.706667
77
0.575985
50cefa506c37b1d609782c327c103f630a01d429
3,255
adb
Ada
tools-src/gnu/gcc/gcc/ada/s-vercon.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
80
2015-01-02T10:14:04.000Z
2021-06-07T06:29:49.000Z
tools-src/gnu/gcc/gcc/ada/s-vercon.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
9
2015-05-14T11:03:12.000Z
2018-01-04T07:12:58.000Z
tools-src/gnu/gcc/gcc/ada/s-vercon.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUNTIME COMPONENTS -- -- -- -- S Y S T E M . V E R S I O N _ C O N T R O L -- -- -- -- B o d y -- -- -- -- $Revision$ -- -- -- Copyright (C) 1992,1993,1994,1995 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING. If not, write -- -- to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, -- -- MA 02111-1307, USA. -- -- -- -- As a special exception, if other files instantiate generics from this -- -- unit, or you link this unit with other files to produce an executable, -- -- this unit does not by itself cause the resulting executable to be -- -- covered by the GNU General Public License. This exception does not -- -- however invalidate any other reasons why the executable file might be -- -- covered by the GNU Public License. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ with System.Unsigned_Types; use System.Unsigned_Types; package body System.Version_Control is ------------------------ -- Get_Version_String -- ------------------------ function Get_Version_String (V : System.Unsigned_Types.Unsigned) return Version_String is S : Version_String; D : Unsigned := V; H : array (Unsigned range 0 .. 15) of Character := "0123456789abcdef"; begin for J in reverse 1 .. 8 loop S (J) := H (D mod 16); D := D / 16; end loop; return S; end Get_Version_String; end System.Version_Control;
53.360656
78
0.428879
1217824a886ac4999363309900c4410ce22b0eb0
3,531
ads
Ada
Ada95/src/terminal_interface-curses-forms-field_types-intfield.ads
neverware-mirrors/ncurses
931939e0d2765af13962820e59cb6629df3ee638
[ "X11" ]
269
2015-03-01T21:34:42.000Z
2022-03-30T23:07:18.000Z
Ada95/src/terminal_interface-curses-forms-field_types-intfield.ads
neverware-mirrors/ncurses
931939e0d2765af13962820e59cb6629df3ee638
[ "X11" ]
3
2020-10-09T15:00:37.000Z
2020-10-09T15:05:19.000Z
Ada95/src/terminal_interface-curses-forms-field_types-intfield.ads
neverware-mirrors/ncurses
931939e0d2765af13962820e59cb6629df3ee638
[ "X11" ]
97
2016-04-25T06:22:54.000Z
2022-03-30T23:07:19.000Z
------------------------------------------------------------------------------ -- -- -- GNAT ncurses Binding -- -- -- -- Terminal_Interface.Curses.Forms.Field_Types.IntField -- -- -- -- S P E C -- -- -- ------------------------------------------------------------------------------ -- Copyright 2020 Thomas E. Dickey -- -- Copyright 1999-2003,2009 Free Software Foundation, Inc. -- -- -- -- Permission is hereby granted, free of charge, to any person obtaining a -- -- copy of this software and associated documentation files (the -- -- "Software"), to deal in the Software without restriction, including -- -- without limitation the rights to use, copy, modify, merge, publish, -- -- distribute, distribute with modifications, sublicense, and/or sell -- -- copies of the Software, and to permit persons to whom the Software is -- -- furnished to do so, subject to the following conditions: -- -- -- -- The above copyright notice and this permission notice shall be included -- -- in all copies or substantial portions of the Software. -- -- -- -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -- -- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -- -- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -- -- IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -- -- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -- -- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR -- -- THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- -- -- -- Except as contained in this notice, the name(s) of the above copyright -- -- holders shall not be used in advertising or otherwise to promote the -- -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------ -- Author: Juergen Pfeifer, 1996 -- Version Control: -- $Revision: 1.13 $ -- Binding Version 01.00 ------------------------------------------------------------------------------ package Terminal_Interface.Curses.Forms.Field_Types.IntField is pragma Preelaborate (Terminal_Interface.Curses.Forms.Field_Types.IntField); type Integer_Field is new Field_Type with record Precision : Natural; Lower_Limit : Integer; Upper_Limit : Integer; end record; procedure Set_Field_Type (Fld : Field; Typ : Integer_Field); pragma Inline (Set_Field_Type); end Terminal_Interface.Curses.Forms.Field_Types.IntField;
61.947368
78
0.450014
0bf632f9625280421ab63e64f4c787ba8155faf3
6,102
adb
Ada
tools-src/gnu/gcc/gcc/ada/sem_vfpt.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
80
2015-01-02T10:14:04.000Z
2021-06-07T06:29:49.000Z
tools-src/gnu/gcc/gcc/ada/sem_vfpt.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
9
2015-05-14T11:03:12.000Z
2018-01-04T07:12:58.000Z
tools-src/gnu/gcc/gcc/ada/sem_vfpt.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- S E M _ V F P T -- -- -- -- B o d y -- -- -- -- $Revision$ -- -- -- Copyright (C) 1997-2000, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING. If not, write -- -- to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, -- -- MA 02111-1307, USA. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ with CStand; use CStand; with Einfo; use Einfo; with Opt; use Opt; with Stand; use Stand; with Targparm; use Targparm; with Ttypef; use Ttypef; with Uintp; use Uintp; pragma Elaborate_All (Uintp); package body Sem_VFpt is T_Digits : constant Uint := UI_From_Int (IEEEL_Digits); -- Digits for IEEE formats ----------------- -- Set_D_Float -- ----------------- procedure Set_D_Float (E : Entity_Id) is begin Init_Size (Base_Type (E), 64); Init_Alignment (Base_Type (E)); Init_Digits_Value (Base_Type (E), VAXDF_Digits); Set_Vax_Float (Base_Type (E), True); Set_Float_Bounds (Base_Type (E)); Init_Size (E, 64); Init_Alignment (E); Init_Digits_Value (E, VAXDF_Digits); Set_Scalar_Range (E, Scalar_Range (Base_Type (E))); end Set_D_Float; ----------------- -- Set_F_Float -- ----------------- procedure Set_F_Float (E : Entity_Id) is begin Init_Size (Base_Type (E), 32); Init_Alignment (Base_Type (E)); Init_Digits_Value (Base_Type (E), VAXFF_Digits); Set_Vax_Float (Base_Type (E), True); Set_Float_Bounds (Base_Type (E)); Init_Size (E, 32); Init_Alignment (E); Init_Digits_Value (E, VAXFF_Digits); Set_Scalar_Range (E, Scalar_Range (Base_Type (E))); end Set_F_Float; ----------------- -- Set_G_Float -- ----------------- procedure Set_G_Float (E : Entity_Id) is begin Init_Size (Base_Type (E), 64); Init_Alignment (Base_Type (E)); Init_Digits_Value (Base_Type (E), VAXGF_Digits); Set_Vax_Float (Base_Type (E), True); Set_Float_Bounds (Base_Type (E)); Init_Size (E, 64); Init_Alignment (E); Init_Digits_Value (E, VAXGF_Digits); Set_Scalar_Range (E, Scalar_Range (Base_Type (E))); end Set_G_Float; ------------------- -- Set_IEEE_Long -- ------------------- procedure Set_IEEE_Long (E : Entity_Id) is begin Init_Size (Base_Type (E), 64); Init_Alignment (Base_Type (E)); Init_Digits_Value (Base_Type (E), IEEEL_Digits); Set_Vax_Float (Base_Type (E), False); Set_Float_Bounds (Base_Type (E)); Init_Size (E, 64); Init_Alignment (E); Init_Digits_Value (E, IEEEL_Digits); Set_Scalar_Range (E, Scalar_Range (Base_Type (E))); end Set_IEEE_Long; -------------------- -- Set_IEEE_Short -- -------------------- procedure Set_IEEE_Short (E : Entity_Id) is begin Init_Size (Base_Type (E), 32); Init_Alignment (Base_Type (E)); Init_Digits_Value (Base_Type (E), IEEES_Digits); Set_Vax_Float (Base_Type (E), False); Set_Float_Bounds (Base_Type (E)); Init_Size (E, 32); Init_Alignment (E); Init_Digits_Value (E, IEEES_Digits); Set_Scalar_Range (E, Scalar_Range (Base_Type (E))); end Set_IEEE_Short; ------------------------------ -- Set_Standard_Fpt_Formats -- ------------------------------ procedure Set_Standard_Fpt_Formats is begin -- IEEE case if Opt.Float_Format = 'I' then Set_IEEE_Short (Standard_Float); Set_IEEE_Long (Standard_Long_Float); Set_IEEE_Long (Standard_Long_Long_Float); -- Vax float case else Set_F_Float (Standard_Float); if Opt.Float_Format_Long = 'D' then Set_D_Float (Standard_Long_Float); else Set_G_Float (Standard_Long_Float); end if; -- Note: Long_Long_Float gets set only in the real VMS case, -- because this gives better results for testing out the use -- of VAX float on non-VMS environments with the -gnatdm switch. if OpenVMS_On_Target then Set_G_Float (Standard_Long_Long_Float); end if; end if; end Set_Standard_Fpt_Formats; end Sem_VFpt;
36.106509
78
0.495247
123a5b46a07d62bbaba866c090e904983ea4c497
18,643
adb
Ada
src/model/atlas-microblog-models.adb
stcarrez/atlas
712e6c99ebf2d6742f493b74bef9275205df98c6
[ "Apache-2.0" ]
7
2016-05-01T13:19:01.000Z
2020-03-18T14:47:27.000Z
src/model/atlas-microblog-models.adb
stcarrez/atlas
712e6c99ebf2d6742f493b74bef9275205df98c6
[ "Apache-2.0" ]
3
2018-06-06T15:52:11.000Z
2020-03-11T14:03:46.000Z
src/model/atlas-microblog-models.adb
stcarrez/atlas
712e6c99ebf2d6742f493b74bef9275205df98c6
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- Atlas.Microblog.Models -- Atlas.Microblog.Models ----------------------------------------------------------------------- -- File generated by Dynamo DO NOT MODIFY -- Template used: templates/model/package-body.xhtml -- Ada Generator: https://github.com/stcarrez/dynamo Version 1.2.3 ----------------------------------------------------------------------- -- Copyright (C) 2021 Stephane Carrez -- Written by Stephane Carrez ([email protected]) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. ----------------------------------------------------------------------- pragma Warnings (Off); with Ada.Unchecked_Deallocation; with Util.Beans.Objects.Time; pragma Warnings (On); package body Atlas.Microblog.Models is pragma Style_Checks ("-mr"); pragma Warnings (Off, "formal parameter * is not referenced"); pragma Warnings (Off, "use clause for type *"); pragma Warnings (Off, "use clause for private type *"); use type ADO.Objects.Object_Record_Access; use type ADO.Objects.Object_Ref; function Mblog_Key (Id : in ADO.Identifier) return ADO.Objects.Object_Key is Result : ADO.Objects.Object_Key (Of_Type => ADO.Objects.KEY_INTEGER, Of_Class => MBLOG_DEF'Access); begin ADO.Objects.Set_Value (Result, Id); return Result; end Mblog_Key; function Mblog_Key (Id : in String) return ADO.Objects.Object_Key is Result : ADO.Objects.Object_Key (Of_Type => ADO.Objects.KEY_INTEGER, Of_Class => MBLOG_DEF'Access); begin ADO.Objects.Set_Value (Result, Id); return Result; end Mblog_Key; function "=" (Left, Right : Mblog_Ref'Class) return Boolean is begin return ADO.Objects.Object_Ref'Class (Left) = ADO.Objects.Object_Ref'Class (Right); end "="; procedure Set_Field (Object : in out Mblog_Ref'Class; Impl : out Mblog_Access) is Result : ADO.Objects.Object_Record_Access; begin Object.Prepare_Modify (Result); Impl := Mblog_Impl (Result.all)'Access; end Set_Field; -- Internal method to allocate the Object_Record instance procedure Allocate (Object : in out Mblog_Ref) is Impl : Mblog_Access; begin Impl := new Mblog_Impl; Impl.Version := 0; Impl.Creation_Date := ADO.DEFAULT_TIME; ADO.Objects.Set_Object (Object, Impl.all'Access); end Allocate; -- ---------------------------------------- -- Data object: Mblog -- ---------------------------------------- procedure Set_Id (Object : in out Mblog_Ref; Value : in ADO.Identifier) is Impl : Mblog_Access; begin Set_Field (Object, Impl); ADO.Objects.Set_Field_Key_Value (Impl.all, 1, Value); end Set_Id; function Get_Id (Object : in Mblog_Ref) return ADO.Identifier is Impl : constant Mblog_Access := Mblog_Impl (Object.Get_Object.all)'Access; begin return Impl.Get_Key_Value; end Get_Id; function Get_Version (Object : in Mblog_Ref) return Integer is Impl : constant Mblog_Access := Mblog_Impl (Object.Get_Load_Object.all)'Access; begin return Impl.Version; end Get_Version; procedure Set_Message (Object : in out Mblog_Ref; Value : in String) is Impl : Mblog_Access; begin Set_Field (Object, Impl); ADO.Objects.Set_Field_String (Impl.all, 3, Impl.Message, Value); end Set_Message; procedure Set_Message (Object : in out Mblog_Ref; Value : in Ada.Strings.Unbounded.Unbounded_String) is Impl : Mblog_Access; begin Set_Field (Object, Impl); ADO.Objects.Set_Field_Unbounded_String (Impl.all, 3, Impl.Message, Value); end Set_Message; function Get_Message (Object : in Mblog_Ref) return String is begin return Ada.Strings.Unbounded.To_String (Object.Get_Message); end Get_Message; function Get_Message (Object : in Mblog_Ref) return Ada.Strings.Unbounded.Unbounded_String is Impl : constant Mblog_Access := Mblog_Impl (Object.Get_Load_Object.all)'Access; begin return Impl.Message; end Get_Message; procedure Set_Creation_Date (Object : in out Mblog_Ref; Value : in Ada.Calendar.Time) is Impl : Mblog_Access; begin Set_Field (Object, Impl); ADO.Objects.Set_Field_Time (Impl.all, 4, Impl.Creation_Date, Value); end Set_Creation_Date; function Get_Creation_Date (Object : in Mblog_Ref) return Ada.Calendar.Time is Impl : constant Mblog_Access := Mblog_Impl (Object.Get_Load_Object.all)'Access; begin return Impl.Creation_Date; end Get_Creation_Date; procedure Set_Author (Object : in out Mblog_Ref; Value : in AWA.Users.Models.User_Ref'Class) is Impl : Mblog_Access; begin Set_Field (Object, Impl); ADO.Objects.Set_Field_Object (Impl.all, 5, Impl.Author, Value); end Set_Author; function Get_Author (Object : in Mblog_Ref) return AWA.Users.Models.User_Ref'Class is Impl : constant Mblog_Access := Mblog_Impl (Object.Get_Load_Object.all)'Access; begin return Impl.Author; end Get_Author; -- Copy of the object. procedure Copy (Object : in Mblog_Ref; Into : in out Mblog_Ref) is Result : Mblog_Ref; begin if not Object.Is_Null then declare Impl : constant Mblog_Access := Mblog_Impl (Object.Get_Load_Object.all)'Access; Copy : constant Mblog_Access := new Mblog_Impl; begin ADO.Objects.Set_Object (Result, Copy.all'Access); Copy.Copy (Impl.all); Copy.Version := Impl.Version; Copy.Message := Impl.Message; Copy.Creation_Date := Impl.Creation_Date; Copy.Author := Impl.Author; end; end if; Into := Result; end Copy; procedure Find (Object : in out Mblog_Ref; Session : in out ADO.Sessions.Session'Class; Query : in ADO.SQL.Query'Class; Found : out Boolean) is Impl : constant Mblog_Access := new Mblog_Impl; begin Impl.Find (Session, Query, Found); if Found then ADO.Objects.Set_Object (Object, Impl.all'Access); else ADO.Objects.Set_Object (Object, null); Destroy (Impl); end if; end Find; procedure Load (Object : in out Mblog_Ref; Session : in out ADO.Sessions.Session'Class; Id : in ADO.Identifier) is Impl : constant Mblog_Access := new Mblog_Impl; Found : Boolean; Query : ADO.SQL.Query; begin Query.Bind_Param (Position => 1, Value => Id); Query.Set_Filter ("id = ?"); Impl.Find (Session, Query, Found); if not Found then Destroy (Impl); raise ADO.Objects.NOT_FOUND; end if; ADO.Objects.Set_Object (Object, Impl.all'Access); end Load; procedure Load (Object : in out Mblog_Ref; Session : in out ADO.Sessions.Session'Class; Id : in ADO.Identifier; Found : out Boolean) is Impl : constant Mblog_Access := new Mblog_Impl; Query : ADO.SQL.Query; begin Query.Bind_Param (Position => 1, Value => Id); Query.Set_Filter ("id = ?"); Impl.Find (Session, Query, Found); if not Found then Destroy (Impl); else ADO.Objects.Set_Object (Object, Impl.all'Access); end if; end Load; procedure Save (Object : in out Mblog_Ref; Session : in out ADO.Sessions.Master_Session'Class) is Impl : ADO.Objects.Object_Record_Access := Object.Get_Object; begin if Impl = null then Impl := new Mblog_Impl; ADO.Objects.Set_Object (Object, Impl); end if; if not ADO.Objects.Is_Created (Impl.all) then Impl.Create (Session); else Impl.Save (Session); end if; end Save; procedure Delete (Object : in out Mblog_Ref; Session : in out ADO.Sessions.Master_Session'Class) is Impl : constant ADO.Objects.Object_Record_Access := Object.Get_Object; begin if Impl /= null then Impl.Delete (Session); end if; end Delete; -- -------------------- -- Free the object -- -------------------- procedure Destroy (Object : access Mblog_Impl) is type Mblog_Impl_Ptr is access all Mblog_Impl; procedure Unchecked_Free is new Ada.Unchecked_Deallocation (Mblog_Impl, Mblog_Impl_Ptr); pragma Warnings (Off, "*redundant conversion*"); Ptr : Mblog_Impl_Ptr := Mblog_Impl (Object.all)'Access; pragma Warnings (On, "*redundant conversion*"); begin Unchecked_Free (Ptr); end Destroy; procedure Find (Object : in out Mblog_Impl; Session : in out ADO.Sessions.Session'Class; Query : in ADO.SQL.Query'Class; Found : out Boolean) is Stmt : ADO.Statements.Query_Statement := Session.Create_Statement (Query, MBLOG_DEF'Access); begin Stmt.Execute; if Stmt.Has_Elements then Object.Load (Stmt, Session); Stmt.Next; Found := not Stmt.Has_Elements; else Found := False; end if; end Find; overriding procedure Load (Object : in out Mblog_Impl; Session : in out ADO.Sessions.Session'Class) is Found : Boolean; Query : ADO.SQL.Query; Id : constant ADO.Identifier := Object.Get_Key_Value; begin Query.Bind_Param (Position => 1, Value => Id); Query.Set_Filter ("id = ?"); Object.Find (Session, Query, Found); if not Found then raise ADO.Objects.NOT_FOUND; end if; end Load; procedure Save (Object : in out Mblog_Impl; Session : in out ADO.Sessions.Master_Session'Class) is Stmt : ADO.Statements.Update_Statement := Session.Create_Statement (MBLOG_DEF'Access); begin if Object.Is_Modified (1) then Stmt.Save_Field (Name => COL_0_1_NAME, -- id Value => Object.Get_Key); Object.Clear_Modified (1); end if; if Object.Is_Modified (3) then Stmt.Save_Field (Name => COL_2_1_NAME, -- message Value => Object.Message); Object.Clear_Modified (3); end if; if Object.Is_Modified (4) then Stmt.Save_Field (Name => COL_3_1_NAME, -- creation_date Value => Object.Creation_Date); Object.Clear_Modified (4); end if; if Object.Is_Modified (5) then Stmt.Save_Field (Name => COL_4_1_NAME, -- author_id Value => Object.Author); Object.Clear_Modified (5); end if; if Stmt.Has_Save_Fields then Object.Version := Object.Version + 1; Stmt.Save_Field (Name => "version", Value => Object.Version); Stmt.Set_Filter (Filter => "id = ? and version = ?"); Stmt.Add_Param (Value => Object.Get_Key); Stmt.Add_Param (Value => Object.Version - 1); declare Result : Integer; begin Stmt.Execute (Result); if Result /= 1 then if Result /= 0 then raise ADO.Objects.UPDATE_ERROR; else raise ADO.Objects.LAZY_LOCK; end if; end if; end; end if; end Save; procedure Create (Object : in out Mblog_Impl; Session : in out ADO.Sessions.Master_Session'Class) is Query : ADO.Statements.Insert_Statement := Session.Create_Statement (MBLOG_DEF'Access); Result : Integer; begin Object.Version := 1; Session.Allocate (Id => Object); Query.Save_Field (Name => COL_0_1_NAME, -- id Value => Object.Get_Key); Query.Save_Field (Name => COL_1_1_NAME, -- version Value => Object.Version); Query.Save_Field (Name => COL_2_1_NAME, -- message Value => Object.Message); Query.Save_Field (Name => COL_3_1_NAME, -- creation_date Value => Object.Creation_Date); Query.Save_Field (Name => COL_4_1_NAME, -- author_id Value => Object.Author); Query.Execute (Result); if Result /= 1 then raise ADO.Objects.INSERT_ERROR; end if; ADO.Objects.Set_Created (Object); end Create; procedure Delete (Object : in out Mblog_Impl; Session : in out ADO.Sessions.Master_Session'Class) is Stmt : ADO.Statements.Delete_Statement := Session.Create_Statement (MBLOG_DEF'Access); begin Stmt.Set_Filter (Filter => "id = ?"); Stmt.Add_Param (Value => Object.Get_Key); Stmt.Execute; end Delete; -- ------------------------------ -- Get the bean attribute identified by the name. -- ------------------------------ overriding function Get_Value (From : in Mblog_Ref; Name : in String) return Util.Beans.Objects.Object is Obj : ADO.Objects.Object_Record_Access; Impl : access Mblog_Impl; begin if From.Is_Null then return Util.Beans.Objects.Null_Object; end if; Obj := From.Get_Load_Object; Impl := Mblog_Impl (Obj.all)'Access; if Name = "id" then return ADO.Objects.To_Object (Impl.Get_Key); elsif Name = "message" then return Util.Beans.Objects.To_Object (Impl.Message); elsif Name = "creation_date" then return Util.Beans.Objects.Time.To_Object (Impl.Creation_Date); end if; return Util.Beans.Objects.Null_Object; end Get_Value; -- ------------------------------ -- Load the object from current iterator position -- ------------------------------ procedure Load (Object : in out Mblog_Impl; Stmt : in out ADO.Statements.Query_Statement'Class; Session : in out ADO.Sessions.Session'Class) is begin Object.Set_Key_Value (Stmt.Get_Identifier (0)); Object.Message := Stmt.Get_Unbounded_String (2); Object.Creation_Date := Stmt.Get_Time (3); if not Stmt.Is_Null (4) then Object.Author.Set_Key_Value (Stmt.Get_Identifier (4), Session); end if; Object.Version := Stmt.Get_Integer (1); ADO.Objects.Set_Created (Object); end Load; -- ------------------------------ -- Get the bean attribute identified by the name. -- ------------------------------ overriding function Get_Value (From : in List_Info; Name : in String) return Util.Beans.Objects.Object is begin if Name = "id" then return Util.Beans.Objects.To_Object (Long_Long_Integer (From.Id)); elsif Name = "message" then return Util.Beans.Objects.To_Object (From.Message); elsif Name = "create_date" then return Util.Beans.Objects.Time.To_Object (From.Create_Date); elsif Name = "name" then return Util.Beans.Objects.To_Object (From.Name); elsif Name = "email" then return Util.Beans.Objects.To_Object (From.Email); end if; return Util.Beans.Objects.Null_Object; end Get_Value; -- ------------------------------ -- Set the value identified by the name -- ------------------------------ overriding procedure Set_Value (Item : in out List_Info; Name : in String; Value : in Util.Beans.Objects.Object) is begin if Name = "id" then Item.Id := ADO.Identifier (Util.Beans.Objects.To_Long_Long_Integer (Value)); elsif Name = "message" then Item.Message := Util.Beans.Objects.To_Unbounded_String (Value); elsif Name = "create_date" then Item.Create_Date := Util.Beans.Objects.Time.To_Time (Value); elsif Name = "name" then Item.Name := Util.Beans.Objects.To_Unbounded_String (Value); elsif Name = "email" then Item.Email := Util.Beans.Objects.To_Unbounded_String (Value); end if; end Set_Value; -- -------------------- -- Run the query controlled by <b>Context</b> and append the list in <b>Object</b>. -- -------------------- procedure List (Object : in out List_Info_List_Bean'Class; Session : in out ADO.Sessions.Session'Class; Context : in out ADO.Queries.Context'Class) is begin List (Object.List, Session, Context); end List; -- -------------------- -- The list of microblogs. -- -------------------- procedure List (Object : in out List_Info_Vector; Session : in out ADO.Sessions.Session'Class; Context : in out ADO.Queries.Context'Class) is procedure Read (Into : in out List_Info); Stmt : ADO.Statements.Query_Statement := Session.Create_Statement (Context); Pos : Positive := 1; procedure Read (Into : in out List_Info) is begin Into.Id := Stmt.Get_Identifier (0); Into.Message := Stmt.Get_Unbounded_String (1); Into.Create_Date := Stmt.Get_Time (2); Into.Name := Stmt.Get_Unbounded_String (3); Into.Email := Stmt.Get_Unbounded_String (4); end Read; begin Stmt.Execute; List_Info_Vectors.Clear (Object); while Stmt.Has_Elements loop Object.Insert_Space (Before => Pos); Object.Update_Element (Index => Pos, Process => Read'Access); Pos := Pos + 1; Stmt.Next; end loop; end List; end Atlas.Microblog.Models;
35.578244
88
0.583383
31c4b39ae1576cbb8051f2533733d5a0fa805fa5
85,127
ads
Ada
stm32f0/stm32f030x/svd/stm32_svd-tim.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
1
2021-04-06T07:57:56.000Z
2021-04-06T07:57:56.000Z
stm32f0/stm32f030x/svd/stm32_svd-tim.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
null
null
null
stm32f0/stm32f030x/svd/stm32_svd-tim.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
2
2018-05-29T13:59:31.000Z
2019-02-03T19:48:08.000Z
-- This spec has been automatically generated from STM32F030.svd pragma Restrictions (No_Elaboration_Code); pragma Ada_2012; pragma Style_Checks (Off); with System; package STM32_SVD.TIM is pragma Preelaborate; --------------- -- Registers -- --------------- subtype CR1_CEN_Field is STM32_SVD.Bit; subtype CR1_UDIS_Field is STM32_SVD.Bit; subtype CR1_URS_Field is STM32_SVD.Bit; subtype CR1_OPM_Field is STM32_SVD.Bit; subtype CR1_DIR_Field is STM32_SVD.Bit; subtype CR1_CMS_Field is STM32_SVD.UInt2; subtype CR1_ARPE_Field is STM32_SVD.Bit; subtype CR1_CKD_Field is STM32_SVD.UInt2; -- control register 1 type CR1_Register is record -- Counter enable CEN : CR1_CEN_Field := 16#0#; -- Update disable UDIS : CR1_UDIS_Field := 16#0#; -- Update request source URS : CR1_URS_Field := 16#0#; -- One-pulse mode OPM : CR1_OPM_Field := 16#0#; -- Direction DIR : CR1_DIR_Field := 16#0#; -- Center-aligned mode selection CMS : CR1_CMS_Field := 16#0#; -- Auto-reload preload enable ARPE : CR1_ARPE_Field := 16#0#; -- Clock division CKD : CR1_CKD_Field := 16#0#; -- unspecified Reserved_10_31 : STM32_SVD.UInt22 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CR1_Register use record CEN at 0 range 0 .. 0; UDIS at 0 range 1 .. 1; URS at 0 range 2 .. 2; OPM at 0 range 3 .. 3; DIR at 0 range 4 .. 4; CMS at 0 range 5 .. 6; ARPE at 0 range 7 .. 7; CKD at 0 range 8 .. 9; Reserved_10_31 at 0 range 10 .. 31; end record; subtype CR2_CCPC_Field is STM32_SVD.Bit; subtype CR2_CCUS_Field is STM32_SVD.Bit; subtype CR2_CCDS_Field is STM32_SVD.Bit; subtype CR2_MMS_Field is STM32_SVD.UInt3; subtype CR2_TI1S_Field is STM32_SVD.Bit; subtype CR2_OIS1_Field is STM32_SVD.Bit; subtype CR2_OIS1N_Field is STM32_SVD.Bit; subtype CR2_OIS2_Field is STM32_SVD.Bit; subtype CR2_OIS2N_Field is STM32_SVD.Bit; subtype CR2_OIS3_Field is STM32_SVD.Bit; subtype CR2_OIS3N_Field is STM32_SVD.Bit; subtype CR2_OIS4_Field is STM32_SVD.Bit; -- control register 2 type CR2_Register is record -- Capture/compare preloaded control CCPC : CR2_CCPC_Field := 16#0#; -- unspecified Reserved_1_1 : STM32_SVD.Bit := 16#0#; -- Capture/compare control update selection CCUS : CR2_CCUS_Field := 16#0#; -- Capture/compare DMA selection CCDS : CR2_CCDS_Field := 16#0#; -- Master mode selection MMS : CR2_MMS_Field := 16#0#; -- TI1 selection TI1S : CR2_TI1S_Field := 16#0#; -- Output Idle state 1 OIS1 : CR2_OIS1_Field := 16#0#; -- Output Idle state 1 OIS1N : CR2_OIS1N_Field := 16#0#; -- Output Idle state 2 OIS2 : CR2_OIS2_Field := 16#0#; -- Output Idle state 2 OIS2N : CR2_OIS2N_Field := 16#0#; -- Output Idle state 3 OIS3 : CR2_OIS3_Field := 16#0#; -- Output Idle state 3 OIS3N : CR2_OIS3N_Field := 16#0#; -- Output Idle state 4 OIS4 : CR2_OIS4_Field := 16#0#; -- unspecified Reserved_15_31 : STM32_SVD.UInt17 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CR2_Register use record CCPC at 0 range 0 .. 0; Reserved_1_1 at 0 range 1 .. 1; CCUS at 0 range 2 .. 2; CCDS at 0 range 3 .. 3; MMS at 0 range 4 .. 6; TI1S at 0 range 7 .. 7; OIS1 at 0 range 8 .. 8; OIS1N at 0 range 9 .. 9; OIS2 at 0 range 10 .. 10; OIS2N at 0 range 11 .. 11; OIS3 at 0 range 12 .. 12; OIS3N at 0 range 13 .. 13; OIS4 at 0 range 14 .. 14; Reserved_15_31 at 0 range 15 .. 31; end record; subtype SMCR_SMS_Field is STM32_SVD.UInt3; subtype SMCR_TS_Field is STM32_SVD.UInt3; subtype SMCR_MSM_Field is STM32_SVD.Bit; subtype SMCR_ETF_Field is STM32_SVD.UInt4; subtype SMCR_ETPS_Field is STM32_SVD.UInt2; subtype SMCR_ECE_Field is STM32_SVD.Bit; subtype SMCR_ETP_Field is STM32_SVD.Bit; -- slave mode control register type SMCR_Register is record -- Slave mode selection SMS : SMCR_SMS_Field := 16#0#; -- unspecified Reserved_3_3 : STM32_SVD.Bit := 16#0#; -- Trigger selection TS : SMCR_TS_Field := 16#0#; -- Master/Slave mode MSM : SMCR_MSM_Field := 16#0#; -- External trigger filter ETF : SMCR_ETF_Field := 16#0#; -- External trigger prescaler ETPS : SMCR_ETPS_Field := 16#0#; -- External clock enable ECE : SMCR_ECE_Field := 16#0#; -- External trigger polarity ETP : SMCR_ETP_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for SMCR_Register use record SMS at 0 range 0 .. 2; Reserved_3_3 at 0 range 3 .. 3; TS at 0 range 4 .. 6; MSM at 0 range 7 .. 7; ETF at 0 range 8 .. 11; ETPS at 0 range 12 .. 13; ECE at 0 range 14 .. 14; ETP at 0 range 15 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype DIER_UIE_Field is STM32_SVD.Bit; subtype DIER_CC1IE_Field is STM32_SVD.Bit; subtype DIER_CC2IE_Field is STM32_SVD.Bit; subtype DIER_CC3IE_Field is STM32_SVD.Bit; subtype DIER_CC4IE_Field is STM32_SVD.Bit; subtype DIER_COMIE_Field is STM32_SVD.Bit; subtype DIER_TIE_Field is STM32_SVD.Bit; subtype DIER_BIE_Field is STM32_SVD.Bit; subtype DIER_UDE_Field is STM32_SVD.Bit; subtype DIER_CC1DE_Field is STM32_SVD.Bit; subtype DIER_CC2DE_Field is STM32_SVD.Bit; subtype DIER_CC3DE_Field is STM32_SVD.Bit; subtype DIER_CC4DE_Field is STM32_SVD.Bit; subtype DIER_COMDE_Field is STM32_SVD.Bit; subtype DIER_TDE_Field is STM32_SVD.Bit; -- DMA/Interrupt enable register type DIER_Register is record -- Update interrupt enable UIE : DIER_UIE_Field := 16#0#; -- Capture/Compare 1 interrupt enable CC1IE : DIER_CC1IE_Field := 16#0#; -- Capture/Compare 2 interrupt enable CC2IE : DIER_CC2IE_Field := 16#0#; -- Capture/Compare 3 interrupt enable CC3IE : DIER_CC3IE_Field := 16#0#; -- Capture/Compare 4 interrupt enable CC4IE : DIER_CC4IE_Field := 16#0#; -- COM interrupt enable COMIE : DIER_COMIE_Field := 16#0#; -- Trigger interrupt enable TIE : DIER_TIE_Field := 16#0#; -- Break interrupt enable BIE : DIER_BIE_Field := 16#0#; -- Update DMA request enable UDE : DIER_UDE_Field := 16#0#; -- Capture/Compare 1 DMA request enable CC1DE : DIER_CC1DE_Field := 16#0#; -- Capture/Compare 2 DMA request enable CC2DE : DIER_CC2DE_Field := 16#0#; -- Capture/Compare 3 DMA request enable CC3DE : DIER_CC3DE_Field := 16#0#; -- Capture/Compare 4 DMA request enable CC4DE : DIER_CC4DE_Field := 16#0#; -- Reserved COMDE : DIER_COMDE_Field := 16#0#; -- Trigger DMA request enable TDE : DIER_TDE_Field := 16#0#; -- unspecified Reserved_15_31 : STM32_SVD.UInt17 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for DIER_Register use record UIE at 0 range 0 .. 0; CC1IE at 0 range 1 .. 1; CC2IE at 0 range 2 .. 2; CC3IE at 0 range 3 .. 3; CC4IE at 0 range 4 .. 4; COMIE at 0 range 5 .. 5; TIE at 0 range 6 .. 6; BIE at 0 range 7 .. 7; UDE at 0 range 8 .. 8; CC1DE at 0 range 9 .. 9; CC2DE at 0 range 10 .. 10; CC3DE at 0 range 11 .. 11; CC4DE at 0 range 12 .. 12; COMDE at 0 range 13 .. 13; TDE at 0 range 14 .. 14; Reserved_15_31 at 0 range 15 .. 31; end record; subtype SR_UIF_Field is STM32_SVD.Bit; subtype SR_CC1IF_Field is STM32_SVD.Bit; subtype SR_CC2IF_Field is STM32_SVD.Bit; subtype SR_CC3IF_Field is STM32_SVD.Bit; subtype SR_CC4IF_Field is STM32_SVD.Bit; subtype SR_COMIF_Field is STM32_SVD.Bit; subtype SR_TIF_Field is STM32_SVD.Bit; subtype SR_BIF_Field is STM32_SVD.Bit; subtype SR_CC1OF_Field is STM32_SVD.Bit; subtype SR_CC2OF_Field is STM32_SVD.Bit; subtype SR_CC3OF_Field is STM32_SVD.Bit; subtype SR_CC4OF_Field is STM32_SVD.Bit; -- status register type SR_Register is record -- Update interrupt flag UIF : SR_UIF_Field := 16#0#; -- Capture/compare 1 interrupt flag CC1IF : SR_CC1IF_Field := 16#0#; -- Capture/Compare 2 interrupt flag CC2IF : SR_CC2IF_Field := 16#0#; -- Capture/Compare 3 interrupt flag CC3IF : SR_CC3IF_Field := 16#0#; -- Capture/Compare 4 interrupt flag CC4IF : SR_CC4IF_Field := 16#0#; -- COM interrupt flag COMIF : SR_COMIF_Field := 16#0#; -- Trigger interrupt flag TIF : SR_TIF_Field := 16#0#; -- Break interrupt flag BIF : SR_BIF_Field := 16#0#; -- unspecified Reserved_8_8 : STM32_SVD.Bit := 16#0#; -- Capture/Compare 1 overcapture flag CC1OF : SR_CC1OF_Field := 16#0#; -- Capture/compare 2 overcapture flag CC2OF : SR_CC2OF_Field := 16#0#; -- Capture/Compare 3 overcapture flag CC3OF : SR_CC3OF_Field := 16#0#; -- Capture/Compare 4 overcapture flag CC4OF : SR_CC4OF_Field := 16#0#; -- unspecified Reserved_13_31 : STM32_SVD.UInt19 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for SR_Register use record UIF at 0 range 0 .. 0; CC1IF at 0 range 1 .. 1; CC2IF at 0 range 2 .. 2; CC3IF at 0 range 3 .. 3; CC4IF at 0 range 4 .. 4; COMIF at 0 range 5 .. 5; TIF at 0 range 6 .. 6; BIF at 0 range 7 .. 7; Reserved_8_8 at 0 range 8 .. 8; CC1OF at 0 range 9 .. 9; CC2OF at 0 range 10 .. 10; CC3OF at 0 range 11 .. 11; CC4OF at 0 range 12 .. 12; Reserved_13_31 at 0 range 13 .. 31; end record; subtype EGR_UG_Field is STM32_SVD.Bit; subtype EGR_CC1G_Field is STM32_SVD.Bit; subtype EGR_CC2G_Field is STM32_SVD.Bit; subtype EGR_CC3G_Field is STM32_SVD.Bit; subtype EGR_CC4G_Field is STM32_SVD.Bit; subtype EGR_COMG_Field is STM32_SVD.Bit; subtype EGR_TG_Field is STM32_SVD.Bit; subtype EGR_BG_Field is STM32_SVD.Bit; -- event generation register type EGR_Register is record -- Write-only. Update generation UG : EGR_UG_Field := 16#0#; -- Write-only. Capture/compare 1 generation CC1G : EGR_CC1G_Field := 16#0#; -- Write-only. Capture/compare 2 generation CC2G : EGR_CC2G_Field := 16#0#; -- Write-only. Capture/compare 3 generation CC3G : EGR_CC3G_Field := 16#0#; -- Write-only. Capture/compare 4 generation CC4G : EGR_CC4G_Field := 16#0#; -- Write-only. Capture/Compare control update generation COMG : EGR_COMG_Field := 16#0#; -- Write-only. Trigger generation TG : EGR_TG_Field := 16#0#; -- Write-only. Break generation BG : EGR_BG_Field := 16#0#; -- unspecified Reserved_8_31 : STM32_SVD.UInt24 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for EGR_Register use record UG at 0 range 0 .. 0; CC1G at 0 range 1 .. 1; CC2G at 0 range 2 .. 2; CC3G at 0 range 3 .. 3; CC4G at 0 range 4 .. 4; COMG at 0 range 5 .. 5; TG at 0 range 6 .. 6; BG at 0 range 7 .. 7; Reserved_8_31 at 0 range 8 .. 31; end record; subtype CCMR1_Output_CC1S_Field is STM32_SVD.UInt2; subtype CCMR1_Output_OC1FE_Field is STM32_SVD.Bit; subtype CCMR1_Output_OC1PE_Field is STM32_SVD.Bit; subtype CCMR1_Output_OC1M_Field is STM32_SVD.UInt3; subtype CCMR1_Output_OC1CE_Field is STM32_SVD.Bit; subtype CCMR1_Output_CC2S_Field is STM32_SVD.UInt2; subtype CCMR1_Output_OC2FE_Field is STM32_SVD.Bit; subtype CCMR1_Output_OC2PE_Field is STM32_SVD.Bit; subtype CCMR1_Output_OC2M_Field is STM32_SVD.UInt3; subtype CCMR1_Output_OC2CE_Field is STM32_SVD.Bit; -- capture/compare mode register (output mode) type CCMR1_Output_Register is record -- Capture/Compare 1 selection CC1S : CCMR1_Output_CC1S_Field := 16#0#; -- Output Compare 1 fast enable OC1FE : CCMR1_Output_OC1FE_Field := 16#0#; -- Output Compare 1 preload enable OC1PE : CCMR1_Output_OC1PE_Field := 16#0#; -- Output Compare 1 mode OC1M : CCMR1_Output_OC1M_Field := 16#0#; -- Output Compare 1 clear enable OC1CE : CCMR1_Output_OC1CE_Field := 16#0#; -- Capture/Compare 2 selection CC2S : CCMR1_Output_CC2S_Field := 16#0#; -- Output Compare 2 fast enable OC2FE : CCMR1_Output_OC2FE_Field := 16#0#; -- Output Compare 2 preload enable OC2PE : CCMR1_Output_OC2PE_Field := 16#0#; -- Output Compare 2 mode OC2M : CCMR1_Output_OC2M_Field := 16#0#; -- Output Compare 2 clear enable OC2CE : CCMR1_Output_OC2CE_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCMR1_Output_Register use record CC1S at 0 range 0 .. 1; OC1FE at 0 range 2 .. 2; OC1PE at 0 range 3 .. 3; OC1M at 0 range 4 .. 6; OC1CE at 0 range 7 .. 7; CC2S at 0 range 8 .. 9; OC2FE at 0 range 10 .. 10; OC2PE at 0 range 11 .. 11; OC2M at 0 range 12 .. 14; OC2CE at 0 range 15 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype CCMR1_Input_CC1S_Field is STM32_SVD.UInt2; subtype CCMR1_Input_IC1PCS_Field is STM32_SVD.UInt2; subtype CCMR1_Input_IC1F_Field is STM32_SVD.UInt4; subtype CCMR1_Input_CC2S_Field is STM32_SVD.UInt2; subtype CCMR1_Input_IC2PCS_Field is STM32_SVD.UInt2; subtype CCMR1_Input_IC2F_Field is STM32_SVD.UInt4; -- capture/compare mode register 1 (input mode) type CCMR1_Input_Register is record -- Capture/Compare 1 selection CC1S : CCMR1_Input_CC1S_Field := 16#0#; -- Input capture 1 prescaler IC1PCS : CCMR1_Input_IC1PCS_Field := 16#0#; -- Input capture 1 filter IC1F : CCMR1_Input_IC1F_Field := 16#0#; -- Capture/Compare 2 selection CC2S : CCMR1_Input_CC2S_Field := 16#0#; -- Input capture 2 prescaler IC2PCS : CCMR1_Input_IC2PCS_Field := 16#0#; -- Input capture 2 filter IC2F : CCMR1_Input_IC2F_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCMR1_Input_Register use record CC1S at 0 range 0 .. 1; IC1PCS at 0 range 2 .. 3; IC1F at 0 range 4 .. 7; CC2S at 0 range 8 .. 9; IC2PCS at 0 range 10 .. 11; IC2F at 0 range 12 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype CCMR2_Output_CC3S_Field is STM32_SVD.UInt2; subtype CCMR2_Output_OC3FE_Field is STM32_SVD.Bit; subtype CCMR2_Output_OC3PE_Field is STM32_SVD.Bit; subtype CCMR2_Output_OC3M_Field is STM32_SVD.UInt3; subtype CCMR2_Output_OC3CE_Field is STM32_SVD.Bit; subtype CCMR2_Output_CC4S_Field is STM32_SVD.UInt2; subtype CCMR2_Output_OC4FE_Field is STM32_SVD.Bit; subtype CCMR2_Output_OC4PE_Field is STM32_SVD.Bit; subtype CCMR2_Output_OC4M_Field is STM32_SVD.UInt3; subtype CCMR2_Output_OC4CE_Field is STM32_SVD.Bit; -- capture/compare mode register (output mode) type CCMR2_Output_Register is record -- Capture/Compare 3 selection CC3S : CCMR2_Output_CC3S_Field := 16#0#; -- Output compare 3 fast enable OC3FE : CCMR2_Output_OC3FE_Field := 16#0#; -- Output compare 3 preload enable OC3PE : CCMR2_Output_OC3PE_Field := 16#0#; -- Output compare 3 mode OC3M : CCMR2_Output_OC3M_Field := 16#0#; -- Output compare 3 clear enable OC3CE : CCMR2_Output_OC3CE_Field := 16#0#; -- Capture/Compare 4 selection CC4S : CCMR2_Output_CC4S_Field := 16#0#; -- Output compare 4 fast enable OC4FE : CCMR2_Output_OC4FE_Field := 16#0#; -- Output compare 4 preload enable OC4PE : CCMR2_Output_OC4PE_Field := 16#0#; -- Output compare 4 mode OC4M : CCMR2_Output_OC4M_Field := 16#0#; -- Output compare 4 clear enable OC4CE : CCMR2_Output_OC4CE_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCMR2_Output_Register use record CC3S at 0 range 0 .. 1; OC3FE at 0 range 2 .. 2; OC3PE at 0 range 3 .. 3; OC3M at 0 range 4 .. 6; OC3CE at 0 range 7 .. 7; CC4S at 0 range 8 .. 9; OC4FE at 0 range 10 .. 10; OC4PE at 0 range 11 .. 11; OC4M at 0 range 12 .. 14; OC4CE at 0 range 15 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype CCMR2_Input_CC3S_Field is STM32_SVD.UInt2; subtype CCMR2_Input_IC3PSC_Field is STM32_SVD.UInt2; subtype CCMR2_Input_IC3F_Field is STM32_SVD.UInt4; subtype CCMR2_Input_CC4S_Field is STM32_SVD.UInt2; subtype CCMR2_Input_IC4PSC_Field is STM32_SVD.UInt2; subtype CCMR2_Input_IC4F_Field is STM32_SVD.UInt4; -- capture/compare mode register 2 (input mode) type CCMR2_Input_Register is record -- Capture/compare 3 selection CC3S : CCMR2_Input_CC3S_Field := 16#0#; -- Input capture 3 prescaler IC3PSC : CCMR2_Input_IC3PSC_Field := 16#0#; -- Input capture 3 filter IC3F : CCMR2_Input_IC3F_Field := 16#0#; -- Capture/Compare 4 selection CC4S : CCMR2_Input_CC4S_Field := 16#0#; -- Input capture 4 prescaler IC4PSC : CCMR2_Input_IC4PSC_Field := 16#0#; -- Input capture 4 filter IC4F : CCMR2_Input_IC4F_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCMR2_Input_Register use record CC3S at 0 range 0 .. 1; IC3PSC at 0 range 2 .. 3; IC3F at 0 range 4 .. 7; CC4S at 0 range 8 .. 9; IC4PSC at 0 range 10 .. 11; IC4F at 0 range 12 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype CCER_CC1E_Field is STM32_SVD.Bit; subtype CCER_CC1P_Field is STM32_SVD.Bit; subtype CCER_CC1NE_Field is STM32_SVD.Bit; subtype CCER_CC1NP_Field is STM32_SVD.Bit; subtype CCER_CC2E_Field is STM32_SVD.Bit; subtype CCER_CC2P_Field is STM32_SVD.Bit; subtype CCER_CC2NE_Field is STM32_SVD.Bit; subtype CCER_CC2NP_Field is STM32_SVD.Bit; subtype CCER_CC3E_Field is STM32_SVD.Bit; subtype CCER_CC3P_Field is STM32_SVD.Bit; subtype CCER_CC3NE_Field is STM32_SVD.Bit; subtype CCER_CC3NP_Field is STM32_SVD.Bit; subtype CCER_CC4E_Field is STM32_SVD.Bit; subtype CCER_CC4P_Field is STM32_SVD.Bit; -- capture/compare enable register type CCER_Register is record -- Capture/Compare 1 output enable CC1E : CCER_CC1E_Field := 16#0#; -- Capture/Compare 1 output Polarity CC1P : CCER_CC1P_Field := 16#0#; -- Capture/Compare 1 complementary output enable CC1NE : CCER_CC1NE_Field := 16#0#; -- Capture/Compare 1 output Polarity CC1NP : CCER_CC1NP_Field := 16#0#; -- Capture/Compare 2 output enable CC2E : CCER_CC2E_Field := 16#0#; -- Capture/Compare 2 output Polarity CC2P : CCER_CC2P_Field := 16#0#; -- Capture/Compare 2 complementary output enable CC2NE : CCER_CC2NE_Field := 16#0#; -- Capture/Compare 2 output Polarity CC2NP : CCER_CC2NP_Field := 16#0#; -- Capture/Compare 3 output enable CC3E : CCER_CC3E_Field := 16#0#; -- Capture/Compare 3 output Polarity CC3P : CCER_CC3P_Field := 16#0#; -- Capture/Compare 3 complementary output enable CC3NE : CCER_CC3NE_Field := 16#0#; -- Capture/Compare 3 output Polarity CC3NP : CCER_CC3NP_Field := 16#0#; -- Capture/Compare 4 output enable CC4E : CCER_CC4E_Field := 16#0#; -- Capture/Compare 3 output Polarity CC4P : CCER_CC4P_Field := 16#0#; -- unspecified Reserved_14_31 : STM32_SVD.UInt18 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCER_Register use record CC1E at 0 range 0 .. 0; CC1P at 0 range 1 .. 1; CC1NE at 0 range 2 .. 2; CC1NP at 0 range 3 .. 3; CC2E at 0 range 4 .. 4; CC2P at 0 range 5 .. 5; CC2NE at 0 range 6 .. 6; CC2NP at 0 range 7 .. 7; CC3E at 0 range 8 .. 8; CC3P at 0 range 9 .. 9; CC3NE at 0 range 10 .. 10; CC3NP at 0 range 11 .. 11; CC4E at 0 range 12 .. 12; CC4P at 0 range 13 .. 13; Reserved_14_31 at 0 range 14 .. 31; end record; subtype CNT_CNT_Field is STM32_SVD.UInt16; -- counter type CNT_Register is record -- counter value CNT : CNT_CNT_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CNT_Register use record CNT at 0 range 0 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype PSC_PSC_Field is STM32_SVD.UInt16; -- prescaler type PSC_Register is record -- Prescaler value PSC : PSC_PSC_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for PSC_Register use record PSC at 0 range 0 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype ARR_ARR_Field is STM32_SVD.UInt16; -- auto-reload register type ARR_Register is record -- Auto-reload value ARR : ARR_ARR_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for ARR_Register use record ARR at 0 range 0 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype RCR_REP_Field is STM32_SVD.Byte; -- repetition counter register type RCR_Register is record -- Repetition counter value REP : RCR_REP_Field := 16#0#; -- unspecified Reserved_8_31 : STM32_SVD.UInt24 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for RCR_Register use record REP at 0 range 0 .. 7; Reserved_8_31 at 0 range 8 .. 31; end record; subtype CCR1_CCR1_Field is STM32_SVD.UInt16; -- capture/compare register 1 type CCR1_Register is record -- Capture/Compare 1 value CCR1 : CCR1_CCR1_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCR1_Register use record CCR1 at 0 range 0 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype CCR2_CCR2_Field is STM32_SVD.UInt16; -- capture/compare register 2 type CCR2_Register is record -- Capture/Compare 2 value CCR2 : CCR2_CCR2_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCR2_Register use record CCR2 at 0 range 0 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype CCR3_CCR3_Field is STM32_SVD.UInt16; -- capture/compare register 3 type CCR3_Register is record -- Capture/Compare 3 value CCR3 : CCR3_CCR3_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCR3_Register use record CCR3 at 0 range 0 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype CCR4_CCR4_Field is STM32_SVD.UInt16; -- capture/compare register 4 type CCR4_Register is record -- Capture/Compare 3 value CCR4 : CCR4_CCR4_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCR4_Register use record CCR4 at 0 range 0 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype BDTR_DTG_Field is STM32_SVD.Byte; subtype BDTR_LOCK_Field is STM32_SVD.UInt2; subtype BDTR_OSSI_Field is STM32_SVD.Bit; subtype BDTR_OSSR_Field is STM32_SVD.Bit; subtype BDTR_BKE_Field is STM32_SVD.Bit; subtype BDTR_BKP_Field is STM32_SVD.Bit; subtype BDTR_AOE_Field is STM32_SVD.Bit; subtype BDTR_MOE_Field is STM32_SVD.Bit; -- break and dead-time register type BDTR_Register is record -- Dead-time generator setup DTG : BDTR_DTG_Field := 16#0#; -- Lock configuration LOCK : BDTR_LOCK_Field := 16#0#; -- Off-state selection for Idle mode OSSI : BDTR_OSSI_Field := 16#0#; -- Off-state selection for Run mode OSSR : BDTR_OSSR_Field := 16#0#; -- Break enable BKE : BDTR_BKE_Field := 16#0#; -- Break polarity BKP : BDTR_BKP_Field := 16#0#; -- Automatic output enable AOE : BDTR_AOE_Field := 16#0#; -- Main output enable MOE : BDTR_MOE_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for BDTR_Register use record DTG at 0 range 0 .. 7; LOCK at 0 range 8 .. 9; OSSI at 0 range 10 .. 10; OSSR at 0 range 11 .. 11; BKE at 0 range 12 .. 12; BKP at 0 range 13 .. 13; AOE at 0 range 14 .. 14; MOE at 0 range 15 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype DCR_DBA_Field is STM32_SVD.UInt5; subtype DCR_DBL_Field is STM32_SVD.UInt5; -- DMA control register type DCR_Register is record -- DMA base address DBA : DCR_DBA_Field := 16#0#; -- unspecified Reserved_5_7 : STM32_SVD.UInt3 := 16#0#; -- DMA burst length DBL : DCR_DBL_Field := 16#0#; -- unspecified Reserved_13_31 : STM32_SVD.UInt19 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for DCR_Register use record DBA at 0 range 0 .. 4; Reserved_5_7 at 0 range 5 .. 7; DBL at 0 range 8 .. 12; Reserved_13_31 at 0 range 13 .. 31; end record; subtype DMAR_DMAB_Field is STM32_SVD.UInt16; -- DMA address for full transfer type DMAR_Register is record -- DMA register for burst accesses DMAB : DMAR_DMAB_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for DMAR_Register use record DMAB at 0 range 0 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; -- control register 2 type CR2_Register_1 is record -- unspecified Reserved_0_2 : STM32_SVD.UInt3 := 16#0#; -- Capture/compare DMA selection CCDS : CR2_CCDS_Field := 16#0#; -- Master mode selection MMS : CR2_MMS_Field := 16#0#; -- TI1 selection TI1S : CR2_TI1S_Field := 16#0#; -- unspecified Reserved_8_31 : STM32_SVD.UInt24 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CR2_Register_1 use record Reserved_0_2 at 0 range 0 .. 2; CCDS at 0 range 3 .. 3; MMS at 0 range 4 .. 6; TI1S at 0 range 7 .. 7; Reserved_8_31 at 0 range 8 .. 31; end record; -- DMA/Interrupt enable register type DIER_Register_1 is record -- Update interrupt enable UIE : DIER_UIE_Field := 16#0#; -- Capture/Compare 1 interrupt enable CC1IE : DIER_CC1IE_Field := 16#0#; -- Capture/Compare 2 interrupt enable CC2IE : DIER_CC2IE_Field := 16#0#; -- Capture/Compare 3 interrupt enable CC3IE : DIER_CC3IE_Field := 16#0#; -- Capture/Compare 4 interrupt enable CC4IE : DIER_CC4IE_Field := 16#0#; -- unspecified Reserved_5_5 : STM32_SVD.Bit := 16#0#; -- Trigger interrupt enable TIE : DIER_TIE_Field := 16#0#; -- unspecified Reserved_7_7 : STM32_SVD.Bit := 16#0#; -- Update DMA request enable UDE : DIER_UDE_Field := 16#0#; -- Capture/Compare 1 DMA request enable CC1DE : DIER_CC1DE_Field := 16#0#; -- Capture/Compare 2 DMA request enable CC2DE : DIER_CC2DE_Field := 16#0#; -- Capture/Compare 3 DMA request enable CC3DE : DIER_CC3DE_Field := 16#0#; -- Capture/Compare 4 DMA request enable CC4DE : DIER_CC4DE_Field := 16#0#; -- Reserved COMDE : DIER_COMDE_Field := 16#0#; -- Trigger DMA request enable TDE : DIER_TDE_Field := 16#0#; -- unspecified Reserved_15_31 : STM32_SVD.UInt17 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for DIER_Register_1 use record UIE at 0 range 0 .. 0; CC1IE at 0 range 1 .. 1; CC2IE at 0 range 2 .. 2; CC3IE at 0 range 3 .. 3; CC4IE at 0 range 4 .. 4; Reserved_5_5 at 0 range 5 .. 5; TIE at 0 range 6 .. 6; Reserved_7_7 at 0 range 7 .. 7; UDE at 0 range 8 .. 8; CC1DE at 0 range 9 .. 9; CC2DE at 0 range 10 .. 10; CC3DE at 0 range 11 .. 11; CC4DE at 0 range 12 .. 12; COMDE at 0 range 13 .. 13; TDE at 0 range 14 .. 14; Reserved_15_31 at 0 range 15 .. 31; end record; -- status register type SR_Register_1 is record -- Update interrupt flag UIF : SR_UIF_Field := 16#0#; -- Capture/compare 1 interrupt flag CC1IF : SR_CC1IF_Field := 16#0#; -- Capture/Compare 2 interrupt flag CC2IF : SR_CC2IF_Field := 16#0#; -- Capture/Compare 3 interrupt flag CC3IF : SR_CC3IF_Field := 16#0#; -- Capture/Compare 4 interrupt flag CC4IF : SR_CC4IF_Field := 16#0#; -- unspecified Reserved_5_5 : STM32_SVD.Bit := 16#0#; -- Trigger interrupt flag TIF : SR_TIF_Field := 16#0#; -- unspecified Reserved_7_8 : STM32_SVD.UInt2 := 16#0#; -- Capture/Compare 1 overcapture flag CC1OF : SR_CC1OF_Field := 16#0#; -- Capture/compare 2 overcapture flag CC2OF : SR_CC2OF_Field := 16#0#; -- Capture/Compare 3 overcapture flag CC3OF : SR_CC3OF_Field := 16#0#; -- Capture/Compare 4 overcapture flag CC4OF : SR_CC4OF_Field := 16#0#; -- unspecified Reserved_13_31 : STM32_SVD.UInt19 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for SR_Register_1 use record UIF at 0 range 0 .. 0; CC1IF at 0 range 1 .. 1; CC2IF at 0 range 2 .. 2; CC3IF at 0 range 3 .. 3; CC4IF at 0 range 4 .. 4; Reserved_5_5 at 0 range 5 .. 5; TIF at 0 range 6 .. 6; Reserved_7_8 at 0 range 7 .. 8; CC1OF at 0 range 9 .. 9; CC2OF at 0 range 10 .. 10; CC3OF at 0 range 11 .. 11; CC4OF at 0 range 12 .. 12; Reserved_13_31 at 0 range 13 .. 31; end record; -- event generation register type EGR_Register_1 is record -- Write-only. Update generation UG : EGR_UG_Field := 16#0#; -- Write-only. Capture/compare 1 generation CC1G : EGR_CC1G_Field := 16#0#; -- Write-only. Capture/compare 2 generation CC2G : EGR_CC2G_Field := 16#0#; -- Write-only. Capture/compare 3 generation CC3G : EGR_CC3G_Field := 16#0#; -- Write-only. Capture/compare 4 generation CC4G : EGR_CC4G_Field := 16#0#; -- unspecified Reserved_5_5 : STM32_SVD.Bit := 16#0#; -- Write-only. Trigger generation TG : EGR_TG_Field := 16#0#; -- unspecified Reserved_7_31 : STM32_SVD.UInt25 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for EGR_Register_1 use record UG at 0 range 0 .. 0; CC1G at 0 range 1 .. 1; CC2G at 0 range 2 .. 2; CC3G at 0 range 3 .. 3; CC4G at 0 range 4 .. 4; Reserved_5_5 at 0 range 5 .. 5; TG at 0 range 6 .. 6; Reserved_7_31 at 0 range 7 .. 31; end record; subtype CCMR1_Input_IC1PSC_Field is STM32_SVD.UInt2; subtype CCMR1_Input_IC2PSC_Field is STM32_SVD.UInt2; -- capture/compare mode register 1 (input mode) type CCMR1_Input_Register_1 is record -- Capture/Compare 1 selection CC1S : CCMR1_Input_CC1S_Field := 16#0#; -- Input capture 1 prescaler IC1PSC : CCMR1_Input_IC1PSC_Field := 16#0#; -- Input capture 1 filter IC1F : CCMR1_Input_IC1F_Field := 16#0#; -- Capture/compare 2 selection CC2S : CCMR1_Input_CC2S_Field := 16#0#; -- Input capture 2 prescaler IC2PSC : CCMR1_Input_IC2PSC_Field := 16#0#; -- Input capture 2 filter IC2F : CCMR1_Input_IC2F_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCMR1_Input_Register_1 use record CC1S at 0 range 0 .. 1; IC1PSC at 0 range 2 .. 3; IC1F at 0 range 4 .. 7; CC2S at 0 range 8 .. 9; IC2PSC at 0 range 10 .. 11; IC2F at 0 range 12 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype CCER_CC4NP_Field is STM32_SVD.Bit; -- capture/compare enable register type CCER_Register_1 is record -- Capture/Compare 1 output enable CC1E : CCER_CC1E_Field := 16#0#; -- Capture/Compare 1 output Polarity CC1P : CCER_CC1P_Field := 16#0#; -- unspecified Reserved_2_2 : STM32_SVD.Bit := 16#0#; -- Capture/Compare 1 output Polarity CC1NP : CCER_CC1NP_Field := 16#0#; -- Capture/Compare 2 output enable CC2E : CCER_CC2E_Field := 16#0#; -- Capture/Compare 2 output Polarity CC2P : CCER_CC2P_Field := 16#0#; -- unspecified Reserved_6_6 : STM32_SVD.Bit := 16#0#; -- Capture/Compare 2 output Polarity CC2NP : CCER_CC2NP_Field := 16#0#; -- Capture/Compare 3 output enable CC3E : CCER_CC3E_Field := 16#0#; -- Capture/Compare 3 output Polarity CC3P : CCER_CC3P_Field := 16#0#; -- unspecified Reserved_10_10 : STM32_SVD.Bit := 16#0#; -- Capture/Compare 3 output Polarity CC3NP : CCER_CC3NP_Field := 16#0#; -- Capture/Compare 4 output enable CC4E : CCER_CC4E_Field := 16#0#; -- Capture/Compare 3 output Polarity CC4P : CCER_CC4P_Field := 16#0#; -- unspecified Reserved_14_14 : STM32_SVD.Bit := 16#0#; -- Capture/Compare 4 output Polarity CC4NP : CCER_CC4NP_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCER_Register_1 use record CC1E at 0 range 0 .. 0; CC1P at 0 range 1 .. 1; Reserved_2_2 at 0 range 2 .. 2; CC1NP at 0 range 3 .. 3; CC2E at 0 range 4 .. 4; CC2P at 0 range 5 .. 5; Reserved_6_6 at 0 range 6 .. 6; CC2NP at 0 range 7 .. 7; CC3E at 0 range 8 .. 8; CC3P at 0 range 9 .. 9; Reserved_10_10 at 0 range 10 .. 10; CC3NP at 0 range 11 .. 11; CC4E at 0 range 12 .. 12; CC4P at 0 range 13 .. 13; Reserved_14_14 at 0 range 14 .. 14; CC4NP at 0 range 15 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; subtype CNT_CNT_L_Field is STM32_SVD.UInt16; subtype CNT_CNT_H_Field is STM32_SVD.UInt16; -- counter type CNT_Register_1 is record -- Low counter value CNT_L : CNT_CNT_L_Field := 16#0#; -- High counter value (TIM2 only) CNT_H : CNT_CNT_H_Field := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CNT_Register_1 use record CNT_L at 0 range 0 .. 15; CNT_H at 0 range 16 .. 31; end record; subtype ARR_ARR_L_Field is STM32_SVD.UInt16; subtype ARR_ARR_H_Field is STM32_SVD.UInt16; -- auto-reload register type ARR_Register_1 is record -- Low Auto-reload value ARR_L : ARR_ARR_L_Field := 16#0#; -- High Auto-reload value (TIM2 only) ARR_H : ARR_ARR_H_Field := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for ARR_Register_1 use record ARR_L at 0 range 0 .. 15; ARR_H at 0 range 16 .. 31; end record; subtype CCR1_CCR1_L_Field is STM32_SVD.UInt16; subtype CCR1_CCR1_H_Field is STM32_SVD.UInt16; -- capture/compare register 1 type CCR1_Register_1 is record -- Low Capture/Compare 1 value CCR1_L : CCR1_CCR1_L_Field := 16#0#; -- High Capture/Compare 1 value (TIM2 only) CCR1_H : CCR1_CCR1_H_Field := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCR1_Register_1 use record CCR1_L at 0 range 0 .. 15; CCR1_H at 0 range 16 .. 31; end record; subtype CCR2_CCR2_L_Field is STM32_SVD.UInt16; subtype CCR2_CCR2_H_Field is STM32_SVD.UInt16; -- capture/compare register 2 type CCR2_Register_1 is record -- Low Capture/Compare 2 value CCR2_L : CCR2_CCR2_L_Field := 16#0#; -- High Capture/Compare 2 value (TIM2 only) CCR2_H : CCR2_CCR2_H_Field := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCR2_Register_1 use record CCR2_L at 0 range 0 .. 15; CCR2_H at 0 range 16 .. 31; end record; subtype CCR3_CCR3_L_Field is STM32_SVD.UInt16; subtype CCR3_CCR3_H_Field is STM32_SVD.UInt16; -- capture/compare register 3 type CCR3_Register_1 is record -- Low Capture/Compare value CCR3_L : CCR3_CCR3_L_Field := 16#0#; -- High Capture/Compare value (TIM2 only) CCR3_H : CCR3_CCR3_H_Field := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCR3_Register_1 use record CCR3_L at 0 range 0 .. 15; CCR3_H at 0 range 16 .. 31; end record; subtype CCR4_CCR4_L_Field is STM32_SVD.UInt16; subtype CCR4_CCR4_H_Field is STM32_SVD.UInt16; -- capture/compare register 4 type CCR4_Register_1 is record -- Low Capture/Compare value CCR4_L : CCR4_CCR4_L_Field := 16#0#; -- High Capture/Compare value (TIM2 only) CCR4_H : CCR4_CCR4_H_Field := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCR4_Register_1 use record CCR4_L at 0 range 0 .. 15; CCR4_H at 0 range 16 .. 31; end record; subtype DMAR_DMAR_Field is STM32_SVD.UInt16; -- DMA address for full transfer type DMAR_Register_1 is record -- DMA register for burst accesses DMAR : DMAR_DMAR_Field := 16#0#; -- unspecified Reserved_16_31 : STM32_SVD.UInt16 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for DMAR_Register_1 use record DMAR at 0 range 0 .. 15; Reserved_16_31 at 0 range 16 .. 31; end record; -- control register 1 type CR1_Register_1 is record -- Counter enable CEN : CR1_CEN_Field := 16#0#; -- Update disable UDIS : CR1_UDIS_Field := 16#0#; -- Update request source URS : CR1_URS_Field := 16#0#; -- One-pulse mode OPM : CR1_OPM_Field := 16#0#; -- unspecified Reserved_4_6 : STM32_SVD.UInt3 := 16#0#; -- Auto-reload preload enable ARPE : CR1_ARPE_Field := 16#0#; -- unspecified Reserved_8_31 : STM32_SVD.UInt24 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CR1_Register_1 use record CEN at 0 range 0 .. 0; UDIS at 0 range 1 .. 1; URS at 0 range 2 .. 2; OPM at 0 range 3 .. 3; Reserved_4_6 at 0 range 4 .. 6; ARPE at 0 range 7 .. 7; Reserved_8_31 at 0 range 8 .. 31; end record; -- control register 2 type CR2_Register_2 is record -- unspecified Reserved_0_3 : STM32_SVD.UInt4 := 16#0#; -- Master mode selection MMS : CR2_MMS_Field := 16#0#; -- unspecified Reserved_7_31 : STM32_SVD.UInt25 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CR2_Register_2 use record Reserved_0_3 at 0 range 0 .. 3; MMS at 0 range 4 .. 6; Reserved_7_31 at 0 range 7 .. 31; end record; -- DMA/Interrupt enable register type DIER_Register_2 is record -- Update interrupt enable UIE : DIER_UIE_Field := 16#0#; -- unspecified Reserved_1_7 : STM32_SVD.UInt7 := 16#0#; -- Update DMA request enable UDE : DIER_UDE_Field := 16#0#; -- unspecified Reserved_9_31 : STM32_SVD.UInt23 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for DIER_Register_2 use record UIE at 0 range 0 .. 0; Reserved_1_7 at 0 range 1 .. 7; UDE at 0 range 8 .. 8; Reserved_9_31 at 0 range 9 .. 31; end record; -- status register type SR_Register_2 is record -- Update interrupt flag UIF : SR_UIF_Field := 16#0#; -- unspecified Reserved_1_31 : STM32_SVD.UInt31 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for SR_Register_2 use record UIF at 0 range 0 .. 0; Reserved_1_31 at 0 range 1 .. 31; end record; -- event generation register type EGR_Register_2 is record -- Write-only. Update generation UG : EGR_UG_Field := 16#0#; -- unspecified Reserved_1_31 : STM32_SVD.UInt31 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for EGR_Register_2 use record UG at 0 range 0 .. 0; Reserved_1_31 at 0 range 1 .. 31; end record; -- control register 1 type CR1_Register_2 is record -- Counter enable CEN : CR1_CEN_Field := 16#0#; -- Update disable UDIS : CR1_UDIS_Field := 16#0#; -- Update request source URS : CR1_URS_Field := 16#0#; -- unspecified Reserved_3_6 : STM32_SVD.UInt4 := 16#0#; -- Auto-reload preload enable ARPE : CR1_ARPE_Field := 16#0#; -- Clock division CKD : CR1_CKD_Field := 16#0#; -- unspecified Reserved_10_31 : STM32_SVD.UInt22 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CR1_Register_2 use record CEN at 0 range 0 .. 0; UDIS at 0 range 1 .. 1; URS at 0 range 2 .. 2; Reserved_3_6 at 0 range 3 .. 6; ARPE at 0 range 7 .. 7; CKD at 0 range 8 .. 9; Reserved_10_31 at 0 range 10 .. 31; end record; -- DMA/Interrupt enable register type DIER_Register_3 is record -- Update interrupt enable UIE : DIER_UIE_Field := 16#0#; -- Capture/Compare 1 interrupt enable CC1IE : DIER_CC1IE_Field := 16#0#; -- unspecified Reserved_2_31 : STM32_SVD.UInt30 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for DIER_Register_3 use record UIE at 0 range 0 .. 0; CC1IE at 0 range 1 .. 1; Reserved_2_31 at 0 range 2 .. 31; end record; -- status register type SR_Register_3 is record -- Update interrupt flag UIF : SR_UIF_Field := 16#0#; -- Capture/compare 1 interrupt flag CC1IF : SR_CC1IF_Field := 16#0#; -- unspecified Reserved_2_8 : STM32_SVD.UInt7 := 16#0#; -- Capture/Compare 1 overcapture flag CC1OF : SR_CC1OF_Field := 16#0#; -- unspecified Reserved_10_31 : STM32_SVD.UInt22 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for SR_Register_3 use record UIF at 0 range 0 .. 0; CC1IF at 0 range 1 .. 1; Reserved_2_8 at 0 range 2 .. 8; CC1OF at 0 range 9 .. 9; Reserved_10_31 at 0 range 10 .. 31; end record; -- event generation register type EGR_Register_3 is record -- Write-only. Update generation UG : EGR_UG_Field := 16#0#; -- Write-only. Capture/compare 1 generation CC1G : EGR_CC1G_Field := 16#0#; -- unspecified Reserved_2_31 : STM32_SVD.UInt30 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for EGR_Register_3 use record UG at 0 range 0 .. 0; CC1G at 0 range 1 .. 1; Reserved_2_31 at 0 range 2 .. 31; end record; -- capture/compare mode register (output mode) type CCMR1_Output_Register_1 is record -- Capture/Compare 1 selection CC1S : CCMR1_Output_CC1S_Field := 16#0#; -- Output compare 1 fast enable OC1FE : CCMR1_Output_OC1FE_Field := 16#0#; -- Output Compare 1 preload enable OC1PE : CCMR1_Output_OC1PE_Field := 16#0#; -- Output Compare 1 mode OC1M : CCMR1_Output_OC1M_Field := 16#0#; -- unspecified Reserved_7_31 : STM32_SVD.UInt25 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCMR1_Output_Register_1 use record CC1S at 0 range 0 .. 1; OC1FE at 0 range 2 .. 2; OC1PE at 0 range 3 .. 3; OC1M at 0 range 4 .. 6; Reserved_7_31 at 0 range 7 .. 31; end record; -- capture/compare mode register (input mode) type CCMR1_Input_Register_2 is record -- Capture/Compare 1 selection CC1S : CCMR1_Input_CC1S_Field := 16#0#; -- Input capture 1 prescaler IC1PSC : CCMR1_Input_IC1PSC_Field := 16#0#; -- Input capture 1 filter IC1F : CCMR1_Input_IC1F_Field := 16#0#; -- unspecified Reserved_8_31 : STM32_SVD.UInt24 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCMR1_Input_Register_2 use record CC1S at 0 range 0 .. 1; IC1PSC at 0 range 2 .. 3; IC1F at 0 range 4 .. 7; Reserved_8_31 at 0 range 8 .. 31; end record; -- capture/compare enable register type CCER_Register_2 is record -- Capture/Compare 1 output enable CC1E : CCER_CC1E_Field := 16#0#; -- Capture/Compare 1 output Polarity CC1P : CCER_CC1P_Field := 16#0#; -- unspecified Reserved_2_2 : STM32_SVD.Bit := 16#0#; -- Capture/Compare 1 output Polarity CC1NP : CCER_CC1NP_Field := 16#0#; -- unspecified Reserved_4_31 : STM32_SVD.UInt28 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCER_Register_2 use record CC1E at 0 range 0 .. 0; CC1P at 0 range 1 .. 1; Reserved_2_2 at 0 range 2 .. 2; CC1NP at 0 range 3 .. 3; Reserved_4_31 at 0 range 4 .. 31; end record; subtype OR_RMP_Field is STM32_SVD.UInt2; -- option register type OR_Register is record -- Timer input 1 remap RMP : OR_RMP_Field := 16#0#; -- unspecified Reserved_2_31 : STM32_SVD.UInt30 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for OR_Register use record RMP at 0 range 0 .. 1; Reserved_2_31 at 0 range 2 .. 31; end record; -- control register 1 type CR1_Register_3 is record -- Counter enable CEN : CR1_CEN_Field := 16#0#; -- Update disable UDIS : CR1_UDIS_Field := 16#0#; -- Update request source URS : CR1_URS_Field := 16#0#; -- One-pulse mode OPM : CR1_OPM_Field := 16#0#; -- unspecified Reserved_4_6 : STM32_SVD.UInt3 := 16#0#; -- Auto-reload preload enable ARPE : CR1_ARPE_Field := 16#0#; -- Clock division CKD : CR1_CKD_Field := 16#0#; -- unspecified Reserved_10_31 : STM32_SVD.UInt22 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CR1_Register_3 use record CEN at 0 range 0 .. 0; UDIS at 0 range 1 .. 1; URS at 0 range 2 .. 2; OPM at 0 range 3 .. 3; Reserved_4_6 at 0 range 4 .. 6; ARPE at 0 range 7 .. 7; CKD at 0 range 8 .. 9; Reserved_10_31 at 0 range 10 .. 31; end record; -- control register 2 type CR2_Register_3 is record -- Capture/compare preloaded control CCPC : CR2_CCPC_Field := 16#0#; -- unspecified Reserved_1_1 : STM32_SVD.Bit := 16#0#; -- Capture/compare control update selection CCUS : CR2_CCUS_Field := 16#0#; -- Capture/compare DMA selection CCDS : CR2_CCDS_Field := 16#0#; -- Master mode selection MMS : CR2_MMS_Field := 16#0#; -- unspecified Reserved_7_7 : STM32_SVD.Bit := 16#0#; -- Output Idle state 1 OIS1 : CR2_OIS1_Field := 16#0#; -- Output Idle state 1 OIS1N : CR2_OIS1N_Field := 16#0#; -- Output Idle state 2 OIS2 : CR2_OIS2_Field := 16#0#; -- unspecified Reserved_11_31 : STM32_SVD.UInt21 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CR2_Register_3 use record CCPC at 0 range 0 .. 0; Reserved_1_1 at 0 range 1 .. 1; CCUS at 0 range 2 .. 2; CCDS at 0 range 3 .. 3; MMS at 0 range 4 .. 6; Reserved_7_7 at 0 range 7 .. 7; OIS1 at 0 range 8 .. 8; OIS1N at 0 range 9 .. 9; OIS2 at 0 range 10 .. 10; Reserved_11_31 at 0 range 11 .. 31; end record; -- slave mode control register type SMCR_Register_1 is record -- Slave mode selection SMS : SMCR_SMS_Field := 16#0#; -- unspecified Reserved_3_3 : STM32_SVD.Bit := 16#0#; -- Trigger selection TS : SMCR_TS_Field := 16#0#; -- Master/Slave mode MSM : SMCR_MSM_Field := 16#0#; -- unspecified Reserved_8_31 : STM32_SVD.UInt24 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for SMCR_Register_1 use record SMS at 0 range 0 .. 2; Reserved_3_3 at 0 range 3 .. 3; TS at 0 range 4 .. 6; MSM at 0 range 7 .. 7; Reserved_8_31 at 0 range 8 .. 31; end record; -- DMA/Interrupt enable register type DIER_Register_4 is record -- Update interrupt enable UIE : DIER_UIE_Field := 16#0#; -- Capture/Compare 1 interrupt enable CC1IE : DIER_CC1IE_Field := 16#0#; -- Capture/Compare 2 interrupt enable CC2IE : DIER_CC2IE_Field := 16#0#; -- unspecified Reserved_3_4 : STM32_SVD.UInt2 := 16#0#; -- COM interrupt enable COMIE : DIER_COMIE_Field := 16#0#; -- Trigger interrupt enable TIE : DIER_TIE_Field := 16#0#; -- Break interrupt enable BIE : DIER_BIE_Field := 16#0#; -- Update DMA request enable UDE : DIER_UDE_Field := 16#0#; -- Capture/Compare 1 DMA request enable CC1DE : DIER_CC1DE_Field := 16#0#; -- Capture/Compare 2 DMA request enable CC2DE : DIER_CC2DE_Field := 16#0#; -- unspecified Reserved_11_13 : STM32_SVD.UInt3 := 16#0#; -- Trigger DMA request enable TDE : DIER_TDE_Field := 16#0#; -- unspecified Reserved_15_31 : STM32_SVD.UInt17 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for DIER_Register_4 use record UIE at 0 range 0 .. 0; CC1IE at 0 range 1 .. 1; CC2IE at 0 range 2 .. 2; Reserved_3_4 at 0 range 3 .. 4; COMIE at 0 range 5 .. 5; TIE at 0 range 6 .. 6; BIE at 0 range 7 .. 7; UDE at 0 range 8 .. 8; CC1DE at 0 range 9 .. 9; CC2DE at 0 range 10 .. 10; Reserved_11_13 at 0 range 11 .. 13; TDE at 0 range 14 .. 14; Reserved_15_31 at 0 range 15 .. 31; end record; -- status register type SR_Register_4 is record -- Update interrupt flag UIF : SR_UIF_Field := 16#0#; -- Capture/compare 1 interrupt flag CC1IF : SR_CC1IF_Field := 16#0#; -- Capture/Compare 2 interrupt flag CC2IF : SR_CC2IF_Field := 16#0#; -- unspecified Reserved_3_4 : STM32_SVD.UInt2 := 16#0#; -- COM interrupt flag COMIF : SR_COMIF_Field := 16#0#; -- Trigger interrupt flag TIF : SR_TIF_Field := 16#0#; -- Break interrupt flag BIF : SR_BIF_Field := 16#0#; -- unspecified Reserved_8_8 : STM32_SVD.Bit := 16#0#; -- Capture/Compare 1 overcapture flag CC1OF : SR_CC1OF_Field := 16#0#; -- Capture/compare 2 overcapture flag CC2OF : SR_CC2OF_Field := 16#0#; -- unspecified Reserved_11_31 : STM32_SVD.UInt21 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for SR_Register_4 use record UIF at 0 range 0 .. 0; CC1IF at 0 range 1 .. 1; CC2IF at 0 range 2 .. 2; Reserved_3_4 at 0 range 3 .. 4; COMIF at 0 range 5 .. 5; TIF at 0 range 6 .. 6; BIF at 0 range 7 .. 7; Reserved_8_8 at 0 range 8 .. 8; CC1OF at 0 range 9 .. 9; CC2OF at 0 range 10 .. 10; Reserved_11_31 at 0 range 11 .. 31; end record; -- event generation register type EGR_Register_4 is record -- Write-only. Update generation UG : EGR_UG_Field := 16#0#; -- Write-only. Capture/compare 1 generation CC1G : EGR_CC1G_Field := 16#0#; -- Write-only. Capture/compare 2 generation CC2G : EGR_CC2G_Field := 16#0#; -- unspecified Reserved_3_4 : STM32_SVD.UInt2 := 16#0#; -- Write-only. Capture/Compare control update generation COMG : EGR_COMG_Field := 16#0#; -- Write-only. Trigger generation TG : EGR_TG_Field := 16#0#; -- Write-only. Break generation BG : EGR_BG_Field := 16#0#; -- unspecified Reserved_8_31 : STM32_SVD.UInt24 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for EGR_Register_4 use record UG at 0 range 0 .. 0; CC1G at 0 range 1 .. 1; CC2G at 0 range 2 .. 2; Reserved_3_4 at 0 range 3 .. 4; COMG at 0 range 5 .. 5; TG at 0 range 6 .. 6; BG at 0 range 7 .. 7; Reserved_8_31 at 0 range 8 .. 31; end record; -- capture/compare mode register (output mode) type CCMR1_Output_Register_2 is record -- Capture/Compare 1 selection CC1S : CCMR1_Output_CC1S_Field := 16#0#; -- Output Compare 1 fast enable OC1FE : CCMR1_Output_OC1FE_Field := 16#0#; -- Output Compare 1 preload enable OC1PE : CCMR1_Output_OC1PE_Field := 16#0#; -- Output Compare 1 mode OC1M : CCMR1_Output_OC1M_Field := 16#0#; -- unspecified Reserved_7_7 : STM32_SVD.Bit := 16#0#; -- Capture/Compare 2 selection CC2S : CCMR1_Output_CC2S_Field := 16#0#; -- Output Compare 2 fast enable OC2FE : CCMR1_Output_OC2FE_Field := 16#0#; -- Output Compare 2 preload enable OC2PE : CCMR1_Output_OC2PE_Field := 16#0#; -- Output Compare 2 mode OC2M : CCMR1_Output_OC2M_Field := 16#0#; -- unspecified Reserved_15_31 : STM32_SVD.UInt17 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCMR1_Output_Register_2 use record CC1S at 0 range 0 .. 1; OC1FE at 0 range 2 .. 2; OC1PE at 0 range 3 .. 3; OC1M at 0 range 4 .. 6; Reserved_7_7 at 0 range 7 .. 7; CC2S at 0 range 8 .. 9; OC2FE at 0 range 10 .. 10; OC2PE at 0 range 11 .. 11; OC2M at 0 range 12 .. 14; Reserved_15_31 at 0 range 15 .. 31; end record; -- capture/compare enable register type CCER_Register_3 is record -- Capture/Compare 1 output enable CC1E : CCER_CC1E_Field := 16#0#; -- Capture/Compare 1 output Polarity CC1P : CCER_CC1P_Field := 16#0#; -- Capture/Compare 1 complementary output enable CC1NE : CCER_CC1NE_Field := 16#0#; -- Capture/Compare 1 output Polarity CC1NP : CCER_CC1NP_Field := 16#0#; -- Capture/Compare 2 output enable CC2E : CCER_CC2E_Field := 16#0#; -- Capture/Compare 2 output Polarity CC2P : CCER_CC2P_Field := 16#0#; -- unspecified Reserved_6_6 : STM32_SVD.Bit := 16#0#; -- Capture/Compare 2 output Polarity CC2NP : CCER_CC2NP_Field := 16#0#; -- unspecified Reserved_8_31 : STM32_SVD.UInt24 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCER_Register_3 use record CC1E at 0 range 0 .. 0; CC1P at 0 range 1 .. 1; CC1NE at 0 range 2 .. 2; CC1NP at 0 range 3 .. 3; CC2E at 0 range 4 .. 4; CC2P at 0 range 5 .. 5; Reserved_6_6 at 0 range 6 .. 6; CC2NP at 0 range 7 .. 7; Reserved_8_31 at 0 range 8 .. 31; end record; -- control register 2 type CR2_Register_4 is record -- Capture/compare preloaded control CCPC : CR2_CCPC_Field := 16#0#; -- unspecified Reserved_1_1 : STM32_SVD.Bit := 16#0#; -- Capture/compare control update selection CCUS : CR2_CCUS_Field := 16#0#; -- Capture/compare DMA selection CCDS : CR2_CCDS_Field := 16#0#; -- unspecified Reserved_4_7 : STM32_SVD.UInt4 := 16#0#; -- Output Idle state 1 OIS1 : CR2_OIS1_Field := 16#0#; -- Output Idle state 1 OIS1N : CR2_OIS1N_Field := 16#0#; -- unspecified Reserved_10_31 : STM32_SVD.UInt22 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CR2_Register_4 use record CCPC at 0 range 0 .. 0; Reserved_1_1 at 0 range 1 .. 1; CCUS at 0 range 2 .. 2; CCDS at 0 range 3 .. 3; Reserved_4_7 at 0 range 4 .. 7; OIS1 at 0 range 8 .. 8; OIS1N at 0 range 9 .. 9; Reserved_10_31 at 0 range 10 .. 31; end record; -- DMA/Interrupt enable register type DIER_Register_5 is record -- Update interrupt enable UIE : DIER_UIE_Field := 16#0#; -- Capture/Compare 1 interrupt enable CC1IE : DIER_CC1IE_Field := 16#0#; -- unspecified Reserved_2_4 : STM32_SVD.UInt3 := 16#0#; -- COM interrupt enable COMIE : DIER_COMIE_Field := 16#0#; -- Trigger interrupt enable TIE : DIER_TIE_Field := 16#0#; -- Break interrupt enable BIE : DIER_BIE_Field := 16#0#; -- Update DMA request enable UDE : DIER_UDE_Field := 16#0#; -- Capture/Compare 1 DMA request enable CC1DE : DIER_CC1DE_Field := 16#0#; -- unspecified Reserved_10_13 : STM32_SVD.UInt4 := 16#0#; -- Trigger DMA request enable TDE : DIER_TDE_Field := 16#0#; -- unspecified Reserved_15_31 : STM32_SVD.UInt17 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for DIER_Register_5 use record UIE at 0 range 0 .. 0; CC1IE at 0 range 1 .. 1; Reserved_2_4 at 0 range 2 .. 4; COMIE at 0 range 5 .. 5; TIE at 0 range 6 .. 6; BIE at 0 range 7 .. 7; UDE at 0 range 8 .. 8; CC1DE at 0 range 9 .. 9; Reserved_10_13 at 0 range 10 .. 13; TDE at 0 range 14 .. 14; Reserved_15_31 at 0 range 15 .. 31; end record; -- status register type SR_Register_5 is record -- Update interrupt flag UIF : SR_UIF_Field := 16#0#; -- Capture/compare 1 interrupt flag CC1IF : SR_CC1IF_Field := 16#0#; -- unspecified Reserved_2_4 : STM32_SVD.UInt3 := 16#0#; -- COM interrupt flag COMIF : SR_COMIF_Field := 16#0#; -- Trigger interrupt flag TIF : SR_TIF_Field := 16#0#; -- Break interrupt flag BIF : SR_BIF_Field := 16#0#; -- unspecified Reserved_8_8 : STM32_SVD.Bit := 16#0#; -- Capture/Compare 1 overcapture flag CC1OF : SR_CC1OF_Field := 16#0#; -- unspecified Reserved_10_31 : STM32_SVD.UInt22 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for SR_Register_5 use record UIF at 0 range 0 .. 0; CC1IF at 0 range 1 .. 1; Reserved_2_4 at 0 range 2 .. 4; COMIF at 0 range 5 .. 5; TIF at 0 range 6 .. 6; BIF at 0 range 7 .. 7; Reserved_8_8 at 0 range 8 .. 8; CC1OF at 0 range 9 .. 9; Reserved_10_31 at 0 range 10 .. 31; end record; -- event generation register type EGR_Register_5 is record -- Write-only. Update generation UG : EGR_UG_Field := 16#0#; -- Write-only. Capture/compare 1 generation CC1G : EGR_CC1G_Field := 16#0#; -- unspecified Reserved_2_4 : STM32_SVD.UInt3 := 16#0#; -- Write-only. Capture/Compare control update generation COMG : EGR_COMG_Field := 16#0#; -- Write-only. Trigger generation TG : EGR_TG_Field := 16#0#; -- Write-only. Break generation BG : EGR_BG_Field := 16#0#; -- unspecified Reserved_8_31 : STM32_SVD.UInt24 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for EGR_Register_5 use record UG at 0 range 0 .. 0; CC1G at 0 range 1 .. 1; Reserved_2_4 at 0 range 2 .. 4; COMG at 0 range 5 .. 5; TG at 0 range 6 .. 6; BG at 0 range 7 .. 7; Reserved_8_31 at 0 range 8 .. 31; end record; -- capture/compare enable register type CCER_Register_4 is record -- Capture/Compare 1 output enable CC1E : CCER_CC1E_Field := 16#0#; -- Capture/Compare 1 output Polarity CC1P : CCER_CC1P_Field := 16#0#; -- Capture/Compare 1 complementary output enable CC1NE : CCER_CC1NE_Field := 16#0#; -- Capture/Compare 1 output Polarity CC1NP : CCER_CC1NP_Field := 16#0#; -- unspecified Reserved_4_31 : STM32_SVD.UInt28 := 16#0#; end record with Volatile_Full_Access, Size => 32, Bit_Order => System.Low_Order_First; for CCER_Register_4 use record CC1E at 0 range 0 .. 0; CC1P at 0 range 1 .. 1; CC1NE at 0 range 2 .. 2; CC1NP at 0 range 3 .. 3; Reserved_4_31 at 0 range 4 .. 31; end record; ----------------- -- Peripherals -- ----------------- type TIM1_Disc is ( Output, Input); -- Advanced-timers type TIM1_Peripheral (Discriminent : TIM1_Disc := Output) is record -- control register 1 CR1 : aliased CR1_Register; -- control register 2 CR2 : aliased CR2_Register; -- slave mode control register SMCR : aliased SMCR_Register; -- DMA/Interrupt enable register DIER : aliased DIER_Register; -- status register SR : aliased SR_Register; -- event generation register EGR : aliased EGR_Register; -- capture/compare enable register CCER : aliased CCER_Register; -- counter CNT : aliased CNT_Register; -- prescaler PSC : aliased PSC_Register; -- auto-reload register ARR : aliased ARR_Register; -- repetition counter register RCR : aliased RCR_Register; -- capture/compare register 1 CCR1 : aliased CCR1_Register; -- capture/compare register 2 CCR2 : aliased CCR2_Register; -- capture/compare register 3 CCR3 : aliased CCR3_Register; -- capture/compare register 4 CCR4 : aliased CCR4_Register; -- break and dead-time register BDTR : aliased BDTR_Register; -- DMA control register DCR : aliased DCR_Register; -- DMA address for full transfer DMAR : aliased DMAR_Register; case Discriminent is when Output => -- capture/compare mode register (output mode) CCMR1_Output : aliased CCMR1_Output_Register; -- capture/compare mode register (output mode) CCMR2_Output : aliased CCMR2_Output_Register; when Input => -- capture/compare mode register 1 (input mode) CCMR1_Input : aliased CCMR1_Input_Register; -- capture/compare mode register 2 (input mode) CCMR2_Input : aliased CCMR2_Input_Register; end case; end record with Unchecked_Union, Volatile; for TIM1_Peripheral use record CR1 at 16#0# range 0 .. 31; CR2 at 16#4# range 0 .. 31; SMCR at 16#8# range 0 .. 31; DIER at 16#C# range 0 .. 31; SR at 16#10# range 0 .. 31; EGR at 16#14# range 0 .. 31; CCER at 16#20# range 0 .. 31; CNT at 16#24# range 0 .. 31; PSC at 16#28# range 0 .. 31; ARR at 16#2C# range 0 .. 31; RCR at 16#30# range 0 .. 31; CCR1 at 16#34# range 0 .. 31; CCR2 at 16#38# range 0 .. 31; CCR3 at 16#3C# range 0 .. 31; CCR4 at 16#40# range 0 .. 31; BDTR at 16#44# range 0 .. 31; DCR at 16#48# range 0 .. 31; DMAR at 16#4C# range 0 .. 31; CCMR1_Output at 16#18# range 0 .. 31; CCMR2_Output at 16#1C# range 0 .. 31; CCMR1_Input at 16#18# range 0 .. 31; CCMR2_Input at 16#1C# range 0 .. 31; end record; -- Advanced-timers TIM1_Periph : aliased TIM1_Peripheral with Import, Address => System'To_Address (16#40012C00#); type TIM3_Disc is ( Output, Input); -- General-purpose-timers type TIM3_Peripheral (Discriminent : TIM3_Disc := Output) is record -- control register 1 CR1 : aliased CR1_Register; -- control register 2 CR2 : aliased CR2_Register_1; -- slave mode control register SMCR : aliased SMCR_Register; -- DMA/Interrupt enable register DIER : aliased DIER_Register_1; -- status register SR : aliased SR_Register_1; -- event generation register EGR : aliased EGR_Register_1; -- capture/compare enable register CCER : aliased CCER_Register_1; -- counter CNT : aliased CNT_Register_1; -- prescaler PSC : aliased PSC_Register; -- auto-reload register ARR : aliased ARR_Register_1; -- capture/compare register 1 CCR1 : aliased CCR1_Register_1; -- capture/compare register 2 CCR2 : aliased CCR2_Register_1; -- capture/compare register 3 CCR3 : aliased CCR3_Register_1; -- capture/compare register 4 CCR4 : aliased CCR4_Register_1; -- DMA control register DCR : aliased DCR_Register; -- DMA address for full transfer DMAR : aliased DMAR_Register_1; case Discriminent is when Output => -- capture/compare mode register 1 (output mode) CCMR1_Output : aliased CCMR1_Output_Register; -- capture/compare mode register 2 (output mode) CCMR2_Output : aliased CCMR2_Output_Register; when Input => -- capture/compare mode register 1 (input mode) CCMR1_Input : aliased CCMR1_Input_Register_1; -- capture/compare mode register 2 (input mode) CCMR2_Input : aliased CCMR2_Input_Register; end case; end record with Unchecked_Union, Volatile; for TIM3_Peripheral use record CR1 at 16#0# range 0 .. 31; CR2 at 16#4# range 0 .. 31; SMCR at 16#8# range 0 .. 31; DIER at 16#C# range 0 .. 31; SR at 16#10# range 0 .. 31; EGR at 16#14# range 0 .. 31; CCER at 16#20# range 0 .. 31; CNT at 16#24# range 0 .. 31; PSC at 16#28# range 0 .. 31; ARR at 16#2C# range 0 .. 31; CCR1 at 16#34# range 0 .. 31; CCR2 at 16#38# range 0 .. 31; CCR3 at 16#3C# range 0 .. 31; CCR4 at 16#40# range 0 .. 31; DCR at 16#48# range 0 .. 31; DMAR at 16#4C# range 0 .. 31; CCMR1_Output at 16#18# range 0 .. 31; CCMR2_Output at 16#1C# range 0 .. 31; CCMR1_Input at 16#18# range 0 .. 31; CCMR2_Input at 16#1C# range 0 .. 31; end record; -- General-purpose-timers TIM3_Periph : aliased TIM3_Peripheral with Import, Address => System'To_Address (16#40000400#); -- Basic-timers type TIM6_Peripheral is record -- control register 1 CR1 : aliased CR1_Register_1; -- control register 2 CR2 : aliased CR2_Register_2; -- DMA/Interrupt enable register DIER : aliased DIER_Register_2; -- status register SR : aliased SR_Register_2; -- event generation register EGR : aliased EGR_Register_2; -- counter CNT : aliased CNT_Register; -- prescaler PSC : aliased PSC_Register; -- auto-reload register ARR : aliased ARR_Register; end record with Volatile; for TIM6_Peripheral use record CR1 at 16#0# range 0 .. 31; CR2 at 16#4# range 0 .. 31; DIER at 16#C# range 0 .. 31; SR at 16#10# range 0 .. 31; EGR at 16#14# range 0 .. 31; CNT at 16#24# range 0 .. 31; PSC at 16#28# range 0 .. 31; ARR at 16#2C# range 0 .. 31; end record; -- Basic-timers TIM6_Periph : aliased TIM6_Peripheral with Import, Address => System'To_Address (16#40001000#); type TIM14_Disc is ( Output, Input); -- General-purpose-timers type TIM14_Peripheral (Discriminent : TIM14_Disc := Output) is record -- control register 1 CR1 : aliased CR1_Register_2; -- DMA/Interrupt enable register DIER : aliased DIER_Register_3; -- status register SR : aliased SR_Register_3; -- event generation register EGR : aliased EGR_Register_3; -- capture/compare enable register CCER : aliased CCER_Register_2; -- counter CNT : aliased CNT_Register; -- prescaler PSC : aliased PSC_Register; -- auto-reload register ARR : aliased ARR_Register; -- capture/compare register 1 CCR1 : aliased CCR1_Register; -- option register OR_k : aliased OR_Register; case Discriminent is when Output => -- capture/compare mode register (output mode) CCMR1_Output : aliased CCMR1_Output_Register_1; when Input => -- capture/compare mode register (input mode) CCMR1_Input : aliased CCMR1_Input_Register_2; end case; end record with Unchecked_Union, Volatile; for TIM14_Peripheral use record CR1 at 16#0# range 0 .. 31; DIER at 16#C# range 0 .. 31; SR at 16#10# range 0 .. 31; EGR at 16#14# range 0 .. 31; CCER at 16#20# range 0 .. 31; CNT at 16#24# range 0 .. 31; PSC at 16#28# range 0 .. 31; ARR at 16#2C# range 0 .. 31; CCR1 at 16#34# range 0 .. 31; OR_k at 16#50# range 0 .. 31; CCMR1_Output at 16#18# range 0 .. 31; CCMR1_Input at 16#18# range 0 .. 31; end record; -- General-purpose-timers TIM14_Periph : aliased TIM14_Peripheral with Import, Address => System'To_Address (16#40002000#); type TIM15_Disc is ( Output, Input); -- General-purpose-timers type TIM15_Peripheral (Discriminent : TIM15_Disc := Output) is record -- control register 1 CR1 : aliased CR1_Register_3; -- control register 2 CR2 : aliased CR2_Register_3; -- slave mode control register SMCR : aliased SMCR_Register_1; -- DMA/Interrupt enable register DIER : aliased DIER_Register_4; -- status register SR : aliased SR_Register_4; -- event generation register EGR : aliased EGR_Register_4; -- capture/compare enable register CCER : aliased CCER_Register_3; -- counter CNT : aliased CNT_Register; -- prescaler PSC : aliased PSC_Register; -- auto-reload register ARR : aliased ARR_Register; -- repetition counter register RCR : aliased RCR_Register; -- capture/compare register 1 CCR1 : aliased CCR1_Register; -- capture/compare register 2 CCR2 : aliased CCR2_Register; -- break and dead-time register BDTR : aliased BDTR_Register; -- DMA control register DCR : aliased DCR_Register; -- DMA address for full transfer DMAR : aliased DMAR_Register; case Discriminent is when Output => -- capture/compare mode register (output mode) CCMR1_Output : aliased CCMR1_Output_Register_2; when Input => -- capture/compare mode register 1 (input mode) CCMR1_Input : aliased CCMR1_Input_Register_1; end case; end record with Unchecked_Union, Volatile; for TIM15_Peripheral use record CR1 at 16#0# range 0 .. 31; CR2 at 16#4# range 0 .. 31; SMCR at 16#8# range 0 .. 31; DIER at 16#C# range 0 .. 31; SR at 16#10# range 0 .. 31; EGR at 16#14# range 0 .. 31; CCER at 16#20# range 0 .. 31; CNT at 16#24# range 0 .. 31; PSC at 16#28# range 0 .. 31; ARR at 16#2C# range 0 .. 31; RCR at 16#30# range 0 .. 31; CCR1 at 16#34# range 0 .. 31; CCR2 at 16#38# range 0 .. 31; BDTR at 16#44# range 0 .. 31; DCR at 16#48# range 0 .. 31; DMAR at 16#4C# range 0 .. 31; CCMR1_Output at 16#18# range 0 .. 31; CCMR1_Input at 16#18# range 0 .. 31; end record; -- General-purpose-timers TIM15_Periph : aliased TIM15_Peripheral with Import, Address => System'To_Address (16#40014000#); type TIM16_Disc is ( Output, Input); -- General-purpose-timers type TIM_Peripheral (Discriminent : TIM16_Disc := Output) is record -- control register 1 CR1 : aliased CR1_Register_3; -- control register 2 CR2 : aliased CR2_Register_4; -- DMA/Interrupt enable register DIER : aliased DIER_Register_5; -- status register SR : aliased SR_Register_5; -- event generation register EGR : aliased EGR_Register_5; -- capture/compare enable register CCER : aliased CCER_Register_4; -- counter CNT : aliased CNT_Register; -- prescaler PSC : aliased PSC_Register; -- auto-reload register ARR : aliased ARR_Register; -- repetition counter register RCR : aliased RCR_Register; -- capture/compare register 1 CCR1 : aliased CCR1_Register; -- break and dead-time register BDTR : aliased BDTR_Register; -- DMA control register DCR : aliased DCR_Register; -- DMA address for full transfer DMAR : aliased DMAR_Register; case Discriminent is when Output => -- capture/compare mode register (output mode) CCMR1_Output : aliased CCMR1_Output_Register_1; when Input => -- capture/compare mode register 1 (input mode) CCMR1_Input : aliased CCMR1_Input_Register_2; end case; end record with Unchecked_Union, Volatile; for TIM_Peripheral use record CR1 at 16#0# range 0 .. 31; CR2 at 16#4# range 0 .. 31; DIER at 16#C# range 0 .. 31; SR at 16#10# range 0 .. 31; EGR at 16#14# range 0 .. 31; CCER at 16#20# range 0 .. 31; CNT at 16#24# range 0 .. 31; PSC at 16#28# range 0 .. 31; ARR at 16#2C# range 0 .. 31; RCR at 16#30# range 0 .. 31; CCR1 at 16#34# range 0 .. 31; BDTR at 16#44# range 0 .. 31; DCR at 16#48# range 0 .. 31; DMAR at 16#4C# range 0 .. 31; CCMR1_Output at 16#18# range 0 .. 31; CCMR1_Input at 16#18# range 0 .. 31; end record; -- General-purpose-timers TIM16_Periph : aliased TIM_Peripheral with Import, Address => System'To_Address (16#40014400#); -- General-purpose-timers TIM17_Periph : aliased TIM_Peripheral with Import, Address => System'To_Address (16#40014800#); end STM32_SVD.TIM;
36.04022
65
0.566295
128b6a81cc328d8267e9b088f2b21a4f95ed9583
574
adb
Ada
src/debug.adb
eyeonechi/invalid-behaviour-conservative-analysis
13b7126fab920feee00db8e1b50066ceb0b9a24e
[ "MIT" ]
null
null
null
src/debug.adb
eyeonechi/invalid-behaviour-conservative-analysis
13b7126fab920feee00db8e1b50066ceb0b9a24e
[ "MIT" ]
null
null
null
src/debug.adb
eyeonechi/invalid-behaviour-conservative-analysis
13b7126fab920feee00db8e1b50066ceb0b9a24e
[ "MIT" ]
null
null
null
with Ada.Text_IO; with Ada.Integer_Text_IO; package body Debug is procedure Put(Item : in String) is begin Ada.Text_IO.Put(Item); end Put; procedure Put_Line(Item : in String) is begin Ada.Text_IO.Put_Line(Item); end Put_Line; procedure Put(Item : in Integer) is begin Ada.Integer_Text_IO.Put(Item => Item, Width => 0, Base => 10); end Put; procedure New_Line is begin Ada.Text_IO.New_Line; end New_Line; procedure Put(Item : in Character) is begin Ada.Text_IO.Put(Item); end Put; end Debug;
17.9375
68
0.651568
128fb87f409d117ab6ed6f5becb75a591530129b
1,014
adb
Ada
src/gdb/gdb-8.3/gdb/testsuite/gdb.ada/ptr_typedef/foo.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
31
2018-08-01T21:25:24.000Z
2022-02-14T07:52:34.000Z
src/gdb/gdb-8.3/gdb/testsuite/gdb.ada/ptr_typedef/foo.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
40
2018-12-03T19:48:52.000Z
2021-03-10T06:34:26.000Z
src/gdb/gdb-8.3/gdb/testsuite/gdb.ada/ptr_typedef/foo.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
20
2018-11-16T21:19:22.000Z
2021-10-18T23:08:24.000Z
-- Copyright 2011-2019 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <http://www.gnu.org/licenses/>. with Pck; use Pck; procedure Foo is type BA is access all Boolean; type BAs is array (1 .. 1) of BA; type Blob is record Val : Integer; Bees : BAs; end record; My_Blob : Blob := (Val => 1, Bees => (1 => null)); begin Do_Nothing (My_Blob'Address); -- STOP end Foo;
32.709677
73
0.69428
2f9f34200d372f4238ea94aa6eadbc1464c5f262
2,617
adb
Ada
src/plugins/plugin-url.adb
gsmnv/Byron
85b4b69fce59adecc8b5285f4a3bd6a561a038f4
[ "BSD-2-Clause" ]
1
2020-02-11T14:50:02.000Z
2020-02-11T14:50:02.000Z
src/plugins/plugin-url.adb
gsmnv/Byron
85b4b69fce59adecc8b5285f4a3bd6a561a038f4
[ "BSD-2-Clause" ]
null
null
null
src/plugins/plugin-url.adb
gsmnv/Byron
85b4b69fce59adecc8b5285f4a3bd6a561a038f4
[ "BSD-2-Clause" ]
null
null
null
with Scape; use Scape; with Ada.Characters.Conversions; use Ada.Characters.Conversions; with Ada.Strings.Wide_Wide_Unbounded; use Ada.Strings.Wide_Wide_Unbounded; with AWS.Client; use AWS.Client; with GNAT.Regpat; use Gnat.Regpat; with AWS.Response; use AWS.Response; with ZLib; use ZLib; use AWS; package body Plugin.URL is function Unescape (Str : String) return String is (To_String (To_Wide_Wide_String (Decode (Str)))); -- FIXME: Fix this crap function Get_Body (URL : Unbounded_String) return String is Limit : constant Content_Range := (1, 3000); begin return Message_Body (Get (URL => To_String (URL), Data_Range => Limit)); exception when Zlib_Error => return Message_Body (Get (To_String (URL))); end Get_Body; -- Strip newlines from title, just a corner case. function Normalize_Title (Raw : String) return Unbounded_String is (GSub (To_Unbounded_String (Bold ("Title: ") & Unescape (Raw)), ASCII.CR & ASCII.LF, "")); function Get_Title (URL : Unbounded_String) return Unbounded_String is Header : constant Data := Head (To_String (URL)); Regex : constant Pattern_Matcher := Compile ("<title>(.*)<\/title>", Case_Insensitive or Single_Line); Result : Match_Array (0 .. 1); begin if Response.Header (Header, "Content-Type") (1 .. 4) = "text" then declare Content : constant String := Get_Body (URL); begin Match(Regex, Content, Result); if not (Result(1) = No_Match) then return Normalize_Title (Content (Result(1).First .. Result(1).Last)); else return To_Unbounded_String ("Title not found"); end if; end; else return To_Unbounded_String (Bold ("Content-Type: ") & Response.Header (Header, "Content-Type") & ", " & Bold ("Size: ") & Response.Header (Header, "Content-Length")); end if; end Get_Title; procedure URL_Title (Message : IRC.Message) is Answer : IRC.Message := Message; begin for C in Iterate (Words (Message.Content)) loop if Link (Element (C)) then Answer.Content := Get_Title (Element (C)); IRC.Put_Message (Answer); exit; end if; end loop; exception -- Silently ignore exceptions like malformed url or connection problems when others => null; end URL_Title; end Plugin.URL;
34.893333
95
0.595338
311e24fb3ccece7607fee24017350d0251b47da3
5,069
ads
Ada
awa/src/awa-wikis-writers-html.ads
Letractively/ada-awa
3c82a4d29ed6c1209a2ac7d5fe123c142f3cffbe
[ "Apache-2.0" ]
null
null
null
awa/src/awa-wikis-writers-html.ads
Letractively/ada-awa
3c82a4d29ed6c1209a2ac7d5fe123c142f3cffbe
[ "Apache-2.0" ]
null
null
null
awa/src/awa-wikis-writers-html.ads
Letractively/ada-awa
3c82a4d29ed6c1209a2ac7d5fe123c142f3cffbe
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- awa-wikis-writers-html -- Wiki HTML writer -- Copyright (C) 2011, 2012, 2013, 2015 Stephane Carrez -- Written by Stephane Carrez ([email protected]) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. ----------------------------------------------------------------------- with Ada.Strings.Wide_Wide_Unbounded; with AWA.Wikis.Documents; with ASF.Contexts.Writer; package AWA.Wikis.Writers.Html is use Ada.Strings.Wide_Wide_Unbounded; -- ------------------------------ -- Wiki to HTML writer -- ------------------------------ type Html_Writer is new AWA.Wikis.Documents.Document_Reader with private; -- Set the output writer. procedure Set_Writer (Document : in out Html_Writer; Writer : in ASF.Contexts.Writer.Response_Writer_Access); -- Add a section header in the document. overriding procedure Add_Header (Document : in out Html_Writer; Header : in Unbounded_Wide_Wide_String; Level : in Positive); -- Add a line break (<br>). overriding procedure Add_Line_Break (Document : in out Html_Writer); -- Add a paragraph (<p>). Close the previous paragraph if any. -- The paragraph must be closed at the next paragraph or next header. overriding procedure Add_Paragraph (Document : in out Html_Writer); -- Add a blockquote (<blockquote>). The level indicates the blockquote nested level. -- The blockquote must be closed at the next header. overriding procedure Add_Blockquote (Document : in out Html_Writer; Level : in Natural); -- Add a list item (<li>). Close the previous paragraph and list item if any. -- The list item will be closed at the next list item, next paragraph or next header. overriding procedure Add_List_Item (Document : in out Html_Writer; Level : in Positive; Ordered : in Boolean); -- Add an horizontal rule (<hr>). overriding procedure Add_Horizontal_Rule (Document : in out Html_Writer); -- Add a link. overriding procedure Add_Link (Document : in out Html_Writer; Name : in Unbounded_Wide_Wide_String; Link : in Unbounded_Wide_Wide_String; Language : in Unbounded_Wide_Wide_String; Title : in Unbounded_Wide_Wide_String); -- Add an image. overriding procedure Add_Image (Document : in out Html_Writer; Link : in Unbounded_Wide_Wide_String; Alt : in Unbounded_Wide_Wide_String; Position : in Unbounded_Wide_Wide_String; Description : in Unbounded_Wide_Wide_String); -- Add a quote. overriding procedure Add_Quote (Document : in out Html_Writer; Quote : in Unbounded_Wide_Wide_String; Link : in Unbounded_Wide_Wide_String; Language : in Unbounded_Wide_Wide_String); -- Add a text block with the given format. overriding procedure Add_Text (Document : in out Html_Writer; Text : in Unbounded_Wide_Wide_String; Format : in AWA.Wikis.Documents.Format_Map); -- Add a text block that is pre-formatted. procedure Add_Preformatted (Document : in out Html_Writer; Text : in Unbounded_Wide_Wide_String; Format : in Unbounded_Wide_Wide_String); -- Finish the document after complete wiki text has been parsed. overriding procedure Finish (Document : in out Html_Writer); private procedure Close_Paragraph (Document : in out Html_Writer); procedure Open_Paragraph (Document : in out Html_Writer); type List_Style_Array is array (1 .. 32) of Boolean; type Html_Writer is new AWA.Wikis.Documents.Document_Reader with record Writer : ASF.Contexts.Writer.Response_Writer_Access := null; Format : AWA.Wikis.Documents.Format_Map := (others => False); Has_Paragraph : Boolean := False; Need_Paragraph : Boolean := False; Current_Level : Natural := 0; List_Styles : List_Style_Array := (others => False); Has_Item : Boolean := False; Quote_Level : Natural := 0; end record; end AWA.Wikis.Writers.Html;
40.879032
89
0.612547
1de24eba227f25877edd17a25ce721d27e558d24
16,263
ads
Ada
src/asf-applications-main.ads
jquorning/ada-asf
ddc697c5dfa4e22c57c6958f4cff27e14d02ce98
[ "Apache-2.0" ]
12
2015-01-18T23:02:20.000Z
2022-03-25T15:30:30.000Z
src/asf-applications-main.ads
jquorning/ada-asf
ddc697c5dfa4e22c57c6958f4cff27e14d02ce98
[ "Apache-2.0" ]
3
2021-01-06T09:44:02.000Z
2022-02-04T20:20:53.000Z
src/asf-applications-main.ads
jquorning/ada-asf
ddc697c5dfa4e22c57c6958f4cff27e14d02ce98
[ "Apache-2.0" ]
4
2016-04-12T05:29:00.000Z
2022-01-24T23:53:59.000Z
----------------------------------------------------------------------- -- applications -- Ada Web Application -- Copyright (C) 2009, 2010, 2011, 2012, 2017, 2018 Stephane Carrez -- Written by Stephane Carrez ([email protected]) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. ----------------------------------------------------------------------- with Util.Beans.Basic; with Util.Locales; with EL.Objects; with EL.Contexts; with EL.Functions; with EL.Functions.Default; with EL.Expressions; with EL.Variables.Default; with Ada.Strings.Unbounded; with ASF.Locales; with ASF.Factory; with ASF.Converters; with ASF.Validators; with ASF.Contexts.Faces; with ASF.Contexts.Exceptions; with ASF.Lifecycles; with ASF.Applications.Views; with ASF.Navigations; with ASF.Beans; with ASF.Requests; with ASF.Responses; with ASF.Servlets; with ASF.Events.Faces.Actions; with Security.Policies; use Security; with Security.OAuth.Servers; package ASF.Applications.Main is use ASF.Beans; -- ------------------------------ -- Factory for creation of lifecycle, view handler -- ------------------------------ type Application_Factory is tagged limited private; -- Create the lifecycle handler. The lifecycle handler is created during -- the initialization phase of the application. The default implementation -- creates an <b>ASF.Lifecycles.Default.Default_Lifecycle</b> object. -- It can be overriden to change the behavior of the ASF request lifecycle. function Create_Lifecycle_Handler (App : in Application_Factory) return ASF.Lifecycles.Lifecycle_Access; -- Create the view handler. The view handler is created during -- the initialization phase of the application. The default implementation -- creates an <b>ASF.Applications.Views.View_Handler</b> object. -- It can be overriden to change the views associated with the application. function Create_View_Handler (App : in Application_Factory) return ASF.Applications.Views.View_Handler_Access; -- Create the navigation handler. The navigation handler is created during -- the initialization phase of the application. The default implementation -- creates an <b>ASF.Navigations.Navigation_Handler</b> object. -- It can be overriden to change the navigations associated with the application. function Create_Navigation_Handler (App : in Application_Factory) return ASF.Navigations.Navigation_Handler_Access; -- Create the security policy manager. The security policy manager is created during -- the initialization phase of the application. The default implementation -- creates a <b>Security.Policies.Policy_Manager</b> object. function Create_Security_Manager (App : in Application_Factory) return Security.Policies.Policy_Manager_Access; -- Create the OAuth application manager. The OAuth application manager is created -- during the initialization phase of the application. The default implementation -- creates a <b>Security.OAuth.Servers.Auth_Manager</b> object. function Create_OAuth_Manager (App : in Application_Factory) return Security.OAuth.Servers.Auth_Manager_Access; -- Create the exception handler. The exception handler is created during -- the initialization phase of the application. The default implementation -- creates a <b>ASF.Contexts.Exceptions.Exception_Handler</b> object. function Create_Exception_Handler (App : in Application_Factory) return ASF.Contexts.Exceptions.Exception_Handler_Access; -- ------------------------------ -- Application -- ------------------------------ type Application is new ASF.Servlets.Servlet_Registry and ASF.Events.Faces.Actions.Action_Listener with private; type Application_Access is access all Application'Class; -- Get the application view handler. function Get_View_Handler (App : access Application) return access Views.View_Handler'Class; -- Get the lifecycle handler. function Get_Lifecycle_Handler (App : in Application) return ASF.Lifecycles.Lifecycle_Access; -- Get the navigation handler. function Get_Navigation_Handler (App : in Application) return ASF.Navigations.Navigation_Handler_Access; -- Get the permission manager associated with this application. function Get_Security_Manager (App : in Application) return Security.Policies.Policy_Manager_Access; -- Get the OAuth application manager associated with this application. function Get_OAuth_Manager (App : in Application) return Security.OAuth.Servers.Auth_Manager_Access; -- Get the action event listener responsible for processing action -- events and triggering the navigation to the next view using the -- navigation handler. function Get_Action_Listener (App : in Application) return ASF.Events.Faces.Actions.Action_Listener_Access; -- Get the exception handler configured for this application. function Get_Exception_Handler (App : in Application) return ASF.Contexts.Exceptions.Exception_Handler_Access; -- Process the action associated with the action event. The action returns -- and outcome which is then passed to the navigation handler to navigate to -- the next view. overriding procedure Process_Action (Listener : in Application; Event : in ASF.Events.Faces.Actions.Action_Event'Class; Context : in out Contexts.Faces.Faces_Context'Class); -- Execute the action method. The action returns and outcome which is then passed -- to the navigation handler to navigate to the next view. procedure Process_Action (Listener : in Application; Method : in EL.Expressions.Method_Info; Context : in out Contexts.Faces.Faces_Context'Class); -- Initialize the application procedure Initialize (App : in out Application; Conf : in Config; Factory : in out Application_Factory'Class); -- Initialize the ASF components provided by the application. -- This procedure is called by <b>Initialize</b>. -- It should register the component factories used by the application. procedure Initialize_Components (App : in out Application); -- Initialize the application configuration properties. Properties defined in <b>Conf</b> -- are expanded by using the EL expression resolver. procedure Initialize_Config (App : in out Application; Conf : in out Config); -- Initialize the servlets provided by the application. -- This procedure is called by <b>Initialize</b>. -- It should register the application servlets. procedure Initialize_Servlets (App : in out Application); -- Initialize the filters provided by the application. -- This procedure is called by <b>Initialize</b>. -- It should register the application filters. procedure Initialize_Filters (App : in out Application); -- Finalizes the application, freeing the memory. overriding procedure Finalize (App : in out Application); -- Get the configuration parameter; function Get_Config (App : Application; Param : Config_Param) return String; -- Set a global variable in the global EL contexts. procedure Set_Global (App : in out Application; Name : in String; Value : in String); procedure Set_Global (App : in out Application; Name : in String; Value : in EL.Objects.Object); -- Resolve a global variable and return its value. -- Raises the <b>EL.Functions.No_Variable</b> exception if the variable does not exist. function Get_Global (App : in Application; Name : in Ada.Strings.Unbounded.Unbounded_String; Context : in EL.Contexts.ELContext'Class) return EL.Objects.Object; -- Get the list of supported locales for this application. function Get_Supported_Locales (App : in Application) return Util.Locales.Locale_Array; -- Add the locale to the list of supported locales. procedure Add_Supported_Locale (App : in out Application; Locale : in Util.Locales.Locale); -- Get the default locale defined by the application. function Get_Default_Locale (App : in Application) return Util.Locales.Locale; -- Set the default locale defined by the application. procedure Set_Default_Locale (App : in out Application; Locale : in Util.Locales.Locale); -- Compute the locale that must be used according to the <b>Accept-Language</b> request -- header and the application supported locales. function Calculate_Locale (Handler : in Application; Context : in ASF.Contexts.Faces.Faces_Context'Class) return Util.Locales.Locale; -- Register a bundle and bind it to a facelet variable. procedure Register (App : in out Application; Name : in String; Bundle : in String); -- Register the bean identified by <b>Name</b> and associated with the class <b>Class</b>. -- The class must have been registered by using the <b>Register</b> class operation. -- The scope defines the scope of the bean. procedure Register (App : in out Application; Name : in String; Class : in String; Params : in Parameter_Bean_Ref.Ref; Scope : in Scope_Type := REQUEST_SCOPE); -- Register under the name identified by <b>Name</b> the class instance <b>Class</b>. procedure Register_Class (App : in out Application; Name : in String; Class : in ASF.Beans.Class_Binding_Access); -- Register under the name identified by <b>Name</b> a function to create a bean. -- This is a simplified class registration. procedure Register_Class (App : in out Application; Name : in String; Handler : in ASF.Beans.Create_Bean_Access); -- Create a bean by using the create operation registered for the name procedure Create (App : in Application; Name : in Ada.Strings.Unbounded.Unbounded_String; Context : in EL.Contexts.ELContext'Class; Result : out Util.Beans.Basic.Readonly_Bean_Access; Scope : out Scope_Type); -- Add a converter in the application. The converter is referenced by -- the specified name in the XHTML files. procedure Add_Converter (App : in out Application; Name : in String; Converter : in ASF.Converters.Converter_Access); -- Register a binding library in the factory. procedure Add_Components (App : in out Application; Bindings : in ASF.Factory.Factory_Bindings_Access); -- Closes the application procedure Close (App : in out Application); -- Set the current faces context before processing a view. procedure Set_Context (App : in out Application; Context : in ASF.Contexts.Faces.Faces_Context_Access); -- Execute the lifecycle phases on the faces context. procedure Execute_Lifecycle (App : in Application; Context : in out ASF.Contexts.Faces.Faces_Context'Class); -- Dispatch the request received on a page. procedure Dispatch (App : in out Application; Page : in String; Request : in out ASF.Requests.Request'Class; Response : in out ASF.Responses.Response'Class); -- Dispatch a bean action request. -- 1. Find the bean object identified by <b>Name</b>, create it if necessary. -- 2. Resolve the bean method identified by <b>Operation</b>. -- 3. If the method is an action method (see ASF.Events.Actions), call that method. -- 4. Using the outcome action result, decide using the navigation handler what -- is the result view. -- 5. Render the result view resolved by the navigation handler. procedure Dispatch (App : in out Application; Name : in String; Operation : in String; Request : in out ASF.Requests.Request'Class; Response : in out ASF.Responses.Response'Class; Prepare : access procedure (Bean : access Util.Beans.Basic.Bean'Class)); -- Find the converter instance that was registered under the given name. -- Returns null if no such converter exist. function Find (App : in Application; Name : in EL.Objects.Object) return ASF.Converters.Converter_Access; -- Find the validator instance that was registered under the given name. -- Returns null if no such validator exist. function Find_Validator (App : in Application; Name : in EL.Objects.Object) return ASF.Validators.Validator_Access; -- Register some functions generic with procedure Set_Functions (Mapper : in out EL.Functions.Function_Mapper'Class); procedure Register_Functions (App : in out Application'Class); -- Register some bean definitions. generic with procedure Set_Beans (Factory : in out ASF.Beans.Bean_Factory); procedure Register_Beans (App : in out Application'Class); -- Load the resource bundle identified by the <b>Name</b> and for the given -- <b>Locale</b>. procedure Load_Bundle (App : in out Application; Name : in String; Locale : in String; Bundle : out ASF.Locales.Bundle); private type Application_Factory is tagged limited null record; type Application is new ASF.Servlets.Servlet_Registry and ASF.Events.Faces.Actions.Action_Listener with record View : aliased ASF.Applications.Views.View_Handler; Lifecycle : ASF.Lifecycles.Lifecycle_Access; Factory : aliased ASF.Beans.Bean_Factory; Locales : ASF.Locales.Factory; Globals : aliased EL.Variables.Default.Default_Variable_Mapper; Functions : aliased EL.Functions.Default.Default_Function_Mapper; -- The component factory Components : aliased ASF.Factory.Component_Factory; -- The action listener. Action_Listener : ASF.Events.Faces.Actions.Action_Listener_Access; -- The navigation handler. Navigation : ASF.Navigations.Navigation_Handler_Access; -- The permission manager. Permissions : Security.Policies.Policy_Manager_Access; -- The OAuth application manager. OAuth : Security.OAuth.Servers.Auth_Manager_Access; -- Exception handler Exceptions : ASF.Contexts.Exceptions.Exception_Handler_Access; end record; end ASF.Applications.Main;
46.333333
97
0.644469
2f705c240918cb63675412bf4feeea6c8f1a2fad
298
ads
Ada
source/image/required/s-widlli.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
source/image/required/s-widlli.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
source/image/required/s-widlli.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
9
2015-02-03T17:09:53.000Z
2021-11-12T01:16:05.000Z
pragma License (Unrestricted); -- implementation unit required by compiler package System.Wid_LLI is pragma Pure; -- required for Long_Long_Integer'Width by compiler (s-widlli.ads) function Width_Long_Long_Integer (Lo, Hi : Long_Long_Integer) return Natural; end System.Wid_LLI;
27.090909
70
0.761745
a1bf5805057f3444e782f810e38f392823593207
5,942
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c4/c41303w.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c4/c41303w.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c4/c41303w.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- C41303W.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained -- unlimited rights in the software and documentation contained herein. -- Unlimited rights are defined in DFAR 252.227-7013(a)(19). By making -- this public release, the Government intends to confer upon all -- recipients unlimited rights equal to those held by the Government. -- These rights include rights to use, duplicate, release or disclose the -- released technical data and computer software in whole or in part, in -- any manner and for any purpose whatsoever, and to have or permit others -- to do so. -- -- DISCLAIMER -- -- ALL MATERIALS OR INFORMATION HEREIN RELEASED, MADE AVAILABLE OR -- DISCLOSED ARE AS IS. THE GOVERNMENT MAKES NO EXPRESS OR IMPLIED -- WARRANTY AS TO ANY MATTER WHATSOEVER, INCLUDING THE CONDITIONS OF THE -- SOFTWARE, DOCUMENTATION OR OTHER INFORMATION RELEASED, MADE AVAILABLE -- OR DISCLOSED, OR THE OWNERSHIP, MERCHANTABILITY, OR FITNESS FOR A -- PARTICULAR PURPOSE OF SAID MATERIAL. --* -- CHECK THAT THE NOTATION L.ALL IS ALLOWED IF L IS THE NAME OF AN -- ACCESS OBJECT DESIGNATING A RECORD, AN ARRAY, A SCALAR, OR -- ANOTHER ACCESS OBJECT. -- CHECK THAT IF A IS AN IDENTIFIER DENOTING AN ACCESS OBJECT WHICH -- IN TURN DESIGNATES AN ACCESS OBJECT, THE FORM A.ALL.ALL IS -- ACCEPTED. -- THIS OBJECTIVE IS COVERED IN SEVERAL TESTS. IN THE FOLLOWING DIAGRAM, -- THE PORTION COVERED BY THE CURRENT TEST IS MARKED BY 'X' . -- || ASSIGNMT | PROC. PARAMETERS -- || ():= :=() | IN OUT IN OUT -- ========================||=============|==================== -- ACC REC || | -- --------------||-------------|-------------------- -- 1 '.ALL' ACC ARR || | -- --------------||-------------|-------------------- -- ACC SCLR || | -- ========================||=============|==================== -- ACC ACC REC || | -- --------------||-------------|-------------------- -- 1 '.ALL' ACC ACC ARR || | -- --------------||-------------|-------------------- -- ACC ACC SCLR || | -- ========================||=============|==================== -- ACC ACC REC || | -- --------------||-------------|-------------------- -- 2 '.ALL' ACC ACC ARR || | -- --------------||-------------|-------------------- -- ACC ACC SCLR || | XXXXXXXXX -- ============================================================ -- RM 1/29/82 -- SPS 12/2/82 WITH REPORT; USE REPORT; PROCEDURE C41303W IS BEGIN TEST ( "C41303W" , "CHECK THAT IF A IS AN IDENTIFIER DENOTING" & " AN ACCESS OBJECT WHICH IN TURN DESIGNATES" & " AN ACCESS OBJECT, THE FORM A.ALL.ALL IS" & " ACCEPTED" ); ------------------------------------------------------------------- --------------- ACCESS TO ACCESS TO SCALAR ---------------------- DECLARE TYPE NEWINT IS NEW INTEGER ; NEWINT_CONST : NEWINT := ( 813 ); NEWINT_VAR : NEWINT := NEWINT_CONST ; NEWINT_VAR0 : NEWINT := NEWINT_CONST ; NEWINT_CONST2 : NEWINT := ( 707 ); TYPE ACCNEWINT IS ACCESS NEWINT ; TYPE ACC_ACCNEWINT IS ACCESS ACCNEWINT ; ACC_ACCNEWINT_VAR : ACC_ACCNEWINT := NEW ACCNEWINT'( NEW NEWINT' ( NEWINT_CONST2 ) ); ACC_ACCNEWINT_VAR0 : ACC_ACCNEWINT := NEW ACCNEWINT'( NEW NEWINT' ( NEWINT_CONST2 ) ); PROCEDURE R_ASSIGN( R_IN : IN NEWINT ; R_INOUT : IN OUT NEWINT ) IS BEGIN NEWINT_VAR := R_IN ; NEWINT_VAR0 := R_INOUT ; END ; PROCEDURE L_ASSIGN( L_OUT : OUT NEWINT ; L_INOUT : IN OUT NEWINT ) IS BEGIN L_OUT := NEWINT_CONST ; L_INOUT := NEWINT_CONST ; END ; BEGIN R_ASSIGN( ACC_ACCNEWINT_VAR.ALL.ALL , ACC_ACCNEWINT_VAR0.ALL.ALL ); IF NEWINT_VAR /= NEWINT_CONST2 THEN FAILED( "ACC2 NEWINT, RIGHT SIDE (1), WRONG VAL." ); END IF; IF NEWINT_VAR0 /= NEWINT_CONST2 THEN FAILED( "ACC2 NEWINT, RIGHT SIDE (2), WRONG VAL." ); END IF; L_ASSIGN( ACC_ACCNEWINT_VAR.ALL.ALL , ACC_ACCNEWINT_VAR0.ALL.ALL ); IF NEWINT_CONST /= ACC_ACCNEWINT_VAR.ALL.ALL THEN FAILED( "ACC2 NEWINT, LEFT SIDE (1), WRONG VAL." ); END IF; IF NEWINT_CONST /= ACC_ACCNEWINT_VAR0.ALL.ALL THEN FAILED( "ACC2 NEWINT, LEFT SIDE (2), WRONG VAL." ); END IF; END ; ------------------------------------------------------------------- RESULT; END C41303W;
37.1375
79
0.409458
a11440a3d2b60cb6358e96b0a30cfbd3156b050d
3,572
adb
Ada
extern/game_support/src/backends/pure_sdl_gnat_sdl/display-basic-utils.adb
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
15
2020-10-07T08:56:45.000Z
2022-02-08T23:13:22.000Z
extern/game_support/src/backends/pure_sdl_gnat_sdl/display-basic-utils.adb
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
20
2020-11-05T14:35:20.000Z
2022-01-13T15:59:33.000Z
extern/game_support/src/backends/pure_sdl_gnat_sdl/display-basic-utils.adb
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
6
2020-10-08T15:57:06.000Z
2021-08-31T12:03:08.000Z
with System; use System; with System.Storage_Elements; with System.Address_To_Access_Conversions; package body Display.Basic.Utils is --------------- -- Put_Pixel -- --------------- package Address_To_Pixel is new System.Address_To_Access_Conversions (SDL_SDL_stdinc_h.Uint32); function RGBA_To_Uint32(Screen : access SDL_Surface; Color : RGBA_T) return Uint32 is begin return SDL_MapRGBA (Screen.format.all'Address, unsigned_char (Color.R), unsigned_char (Color.G), unsigned_char (Color.B), unsigned_char (Color.A)); end RGBA_To_Uint32; procedure Put_Pixel_Slow (Screen : access SDL_Surface; X, Y : Integer; Color : RGBA_T) is begin -- Just ignore out of screen draws if X >= Integer(Screen.w) or else X < 0 or else Y >= Integer(Screen.h) or else Y < 0 then return; end if; declare use System.Storage_Elements; Offset : Storage_Offset := Storage_Offset ((Y * Integer (Screen.w) + X) * Integer (Screen.format.BytesPerPixel)); Pixels : System.Address := Screen.pixels + Offset; begin Address_To_Pixel.To_Pointer (Pixels).all := SDL_MapRGBA (Screen.format.all'Address, unsigned_char (Color.R), unsigned_char (Color.G), unsigned_char (Color.B), unsigned_char (Color.A)); end; end Put_Pixel_Slow; procedure Put_Pixel (Screen : access SDL_Surface; X, Y : Integer; Color : Uint32) is begin -- Just ignore out of screen draws if X >= Integer(Screen.w) or else X < 0 or else Y >= Integer(Screen.h) or else Y < 0 then return; end if; declare use System.Storage_Elements; Offset : Storage_Offset := Storage_Offset ((Y * Integer (Screen.w) + X) * Integer (Screen.format.BytesPerPixel)); Pixels : System.Address := Screen.pixels + Offset; begin Address_To_Pixel.To_Pointer (Pixels).all := Color; end; end Put_Pixel; Nb_Canvas : Integer := 0; function Register_SDL_Surface(S : access SDL_Surface) return Canvas_ID is Current_Id : Canvas_ID; begin if Nb_Canvas = Internal_Canvas'Length then raise Too_Many_Canvas; end if; Current_Id := Canvas_ID(Integer(Internal_Canvas'First) + Nb_Canvas); Internal_Canvas(Current_Id) := T_Internal_Canvas'(Surface => S, Zoom_Factor => 1.0, Center => (0, 0)); Nb_Canvas := Nb_Canvas + 1; return Current_Id; end Register_SDL_Surface; function Get_Internal_Canvas(Canvas : Canvas_ID) return T_Internal_Canvas is begin return Internal_Canvas (Canvas); end Get_Internal_Canvas; procedure Set_Center (Canvas : Canvas_ID; Center : Screen_Point) is begin Internal_Canvas(Canvas).Center := Center; end Set_Center; function Get_Center (Canvas : Canvas_ID) return Screen_Point is begin return Internal_Canvas(Canvas).Center; end Get_Center; procedure Set_Zoom_Factor (Canvas : Canvas_ID; ZF : Float) is begin Internal_Canvas(Canvas).Zoom_Factor := ZF; end Set_Zoom_Factor; end Display.Basic.Utils;
29.278689
79
0.582587
1d0a1d3f939e0ea3b795ed36a5137fe0373b0b09
259,402
adb
Ada
clients/ada-server/generated/src/server/-skeletons.adb
cliffano/pokeapi-clients
92af296c68c3e94afac52642ae22057faaf071ee
[ "MIT" ]
null
null
null
clients/ada-server/generated/src/server/-skeletons.adb
cliffano/pokeapi-clients
92af296c68c3e94afac52642ae22057faaf071ee
[ "MIT" ]
null
null
null
clients/ada-server/generated/src/server/-skeletons.adb
cliffano/pokeapi-clients
92af296c68c3e94afac52642ae22057faaf071ee
[ "MIT" ]
null
null
null
-- -- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -- -- The version of the OpenAPI document: 20220523 -- -- -- NOTE: This package is auto generated by OpenAPI-Generator 5.4.0. -- https://openapi-generator.tech -- Do not edit the class manually. pragma Warnings (Off, "*is not referenced"); with Swagger.Streams; with Swagger.Servers.Operation; package body .Skeletons is pragma Style_Checks ("-mr"); pragma Warnings (Off, "*use clause for package*"); use Swagger.Streams; package body Skeleton is package API_Ability_List is new Swagger.Servers.Operation (Handler => Ability_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/ability/"); -- procedure Ability_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Ability_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Ability_List; package API_Ability_Read is new Swagger.Servers.Operation (Handler => Ability_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/ability/{id}/"); -- procedure Ability_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Ability_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Ability_Read; package API_Berry_List is new Swagger.Servers.Operation (Handler => Berry_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/berry/"); -- procedure Berry_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Berry_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Berry_List; package API_Berry_Read is new Swagger.Servers.Operation (Handler => Berry_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/berry/{id}/"); -- procedure Berry_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Berry_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Berry_Read; package API_Berry_Firmness_List is new Swagger.Servers.Operation (Handler => Berry_Firmness_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/berry-firmness/"); -- procedure Berry_Firmness_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Berry_Firmness_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Berry_Firmness_List; package API_Berry_Firmness_Read is new Swagger.Servers.Operation (Handler => Berry_Firmness_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/berry-firmness/{id}/"); -- procedure Berry_Firmness_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Berry_Firmness_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Berry_Firmness_Read; package API_Berry_Flavor_List is new Swagger.Servers.Operation (Handler => Berry_Flavor_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/berry-flavor/"); -- procedure Berry_Flavor_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Berry_Flavor_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Berry_Flavor_List; package API_Berry_Flavor_Read is new Swagger.Servers.Operation (Handler => Berry_Flavor_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/berry-flavor/{id}/"); -- procedure Berry_Flavor_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Berry_Flavor_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Berry_Flavor_Read; package API_Characteristic_List is new Swagger.Servers.Operation (Handler => Characteristic_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/characteristic/"); -- procedure Characteristic_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Characteristic_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Characteristic_List; package API_Characteristic_Read is new Swagger.Servers.Operation (Handler => Characteristic_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/characteristic/{id}/"); -- procedure Characteristic_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Characteristic_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Characteristic_Read; package API_Contest_Effect_List is new Swagger.Servers.Operation (Handler => Contest_Effect_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/contest-effect/"); -- procedure Contest_Effect_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Contest_Effect_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Contest_Effect_List; package API_Contest_Effect_Read is new Swagger.Servers.Operation (Handler => Contest_Effect_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/contest-effect/{id}/"); -- procedure Contest_Effect_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Contest_Effect_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Contest_Effect_Read; package API_Contest_Type_List is new Swagger.Servers.Operation (Handler => Contest_Type_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/contest-type/"); -- procedure Contest_Type_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Contest_Type_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Contest_Type_List; package API_Contest_Type_Read is new Swagger.Servers.Operation (Handler => Contest_Type_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/contest-type/{id}/"); -- procedure Contest_Type_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Contest_Type_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Contest_Type_Read; package API_Egg_Group_List is new Swagger.Servers.Operation (Handler => Egg_Group_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/egg-group/"); -- procedure Egg_Group_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Egg_Group_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Egg_Group_List; package API_Egg_Group_Read is new Swagger.Servers.Operation (Handler => Egg_Group_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/egg-group/{id}/"); -- procedure Egg_Group_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Egg_Group_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Egg_Group_Read; package API_Encounter_Condition_List is new Swagger.Servers.Operation (Handler => Encounter_Condition_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/encounter-condition/"); -- procedure Encounter_Condition_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Encounter_Condition_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Encounter_Condition_List; package API_Encounter_Condition_Read is new Swagger.Servers.Operation (Handler => Encounter_Condition_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/encounter-condition/{id}/"); -- procedure Encounter_Condition_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Encounter_Condition_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Encounter_Condition_Read; package API_Encounter_Condition_Value_List is new Swagger.Servers.Operation (Handler => Encounter_Condition_Value_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/encounter-condition-value/"); -- procedure Encounter_Condition_Value_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Encounter_Condition_Value_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Encounter_Condition_Value_List; package API_Encounter_Condition_Value_Read is new Swagger.Servers.Operation (Handler => Encounter_Condition_Value_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/encounter-condition-value/{id}/"); -- procedure Encounter_Condition_Value_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Encounter_Condition_Value_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Encounter_Condition_Value_Read; package API_Encounter_Method_List is new Swagger.Servers.Operation (Handler => Encounter_Method_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/encounter-method/"); -- procedure Encounter_Method_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Encounter_Method_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Encounter_Method_List; package API_Encounter_Method_Read is new Swagger.Servers.Operation (Handler => Encounter_Method_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/encounter-method/{id}/"); -- procedure Encounter_Method_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Encounter_Method_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Encounter_Method_Read; package API_Evolution_Chain_List is new Swagger.Servers.Operation (Handler => Evolution_Chain_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/evolution-chain/"); -- procedure Evolution_Chain_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Evolution_Chain_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Evolution_Chain_List; package API_Evolution_Chain_Read is new Swagger.Servers.Operation (Handler => Evolution_Chain_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/evolution-chain/{id}/"); -- procedure Evolution_Chain_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Evolution_Chain_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Evolution_Chain_Read; package API_Evolution_Trigger_List is new Swagger.Servers.Operation (Handler => Evolution_Trigger_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/evolution-trigger/"); -- procedure Evolution_Trigger_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Evolution_Trigger_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Evolution_Trigger_List; package API_Evolution_Trigger_Read is new Swagger.Servers.Operation (Handler => Evolution_Trigger_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/evolution-trigger/{id}/"); -- procedure Evolution_Trigger_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Evolution_Trigger_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Evolution_Trigger_Read; package API_Gender_List is new Swagger.Servers.Operation (Handler => Gender_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/gender/"); -- procedure Gender_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Gender_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Gender_List; package API_Gender_Read is new Swagger.Servers.Operation (Handler => Gender_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/gender/{id}/"); -- procedure Gender_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Gender_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Gender_Read; package API_Generation_List is new Swagger.Servers.Operation (Handler => Generation_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/generation/"); -- procedure Generation_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Generation_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Generation_List; package API_Generation_Read is new Swagger.Servers.Operation (Handler => Generation_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/generation/{id}/"); -- procedure Generation_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Generation_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Generation_Read; package API_Growth_Rate_List is new Swagger.Servers.Operation (Handler => Growth_Rate_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/growth-rate/"); -- procedure Growth_Rate_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Growth_Rate_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Growth_Rate_List; package API_Growth_Rate_Read is new Swagger.Servers.Operation (Handler => Growth_Rate_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/growth-rate/{id}/"); -- procedure Growth_Rate_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Growth_Rate_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Growth_Rate_Read; package API_Item_List is new Swagger.Servers.Operation (Handler => Item_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item/"); -- procedure Item_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Item_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_List; package API_Item_Read is new Swagger.Servers.Operation (Handler => Item_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item/{id}/"); -- procedure Item_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Item_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Read; package API_Item_Attribute_List is new Swagger.Servers.Operation (Handler => Item_Attribute_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item-attribute/"); -- procedure Item_Attribute_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Item_Attribute_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Attribute_List; package API_Item_Attribute_Read is new Swagger.Servers.Operation (Handler => Item_Attribute_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item-attribute/{id}/"); -- procedure Item_Attribute_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Item_Attribute_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Attribute_Read; package API_Item_Category_List is new Swagger.Servers.Operation (Handler => Item_Category_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item-category/"); -- procedure Item_Category_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Item_Category_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Category_List; package API_Item_Category_Read is new Swagger.Servers.Operation (Handler => Item_Category_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item-category/{id}/"); -- procedure Item_Category_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Item_Category_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Category_Read; package API_Item_Fling_Effect_List is new Swagger.Servers.Operation (Handler => Item_Fling_Effect_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item-fling-effect/"); -- procedure Item_Fling_Effect_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Item_Fling_Effect_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Fling_Effect_List; package API_Item_Fling_Effect_Read is new Swagger.Servers.Operation (Handler => Item_Fling_Effect_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item-fling-effect/{id}/"); -- procedure Item_Fling_Effect_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Item_Fling_Effect_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Fling_Effect_Read; package API_Item_Pocket_List is new Swagger.Servers.Operation (Handler => Item_Pocket_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item-pocket/"); -- procedure Item_Pocket_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Item_Pocket_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Pocket_List; package API_Item_Pocket_Read is new Swagger.Servers.Operation (Handler => Item_Pocket_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item-pocket/{id}/"); -- procedure Item_Pocket_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Item_Pocket_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Pocket_Read; package API_Language_List is new Swagger.Servers.Operation (Handler => Language_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/language/"); -- procedure Language_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Language_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Language_List; package API_Language_Read is new Swagger.Servers.Operation (Handler => Language_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/language/{id}/"); -- procedure Language_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Language_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Language_Read; package API_Location_List is new Swagger.Servers.Operation (Handler => Location_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/location/"); -- procedure Location_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Location_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Location_List; package API_Location_Read is new Swagger.Servers.Operation (Handler => Location_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/location/{id}/"); -- procedure Location_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Location_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Location_Read; package API_Location_Area_List is new Swagger.Servers.Operation (Handler => Location_Area_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/location-area/"); -- procedure Location_Area_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Location_Area_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Location_Area_List; package API_Location_Area_Read is new Swagger.Servers.Operation (Handler => Location_Area_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/location-area/{id}/"); -- procedure Location_Area_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Location_Area_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Location_Area_Read; package API_Machine_List is new Swagger.Servers.Operation (Handler => Machine_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/machine/"); -- procedure Machine_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Machine_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Machine_List; package API_Machine_Read is new Swagger.Servers.Operation (Handler => Machine_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/machine/{id}/"); -- procedure Machine_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Machine_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Machine_Read; package API_Move_List is new Swagger.Servers.Operation (Handler => Move_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move/"); -- procedure Move_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Move_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_List; package API_Move_Read is new Swagger.Servers.Operation (Handler => Move_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move/{id}/"); -- procedure Move_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Move_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Read; package API_Move_Ailment_List is new Swagger.Servers.Operation (Handler => Move_Ailment_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-ailment/"); -- procedure Move_Ailment_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Move_Ailment_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Ailment_List; package API_Move_Ailment_Read is new Swagger.Servers.Operation (Handler => Move_Ailment_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-ailment/{id}/"); -- procedure Move_Ailment_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Move_Ailment_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Ailment_Read; package API_Move_Battle_Style_List is new Swagger.Servers.Operation (Handler => Move_Battle_Style_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-battle-style/"); -- procedure Move_Battle_Style_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Move_Battle_Style_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Battle_Style_List; package API_Move_Battle_Style_Read is new Swagger.Servers.Operation (Handler => Move_Battle_Style_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-battle-style/{id}/"); -- procedure Move_Battle_Style_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Move_Battle_Style_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Battle_Style_Read; package API_Move_Category_List is new Swagger.Servers.Operation (Handler => Move_Category_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-category/"); -- procedure Move_Category_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Move_Category_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Category_List; package API_Move_Category_Read is new Swagger.Servers.Operation (Handler => Move_Category_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-category/{id}/"); -- procedure Move_Category_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Move_Category_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Category_Read; package API_Move_Damage_Class_List is new Swagger.Servers.Operation (Handler => Move_Damage_Class_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-damage-class/"); -- procedure Move_Damage_Class_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Move_Damage_Class_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Damage_Class_List; package API_Move_Damage_Class_Read is new Swagger.Servers.Operation (Handler => Move_Damage_Class_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-damage-class/{id}/"); -- procedure Move_Damage_Class_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Move_Damage_Class_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Damage_Class_Read; package API_Move_Learn_Method_List is new Swagger.Servers.Operation (Handler => Move_Learn_Method_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-learn-method/"); -- procedure Move_Learn_Method_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Move_Learn_Method_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Learn_Method_List; package API_Move_Learn_Method_Read is new Swagger.Servers.Operation (Handler => Move_Learn_Method_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-learn-method/{id}/"); -- procedure Move_Learn_Method_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Move_Learn_Method_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Learn_Method_Read; package API_Move_Target_List is new Swagger.Servers.Operation (Handler => Move_Target_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-target/"); -- procedure Move_Target_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Move_Target_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Target_List; package API_Move_Target_Read is new Swagger.Servers.Operation (Handler => Move_Target_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-target/{id}/"); -- procedure Move_Target_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Move_Target_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Target_Read; package API_Nature_List is new Swagger.Servers.Operation (Handler => Nature_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/nature/"); -- procedure Nature_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Nature_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Nature_List; package API_Nature_Read is new Swagger.Servers.Operation (Handler => Nature_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/nature/{id}/"); -- procedure Nature_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Nature_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Nature_Read; package API_Pal_Park_Area_List is new Swagger.Servers.Operation (Handler => Pal_Park_Area_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pal-park-area/"); -- procedure Pal_Park_Area_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Pal_Park_Area_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pal_Park_Area_List; package API_Pal_Park_Area_Read is new Swagger.Servers.Operation (Handler => Pal_Park_Area_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pal-park-area/{id}/"); -- procedure Pal_Park_Area_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Pal_Park_Area_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pal_Park_Area_Read; package API_Pokeathlon_Stat_List is new Swagger.Servers.Operation (Handler => Pokeathlon_Stat_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokeathlon-stat/"); -- procedure Pokeathlon_Stat_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Pokeathlon_Stat_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokeathlon_Stat_List; package API_Pokeathlon_Stat_Read is new Swagger.Servers.Operation (Handler => Pokeathlon_Stat_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokeathlon-stat/{id}/"); -- procedure Pokeathlon_Stat_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Pokeathlon_Stat_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokeathlon_Stat_Read; package API_Pokedex_List is new Swagger.Servers.Operation (Handler => Pokedex_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokedex/"); -- procedure Pokedex_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Pokedex_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokedex_List; package API_Pokedex_Read is new Swagger.Servers.Operation (Handler => Pokedex_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokedex/{id}/"); -- procedure Pokedex_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Pokedex_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokedex_Read; package API_Pokemon_List is new Swagger.Servers.Operation (Handler => Pokemon_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon/"); -- procedure Pokemon_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Pokemon_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_List; package API_Pokemon_Read is new Swagger.Servers.Operation (Handler => Pokemon_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon/{id}/"); -- procedure Pokemon_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Pokemon_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Read; package API_Pokemon_Color_List is new Swagger.Servers.Operation (Handler => Pokemon_Color_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-color/"); -- procedure Pokemon_Color_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Pokemon_Color_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Color_List; package API_Pokemon_Color_Read is new Swagger.Servers.Operation (Handler => Pokemon_Color_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-color/{id}/"); -- procedure Pokemon_Color_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Pokemon_Color_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Color_Read; package API_Pokemon_Form_List is new Swagger.Servers.Operation (Handler => Pokemon_Form_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-form/"); -- procedure Pokemon_Form_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Pokemon_Form_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Form_List; package API_Pokemon_Form_Read is new Swagger.Servers.Operation (Handler => Pokemon_Form_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-form/{id}/"); -- procedure Pokemon_Form_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Pokemon_Form_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Form_Read; package API_Pokemon_Habitat_List is new Swagger.Servers.Operation (Handler => Pokemon_Habitat_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-habitat/"); -- procedure Pokemon_Habitat_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Pokemon_Habitat_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Habitat_List; package API_Pokemon_Habitat_Read is new Swagger.Servers.Operation (Handler => Pokemon_Habitat_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-habitat/{id}/"); -- procedure Pokemon_Habitat_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Pokemon_Habitat_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Habitat_Read; package API_Pokemon_Shape_List is new Swagger.Servers.Operation (Handler => Pokemon_Shape_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-shape/"); -- procedure Pokemon_Shape_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Pokemon_Shape_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Shape_List; package API_Pokemon_Shape_Read is new Swagger.Servers.Operation (Handler => Pokemon_Shape_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-shape/{id}/"); -- procedure Pokemon_Shape_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Pokemon_Shape_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Shape_Read; package API_Pokemon_Species_List is new Swagger.Servers.Operation (Handler => Pokemon_Species_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-species/"); -- procedure Pokemon_Species_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Pokemon_Species_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Species_List; package API_Pokemon_Species_Read is new Swagger.Servers.Operation (Handler => Pokemon_Species_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-species/{id}/"); -- procedure Pokemon_Species_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Pokemon_Species_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Species_Read; package API_Region_List is new Swagger.Servers.Operation (Handler => Region_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/region/"); -- procedure Region_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Region_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Region_List; package API_Region_Read is new Swagger.Servers.Operation (Handler => Region_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/region/{id}/"); -- procedure Region_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Region_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Region_Read; package API_Stat_List is new Swagger.Servers.Operation (Handler => Stat_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/stat/"); -- procedure Stat_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Stat_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Stat_List; package API_Stat_Read is new Swagger.Servers.Operation (Handler => Stat_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/stat/{id}/"); -- procedure Stat_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Stat_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Stat_Read; package API_Super_Contest_Effect_List is new Swagger.Servers.Operation (Handler => Super_Contest_Effect_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/super-contest-effect/"); -- procedure Super_Contest_Effect_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Super_Contest_Effect_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Super_Contest_Effect_List; package API_Super_Contest_Effect_Read is new Swagger.Servers.Operation (Handler => Super_Contest_Effect_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/super-contest-effect/{id}/"); -- procedure Super_Contest_Effect_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Super_Contest_Effect_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Super_Contest_Effect_Read; package API_Type_List is new Swagger.Servers.Operation (Handler => Type_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/type/"); -- procedure Type_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Type_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Type_List; package API_Type_Read is new Swagger.Servers.Operation (Handler => Type_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/type/{id}/"); -- procedure Type_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Type_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Type_Read; package API_Version_List is new Swagger.Servers.Operation (Handler => Version_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/version/"); -- procedure Version_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Version_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Version_List; package API_Version_Read is new Swagger.Servers.Operation (Handler => Version_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/version/{id}/"); -- procedure Version_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Version_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Version_Read; package API_Version_Group_List is new Swagger.Servers.Operation (Handler => Version_Group_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/version-group/"); -- procedure Version_Group_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Impl.Version_Group_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Version_Group_List; package API_Version_Group_Read is new Swagger.Servers.Operation (Handler => Version_Group_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/version-group/{id}/"); -- procedure Version_Group_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Impl : Implementation_Type; Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Impl.Version_Group_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Version_Group_Read; procedure Register (Server : in out Swagger.Servers.Application_Type'Class) is begin Swagger.Servers.Register (Server, API_Ability_List.Definition); Swagger.Servers.Register (Server, API_Ability_Read.Definition); Swagger.Servers.Register (Server, API_Berry_List.Definition); Swagger.Servers.Register (Server, API_Berry_Read.Definition); Swagger.Servers.Register (Server, API_Berry_Firmness_List.Definition); Swagger.Servers.Register (Server, API_Berry_Firmness_Read.Definition); Swagger.Servers.Register (Server, API_Berry_Flavor_List.Definition); Swagger.Servers.Register (Server, API_Berry_Flavor_Read.Definition); Swagger.Servers.Register (Server, API_Characteristic_List.Definition); Swagger.Servers.Register (Server, API_Characteristic_Read.Definition); Swagger.Servers.Register (Server, API_Contest_Effect_List.Definition); Swagger.Servers.Register (Server, API_Contest_Effect_Read.Definition); Swagger.Servers.Register (Server, API_Contest_Type_List.Definition); Swagger.Servers.Register (Server, API_Contest_Type_Read.Definition); Swagger.Servers.Register (Server, API_Egg_Group_List.Definition); Swagger.Servers.Register (Server, API_Egg_Group_Read.Definition); Swagger.Servers.Register (Server, API_Encounter_Condition_List.Definition); Swagger.Servers.Register (Server, API_Encounter_Condition_Read.Definition); Swagger.Servers.Register (Server, API_Encounter_Condition_Value_List.Definition); Swagger.Servers.Register (Server, API_Encounter_Condition_Value_Read.Definition); Swagger.Servers.Register (Server, API_Encounter_Method_List.Definition); Swagger.Servers.Register (Server, API_Encounter_Method_Read.Definition); Swagger.Servers.Register (Server, API_Evolution_Chain_List.Definition); Swagger.Servers.Register (Server, API_Evolution_Chain_Read.Definition); Swagger.Servers.Register (Server, API_Evolution_Trigger_List.Definition); Swagger.Servers.Register (Server, API_Evolution_Trigger_Read.Definition); Swagger.Servers.Register (Server, API_Gender_List.Definition); Swagger.Servers.Register (Server, API_Gender_Read.Definition); Swagger.Servers.Register (Server, API_Generation_List.Definition); Swagger.Servers.Register (Server, API_Generation_Read.Definition); Swagger.Servers.Register (Server, API_Growth_Rate_List.Definition); Swagger.Servers.Register (Server, API_Growth_Rate_Read.Definition); Swagger.Servers.Register (Server, API_Item_List.Definition); Swagger.Servers.Register (Server, API_Item_Read.Definition); Swagger.Servers.Register (Server, API_Item_Attribute_List.Definition); Swagger.Servers.Register (Server, API_Item_Attribute_Read.Definition); Swagger.Servers.Register (Server, API_Item_Category_List.Definition); Swagger.Servers.Register (Server, API_Item_Category_Read.Definition); Swagger.Servers.Register (Server, API_Item_Fling_Effect_List.Definition); Swagger.Servers.Register (Server, API_Item_Fling_Effect_Read.Definition); Swagger.Servers.Register (Server, API_Item_Pocket_List.Definition); Swagger.Servers.Register (Server, API_Item_Pocket_Read.Definition); Swagger.Servers.Register (Server, API_Language_List.Definition); Swagger.Servers.Register (Server, API_Language_Read.Definition); Swagger.Servers.Register (Server, API_Location_List.Definition); Swagger.Servers.Register (Server, API_Location_Read.Definition); Swagger.Servers.Register (Server, API_Location_Area_List.Definition); Swagger.Servers.Register (Server, API_Location_Area_Read.Definition); Swagger.Servers.Register (Server, API_Machine_List.Definition); Swagger.Servers.Register (Server, API_Machine_Read.Definition); Swagger.Servers.Register (Server, API_Move_List.Definition); Swagger.Servers.Register (Server, API_Move_Read.Definition); Swagger.Servers.Register (Server, API_Move_Ailment_List.Definition); Swagger.Servers.Register (Server, API_Move_Ailment_Read.Definition); Swagger.Servers.Register (Server, API_Move_Battle_Style_List.Definition); Swagger.Servers.Register (Server, API_Move_Battle_Style_Read.Definition); Swagger.Servers.Register (Server, API_Move_Category_List.Definition); Swagger.Servers.Register (Server, API_Move_Category_Read.Definition); Swagger.Servers.Register (Server, API_Move_Damage_Class_List.Definition); Swagger.Servers.Register (Server, API_Move_Damage_Class_Read.Definition); Swagger.Servers.Register (Server, API_Move_Learn_Method_List.Definition); Swagger.Servers.Register (Server, API_Move_Learn_Method_Read.Definition); Swagger.Servers.Register (Server, API_Move_Target_List.Definition); Swagger.Servers.Register (Server, API_Move_Target_Read.Definition); Swagger.Servers.Register (Server, API_Nature_List.Definition); Swagger.Servers.Register (Server, API_Nature_Read.Definition); Swagger.Servers.Register (Server, API_Pal_Park_Area_List.Definition); Swagger.Servers.Register (Server, API_Pal_Park_Area_Read.Definition); Swagger.Servers.Register (Server, API_Pokeathlon_Stat_List.Definition); Swagger.Servers.Register (Server, API_Pokeathlon_Stat_Read.Definition); Swagger.Servers.Register (Server, API_Pokedex_List.Definition); Swagger.Servers.Register (Server, API_Pokedex_Read.Definition); Swagger.Servers.Register (Server, API_Pokemon_List.Definition); Swagger.Servers.Register (Server, API_Pokemon_Read.Definition); Swagger.Servers.Register (Server, API_Pokemon_Color_List.Definition); Swagger.Servers.Register (Server, API_Pokemon_Color_Read.Definition); Swagger.Servers.Register (Server, API_Pokemon_Form_List.Definition); Swagger.Servers.Register (Server, API_Pokemon_Form_Read.Definition); Swagger.Servers.Register (Server, API_Pokemon_Habitat_List.Definition); Swagger.Servers.Register (Server, API_Pokemon_Habitat_Read.Definition); Swagger.Servers.Register (Server, API_Pokemon_Shape_List.Definition); Swagger.Servers.Register (Server, API_Pokemon_Shape_Read.Definition); Swagger.Servers.Register (Server, API_Pokemon_Species_List.Definition); Swagger.Servers.Register (Server, API_Pokemon_Species_Read.Definition); Swagger.Servers.Register (Server, API_Region_List.Definition); Swagger.Servers.Register (Server, API_Region_Read.Definition); Swagger.Servers.Register (Server, API_Stat_List.Definition); Swagger.Servers.Register (Server, API_Stat_Read.Definition); Swagger.Servers.Register (Server, API_Super_Contest_Effect_List.Definition); Swagger.Servers.Register (Server, API_Super_Contest_Effect_Read.Definition); Swagger.Servers.Register (Server, API_Type_List.Definition); Swagger.Servers.Register (Server, API_Type_Read.Definition); Swagger.Servers.Register (Server, API_Version_List.Definition); Swagger.Servers.Register (Server, API_Version_Read.Definition); Swagger.Servers.Register (Server, API_Version_Group_List.Definition); Swagger.Servers.Register (Server, API_Version_Group_Read.Definition); end Register; end Skeleton; package body Shared_Instance is -- procedure Ability_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Ability_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Ability_List; package API_Ability_List is new Swagger.Servers.Operation (Handler => Ability_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/ability/"); -- procedure Ability_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Ability_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Ability_Read; package API_Ability_Read is new Swagger.Servers.Operation (Handler => Ability_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/ability/{id}/"); -- procedure Berry_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Berry_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Berry_List; package API_Berry_List is new Swagger.Servers.Operation (Handler => Berry_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/berry/"); -- procedure Berry_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Berry_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Berry_Read; package API_Berry_Read is new Swagger.Servers.Operation (Handler => Berry_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/berry/{id}/"); -- procedure Berry_Firmness_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Berry_Firmness_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Berry_Firmness_List; package API_Berry_Firmness_List is new Swagger.Servers.Operation (Handler => Berry_Firmness_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/berry-firmness/"); -- procedure Berry_Firmness_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Berry_Firmness_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Berry_Firmness_Read; package API_Berry_Firmness_Read is new Swagger.Servers.Operation (Handler => Berry_Firmness_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/berry-firmness/{id}/"); -- procedure Berry_Flavor_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Berry_Flavor_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Berry_Flavor_List; package API_Berry_Flavor_List is new Swagger.Servers.Operation (Handler => Berry_Flavor_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/berry-flavor/"); -- procedure Berry_Flavor_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Berry_Flavor_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Berry_Flavor_Read; package API_Berry_Flavor_Read is new Swagger.Servers.Operation (Handler => Berry_Flavor_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/berry-flavor/{id}/"); -- procedure Characteristic_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Characteristic_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Characteristic_List; package API_Characteristic_List is new Swagger.Servers.Operation (Handler => Characteristic_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/characteristic/"); -- procedure Characteristic_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Characteristic_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Characteristic_Read; package API_Characteristic_Read is new Swagger.Servers.Operation (Handler => Characteristic_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/characteristic/{id}/"); -- procedure Contest_Effect_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Contest_Effect_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Contest_Effect_List; package API_Contest_Effect_List is new Swagger.Servers.Operation (Handler => Contest_Effect_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/contest-effect/"); -- procedure Contest_Effect_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Contest_Effect_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Contest_Effect_Read; package API_Contest_Effect_Read is new Swagger.Servers.Operation (Handler => Contest_Effect_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/contest-effect/{id}/"); -- procedure Contest_Type_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Contest_Type_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Contest_Type_List; package API_Contest_Type_List is new Swagger.Servers.Operation (Handler => Contest_Type_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/contest-type/"); -- procedure Contest_Type_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Contest_Type_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Contest_Type_Read; package API_Contest_Type_Read is new Swagger.Servers.Operation (Handler => Contest_Type_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/contest-type/{id}/"); -- procedure Egg_Group_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Egg_Group_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Egg_Group_List; package API_Egg_Group_List is new Swagger.Servers.Operation (Handler => Egg_Group_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/egg-group/"); -- procedure Egg_Group_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Egg_Group_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Egg_Group_Read; package API_Egg_Group_Read is new Swagger.Servers.Operation (Handler => Egg_Group_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/egg-group/{id}/"); -- procedure Encounter_Condition_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Encounter_Condition_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Encounter_Condition_List; package API_Encounter_Condition_List is new Swagger.Servers.Operation (Handler => Encounter_Condition_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/encounter-condition/"); -- procedure Encounter_Condition_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Encounter_Condition_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Encounter_Condition_Read; package API_Encounter_Condition_Read is new Swagger.Servers.Operation (Handler => Encounter_Condition_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/encounter-condition/{id}/"); -- procedure Encounter_Condition_Value_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Encounter_Condition_Value_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Encounter_Condition_Value_List; package API_Encounter_Condition_Value_List is new Swagger.Servers.Operation (Handler => Encounter_Condition_Value_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/encounter-condition-value/"); -- procedure Encounter_Condition_Value_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Encounter_Condition_Value_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Encounter_Condition_Value_Read; package API_Encounter_Condition_Value_Read is new Swagger.Servers.Operation (Handler => Encounter_Condition_Value_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/encounter-condition-value/{id}/"); -- procedure Encounter_Method_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Encounter_Method_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Encounter_Method_List; package API_Encounter_Method_List is new Swagger.Servers.Operation (Handler => Encounter_Method_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/encounter-method/"); -- procedure Encounter_Method_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Encounter_Method_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Encounter_Method_Read; package API_Encounter_Method_Read is new Swagger.Servers.Operation (Handler => Encounter_Method_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/encounter-method/{id}/"); -- procedure Evolution_Chain_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Evolution_Chain_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Evolution_Chain_List; package API_Evolution_Chain_List is new Swagger.Servers.Operation (Handler => Evolution_Chain_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/evolution-chain/"); -- procedure Evolution_Chain_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Evolution_Chain_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Evolution_Chain_Read; package API_Evolution_Chain_Read is new Swagger.Servers.Operation (Handler => Evolution_Chain_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/evolution-chain/{id}/"); -- procedure Evolution_Trigger_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Evolution_Trigger_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Evolution_Trigger_List; package API_Evolution_Trigger_List is new Swagger.Servers.Operation (Handler => Evolution_Trigger_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/evolution-trigger/"); -- procedure Evolution_Trigger_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Evolution_Trigger_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Evolution_Trigger_Read; package API_Evolution_Trigger_Read is new Swagger.Servers.Operation (Handler => Evolution_Trigger_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/evolution-trigger/{id}/"); -- procedure Gender_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Gender_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Gender_List; package API_Gender_List is new Swagger.Servers.Operation (Handler => Gender_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/gender/"); -- procedure Gender_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Gender_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Gender_Read; package API_Gender_Read is new Swagger.Servers.Operation (Handler => Gender_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/gender/{id}/"); -- procedure Generation_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Generation_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Generation_List; package API_Generation_List is new Swagger.Servers.Operation (Handler => Generation_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/generation/"); -- procedure Generation_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Generation_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Generation_Read; package API_Generation_Read is new Swagger.Servers.Operation (Handler => Generation_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/generation/{id}/"); -- procedure Growth_Rate_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Growth_Rate_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Growth_Rate_List; package API_Growth_Rate_List is new Swagger.Servers.Operation (Handler => Growth_Rate_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/growth-rate/"); -- procedure Growth_Rate_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Growth_Rate_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Growth_Rate_Read; package API_Growth_Rate_Read is new Swagger.Servers.Operation (Handler => Growth_Rate_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/growth-rate/{id}/"); -- procedure Item_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Item_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_List; package API_Item_List is new Swagger.Servers.Operation (Handler => Item_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item/"); -- procedure Item_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Item_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Read; package API_Item_Read is new Swagger.Servers.Operation (Handler => Item_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item/{id}/"); -- procedure Item_Attribute_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Item_Attribute_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Attribute_List; package API_Item_Attribute_List is new Swagger.Servers.Operation (Handler => Item_Attribute_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item-attribute/"); -- procedure Item_Attribute_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Item_Attribute_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Attribute_Read; package API_Item_Attribute_Read is new Swagger.Servers.Operation (Handler => Item_Attribute_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item-attribute/{id}/"); -- procedure Item_Category_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Item_Category_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Category_List; package API_Item_Category_List is new Swagger.Servers.Operation (Handler => Item_Category_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item-category/"); -- procedure Item_Category_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Item_Category_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Category_Read; package API_Item_Category_Read is new Swagger.Servers.Operation (Handler => Item_Category_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item-category/{id}/"); -- procedure Item_Fling_Effect_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Item_Fling_Effect_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Fling_Effect_List; package API_Item_Fling_Effect_List is new Swagger.Servers.Operation (Handler => Item_Fling_Effect_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item-fling-effect/"); -- procedure Item_Fling_Effect_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Item_Fling_Effect_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Fling_Effect_Read; package API_Item_Fling_Effect_Read is new Swagger.Servers.Operation (Handler => Item_Fling_Effect_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item-fling-effect/{id}/"); -- procedure Item_Pocket_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Item_Pocket_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Pocket_List; package API_Item_Pocket_List is new Swagger.Servers.Operation (Handler => Item_Pocket_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item-pocket/"); -- procedure Item_Pocket_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Item_Pocket_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Item_Pocket_Read; package API_Item_Pocket_Read is new Swagger.Servers.Operation (Handler => Item_Pocket_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/item-pocket/{id}/"); -- procedure Language_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Language_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Language_List; package API_Language_List is new Swagger.Servers.Operation (Handler => Language_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/language/"); -- procedure Language_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Language_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Language_Read; package API_Language_Read is new Swagger.Servers.Operation (Handler => Language_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/language/{id}/"); -- procedure Location_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Location_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Location_List; package API_Location_List is new Swagger.Servers.Operation (Handler => Location_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/location/"); -- procedure Location_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Location_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Location_Read; package API_Location_Read is new Swagger.Servers.Operation (Handler => Location_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/location/{id}/"); -- procedure Location_Area_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Location_Area_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Location_Area_List; package API_Location_Area_List is new Swagger.Servers.Operation (Handler => Location_Area_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/location-area/"); -- procedure Location_Area_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Location_Area_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Location_Area_Read; package API_Location_Area_Read is new Swagger.Servers.Operation (Handler => Location_Area_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/location-area/{id}/"); -- procedure Machine_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Machine_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Machine_List; package API_Machine_List is new Swagger.Servers.Operation (Handler => Machine_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/machine/"); -- procedure Machine_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Machine_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Machine_Read; package API_Machine_Read is new Swagger.Servers.Operation (Handler => Machine_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/machine/{id}/"); -- procedure Move_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Move_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_List; package API_Move_List is new Swagger.Servers.Operation (Handler => Move_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move/"); -- procedure Move_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Move_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Read; package API_Move_Read is new Swagger.Servers.Operation (Handler => Move_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move/{id}/"); -- procedure Move_Ailment_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Move_Ailment_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Ailment_List; package API_Move_Ailment_List is new Swagger.Servers.Operation (Handler => Move_Ailment_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-ailment/"); -- procedure Move_Ailment_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Move_Ailment_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Ailment_Read; package API_Move_Ailment_Read is new Swagger.Servers.Operation (Handler => Move_Ailment_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-ailment/{id}/"); -- procedure Move_Battle_Style_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Move_Battle_Style_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Battle_Style_List; package API_Move_Battle_Style_List is new Swagger.Servers.Operation (Handler => Move_Battle_Style_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-battle-style/"); -- procedure Move_Battle_Style_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Move_Battle_Style_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Battle_Style_Read; package API_Move_Battle_Style_Read is new Swagger.Servers.Operation (Handler => Move_Battle_Style_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-battle-style/{id}/"); -- procedure Move_Category_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Move_Category_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Category_List; package API_Move_Category_List is new Swagger.Servers.Operation (Handler => Move_Category_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-category/"); -- procedure Move_Category_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Move_Category_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Category_Read; package API_Move_Category_Read is new Swagger.Servers.Operation (Handler => Move_Category_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-category/{id}/"); -- procedure Move_Damage_Class_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Move_Damage_Class_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Damage_Class_List; package API_Move_Damage_Class_List is new Swagger.Servers.Operation (Handler => Move_Damage_Class_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-damage-class/"); -- procedure Move_Damage_Class_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Move_Damage_Class_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Damage_Class_Read; package API_Move_Damage_Class_Read is new Swagger.Servers.Operation (Handler => Move_Damage_Class_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-damage-class/{id}/"); -- procedure Move_Learn_Method_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Move_Learn_Method_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Learn_Method_List; package API_Move_Learn_Method_List is new Swagger.Servers.Operation (Handler => Move_Learn_Method_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-learn-method/"); -- procedure Move_Learn_Method_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Move_Learn_Method_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Learn_Method_Read; package API_Move_Learn_Method_Read is new Swagger.Servers.Operation (Handler => Move_Learn_Method_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-learn-method/{id}/"); -- procedure Move_Target_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Move_Target_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Target_List; package API_Move_Target_List is new Swagger.Servers.Operation (Handler => Move_Target_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-target/"); -- procedure Move_Target_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Move_Target_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Move_Target_Read; package API_Move_Target_Read is new Swagger.Servers.Operation (Handler => Move_Target_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/move-target/{id}/"); -- procedure Nature_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Nature_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Nature_List; package API_Nature_List is new Swagger.Servers.Operation (Handler => Nature_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/nature/"); -- procedure Nature_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Nature_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Nature_Read; package API_Nature_Read is new Swagger.Servers.Operation (Handler => Nature_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/nature/{id}/"); -- procedure Pal_Park_Area_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Pal_Park_Area_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pal_Park_Area_List; package API_Pal_Park_Area_List is new Swagger.Servers.Operation (Handler => Pal_Park_Area_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pal-park-area/"); -- procedure Pal_Park_Area_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Pal_Park_Area_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pal_Park_Area_Read; package API_Pal_Park_Area_Read is new Swagger.Servers.Operation (Handler => Pal_Park_Area_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pal-park-area/{id}/"); -- procedure Pokeathlon_Stat_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Pokeathlon_Stat_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokeathlon_Stat_List; package API_Pokeathlon_Stat_List is new Swagger.Servers.Operation (Handler => Pokeathlon_Stat_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokeathlon-stat/"); -- procedure Pokeathlon_Stat_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Pokeathlon_Stat_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokeathlon_Stat_Read; package API_Pokeathlon_Stat_Read is new Swagger.Servers.Operation (Handler => Pokeathlon_Stat_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokeathlon-stat/{id}/"); -- procedure Pokedex_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Pokedex_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokedex_List; package API_Pokedex_List is new Swagger.Servers.Operation (Handler => Pokedex_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokedex/"); -- procedure Pokedex_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Pokedex_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokedex_Read; package API_Pokedex_Read is new Swagger.Servers.Operation (Handler => Pokedex_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokedex/{id}/"); -- procedure Pokemon_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Pokemon_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_List; package API_Pokemon_List is new Swagger.Servers.Operation (Handler => Pokemon_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon/"); -- procedure Pokemon_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Pokemon_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Read; package API_Pokemon_Read is new Swagger.Servers.Operation (Handler => Pokemon_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon/{id}/"); -- procedure Pokemon_Color_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Pokemon_Color_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Color_List; package API_Pokemon_Color_List is new Swagger.Servers.Operation (Handler => Pokemon_Color_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-color/"); -- procedure Pokemon_Color_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Pokemon_Color_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Color_Read; package API_Pokemon_Color_Read is new Swagger.Servers.Operation (Handler => Pokemon_Color_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-color/{id}/"); -- procedure Pokemon_Form_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Pokemon_Form_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Form_List; package API_Pokemon_Form_List is new Swagger.Servers.Operation (Handler => Pokemon_Form_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-form/"); -- procedure Pokemon_Form_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Pokemon_Form_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Form_Read; package API_Pokemon_Form_Read is new Swagger.Servers.Operation (Handler => Pokemon_Form_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-form/{id}/"); -- procedure Pokemon_Habitat_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Pokemon_Habitat_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Habitat_List; package API_Pokemon_Habitat_List is new Swagger.Servers.Operation (Handler => Pokemon_Habitat_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-habitat/"); -- procedure Pokemon_Habitat_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Pokemon_Habitat_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Habitat_Read; package API_Pokemon_Habitat_Read is new Swagger.Servers.Operation (Handler => Pokemon_Habitat_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-habitat/{id}/"); -- procedure Pokemon_Shape_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Pokemon_Shape_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Shape_List; package API_Pokemon_Shape_List is new Swagger.Servers.Operation (Handler => Pokemon_Shape_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-shape/"); -- procedure Pokemon_Shape_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Pokemon_Shape_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Shape_Read; package API_Pokemon_Shape_Read is new Swagger.Servers.Operation (Handler => Pokemon_Shape_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-shape/{id}/"); -- procedure Pokemon_Species_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Pokemon_Species_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Species_List; package API_Pokemon_Species_List is new Swagger.Servers.Operation (Handler => Pokemon_Species_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-species/"); -- procedure Pokemon_Species_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Pokemon_Species_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Pokemon_Species_Read; package API_Pokemon_Species_Read is new Swagger.Servers.Operation (Handler => Pokemon_Species_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/pokemon-species/{id}/"); -- procedure Region_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Region_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Region_List; package API_Region_List is new Swagger.Servers.Operation (Handler => Region_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/region/"); -- procedure Region_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Region_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Region_Read; package API_Region_Read is new Swagger.Servers.Operation (Handler => Region_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/region/{id}/"); -- procedure Stat_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Stat_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Stat_List; package API_Stat_List is new Swagger.Servers.Operation (Handler => Stat_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/stat/"); -- procedure Stat_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Stat_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Stat_Read; package API_Stat_Read is new Swagger.Servers.Operation (Handler => Stat_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/stat/{id}/"); -- procedure Super_Contest_Effect_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Super_Contest_Effect_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Super_Contest_Effect_List; package API_Super_Contest_Effect_List is new Swagger.Servers.Operation (Handler => Super_Contest_Effect_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/super-contest-effect/"); -- procedure Super_Contest_Effect_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Super_Contest_Effect_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Super_Contest_Effect_Read; package API_Super_Contest_Effect_Read is new Swagger.Servers.Operation (Handler => Super_Contest_Effect_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/super-contest-effect/{id}/"); -- procedure Type_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Type_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Type_List; package API_Type_List is new Swagger.Servers.Operation (Handler => Type_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/type/"); -- procedure Type_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Type_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Type_Read; package API_Type_Read is new Swagger.Servers.Operation (Handler => Type_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/type/{id}/"); -- procedure Version_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Version_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Version_List; package API_Version_List is new Swagger.Servers.Operation (Handler => Version_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/version/"); -- procedure Version_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Version_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Version_Read; package API_Version_Read is new Swagger.Servers.Operation (Handler => Version_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/version/{id}/"); -- procedure Version_Group_List (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Limit : Swagger.Nullable_Integer; Offset : Swagger.Nullable_Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Query_Parameter (Req, "limit", Limit); Swagger.Servers.Get_Query_Parameter (Req, "offset", Offset); Server.Version_Group_List (Limit, Offset, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Version_Group_List; package API_Version_Group_List is new Swagger.Servers.Operation (Handler => Version_Group_List, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/version-group/"); -- procedure Version_Group_Read (Req : in out Swagger.Servers.Request'Class; Reply : in out Swagger.Servers.Response'Class; Stream : in out Swagger.Servers.Output_Stream'Class; Context : in out Swagger.Servers.Context_Type) is Id : Integer; Result : Swagger.UString; begin Swagger.Servers.Get_Path_Parameter (Req, 1, Id); Server.Version_Group_Read (Id, Result, Context); if Context.Get_Status = 200 then Stream.Start_Document; Swagger.Streams.Serialize (Stream, "", Result); Stream.End_Document; end if; end Version_Group_Read; package API_Version_Group_Read is new Swagger.Servers.Operation (Handler => Version_Group_Read, Method => Swagger.Servers.GET, URI => URI_Prefix & "/api/v2/version-group/{id}/"); procedure Register (Server : in out Swagger.Servers.Application_Type'Class) is begin Swagger.Servers.Register (Server, API_Ability_List.Definition); Swagger.Servers.Register (Server, API_Ability_Read.Definition); Swagger.Servers.Register (Server, API_Berry_List.Definition); Swagger.Servers.Register (Server, API_Berry_Read.Definition); Swagger.Servers.Register (Server, API_Berry_Firmness_List.Definition); Swagger.Servers.Register (Server, API_Berry_Firmness_Read.Definition); Swagger.Servers.Register (Server, API_Berry_Flavor_List.Definition); Swagger.Servers.Register (Server, API_Berry_Flavor_Read.Definition); Swagger.Servers.Register (Server, API_Characteristic_List.Definition); Swagger.Servers.Register (Server, API_Characteristic_Read.Definition); Swagger.Servers.Register (Server, API_Contest_Effect_List.Definition); Swagger.Servers.Register (Server, API_Contest_Effect_Read.Definition); Swagger.Servers.Register (Server, API_Contest_Type_List.Definition); Swagger.Servers.Register (Server, API_Contest_Type_Read.Definition); Swagger.Servers.Register (Server, API_Egg_Group_List.Definition); Swagger.Servers.Register (Server, API_Egg_Group_Read.Definition); Swagger.Servers.Register (Server, API_Encounter_Condition_List.Definition); Swagger.Servers.Register (Server, API_Encounter_Condition_Read.Definition); Swagger.Servers.Register (Server, API_Encounter_Condition_Value_List.Definition); Swagger.Servers.Register (Server, API_Encounter_Condition_Value_Read.Definition); Swagger.Servers.Register (Server, API_Encounter_Method_List.Definition); Swagger.Servers.Register (Server, API_Encounter_Method_Read.Definition); Swagger.Servers.Register (Server, API_Evolution_Chain_List.Definition); Swagger.Servers.Register (Server, API_Evolution_Chain_Read.Definition); Swagger.Servers.Register (Server, API_Evolution_Trigger_List.Definition); Swagger.Servers.Register (Server, API_Evolution_Trigger_Read.Definition); Swagger.Servers.Register (Server, API_Gender_List.Definition); Swagger.Servers.Register (Server, API_Gender_Read.Definition); Swagger.Servers.Register (Server, API_Generation_List.Definition); Swagger.Servers.Register (Server, API_Generation_Read.Definition); Swagger.Servers.Register (Server, API_Growth_Rate_List.Definition); Swagger.Servers.Register (Server, API_Growth_Rate_Read.Definition); Swagger.Servers.Register (Server, API_Item_List.Definition); Swagger.Servers.Register (Server, API_Item_Read.Definition); Swagger.Servers.Register (Server, API_Item_Attribute_List.Definition); Swagger.Servers.Register (Server, API_Item_Attribute_Read.Definition); Swagger.Servers.Register (Server, API_Item_Category_List.Definition); Swagger.Servers.Register (Server, API_Item_Category_Read.Definition); Swagger.Servers.Register (Server, API_Item_Fling_Effect_List.Definition); Swagger.Servers.Register (Server, API_Item_Fling_Effect_Read.Definition); Swagger.Servers.Register (Server, API_Item_Pocket_List.Definition); Swagger.Servers.Register (Server, API_Item_Pocket_Read.Definition); Swagger.Servers.Register (Server, API_Language_List.Definition); Swagger.Servers.Register (Server, API_Language_Read.Definition); Swagger.Servers.Register (Server, API_Location_List.Definition); Swagger.Servers.Register (Server, API_Location_Read.Definition); Swagger.Servers.Register (Server, API_Location_Area_List.Definition); Swagger.Servers.Register (Server, API_Location_Area_Read.Definition); Swagger.Servers.Register (Server, API_Machine_List.Definition); Swagger.Servers.Register (Server, API_Machine_Read.Definition); Swagger.Servers.Register (Server, API_Move_List.Definition); Swagger.Servers.Register (Server, API_Move_Read.Definition); Swagger.Servers.Register (Server, API_Move_Ailment_List.Definition); Swagger.Servers.Register (Server, API_Move_Ailment_Read.Definition); Swagger.Servers.Register (Server, API_Move_Battle_Style_List.Definition); Swagger.Servers.Register (Server, API_Move_Battle_Style_Read.Definition); Swagger.Servers.Register (Server, API_Move_Category_List.Definition); Swagger.Servers.Register (Server, API_Move_Category_Read.Definition); Swagger.Servers.Register (Server, API_Move_Damage_Class_List.Definition); Swagger.Servers.Register (Server, API_Move_Damage_Class_Read.Definition); Swagger.Servers.Register (Server, API_Move_Learn_Method_List.Definition); Swagger.Servers.Register (Server, API_Move_Learn_Method_Read.Definition); Swagger.Servers.Register (Server, API_Move_Target_List.Definition); Swagger.Servers.Register (Server, API_Move_Target_Read.Definition); Swagger.Servers.Register (Server, API_Nature_List.Definition); Swagger.Servers.Register (Server, API_Nature_Read.Definition); Swagger.Servers.Register (Server, API_Pal_Park_Area_List.Definition); Swagger.Servers.Register (Server, API_Pal_Park_Area_Read.Definition); Swagger.Servers.Register (Server, API_Pokeathlon_Stat_List.Definition); Swagger.Servers.Register (Server, API_Pokeathlon_Stat_Read.Definition); Swagger.Servers.Register (Server, API_Pokedex_List.Definition); Swagger.Servers.Register (Server, API_Pokedex_Read.Definition); Swagger.Servers.Register (Server, API_Pokemon_List.Definition); Swagger.Servers.Register (Server, API_Pokemon_Read.Definition); Swagger.Servers.Register (Server, API_Pokemon_Color_List.Definition); Swagger.Servers.Register (Server, API_Pokemon_Color_Read.Definition); Swagger.Servers.Register (Server, API_Pokemon_Form_List.Definition); Swagger.Servers.Register (Server, API_Pokemon_Form_Read.Definition); Swagger.Servers.Register (Server, API_Pokemon_Habitat_List.Definition); Swagger.Servers.Register (Server, API_Pokemon_Habitat_Read.Definition); Swagger.Servers.Register (Server, API_Pokemon_Shape_List.Definition); Swagger.Servers.Register (Server, API_Pokemon_Shape_Read.Definition); Swagger.Servers.Register (Server, API_Pokemon_Species_List.Definition); Swagger.Servers.Register (Server, API_Pokemon_Species_Read.Definition); Swagger.Servers.Register (Server, API_Region_List.Definition); Swagger.Servers.Register (Server, API_Region_Read.Definition); Swagger.Servers.Register (Server, API_Stat_List.Definition); Swagger.Servers.Register (Server, API_Stat_Read.Definition); Swagger.Servers.Register (Server, API_Super_Contest_Effect_List.Definition); Swagger.Servers.Register (Server, API_Super_Contest_Effect_Read.Definition); Swagger.Servers.Register (Server, API_Type_List.Definition); Swagger.Servers.Register (Server, API_Type_Read.Definition); Swagger.Servers.Register (Server, API_Version_List.Definition); Swagger.Servers.Register (Server, API_Version_Read.Definition); Swagger.Servers.Register (Server, API_Version_Group_List.Definition); Swagger.Servers.Register (Server, API_Version_Group_Read.Definition); end Register; protected body Server is -- procedure Ability_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Ability_List (Limit, Offset, Result, Context); end Ability_List; -- procedure Ability_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Ability_Read (Id, Result, Context); end Ability_Read; -- procedure Berry_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Berry_List (Limit, Offset, Result, Context); end Berry_List; -- procedure Berry_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Berry_Read (Id, Result, Context); end Berry_Read; -- procedure Berry_Firmness_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Berry_Firmness_List (Limit, Offset, Result, Context); end Berry_Firmness_List; -- procedure Berry_Firmness_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Berry_Firmness_Read (Id, Result, Context); end Berry_Firmness_Read; -- procedure Berry_Flavor_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Berry_Flavor_List (Limit, Offset, Result, Context); end Berry_Flavor_List; -- procedure Berry_Flavor_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Berry_Flavor_Read (Id, Result, Context); end Berry_Flavor_Read; -- procedure Characteristic_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Characteristic_List (Limit, Offset, Result, Context); end Characteristic_List; -- procedure Characteristic_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Characteristic_Read (Id, Result, Context); end Characteristic_Read; -- procedure Contest_Effect_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Contest_Effect_List (Limit, Offset, Result, Context); end Contest_Effect_List; -- procedure Contest_Effect_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Contest_Effect_Read (Id, Result, Context); end Contest_Effect_Read; -- procedure Contest_Type_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Contest_Type_List (Limit, Offset, Result, Context); end Contest_Type_List; -- procedure Contest_Type_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Contest_Type_Read (Id, Result, Context); end Contest_Type_Read; -- procedure Egg_Group_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Egg_Group_List (Limit, Offset, Result, Context); end Egg_Group_List; -- procedure Egg_Group_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Egg_Group_Read (Id, Result, Context); end Egg_Group_Read; -- procedure Encounter_Condition_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Encounter_Condition_List (Limit, Offset, Result, Context); end Encounter_Condition_List; -- procedure Encounter_Condition_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Encounter_Condition_Read (Id, Result, Context); end Encounter_Condition_Read; -- procedure Encounter_Condition_Value_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Encounter_Condition_Value_List (Limit, Offset, Result, Context); end Encounter_Condition_Value_List; -- procedure Encounter_Condition_Value_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Encounter_Condition_Value_Read (Id, Result, Context); end Encounter_Condition_Value_Read; -- procedure Encounter_Method_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Encounter_Method_List (Limit, Offset, Result, Context); end Encounter_Method_List; -- procedure Encounter_Method_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Encounter_Method_Read (Id, Result, Context); end Encounter_Method_Read; -- procedure Evolution_Chain_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Evolution_Chain_List (Limit, Offset, Result, Context); end Evolution_Chain_List; -- procedure Evolution_Chain_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Evolution_Chain_Read (Id, Result, Context); end Evolution_Chain_Read; -- procedure Evolution_Trigger_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Evolution_Trigger_List (Limit, Offset, Result, Context); end Evolution_Trigger_List; -- procedure Evolution_Trigger_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Evolution_Trigger_Read (Id, Result, Context); end Evolution_Trigger_Read; -- procedure Gender_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Gender_List (Limit, Offset, Result, Context); end Gender_List; -- procedure Gender_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Gender_Read (Id, Result, Context); end Gender_Read; -- procedure Generation_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Generation_List (Limit, Offset, Result, Context); end Generation_List; -- procedure Generation_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Generation_Read (Id, Result, Context); end Generation_Read; -- procedure Growth_Rate_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Growth_Rate_List (Limit, Offset, Result, Context); end Growth_Rate_List; -- procedure Growth_Rate_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Growth_Rate_Read (Id, Result, Context); end Growth_Rate_Read; -- procedure Item_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Item_List (Limit, Offset, Result, Context); end Item_List; -- procedure Item_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Item_Read (Id, Result, Context); end Item_Read; -- procedure Item_Attribute_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Item_Attribute_List (Limit, Offset, Result, Context); end Item_Attribute_List; -- procedure Item_Attribute_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Item_Attribute_Read (Id, Result, Context); end Item_Attribute_Read; -- procedure Item_Category_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Item_Category_List (Limit, Offset, Result, Context); end Item_Category_List; -- procedure Item_Category_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Item_Category_Read (Id, Result, Context); end Item_Category_Read; -- procedure Item_Fling_Effect_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Item_Fling_Effect_List (Limit, Offset, Result, Context); end Item_Fling_Effect_List; -- procedure Item_Fling_Effect_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Item_Fling_Effect_Read (Id, Result, Context); end Item_Fling_Effect_Read; -- procedure Item_Pocket_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Item_Pocket_List (Limit, Offset, Result, Context); end Item_Pocket_List; -- procedure Item_Pocket_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Item_Pocket_Read (Id, Result, Context); end Item_Pocket_Read; -- procedure Language_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Language_List (Limit, Offset, Result, Context); end Language_List; -- procedure Language_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Language_Read (Id, Result, Context); end Language_Read; -- procedure Location_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Location_List (Limit, Offset, Result, Context); end Location_List; -- procedure Location_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Location_Read (Id, Result, Context); end Location_Read; -- procedure Location_Area_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Location_Area_List (Limit, Offset, Result, Context); end Location_Area_List; -- procedure Location_Area_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Location_Area_Read (Id, Result, Context); end Location_Area_Read; -- procedure Machine_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Machine_List (Limit, Offset, Result, Context); end Machine_List; -- procedure Machine_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Machine_Read (Id, Result, Context); end Machine_Read; -- procedure Move_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Move_List (Limit, Offset, Result, Context); end Move_List; -- procedure Move_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Move_Read (Id, Result, Context); end Move_Read; -- procedure Move_Ailment_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Move_Ailment_List (Limit, Offset, Result, Context); end Move_Ailment_List; -- procedure Move_Ailment_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Move_Ailment_Read (Id, Result, Context); end Move_Ailment_Read; -- procedure Move_Battle_Style_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Move_Battle_Style_List (Limit, Offset, Result, Context); end Move_Battle_Style_List; -- procedure Move_Battle_Style_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Move_Battle_Style_Read (Id, Result, Context); end Move_Battle_Style_Read; -- procedure Move_Category_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Move_Category_List (Limit, Offset, Result, Context); end Move_Category_List; -- procedure Move_Category_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Move_Category_Read (Id, Result, Context); end Move_Category_Read; -- procedure Move_Damage_Class_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Move_Damage_Class_List (Limit, Offset, Result, Context); end Move_Damage_Class_List; -- procedure Move_Damage_Class_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Move_Damage_Class_Read (Id, Result, Context); end Move_Damage_Class_Read; -- procedure Move_Learn_Method_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Move_Learn_Method_List (Limit, Offset, Result, Context); end Move_Learn_Method_List; -- procedure Move_Learn_Method_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Move_Learn_Method_Read (Id, Result, Context); end Move_Learn_Method_Read; -- procedure Move_Target_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Move_Target_List (Limit, Offset, Result, Context); end Move_Target_List; -- procedure Move_Target_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Move_Target_Read (Id, Result, Context); end Move_Target_Read; -- procedure Nature_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Nature_List (Limit, Offset, Result, Context); end Nature_List; -- procedure Nature_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Nature_Read (Id, Result, Context); end Nature_Read; -- procedure Pal_Park_Area_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pal_Park_Area_List (Limit, Offset, Result, Context); end Pal_Park_Area_List; -- procedure Pal_Park_Area_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pal_Park_Area_Read (Id, Result, Context); end Pal_Park_Area_Read; -- procedure Pokeathlon_Stat_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pokeathlon_Stat_List (Limit, Offset, Result, Context); end Pokeathlon_Stat_List; -- procedure Pokeathlon_Stat_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pokeathlon_Stat_Read (Id, Result, Context); end Pokeathlon_Stat_Read; -- procedure Pokedex_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pokedex_List (Limit, Offset, Result, Context); end Pokedex_List; -- procedure Pokedex_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pokedex_Read (Id, Result, Context); end Pokedex_Read; -- procedure Pokemon_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pokemon_List (Limit, Offset, Result, Context); end Pokemon_List; -- procedure Pokemon_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pokemon_Read (Id, Result, Context); end Pokemon_Read; -- procedure Pokemon_Color_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pokemon_Color_List (Limit, Offset, Result, Context); end Pokemon_Color_List; -- procedure Pokemon_Color_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pokemon_Color_Read (Id, Result, Context); end Pokemon_Color_Read; -- procedure Pokemon_Form_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pokemon_Form_List (Limit, Offset, Result, Context); end Pokemon_Form_List; -- procedure Pokemon_Form_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pokemon_Form_Read (Id, Result, Context); end Pokemon_Form_Read; -- procedure Pokemon_Habitat_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pokemon_Habitat_List (Limit, Offset, Result, Context); end Pokemon_Habitat_List; -- procedure Pokemon_Habitat_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pokemon_Habitat_Read (Id, Result, Context); end Pokemon_Habitat_Read; -- procedure Pokemon_Shape_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pokemon_Shape_List (Limit, Offset, Result, Context); end Pokemon_Shape_List; -- procedure Pokemon_Shape_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pokemon_Shape_Read (Id, Result, Context); end Pokemon_Shape_Read; -- procedure Pokemon_Species_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pokemon_Species_List (Limit, Offset, Result, Context); end Pokemon_Species_List; -- procedure Pokemon_Species_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Pokemon_Species_Read (Id, Result, Context); end Pokemon_Species_Read; -- procedure Region_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Region_List (Limit, Offset, Result, Context); end Region_List; -- procedure Region_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Region_Read (Id, Result, Context); end Region_Read; -- procedure Stat_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Stat_List (Limit, Offset, Result, Context); end Stat_List; -- procedure Stat_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Stat_Read (Id, Result, Context); end Stat_Read; -- procedure Super_Contest_Effect_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Super_Contest_Effect_List (Limit, Offset, Result, Context); end Super_Contest_Effect_List; -- procedure Super_Contest_Effect_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Super_Contest_Effect_Read (Id, Result, Context); end Super_Contest_Effect_Read; -- procedure Type_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Type_List (Limit, Offset, Result, Context); end Type_List; -- procedure Type_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Type_Read (Id, Result, Context); end Type_Read; -- procedure Version_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Version_List (Limit, Offset, Result, Context); end Version_List; -- procedure Version_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Version_Read (Id, Result, Context); end Version_Read; -- procedure Version_Group_List (Limit : in Swagger.Nullable_Integer; Offset : in Swagger.Nullable_Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Version_Group_List (Limit, Offset, Result, Context); end Version_Group_List; -- procedure Version_Group_Read (Id : in Integer; Result : out Swagger.UString; Context : in out Swagger.Servers.Context_Type) is begin Impl.Version_Group_Read (Id, Result, Context); end Version_Group_Read; end Server; end Shared_Instance; end .Skeletons;
40.068273
110
0.569583
1d6349a50387e620937c31e98304bb537bebc2fc
5,061
adb
Ada
examples/pyramid/pyramid-driver__webgl.adb
godunko/adagl
5b62d3bac6aa4e11084b4b19171dadbf805e95d6
[ "BSD-3-Clause" ]
6
2018-01-18T16:57:21.000Z
2020-01-19T07:40:12.000Z
examples/pyramid/pyramid-driver__webgl.adb
godunko/adagl
5b62d3bac6aa4e11084b4b19171dadbf805e95d6
[ "BSD-3-Clause" ]
null
null
null
examples/pyramid/pyramid-driver__webgl.adb
godunko/adagl
5b62d3bac6aa4e11084b4b19171dadbf805e95d6
[ "BSD-3-Clause" ]
1
2018-01-20T16:12:26.000Z
2018-01-20T16:12:26.000Z
------------------------------------------------------------------------------ -- -- -- Ada binding for OpenGL/WebGL -- -- -- -- Examples Component -- -- -- ------------------------------------------------------------------------------ -- -- -- Copyright © 2018, Vadim Godunko <[email protected]> -- -- All rights reserved. -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions -- -- are met: -- -- -- -- * Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- -- -- * Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in the -- -- documentation and/or other materials provided with the distribution. -- -- -- -- * Neither the name of the Vadim Godunko, IE nor the names of its -- -- contributors may be used to endorse or promote products derived from -- -- this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -- -- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -- -- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -- -- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -- -- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -- -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ with League.Strings; with WebAPI.HTML.Globals; with WebAPI.HTML.Canvas_Elements; with OpenGL.Contexts; with OpenGL.Textures; with Pyramid.Programs; procedure Pyramid.Driver is use type OpenGL.GLfloat; Points : constant Pyramid.Programs.Vertex_Data_Array := (((0.0, 0.5, 0.0), (0.5, 1.0)), ((0.5, -0.5, 0.0), (1.0, 0.0)), ((-0.5, -0.5, 0.0), (0.0, 0.0))); -- Img : constant array (1 .. 9, 1 .. 3) of OpenGL.GLubyte := -- ((255, 0, 0), (127, 0, 0), (0, 0, 127), -- (127, 255, 0), (0, 127, 0), (0, 0, 127), -- (32, 0, 255), (0, 0, 127), (0,0, 127)); Unit : constant OpenGL.Texture_Unit := 0; Context : OpenGL.Contexts.OpenGL_Context; Buffer : Pyramid.Programs.Vertex_Data_Buffers.OpenGL_Buffer (OpenGL.Vertex); Program : Pyramid.Programs.Pyramid_Program; Texture : OpenGL.Textures.OpenGL_Texture (OpenGL.Texture_2D); begin Context.Create (WebAPI.HTML.Canvas_Elements.HTML_Canvas_Element_Access (WebAPI.HTML.Globals.Window.Get_Document.Get_Element_By_Id (League.Strings.To_Universal_String ("canvas")))); Context.Make_Current; Context.Functions.Enable (OpenGL.GL_DEPTH_TEST); Buffer.Create; Buffer.Bind; Buffer.Allocate (Points); Texture.Create; Texture.Bind (Unit); -- Texture.Set_Image_2D -- (0, OpenGL.GL_RGB, 3, 3, OpenGL.GL_UNSIGNED_BYTE, Img'Address); Texture.Set_Parameter (OpenGL.GL_TEXTURE_MIN_FILTER, OpenGL.GL_LINEAR); Texture.Set_Parameter (OpenGL.GL_TEXTURE_MAG_FILTER, OpenGL.GL_LINEAR); Program.Initialize; Program.Bind; Program.Set_Vertex_Data_Buffer (Buffer); Program.Set_Texture_Unit (Unit); declare use type OpenGL.GLbitfield; Clear_Flag : OpenGL.Clear_Buffer_Mask := OpenGL.GL_DEPTH_BUFFER_BIT + OpenGL.GL_COLOR_BUFFER_BIT; begin Context.Functions.Clear (Clear_Flag); Context.Functions.Draw_Arrays (OpenGL.GL_TRIANGLES, 0, Points'Length); end; end Pyramid.Driver;
47.299065
78
0.514523
2f4ad831f3ed0449c2c8fac505a8d10e9986d128
788
ads
Ada
Read Only/gdb-6.8/gdb/testsuite/gdb.ada/str_ref_cmp/pck.ads
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-6.8/gdb/testsuite/gdb.ada/str_ref_cmp/pck.ads
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-6.8/gdb/testsuite/gdb.ada/str_ref_cmp/pck.ads
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
-- Copyright 2008 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <http://www.gnu.org/licenses/>. package Pck is String_Var : String := "Hello from package Pck"; end Pck;
37.52381
73
0.732234
fbe1c21457c07d71481e067d5807c526a708b33d
436
adb
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/small_alignment.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/small_alignment.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/small_alignment.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- { dg-do run } -- { dg-options "-gnatws" } procedure Small_Alignment is type My_Integer is new Integer; for My_Integer'Alignment use 1; function Set_A return My_Integer is begin return 12; end; function Set_B return My_Integer is begin return 6; end; C : Character; A : My_Integer := Set_A; B : My_Integer := Set_B; begin A := A * B / 2; if A /= 36 then raise Program_Error; end if; end;
15.034483
37
0.639908
dfb6e9281e8d2a1adfcb1ff8f5850d67b54f41b6
1,344
ads
Ada
utils/matrix3x3.ads
Lucretia/old_nehe_ada95
d0378c3bfce202eb01bf00b57c128735dbe8582d
[ "BSD-3-Clause" ]
null
null
null
utils/matrix3x3.ads
Lucretia/old_nehe_ada95
d0378c3bfce202eb01bf00b57c128735dbe8582d
[ "BSD-3-Clause" ]
null
null
null
utils/matrix3x3.ads
Lucretia/old_nehe_ada95
d0378c3bfce202eb01bf00b57c128735dbe8582d
[ "BSD-3-Clause" ]
null
null
null
--------------------------------------------------------------------------------- -- Copyright 2004-2005 © Luke A. Guest -- -- This code is to be used for tutorial purposes only. -- You may not redistribute this code in any form without my express permission. --------------------------------------------------------------------------------- with Vector3; package Matrix3x3 is ORDER : constant Integer := 3; -- 3 - 1 => The width of the matrix = 3! -- OpenGL Matrices: -- Array Matrix Axes -- X Y Z -- m0 m3 m6 m11 m12 m13 x x x -- m1 m4 m7 :-> m21 m22 m23 :-> y y y -- m2 m5 m8 m31 m32 m33 z z z type Matrix_Elements is (XAxis_X, XAxis_Y, XAxis_Z, YAxis_X, YAxis_Y, YAxis_Z, ZAxis_X, ZAxis_Y, ZAxis_Z); type Object is array(Matrix_Elements'Range) of Float; function Identity return Object; procedure Identity(Self : in out Object); procedure FromAngleAxis(Result : out Object; Angle : in Float; UnitAxis : in Vector3.Object); procedure Transpose(Self : in out Object); procedure Scale(Result : out Object; X, Y, Z : in Float := 1.0); function "-"(Self : in Object) return Object; function "*"(Left, Right : in Object) return Object; function "*"(Left : in Object; Right : in Vector3.Object) return Vector3.Object; end Matrix3x3;
38.4
108
0.568452
12e9c64f55886b0f80d2d7ac74bf2046b588b2cb
104
adb
Ada
source/program_structure/adam-program_unit.adb
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
3
2017-04-29T14:25:22.000Z
2017-09-29T10:15:28.000Z
source/program_structure/adam-program_unit.adb
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
source/program_structure/adam-program_unit.adb
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
package body AdaM.program_Unit is procedure dummy is begin null; end dummy; end AdaM.program_Unit;
14.857143
44
0.778846
2f232c699da86a245d86947d0612df91e4d9f3a6
3,766
ads
Ada
tools/scitools/conf/understand/ada/ada95/s-poosiz.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
1
2020-01-20T21:26:46.000Z
2020-01-20T21:26:46.000Z
tools/scitools/conf/understand/ada/ada95/s-poosiz.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
tools/scitools/conf/understand/ada/ada95/s-poosiz.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- S Y S T E M . P O O L _ S I Z E -- -- -- -- S p e c -- -- -- -- $Revision: 2 $ -- -- -- -- Copyright (c) 1992,1993,1994 NYU, All Rights Reserved -- -- -- -- The GNAT library is free software; you can redistribute it and/or modify -- -- it under terms of the GNU Library General Public License as published by -- -- the Free Software Foundation; either version 2, or (at your option) any -- -- later version. The GNAT library is distributed in the hope that it will -- -- be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -- -- of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -- -- Library General Public License for more details. You should have -- -- received a copy of the GNU Library General Public License along with -- -- the GNAT library; see the file COPYING.LIB. If not, write to the Free -- -- Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -- -- -- ------------------------------------------------------------------------------ with System.Storage_Pools; with System.Storage_Elements; package System.Pool_Size is pragma Elaborate_Body; -- Needed to ensure that library routines can execute allocators ------------------------ -- Stack_Bounded_Pool -- ------------------------ -- Allocation strategy: -- Pool is a regular stack array, no use of malloc -- user specified size -- Space of pool is globally reclaimed by normal stack management -- Used in the compiler for access types with 'STORAGE_SIZE rep. clause -- Only used for allocating objects of the same type. type Stack_Bounded_Pool (Pool_Size : System.Storage_Elements.Storage_Count; Elmt_Size : System.Storage_Elements.Storage_Count; Alignment : System.Storage_Elements.Storage_Count) is new System.Storage_Pools.Root_Storage_Pool with record First_Free : System.Storage_Elements.Storage_Count; First_Empty : System.Storage_Elements.Storage_Count; Aligned_Elmt_Size : System.Storage_Elements.Storage_Count; The_Pool : System.Storage_Elements.Storage_Array (1 .. Pool_Size); end record; function Storage_Size (Pool : Stack_Bounded_Pool) return System.Storage_Elements.Storage_Count; procedure Allocate (Pool : in out Stack_Bounded_Pool; Address : out System.Address; Storage_Size : System.Storage_Elements.Storage_Count; Alignment : System.Storage_Elements.Storage_Count); procedure Deallocate (Pool : in out Stack_Bounded_Pool; Address : System.Address; Storage_Size : System.Storage_Elements.Storage_Count; Alignment : System.Storage_Elements.Storage_Count); procedure Initialize (Pool : in out Stack_Bounded_Pool); end System.Pool_Size;
47.670886
78
0.5077
1d76ba24f3414d7b02f5644fd27666343dd690e2
296
ads
Ada
Util/llvm/test/FrontendAda/init_size.ads
ianloic/unladen-swallow
28148f4ddbb3d519042de1f9fc9f1356fdd31e31
[ "PSF-2.0" ]
5
2020-06-30T05:06:40.000Z
2021-05-24T08:38:33.000Z
vm/external_libs/llvm/test/FrontendAda/init_size.ads
gustin/rubinius
6c452c49973a6f3b4c3a323a413416cd3f8499c8
[ "BSD-3-Clause" ]
null
null
null
vm/external_libs/llvm/test/FrontendAda/init_size.ads
gustin/rubinius
6c452c49973a6f3b4c3a323a413416cd3f8499c8
[ "BSD-3-Clause" ]
2
2015-10-01T18:28:20.000Z
2020-09-09T16:25:27.000Z
-- RUN: %llvmgcc -c %s package Init_Size is type T (B : Boolean := False) is record case B is when False => I : Integer; when True => J : Long_Long_Integer; -- Bigger than I end case; end record; A_T : constant T := (False, 0); end;
22.769231
51
0.52027