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
4bb0ead30c4f84e3f9db9b046322a661212ff3e4
3,743
ads
Ada
llvm-gcc-4.2-2.9/gcc/ada/prj-makr.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/prj-makr.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/prj-makr.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- P R J . M A K R -- -- -- -- S p e c -- -- -- -- Copyright (C) 2001-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. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- Support for procedure Gnatname -- For arbitrary naming schemes, create or update a project file, -- or create a configuration pragmas file. package Prj.Makr is procedure Make (File_Path : String; Project_File : Boolean; Directories : Argument_List; Name_Patterns : Argument_List; Excluded_Patterns : Argument_List; Foreign_Patterns : Argument_List; Preproc_Switches : Argument_List; Very_Verbose : Boolean); -- Create a project file or a configuration pragmas file -- -- Project_File is the path name of the project file. If the project -- file already exists parse it and keep all the elements that are not -- automatically generated. -- -- Directory_List_File is the path name of a text file that -- contains on each non empty line the path names of the source -- directories for the project file. The source directories -- are relative to the directory of the project file. -- -- File_Name_Patterns is a GNAT.Regexp string pattern such as -- ".*\.ads|.*\.adb" or any other pattern. -- -- A project file (without any sources) is automatically generated -- with the name <project>_naming. It contains a package Naming with -- all the specs and bodies for the project. -- A file containing the source file names is automatically -- generated and used as the Source_File_List for the project file. -- It includes all sources that follow the Foreign_Patterns (except those -- that follow Excluded_Patterns). -- Preproc_switches is a list of optional preprocessor switches -gnatep= -- and -gnateD that are used when invoking the compiler to find the -- unit name and kind. end Prj.Makr;
53.471429
78
0.519369
4b611af25c5c4c9baf79fc861cc0b467bcd715dd
22,922
ads
Ada
source/amf/mof/cmof/amf-internals-tables-cmof_attribute_mappings.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_attribute_mappings.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_attribute_mappings.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-2013, 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.Internals.Tables.CMOF_Types; package AMF.Internals.Tables.CMOF_Attribute_Mappings is pragma Preelaborate; CMOF_Collection_Offset : constant array (AMF.Internals.Tables.CMOF_Types.Element_Kinds, AMF.Internals.CMOF_Element range 34 .. 78) of AMF.Internals.AMF_Collection_Of_Element := (AMF.Internals.Tables.CMOF_Types.E_None => (others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Association => (43 => 9, -- Classifier::attribute 58 => 4, -- Namespace::elementImport 34 => 15, -- Association::endType 44 => 10, -- Classifier::feature 45 => 11, -- Classifier::general 59 => 3, -- Namespace::importedMember 46 => 12, -- Classifier::inheritedMember 60 => 7, -- Namespace::member 35 => 16, -- Association::memberEnd 36 => 17, -- Association::navigableOwnedEnd 53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement 37 => 14, -- Association::ownedEnd 61 => 6, -- Namespace::ownedMember 62 => 8, -- Namespace::ownedRule 63 => 5, -- Namespace::packageImport 77 => 13, -- Relationship::relatedElement others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Class => (43 => 9, -- Classifier::attribute 58 => 4, -- Namespace::elementImport 44 => 10, -- Classifier::feature 45 => 11, -- Classifier::general 59 => 3, -- Namespace::importedMember 46 => 12, -- Classifier::inheritedMember 60 => 7, -- Namespace::member 40 => 13, -- Class::ownedAttribute 53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement 61 => 6, -- Namespace::ownedMember 41 => 14, -- Class::ownedOperation 62 => 8, -- Namespace::ownedRule 63 => 5, -- Namespace::packageImport 42 => 15, -- Class::superClass others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Comment => (47 => 3, -- Comment::annotatedElement 53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Constraint => (48 => 3, -- Constraint::constrainedElement 53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Data_Type => (43 => 9, -- Classifier::attribute 58 => 4, -- Namespace::elementImport 44 => 10, -- Classifier::feature 45 => 11, -- Classifier::general 59 => 3, -- Namespace::importedMember 46 => 12, -- Classifier::inheritedMember 60 => 7, -- Namespace::member 49 => 13, -- DataType::ownedAttribute 53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement 61 => 6, -- Namespace::ownedMember 50 => 14, -- DataType::ownedOperation 62 => 8, -- Namespace::ownedRule 63 => 5, -- Namespace::packageImport others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Element_Import => (53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement 77 => 13, -- Relationship::relatedElement 51 => 3, -- DirectedRelationship::source 52 => 4, -- DirectedRelationship::target others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Enumeration => (43 => 9, -- Classifier::attribute 58 => 4, -- Namespace::elementImport 44 => 10, -- Classifier::feature 45 => 11, -- Classifier::general 59 => 3, -- Namespace::importedMember 46 => 12, -- Classifier::inheritedMember 60 => 7, -- Namespace::member 49 => 13, -- DataType::ownedAttribute 53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement 55 => 15, -- Enumeration::ownedLiteral 61 => 6, -- Namespace::ownedMember 50 => 14, -- DataType::ownedOperation 62 => 8, -- Namespace::ownedRule 63 => 5, -- Namespace::packageImport others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Enumeration_Literal => (53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Expression => (56 => 3, -- Expression::operand 53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Opaque_Expression => (53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Operation => (58 => 4, -- Namespace::elementImport 57 => 11, -- Feature::featuringClassifier 59 => 3, -- Namespace::importedMember 60 => 7, -- Namespace::member 53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement 61 => 6, -- Namespace::ownedMember 64 => 16, -- Operation::ownedParameter 38 => 12, -- BehavioralFeature::ownedParameter 62 => 8, -- Namespace::ownedRule 63 => 5, -- Namespace::packageImport 65 => 18, -- Operation::postcondition 66 => 17, -- Operation::precondition 67 => 14, -- Operation::raisedException 39 => 13, -- BehavioralFeature::raisedException 75 => 10, -- RedefinableElement::redefinedElement 68 => 15, -- Operation::redefinedOperation 76 => 9, -- RedefinableElement::redefinitionContext others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Package => (58 => 4, -- Namespace::elementImport 59 => 3, -- Namespace::importedMember 60 => 7, -- Namespace::member 69 => 11, -- Package::nestedPackage 53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement 61 => 6, -- Namespace::ownedMember 62 => 8, -- Namespace::ownedRule 70 => 10, -- Package::ownedType 63 => 5, -- Namespace::packageImport 71 => 12, -- Package::packageMerge 72 => 9, -- Package::packagedElement others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Package_Import => (53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement 77 => 13, -- Relationship::relatedElement 51 => 3, -- DirectedRelationship::source 52 => 4, -- DirectedRelationship::target others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Package_Merge => (53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement 77 => 13, -- Relationship::relatedElement 51 => 3, -- DirectedRelationship::source 52 => 4, -- DirectedRelationship::target others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Parameter => (53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Primitive_Type => (43 => 9, -- Classifier::attribute 58 => 4, -- Namespace::elementImport 44 => 10, -- Classifier::feature 45 => 11, -- Classifier::general 59 => 3, -- Namespace::importedMember 46 => 12, -- Classifier::inheritedMember 60 => 7, -- Namespace::member 49 => 13, -- DataType::ownedAttribute 53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement 61 => 6, -- Namespace::ownedMember 50 => 14, -- DataType::ownedOperation 62 => 8, -- Namespace::ownedRule 63 => 5, -- Namespace::packageImport others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Property => (57 => 11, -- Feature::featuringClassifier 53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement 75 => 10, -- RedefinableElement::redefinedElement 73 => 3, -- Property::redefinedProperty 76 => 9, -- RedefinableElement::redefinitionContext 74 => 4, -- Property::subsettedProperty others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Tag => (78 => 3, -- Tag::element 53 => 2, -- Element::ownedComment 54 => 1, -- Element::ownedElement others => 0)); CMOF_Member_Offset : constant array (AMF.Internals.Tables.CMOF_Types.Element_Kinds, AMF.Internals.CMOF_Element range 79 .. 135) of Natural := (AMF.Internals.Tables.CMOF_Types.E_None => (others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Association => (79 => 13, -- Association::isDerived 81 => 7, -- Classifier::isFinalSpecialization 95 => 2, -- NamedElement::name 96 => 4, -- NamedElement::namespace 85 => 1, -- Element::owner 134 => 6, -- Type::package 97 => 5, -- NamedElement::qualifiedName 98 => 3, -- NamedElement::visibility others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Class => (80 => 8, -- Class::isAbstract 81 => 7, -- Classifier::isFinalSpecialization 95 => 2, -- NamedElement::name 96 => 4, -- NamedElement::namespace 85 => 1, -- Element::owner 134 => 6, -- Type::package 97 => 5, -- NamedElement::qualifiedName 98 => 3, -- NamedElement::visibility others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Comment => (82 => 2, -- Comment::body 85 => 1, -- Element::owner others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Constraint => (83 => 7, -- Constraint::context 95 => 2, -- NamedElement::name 96 => 4, -- NamedElement::namespace 85 => 1, -- Element::owner 97 => 5, -- NamedElement::qualifiedName 84 => 6, -- Constraint::specification 98 => 3, -- NamedElement::visibility others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Data_Type => (81 => 7, -- Classifier::isFinalSpecialization 95 => 2, -- NamedElement::name 96 => 4, -- NamedElement::namespace 85 => 1, -- Element::owner 134 => 6, -- Type::package 97 => 5, -- NamedElement::qualifiedName 98 => 3, -- NamedElement::visibility others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Element_Import => (86 => 3, -- ElementImport::alias 87 => 4, -- ElementImport::importedElement 88 => 5, -- ElementImport::importingNamespace 85 => 1, -- Element::owner 89 => 2, -- ElementImport::visibility others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Enumeration => (81 => 7, -- Classifier::isFinalSpecialization 95 => 2, -- NamedElement::name 96 => 4, -- NamedElement::namespace 85 => 1, -- Element::owner 134 => 6, -- Type::package 97 => 5, -- NamedElement::qualifiedName 98 => 3, -- NamedElement::visibility others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Enumeration_Literal => (90 => 6, -- EnumerationLiteral::enumeration 95 => 2, -- NamedElement::name 96 => 4, -- NamedElement::namespace 85 => 1, -- Element::owner 97 => 5, -- NamedElement::qualifiedName 98 => 3, -- NamedElement::visibility others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Expression => (95 => 2, -- NamedElement::name 96 => 4, -- NamedElement::namespace 85 => 1, -- Element::owner 97 => 5, -- NamedElement::qualifiedName 135 => 6, -- TypedElement::type 98 => 3, -- NamedElement::visibility others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Opaque_Expression => (99 => 7, -- OpaqueExpression::body 100 => 8, -- OpaqueExpression::language 95 => 2, -- NamedElement::name 96 => 4, -- NamedElement::namespace 85 => 1, -- Element::owner 97 => 5, -- NamedElement::qualifiedName 135 => 6, -- TypedElement::type 98 => 3, -- NamedElement::visibility others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Operation => (101 => 15, -- Operation::bodyCondition 102 => 12, -- Operation::class 103 => 13, -- Operation::datatype 130 => 11, -- RedefinableElement::isLeaf 104 => 7, -- Operation::isOrdered 105 => 6, -- Operation::isQuery 106 => 8, -- Operation::isUnique 107 => 9, -- Operation::lower 95 => 2, -- NamedElement::name 96 => 4, -- NamedElement::namespace 85 => 1, -- Element::owner 97 => 5, -- NamedElement::qualifiedName 108 => 14, -- Operation::type 109 => 10, -- Operation::upper 98 => 3, -- NamedElement::visibility others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Package => (95 => 2, -- NamedElement::name 96 => 4, -- NamedElement::namespace 110 => 6, -- Package::nestingPackage 85 => 1, -- Element::owner 97 => 5, -- NamedElement::qualifiedName 111 => 7, -- Package::uri 98 => 3, -- NamedElement::visibility others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Package_Import => (112 => 3, -- PackageImport::importedPackage 113 => 4, -- PackageImport::importingNamespace 85 => 1, -- Element::owner 114 => 2, -- PackageImport::visibility others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Package_Merge => (115 => 3, -- PackageMerge::mergedPackage 85 => 1, -- Element::owner 116 => 2, -- PackageMerge::receivingPackage others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Parameter => (117 => 12, -- Parameter::default 118 => 11, -- Parameter::direction 91 => 7, -- MultiplicityElement::isOrdered 92 => 8, -- MultiplicityElement::isUnique 93 => 9, -- MultiplicityElement::lower 95 => 2, -- NamedElement::name 96 => 4, -- NamedElement::namespace 119 => 13, -- Parameter::operation 85 => 1, -- Element::owner 97 => 5, -- NamedElement::qualifiedName 135 => 6, -- TypedElement::type 94 => 10, -- MultiplicityElement::upper 98 => 3, -- NamedElement::visibility others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Primitive_Type => (81 => 7, -- Classifier::isFinalSpecialization 95 => 2, -- NamedElement::name 96 => 4, -- NamedElement::namespace 85 => 1, -- Element::owner 134 => 6, -- Type::package 97 => 5, -- NamedElement::qualifiedName 98 => 3, -- NamedElement::visibility others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Property => (120 => 21, -- Property::association 121 => 17, -- Property::class 122 => 20, -- Property::datatype 123 => 12, -- Property::default 124 => 15, -- Property::isComposite 125 => 13, -- Property::isDerived 126 => 16, -- Property::isDerivedUnion 130 => 11, -- RedefinableElement::isLeaf 91 => 7, -- MultiplicityElement::isOrdered 127 => 14, -- Property::isReadOnly 92 => 8, -- MultiplicityElement::isUnique 93 => 9, -- MultiplicityElement::lower 95 => 2, -- NamedElement::name 96 => 4, -- NamedElement::namespace 128 => 19, -- Property::opposite 85 => 1, -- Element::owner 129 => 18, -- Property::owningAssociation 97 => 5, -- NamedElement::qualifiedName 135 => 6, -- TypedElement::type 94 => 10, -- MultiplicityElement::upper 98 => 3, -- NamedElement::visibility others => 0), AMF.Internals.Tables.CMOF_Types.E_CMOF_Tag => (131 => 2, -- Tag::name 85 => 1, -- Element::owner 132 => 4, -- Tag::tagOwner 133 => 3, -- Tag::value others => 0)); end AMF.Internals.Tables.CMOF_Attribute_Mappings;
54.446556
78
0.452927
04ae6cfe0a4f5afa810077f487cf173a10b11910
3,482
ads
Ada
gcc-gcc-7_3_0-release/gcc/ada/i-vxinco.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/i-vxinco.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/i-vxinco.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- I N T E R F A C E S . V X W O R K S . I N T _ C O N N E C T I O N -- -- -- -- S p e c -- -- -- -- Copyright (C) 2016, AdaCore -- -- -- 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. -- -- -- ------------------------------------------------------------------------------ -- This package provides users with the ability to use a custom routine for -- connecting hardware interrupts for VxWorks environments that support the -- capability to handle them. The custom routine must have the same profile -- as the VxWorks intConnect() routine. with System; package Interfaces.VxWorks.Int_Connection is type Interrupt_Connector is access function (Vector : Interrupt_Vector; Handler : VOIDFUNCPTR; Parameter : System.Address := System.Null_Address) return STATUS; pragma Convention (C, Interrupt_Connector); -- Convention C for compatibility with intConnect(). User alternatives are -- likely to be imports of C routines anyway. procedure Connect (Connector : Interrupt_Connector); -- Set user-defined interrupt connection routine. Must precede calls to -- Ada.Interrupts.Attach_Handler, or the default connector from -- System.OS_Interface (or Interfaces.VxWorks for Ravenscar Cert) will be -- used. Can be called multiple times to change the connection routine for -- subsequent calls to Attach_Handler. end Interfaces.VxWorks.Int_Connection;
61.087719
78
0.497128
38fed3da8c313cf145f47f65aa798b2401d4df86
1,452
ads
Ada
3-mid/opengl/source/lean/model/opengl-model-hexagon_column-lit_textured_faceted.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
1
2022-01-20T07:13:42.000Z
2022-01-20T07:13:42.000Z
3-mid/opengl/source/lean/model/opengl-model-hexagon_column-lit_textured_faceted.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
3-mid/opengl/source/lean/model/opengl-model-hexagon_column-lit_textured_faceted.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
with openGL.Geometry, openGL.Texture; package openGL.Model.hexagon_Column.lit_textured_faceted -- -- Models a lit, colored and textured column with 6 faceted shaft sides. -- is type Item is new Model.hexagon_Column.Item with private; type View is access all Item'Class; --------- --- Faces -- type hex_Face is record Texture : asset_Name := openGL.null_Asset; -- The texture to be applied to the face. end record; type shaft_Face is record Texture : asset_Name := null_Asset; -- The texture to be applied to the shaft. end record; --------- --- Forge -- function new_hexagon_Column (Radius : in Real; Height : in Real; Upper, Lower : in hex_Face; Shaft : in shaft_Face) return View; -------------- --- Attributes -- overriding function to_GL_Geometries (Self : access Item; Textures : access Texture.name_Map_of_texture'Class; Fonts : in Font.font_id_Map_of_font) return Geometry.views; private type Item is new Model.hexagon_Column.item with record upper_Face, lower_Face : hex_Face; Shaft : shaft_Face; end record; end openGL.Model.hexagon_Column.lit_textured_faceted;
24.610169
118
0.557163
38e56c907385867cffc7a89aa838a343e55a73ad
4,144
adb
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-dirval.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-dirval.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-dirval.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- A D A . D I R E C T O R I E S . V A L I D I T Y -- -- -- -- B o d y -- -- (POSIX Version) -- -- -- -- Copyright (C) 2004-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. -- -- -- ------------------------------------------------------------------------------ -- This is the POSIX version of this package package body Ada.Directories.Validity is --------------------------------- -- Is_Path_Name_Case_Sensitive -- --------------------------------- function Is_Path_Name_Case_Sensitive return Boolean is begin return True; end Is_Path_Name_Case_Sensitive; ------------------------ -- Is_Valid_Path_Name -- ------------------------ function Is_Valid_Path_Name (Name : String) return Boolean is begin -- A path name cannot be empty and cannot contain any NUL character if Name'Length = 0 then return False; else for J in Name'Range loop if Name (J) = ASCII.NUL then return False; end if; end loop; end if; -- If Name does not contain any NUL character, it is valid return True; end Is_Valid_Path_Name; -------------------------- -- Is_Valid_Simple_Name -- -------------------------- function Is_Valid_Simple_Name (Name : String) return Boolean is begin -- A file name cannot be empty and cannot contain a slash ('/') or -- the NUL character. if Name'Length = 0 then return False; else for J in Name'Range loop if Name (J) = '/' or else Name (J) = ASCII.NUL then return False; end if; end loop; end if; -- If Name does not contain any slash or NUL, it is valid return True; end Is_Valid_Simple_Name; ------------- -- Windows -- ------------- function Windows return Boolean is begin return False; end Windows; end Ada.Directories.Validity;
39.466667
78
0.431226
133dbf0142e9a163d1e7379791e4d8fc77b6c583
332
ads
Ada
source/adam-any.ads
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
3
2017-04-29T14:25:22.000Z
2017-09-29T10:15:28.000Z
source/adam-any.ads
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
source/adam-any.ads
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
package AdaM.Any -- -- Allows any class to be made persistent. -- is type Item is interface; function Id (Self : access Item) return AdaM.Id is abstract; type view_Resolver is access procedure; procedure register_view_Resolver (the_Resolver : in view_Resolver); procedure resolve_all_Views; end AdaM.Any;
16.6
70
0.725904
4b94b3e6bf16417f1185b83472c32706409ad7a7
855
adb
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/debug13.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/debug13.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/debug13.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- { dg-options "-cargs -O2 -g -margs" } package body Debug13 is procedure Compile (P : Natural) is Max_Pos : constant Natural := P; type Position_Set is array (1 .. Max_Pos) of Boolean; Empty : constant Position_Set := (others => False); type Position_Set_Array is array (1 .. Max_Pos) of Position_Set; Follow : Position_Set_Array := (others => Empty); function Get_Follows return Position_Set; procedure Make_DFA; function Get_Follows return Position_Set is Result : Position_Set := Empty; begin Result := Result or Follow (1); return Result; end Get_Follows; procedure Make_DFA is Next : constant Position_Set := Get_Follows; begin null; end Make_DFA; begin Make_DFA; end Compile; end Debug13;
21.923077
70
0.617544
380e851f8f79fa53116c9e7c3052fac667ec071b
585
ads
Ada
src/utils.ads
aeszter/sharepoint2ics
9f56213e310914261894ef84c9ac84d309eb0b8d
[ "MIT" ]
null
null
null
src/utils.ads
aeszter/sharepoint2ics
9f56213e310914261894ef84c9ac84d309eb0b8d
[ "MIT" ]
null
null
null
src/utils.ads
aeszter/sharepoint2ics
9f56213e310914261894ef84c9ac84d309eb0b8d
[ "MIT" ]
null
null
null
with Ada.Calendar; with Ada.Strings.Unbounded; package Utils is type Local_Time is new Ada.Calendar.Time; Timezone : Ada.Strings.Unbounded.Unbounded_String; function Shift (S : String) return String; function Unescape (S : String) return String; procedure Warn (Text : String); function Clean_Text (Source : String) return String; function To_Time (Source : String) return Ada.Calendar.Time; function To_String (N : Natural) return String; function UTC_To_Local (T : Ada.Calendar.Time) return Local_Time; function Get_Timezone return String; end Utils;
34.411765
67
0.748718
29727b3b78a7f16cf5828a8b8d4cc056cc661f9c
3,338
adb
Ada
src/hyperion-agents-beans.adb
stcarrez/hyperion
166b10135521ee6553affc1b79f0bee3a9c7ea43
[ "Apache-2.0" ]
null
null
null
src/hyperion-agents-beans.adb
stcarrez/hyperion
166b10135521ee6553affc1b79f0bee3a9c7ea43
[ "Apache-2.0" ]
null
null
null
src/hyperion-agents-beans.adb
stcarrez/hyperion
166b10135521ee6553affc1b79f0bee3a9c7ea43
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- hyperion-agents-beans -- Beans for module agents -- Copyright (C) 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 ASF.Events.Faces.Actions; package body Hyperion.Agents.Beans is -- ------------------------------ -- Example of action method. -- ------------------------------ procedure Action (Bean : in out Agent_Bean; Outcome : in out Ada.Strings.Unbounded.Unbounded_String) is begin null; end Action; package Action_Binding is new ASF.Events.Faces.Actions.Action_Method.Bind (Bean => Agent_Bean, Method => Action, Name => "action"); Agent_Bean_Binding : aliased constant Util.Beans.Methods.Method_Binding_Array := (Action_Binding.Proxy'Access, null); -- ------------------------------ -- Get the value identified by the name. -- ------------------------------ overriding function Get_Value (From : in Agent_Bean; Name : in String) return Util.Beans.Objects.Object is begin if Name = "count" then return Util.Beans.Objects.To_Object (From.Count); else return Util.Beans.Objects.Null_Object; end if; end Get_Value; -- ------------------------------ -- Set the value identified by the name. -- ------------------------------ overriding procedure Set_Value (From : in out Agent_Bean; Name : in String; Value : in Util.Beans.Objects.Object) is begin if Name = "count" then From.Count := Util.Beans.Objects.To_Integer (Value); end if; end Set_Value; -- ------------------------------ -- This bean provides some methods that can be used in a Method_Expression -- ------------------------------ overriding function Get_Method_Bindings (From : in Agent_Bean) return Util.Beans.Methods.Method_Binding_Array_Access is pragma Unreferenced (From); begin return Agent_Bean_Binding'Access; end Get_Method_Bindings; -- ------------------------------ -- Create the Agent_Bean bean instance. -- ------------------------------ function Create_Agent_Bean (Module : in Hyperion.Agents.Modules.Agent_Module_Access) return Util.Beans.Basic.Readonly_Bean_Access is Object : constant Agent_Bean_Access := new Agent_Bean; begin Object.Module := Module; return Object.all'Access; end Create_Agent_Bean; end Hyperion.Agents.Beans;
37.505618
89
0.554224
1e3a107fca20309b7beaac2d236db6f4e1621f9b
1,688
ads
Ada
tier-1/xcb/source/thin/xcb-xcb_glx_feedback_buffer_request_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_glx_feedback_buffer_request_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_glx_feedback_buffer_request_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_glx_feedback_buffer_request_t is -- Item -- type Item is record major_opcode : aliased Interfaces.Unsigned_8; minor_opcode : aliased Interfaces.Unsigned_8; length : aliased Interfaces.Unsigned_16; context_tag : aliased xcb.xcb_glx_context_tag_t; size : aliased Interfaces.Integer_32; the_type : aliased Interfaces.Integer_32; end record; -- Item_Array -- type Item_Array is array (Interfaces.C .size_t range <>) of aliased xcb.xcb_glx_feedback_buffer_request_t .Item; -- Pointer -- package C_Pointers is new Interfaces.C.Pointers (Index => Interfaces.C.size_t, Element => xcb.xcb_glx_feedback_buffer_request_t.Item, Element_Array => xcb.xcb_glx_feedback_buffer_request_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_glx_feedback_buffer_request_t .Pointer; -- Pointer_Pointer -- package C_Pointer_Pointers is new Interfaces.C.Pointers (Index => Interfaces.C.size_t, Element => xcb.xcb_glx_feedback_buffer_request_t.Pointer, Element_Array => xcb.xcb_glx_feedback_buffer_request_t.Pointer_Array, Default_Terminator => null); subtype Pointer_Pointer is C_Pointer_Pointers.Pointer; end xcb.xcb_glx_feedback_buffer_request_t;
29.103448
77
0.680095
9abe00e91c50f9b17872da1eeca2038523d04135
1,671
ads
Ada
aosvs/aosvs-system.ads
SMerrony/dgemua
138b09f814c3576e45fe8d25303a6c2329999757
[ "MIT" ]
2
2021-03-26T08:25:38.000Z
2021-06-08T03:10:12.000Z
aosvs/aosvs-system.ads
SMerrony/dgemua
138b09f814c3576e45fe8d25303a6c2329999757
[ "MIT" ]
null
null
null
aosvs/aosvs-system.ads
SMerrony/dgemua
138b09f814c3576e45fe8d25303a6c2329999757
[ "MIT" ]
null
null
null
-- MIT License -- Copyright (c) 2021 Stephen Merrony -- 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, 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 -- AUTHORS OR 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. with DG_Types; use DG_Types; with Processor; use Processor; package AOSVS.System is function Sys_ERMSG (CPU : in out CPU_T) return Boolean; function Sys_EXEC (CPU : in out CPU_T; PID : in Word_T; TID : in Word_T) return Boolean; function Sys_GDAY (CPU : in out CPU_T) return Boolean; function Sys_GTMES (CPU : in out CPU_T; PID : in Word_T; TID : in Word_T) return Boolean; function Sys_GTOD (CPU : in out CPU_T) return Boolean; function Sys_SINFO (CPU : in out CPU_T) return Boolean; end AOSVS.System;
47.742857
94
0.745063
3850d1959647403db58a068e5bdbd442c72b81e0
27,396
adb
Ada
src/opencl/opencl.adb
sebsgit/textproc
2f12d6a030425e937ee0c6a67dcff6828fc1331f
[ "MIT" ]
null
null
null
src/opencl/opencl.adb
sebsgit/textproc
2f12d6a030425e937ee0c6a67dcff6828fc1331f
[ "MIT" ]
null
null
null
src/opencl/opencl.adb
sebsgit/textproc
2f12d6a030425e937ee0c6a67dcff6828fc1331f
[ "MIT" ]
null
null
null
with Ada.Text_IO; with Interfaces.C; use Interfaces.C; with Interfaces.C.Strings; with System; use System; with System.Address_Image; with System.Address_To_Access_Conversions; with Ada.Environment_Variables; with opencl_api_spec; with dl_loader; package body opencl is use opencl_api_spec; type C_Address_Array is array (Interfaces.C.size_t range 1 .. 64) of aliased Raw_Address; type C_Char_Buffer is array (Interfaces.C.size_t range 1 .. 1024) of aliased Interfaces.C.char; type C_SizeT_Array is array (Interfaces.C.size_t range 1 .. 64) of aliased Interfaces.C.size_t; type Context_Property is new Long_Long_Integer; pragma Convention (Convention => C, Entity => C_Address_Array); pragma Convention (Convention => C, Entity => C_Char_Buffer); package C_Addr_Arr_Conv is new System.Address_To_Access_Conversions(Object => C_Address_Array); package C_Char_Buff_Conv is new System.Address_To_Access_Conversions(Object => C_Char_Buffer); package C_SizeT_Arr_Conv is new System.Address_To_Access_Conversions(Object => C_SizeT_Array); function Convert(code: in Interfaces.C.int) return Status is result: Status; begin begin if code = -9999 then Ada.Text_IO.Put_Line("CODE 9999!"); return opencl.INVALID_VALUE; end if; result := Status'Enum_Val(code); exception when E: Constraint_Error => Ada.Text_IO.Put_Line("Status code not recognized: " & code'Image); raise; end; return result; end Convert; function Convert(code: in cl_int) return Status is begin return Convert(Interfaces.C.int(code)); end Convert; cl_lib_handle: dl_loader.Handle; function To_Ada(s: in C_Char_Buffer; size: Interfaces.C.size_t) return String is result: String(1 .. Integer(size)) := (others => ASCII.NUL); begin for idx in 1 .. size loop result(Integer(idx)) := Interfaces.C.To_Ada(s(idx)); end loop; return result; end To_Ada; function Convert(event_list: in Events) return C_Address_Array is result: C_Address_Array := (others => 0); begin for i in 1 .. event_list'Length loop result(Interfaces.C.size_t(i)) := Raw_Address(event_list(i)); end loop; return result; end Convert; --TODO better check function Get_OpenCL_Path(arch: Arch_Type) return String is is_linux: constant Boolean := Ada.Environment_Variables.Exists("HOME"); begin if is_linux then return "TODO"; else return (if arch = ARCH_64 then "C:/Windows/SysWOW64/OpenCL.dll" else "C:/Windows/System32/OpenCL.dll"); end if; end Get_OpenCL_Path; function Init(path: String) return Status is result: Boolean; begin result := dl_loader.Open(path, cl_lib_handle); if result then result := opencl_api_spec.Load_From(cl_lib_handle); end if; return (if result then SUCCESS else INVALID_VALUE); end Init; function Get_Platforms(result_status: out Status) return Platforms is function Impl(num_entries_p: Interfaces.C.unsigned; platforms_ptr_p: System.Address; num_platforms_p: access Interfaces.C.unsigned) return Interfaces.C.int with Import, Address => clGetPlatformIDs, Convention => C; num_platforms: aliased Interfaces.C.unsigned := 0; platforms_ptr: aliased C_Address_Array := (others => 0); cl_code: Interfaces.C.int; current_index: Interfaces.C.size_t := 1; null_platforms: constant Platforms(1 .. 0) := (others => 0); begin if clGetPlatformIDs = System.Null_Address then result_status := INVALID_PLATFORM; return null_platforms; end if; cl_code := Impl(platforms_ptr'Length, C_Addr_Arr_Conv.To_Address(platforms_ptr'Unchecked_Access), num_platforms'Access); result_status := Convert(cl_code); if result_status = SUCCESS then return result: Platforms(1 .. Integer(num_platforms)) do for ptr of result loop if current_index <= Interfaces.C.size_t(num_platforms) then ptr := Platform_ID(platforms_ptr(current_index)); else ptr := Platform_ID(0); end if; current_index := current_index + 1; end loop; end return; end if; return null_platforms; end Get_Platforms; function Get_Platform_Info(id: in Platform_ID; info: Platform_Info; result_status: out Status) return String is function Impl(p: Raw_Address; info: Interfaces.C.unsigned; val_size: Interfaces.C.size_t; val: System.Address; val_size_ret: access Interfaces.C.size_t) return Interfaces.C.int with Import, Address => clGetPlatformInfo, Convention => C; cl_code: Interfaces.C.Int; size_ret: aliased Interfaces.C.size_t; string_ret: aliased C_Char_Buffer; begin cl_code := Impl(Raw_Address(id), Platform_Info'Enum_Rep(info), string_ret'Length, C_Char_Buff_Conv.To_Address(string_ret'Unchecked_Access), size_ret'Access); result_status := Convert(cl_code); return To_Ada(string_ret, size_ret - 1); end Get_Platform_Info; function Get_Devices(id: in Platform_ID; dev_type: in Device_Type; result_status: out Status) return Devices is null_devices: constant Devices(1 .. 0) := (others => 0); function Impl(p: Raw_Address; dev_t: Interfaces.C.unsigned; num_entries: Interfaces.C.unsigned; out_devices: System.Address; num_devs: access Interfaces.C.unsigned) return Interfaces.C.int with Import, Address => clGetDeviceIDs, Convention => C; num_devices: aliased Interfaces.C.unsigned := 0; device_ids: aliased C_Address_Array := (others => 0); cl_res: Interfaces.C.int; begin cl_res := Impl(p => Raw_Address(id), dev_t => Device_Type'Enum_Rep(dev_type), num_entries => device_ids'Length, out_devices => C_Addr_Arr_Conv.To_Address(device_ids'Unchecked_Access), num_devs => num_devices'Access); result_status := Convert(cl_res); if result_status = SUCCESS then return devs: Devices(1 .. Integer(num_devices)) do for idx in 1 .. num_devices loop devs(Integer(idx)) := Device_ID(device_ids(Interfaces.C.size_t(idx))); end loop; end return; end if; return null_devices; end Get_Devices; function Get_Device_Info(id: in Device_ID; info: in Device_Info_Bool; result_status: out Status) return Boolean is function Impl(p: Raw_Address; dev_i: Interfaces.C.unsigned; res_size: Interfaces.C.size_t; out_info: access Interfaces.C.unsigned; info_len: System.Address) return Interfaces.C.int with Import, Address => clGetDeviceInfo, Convention => C; flag_value: aliased Interfaces.C.unsigned := 0; cl_status: Interfaces.C.int := 0; begin cl_status := Impl(p => Raw_Address(id), dev_i => Device_Info_Bool'Enum_Rep(info), res_size => Interfaces.C.unsigned'Size, out_info => flag_value'Access, info_len => System.Null_Address); result_status := Convert(cl_status); return (if flag_value = 0 then False else True); end Get_Device_Info; function Get_Device_Info(id: in Device_ID; info: in Device_Info_String; result_status: out Status) return String is function Impl(p: Raw_Address; dev_i: Interfaces.C.unsigned; res_size: Interfaces.C.size_t; out_info: System.Address; info_len: access Interfaces.C.size_t) return Interfaces.C.int with Import, Address => clGetDeviceInfo, Convention => C; null_string: constant String(1 .. 0) := (others => ' '); cl_status: Interfaces.C.int := 0; buffer: aliased C_Char_Buffer; actual_length: aliased Interfaces.C.size_t := 0; begin cl_status := Impl(p => Raw_Address(id), dev_i => Device_Info_String'Enum_Rep(info), res_size => buffer'Length, out_info => C_Char_Buff_Conv.To_Address(buffer'Unchecked_Access), info_len => actual_length'Access); result_status := Convert(cl_status); if result_status = SUCCESS then return To_Ada(buffer, actual_length - 1); end if; return null_string; end Get_Device_Info; function Create_Context(context_platform: in Platform_ID; context_device: in Device_ID; result_status: out Status) return Context_ID is function Impl(ctx_props: System.Address; num_devs: Interfaces.C.unsigned; devs: System.Address; cb: System.Address; user_data: System.Address; err_code: access Interfaces.C.int) return Raw_Address with Import, Address => clCreateContext, Convention => C; properties: aliased C_Address_Array := (others => 0); dev_ids: aliased C_Address_Array := (others => 0); err_code: aliased Interfaces.C.int := 0; ctx_id: Raw_Address := 0; begin dev_ids(1) := Raw_Address(context_device); properties(1) := Raw_Address(Context_Properties'Enum_Rep(CONTEXT_PROP_PLATFORM)); properties(2) := Raw_Address(context_platform); ctx_id := Impl(ctx_props => C_Addr_Arr_Conv.To_Address(properties'Unchecked_Access), num_devs => 1, devs => C_Addr_Arr_Conv.To_Address(dev_ids'Unchecked_Access), cb => System.Null_Address, user_data => System.Null_Address, err_code => err_code'Access); result_status := Convert(err_code); return Context_ID(ctx_id); end Create_Context; function Release_Context(id: in Context_ID) return Status is function Impl(p: Raw_Address) return Interfaces.C.int with Import, Address => clReleaseContext, Convention => C; cl_code: Interfaces.C.int := 0; begin cl_code := Impl(Raw_Address(id)); return Convert(cl_code); end Release_Context; function Create_Program(ctx: in Context_ID; source: in String; result_status: out Status) return Program_ID is function Impl(ctx: Raw_Address; count: Interfaces.C.unsigned; strs: access Interfaces.C.Strings.chars_ptr; lengths: System.Address; err_code: access Interfaces.C.int) return Raw_Address with Import, Address => clCreateProgramWithSource, Convention => C; prog_id: Raw_Address := 0; err_code: aliased Interfaces.C.int := 0; lengths: aliased C_SizeT_Array := (others => 0); source_ptr: aliased Interfaces.C.Strings.chars_ptr; begin lengths(1) := source'Length; source_ptr := Interfaces.C.Strings.New_String(Str => source); prog_id := Impl(ctx => Raw_Address(ctx), count => 1, strs => source_ptr'Access, lengths => C_SizeT_Arr_Conv.To_Address(lengths'Unchecked_Access), err_code => err_code'Access); result_status := Convert(err_code); Interfaces.C.Strings.Free(Item => source_ptr); return Program_ID(prog_id); end Create_Program; function Build_Program(id: in Program_ID; device: in Device_ID; options: in String) return Status is function Impl(p_id: Raw_Address; num_devices: Interfaces.C.unsigned; device_list: System.Address; options: Interfaces.C.Strings.char_array_access; user_cb: System.Address; user_data: System.Address) return Interfaces.C.int with Import, Address => clBuildProgram, Convention => C; cl_code: Interfaces.C.int := 0; device_array: aliased C_Address_Array := (others => 0); opts: aliased Interfaces.C.char_array := Interfaces.C.To_C(options); begin device_array(1) := Raw_Address(device); cl_code := Impl(p_id => Raw_Address(id), num_devices => 1, device_list => C_Addr_Arr_Conv.To_Address(device_array'Unchecked_Access), options => opts'Unchecked_Access, user_cb => System.Null_Address, user_data => System.Null_Address); return Convert(cl_code); end Build_Program; function Get_Program_Build_Log(id: in Program_ID; device: in Device_ID; result_status: out Status) return String is function Impl(prog: Raw_Address; dev: Raw_Address; info: Interfaces.C.unsigned; available_size: Interfaces.C.size_t; ptr: System.Address; ret_size: access Interfaces.C.size_t) return Interfaces.C.int with Import, Address => clGetProgramBuildInfo, Convention => C; build_log_size: aliased Interfaces.C.size_t; cl_code: Interfaces.C.int := 0; begin cl_code := Impl(prog => Raw_Address(id), dev => Raw_Address(device), info => Program_Build_Info_String'Enum_Rep(PROGRAM_BUILD_LOG), available_size => 0, ptr => System.Null_Address, ret_size => build_log_size'Access); declare type C_Char_Buff is new Interfaces.C.char_array(1 .. build_log_size); build_log_buffer: aliased C_Char_Buff := (1 .. build_log_size => Interfaces.C.To_C(ASCII.NUL)); package Char_Arr_Addr_Conv is new System.Address_To_Access_Conversions(Object => C_Char_Buff); begin cl_code := Impl(prog => Raw_Address(id), dev => Raw_Address(device), info => Program_Build_Info_String'Enum_Rep(PROGRAM_BUILD_LOG), available_size => build_log_size, ptr => Char_Arr_Addr_Conv.To_Address(build_log_buffer'Unchecked_Access), ret_size => build_log_size'Access); result_status := Convert(cl_code); return Interfaces.C.To_Ada(Interfaces.C.char_array(build_log_buffer)); end; end Get_Program_Build_Log; function Release_Program(id: in Program_ID) return Status is function Impl(p: Raw_Address) return Interfaces.C.int with Import, Address => clReleaseProgram, Convention => C; cl_code: Interfaces.C.int := 0; begin cl_code := Impl(Raw_Address(id)); return Convert(cl_code); end Release_Program; function Create_Kernel(program: in Program_ID; name: in String; result_status: out Status) return Kernel_ID is function Impl(prog: Raw_Address; name_str: Interfaces.C.Strings.char_array_access; err_c: access Interfaces.C.int) return Raw_Address with Import, Address => clCreateKernel, Convention => C; cl_code: aliased Interfaces.C.int := 0; str_ptr: aliased Interfaces.C.char_array := Interfaces.C.To_C(name); result: Raw_Address := 0; begin result := Impl(prog => Raw_Address(program), name_str => str_ptr'Unchecked_Access, err_c => cl_code'Access); result_status := Convert(cl_code); return Kernel_ID(result); end Create_Kernel; function Release_Kernel(id: in Kernel_ID) return Status is function Impl(p: Raw_Address) return Interfaces.C.int with Import, Address => clReleaseKernel, Convention => C; cl_code: Interfaces.C.int := 0; begin cl_code := Impl(Raw_Address(id)); return Convert(cl_code); end Release_Kernel; function Set_Kernel_Arg(id: in Kernel_ID; index: Natural; size: Positive; address: System.Address) return Status is function Impl(k_id: Raw_Address; arg_index: Interfaces.C.unsigned; arg_size: Interfaces.C.size_t; arg_addr: System.Address) return Interfaces.C.int with Import, Address => clSetKernelArg, Convention => C; cl_code: Interfaces.C.int; arg_index: constant Interfaces.C.unsigned := Interfaces.C.unsigned(index); arg_size: constant Interfaces.C.size_t := Interfaces.C.size_t(size); begin cl_code := Impl(k_id => Raw_Address(id), arg_index => arg_index, arg_size => arg_size, arg_addr => address); return Convert(cl_code); end Set_Kernel_Arg; function Enqueue_Kernel(queue: in Command_Queue; kernel: in Kernel_ID; global_offset: in Offsets; global_work_size, local_work_size: in Dimensions; event_wait_list: in Events; event: out Event_ID) return Status is function Impl(q_id, k_id: Raw_Address; dims: Interfaces.C.unsigned; glob_off, glob_ws, local_ws: access C_SizeT_Array; num_wait_events: Interfaces.C.unsigned; event_wait: System.Address; event_res: access Raw_Address) return Interfaces.C.int with Import, Address => clEnqueueNDRangeKernel, Convention => C; event_result: aliased Raw_Address; result: Interfaces.C.int := 0; global_ws_array: aliased C_SizeT_Array := (others => 0); local_ws_array: aliased C_SizeT_Array := (others => 0); global_off_array: aliased C_SizeT_Array := (others => 0); event_wait_array: aliased C_Address_Array := Convert(event_wait_list); begin for i in 1 .. global_offset'Length loop global_off_array(Interfaces.C.size_t(i)) := Interfaces.C.size_t(global_offset(i)); end loop; for i in 1 .. global_work_size'Length loop global_ws_array(Interfaces.C.size_t(i)) := Interfaces.C.size_t(global_work_size(i)); end loop; for i in 1 .. local_work_size'Length loop local_ws_array(Interfaces.C.size_t(i)) := Interfaces.C.size_t(local_work_size(i)); end loop; result := Impl(q_id => Raw_Address(queue), k_id => Raw_Address(kernel), dims => global_work_size'Length, glob_off => global_off_array'Access, glob_ws => global_ws_array'Access, local_ws => local_ws_array'Access, num_wait_events => event_wait_list'Length, event_wait => (if event_wait_list'Length = 0 then System.Null_Address else C_Addr_Arr_Conv.To_Address(event_wait_array'Unchecked_Access)), event_res => event_result'Access); event := Event_ID(event_result); return Convert(result); end Enqueue_Kernel; function Create_Command_Queue(ctx: in Context_ID; dev: in Device_ID; result_status: out Status) return Command_Queue is function Impl(ctx_id: Raw_Address; dev_id: Raw_Address; props: System.Address; err_c: access Interfaces.C.int) return Raw_Address with Import, Address => clCreateCommandQueueWithProperties, Convention => C; cl_code: aliased Interfaces.C.int := 0; result: Raw_Address := 0; begin result := Impl(ctx_id => Raw_Address(ctx), dev_id => Raw_Address(dev), props => System.Null_Address, err_c => cl_code'Access); result_status := Convert(cl_code); return Command_Queue(result); end Create_Command_Queue; function Release_Command_Queue(id: in Command_Queue) return Status is function Impl(p: Raw_Address) return Interfaces.C.int with Import, Address => clReleaseCommandQueue, Convention => C; cl_code: Interfaces.C.int := 0; begin cl_code := Impl(Raw_Address(id)); return Convert(cl_code); end Release_Command_Queue; function Wait_For_Events(ev_list: Events) return Status is function Impl(num_events: Interfaces.C.unsigned; event_arr: access C_Address_Array) return Interfaces.C.int with Import, Address => clWaitForEvents, Convention => C; cl_code: Interfaces.C.int := 0; event_arr: aliased C_Address_Array := (others => 0); begin for i in 1 .. ev_list'Length loop event_arr(Interfaces.C.size_t(i)) := Raw_Address(ev_list(i)); end loop; cl_code := Impl(num_events => ev_list'Length, event_arr => event_arr'Access); return Convert(cl_code); end Wait_For_Events; function Release_Event(ev: in Event_ID) return Status is function Impl(p: Raw_Address) return cl_int with Import, Address => clReleaseEvent, Convention => C; cl_code: cl_int := 0; begin cl_code := Impl(Raw_Address(ev)); return Convert(cl_code); end Release_Event; function Retain_Event(ev: in Event_ID) return Status is function Impl(p: Raw_Address) return cl_int with Import, Address => clRetainEvent, Convention => C; cl_code: cl_int := 0; begin cl_code := Impl(Raw_Address(ev)); return Convert(cl_code); end Retain_Event; function Finish(queue: in Command_Queue) return Status is function Impl(p: Raw_Address) return Interfaces.C.int with Import, Address => clFinish, Convention => C; cl_code: Interfaces.C.int := 0; begin cl_code := Impl(Raw_Address(queue)); return Convert(cl_code); end Finish; function Convert(flags: in Mem_Flags) return cl_mem_flags is result: cl_mem_flags := 0; current_flag: cl_mem_flags := 0; begin for i in flags'Range loop if flags(i) then current_flag := cl_mem_flags(Mem_Flag'Enum_Rep(i)); result := result or current_flag; end if; end loop; return result; end Convert; function Create_Buffer(ctx: in Context_ID; flags: in Mem_Flags; size: Positive; host_ptr: System.Address; result_status: out Status) return Mem_ID is function Impl(ctx: Raw_Address; flags: cl_mem_flags; size: Interfaces.C.size_t; host_ptr: System.Address; result_code: access cl_int) return Raw_Address with Import, Address => clCreateBuffer, Convention => C; cl_code: aliased cl_int; size_p: constant Interfaces.C.size_t := Interfaces.C.size_t(size); raw_mem_id: Raw_Address; begin raw_mem_id := Impl(ctx => Raw_Address(ctx), flags => Convert(flags), size => size_p, host_ptr => host_ptr, result_code => cl_code'Access); result_status := Convert(cl_code); return Mem_ID(raw_mem_id); end Create_Buffer; function Enqueue_Read(queue: in Command_Queue; mem_ob: in Mem_ID; block_read: Boolean; offset: Natural; size: Positive; ptr: System.Address; events_to_wait_for: in Events; event: out Event_ID) return Status is function Impl(q: Raw_Address; mem: Raw_Address; block_read: cl_bool; offset, size: Interfaces.C.size_t; ptr: System.Address; num_wait_events: Interfaces.C.unsigned; event_wait: System.Address; event_res: access Raw_Address) return cl_int with Import, Address => clEnqueueReadBuffer, Convention => C; event_list: aliased C_Address_Array := Convert(events_to_wait_for); event_result: aliased Raw_Address; cl_code: cl_int; begin cl_code := Impl(q => Raw_Address(queue), mem => Raw_Address(mem_ob), block_read => cl_bool(if block_read then 1 else 0), offset => Interfaces.C.size_t(offset), size => Interfaces.C.size_t(size), ptr => ptr, num_wait_events => events_to_wait_for'Length, event_wait => (if events_to_wait_for'Length = 0 then System.Null_Address else C_Addr_Arr_Conv.To_Address(event_list'Unchecked_Access)), event_res => event_result'Access); event := Event_ID(event_result); return Convert(cl_code); end Enqueue_Read; function Enqueue_Write(queue: in Command_Queue; mem_ob: in Mem_ID; block_write: Boolean; offset: Natural; size: Positive; ptr: System.Address; events_to_wait_for: in Events; event: out Event_ID) return Status is function Impl(q: Raw_Address; mem: Raw_Address; block_write: cl_bool; offset, size: Interfaces.C.size_t; ptr: System.Address; num_wait_events: Interfaces.C.unsigned; event_wait: System.Address; event_res: access Raw_Address) return cl_int with Import, Address => clEnqueueWriteBuffer, Convention => C; event_list: aliased C_Address_Array := Convert(events_to_wait_for); event_result: aliased Raw_Address; cl_code: cl_int; begin cl_code := Impl(q => Raw_Address(queue), mem => Raw_Address(mem_ob), block_write => cl_bool(if block_write then 1 else 0), offset => Interfaces.C.size_t(offset), size => Interfaces.C.size_t(size), ptr => ptr, num_wait_events => events_to_wait_for'Length, event_wait => (if events_to_wait_for'Length = 0 then System.Null_Address else C_Addr_Arr_Conv.To_Address(event_list'Unchecked_Access)), event_res => event_result'Access); event := Event_ID(event_result); return Convert(cl_code); end Enqueue_Write; function Release(mem_ob: in Mem_ID) return Status is function Impl(id: Raw_Address) return Interfaces.C.int with Import, Address => clReleaseMemObject, Convention => C; cl_code: Interfaces.C.int; begin cl_code := Impl(Raw_Address(mem_ob)); return Convert(cl_code); end Release; function Get_Local_Work_Size(width, height: in Positive) return opencl.Dimensions is result: opencl.Dimensions := (1 => 1, 2 => 1); preferred_multiples: constant opencl.Dimensions := (32, 16, 8, 4, 2); begin for m of preferred_multiples loop if width rem m = 0 then result(1) := m; exit; end if; end loop; for m of preferred_multiples loop if height rem m = 0 then result(2) := m; exit; end if; end loop; return result; end Get_Local_Work_Size; end opencl;
43.075472
214
0.620967
1e1ba592c2cd53ad58a1d9450204d84cd4af513a
3,619
adb
Ada
tests/nanomsg-test_survey.adb
landgraf/nanomsg-ada
6abe8f517c53b2d4c030c4e2736f883371ef9270
[ "MIT" ]
2
2015-07-28T19:47:19.000Z
2020-05-29T06:49:50.000Z
tests/nanomsg-test_survey.adb
landgraf/nanomsg-ada
6abe8f517c53b2d4c030c4e2736f883371ef9270
[ "MIT" ]
2
2015-11-28T14:02:13.000Z
2017-10-05T09:21:35.000Z
tests/nanomsg-test_survey.adb
landgraf/nanomsg-ada
6abe8f517c53b2d4c030c4e2736f883371ef9270
[ "MIT" ]
null
null
null
-- The MIT License (MIT) -- Copyright (c) 2015 Pavel Zhukov <[email protected]> -- 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, 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 -- AUTHORS OR 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. with Nanomsg.Domains; with Nanomsg.Survey; with Aunit.Assertions; with Nanomsg.Messages; with Ada.Text_Io; package body Nanomsg.Test_Survey is procedure Run_Test (T : in out TC) is use Aunit.Assertions; Address : constant String := "tcp://127.0.0.1:5555"; Ping : constant String := "PING"; Pong : constant String := "PONG"; task Server is entry Start; end Server; task body Server is begin T.Server.Init (Nanomsg.Domains.Af_Sp, Nanomsg.Survey.Nn_Surveyor); T.Server.Bind ("tcp://*:5555"); delay 1.0; accept Start; declare Msg : Nanomsg.Messages.Message_T; begin Msg.From_String (Ping); T.Server.Send (Msg); end; for X in T.Clients'Range loop declare Msg : Nanomsg.Messages.Message_T; begin select delay 2.0; Assert (False, "Abort in server"); then abort T.Server.Receive (Msg); end select; end; end loop; end Server; begin for Client of T.Clients loop Client.Init (Nanomsg.Domains.Af_Sp, Nanomsg.Survey.Nn_Respondent); Client.Connect (Address); end loop; Server.Start; for Client of T.Clients loop declare Msg : Nanomsg.Messages.Message_T; begin select delay 2.0; Assert (False, "Recv aborted"); then abort Client.Receive (Msg); end select; Assert (Msg.Text = Ping, "Ping request doesn't match"); end; end loop; for Client of T.Clients loop declare Msg : Nanomsg.Messages.Message_T; begin Msg.From_String (Pong); Client.Send (Msg); end; end loop; end Run_Test; function Name (T : TC) return Message_String is begin return Aunit.Format ("Test case name : Survey test"); end Name; procedure Tear_Down (T : in out Tc) is begin if T.Server.Get_Fd >= 0 then T.Server.Close; end if; for Client of T.Clients loop if Client.Get_Fd >= 0 then Client.Close; end if; end loop; end Tear_Down; end Nanomsg.Test_Survey;
31.198276
82
0.600166
3860ad18fe03cd6474ecc921c3d740aa76d293a9
932
adb
Ada
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/var_rec_arr/pck.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/var_rec_arr/pck.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/var_rec_arr/pck.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
-- Copyright 2015-2017 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 (R : Record_Type) return Record_Type is begin return R; end Ident; procedure Do_Nothing (A : System.Address) is begin null; end Do_Nothing; end Pck;
32.137931
73
0.719957
1a6afa86f3c795167250793b7204bc6d2351c232
65
ads
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/array23_pkg3.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/testsuite/gnat.dg/array23_pkg3.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/array23_pkg3.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
package Array23_Pkg3 is C0 : Natural := 2; end Array23_Pkg3;
10.833333
23
0.707692
4b37bb3deb4ccaf5fa392f77f7457c47ba4b1033
339
adb
Ada
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/tests/exception_renamingrenaming.adb
LaudateCorpus1/rose-1
5fe906d2a01253130c5de465aded6a917a8476a0
[ "BSD-3-Clause" ]
488
2015-01-09T08:54:48.000Z
2022-03-30T07:15:46.000Z
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/tests/exception_renamingrenaming.adb
LaudateCorpus1/rose-1
5fe906d2a01253130c5de465aded6a917a8476a0
[ "BSD-3-Clause" ]
174
2015-01-28T18:41:32.000Z
2022-03-31T16:51:05.000Z
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/tests/exception_renamingrenaming.adb
LaudateCorpus1/rose-1
5fe906d2a01253130c5de465aded6a917a8476a0
[ "BSD-3-Clause" ]
146
2015-04-27T02:48:34.000Z
2022-03-04T07:32:53.000Z
--~ with Report; with Ada.IO_Exceptions; procedure Exception_RenamingRenaming(b : IN boolean) is Name_Error : exception renames Ada.IO_Exceptions.Name_Error; Name_Exception: exception renames Name_Error; begin if b then raise Name_Exception; end if; exception when Name_Error => null; end Exception_RenamingRenaming;
21.1875
62
0.769912
9a5759d85e49a109d9eba1805e6b87713388520e
7,961
ads
Ada
samples/client/petstore/ada/src/model/samples-petstore-models.ads
laboutiqueofficielle/swagger-codegen
44cf211917f48f2401434c3e7552b53c03d09b08
[ "Apache-2.0" ]
null
null
null
samples/client/petstore/ada/src/model/samples-petstore-models.ads
laboutiqueofficielle/swagger-codegen
44cf211917f48f2401434c3e7552b53c03d09b08
[ "Apache-2.0" ]
2
2021-12-16T09:59:46.000Z
2021-12-16T09:59:48.000Z
samples/client/petstore/ada/src/model/samples-petstore-models.ads
laboutiqueofficielle/swagger-codegen
44cf211917f48f2401434c3e7552b53c03d09b08
[ "Apache-2.0" ]
null
null
null
-- Swagger Petstore -- This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special_key` to test the authorization filters. -- -- OpenAPI spec version: 1.0.0 -- Contact: [email protected] -- -- NOTE: This package is auto generated by the swagger code generator 2.3.0-SNAPSHOT. -- https://github.com/swagger-api/swagger-codegen.git -- Do not edit the class manually. with Swagger.Streams; with Ada.Containers.Vectors; package Samples.Petstore.Models is -- ------------------------------ -- An uploaded response -- Describes the result of uploading an image resource -- ------------------------------ type ApiResponse_Type is record Code : Swagger.Nullable_Integer; P_Type : Swagger.Nullable_UString; Message : Swagger.Nullable_UString; end record; package ApiResponse_Type_Vectors is new Ada.Containers.Vectors (Index_Type => Positive, Element_Type => ApiResponse_Type); procedure Serialize (Into : in out Swagger.Streams.Output_Stream'Class; Name : in String; Value : in ApiResponse_Type); procedure Serialize (Into : in out Swagger.Streams.Output_Stream'Class; Name : in String; Value : in ApiResponse_Type_Vectors.Vector); procedure Deserialize (From : in Swagger.Value_Type; Name : in String; Value : out ApiResponse_Type); procedure Deserialize (From : in Swagger.Value_Type; Name : in String; Value : out ApiResponse_Type_Vectors.Vector); -- ------------------------------ -- Pet category -- A category for a pet -- ------------------------------ type Category_Type is record Id : Swagger.Nullable_Long; Name : Swagger.Nullable_UString; end record; package Category_Type_Vectors is new Ada.Containers.Vectors (Index_Type => Positive, Element_Type => Category_Type); procedure Serialize (Into : in out Swagger.Streams.Output_Stream'Class; Name : in String; Value : in Category_Type); procedure Serialize (Into : in out Swagger.Streams.Output_Stream'Class; Name : in String; Value : in Category_Type_Vectors.Vector); procedure Deserialize (From : in Swagger.Value_Type; Name : in String; Value : out Category_Type); procedure Deserialize (From : in Swagger.Value_Type; Name : in String; Value : out Category_Type_Vectors.Vector); -- ------------------------------ -- Pet Tag -- A tag for a pet -- ------------------------------ type Tag_Type is record Id : Swagger.Nullable_Long; Name : Swagger.Nullable_UString; end record; package Tag_Type_Vectors is new Ada.Containers.Vectors (Index_Type => Positive, Element_Type => Tag_Type); procedure Serialize (Into : in out Swagger.Streams.Output_Stream'Class; Name : in String; Value : in Tag_Type); procedure Serialize (Into : in out Swagger.Streams.Output_Stream'Class; Name : in String; Value : in Tag_Type_Vectors.Vector); procedure Deserialize (From : in Swagger.Value_Type; Name : in String; Value : out Tag_Type); procedure Deserialize (From : in Swagger.Value_Type; Name : in String; Value : out Tag_Type_Vectors.Vector); -- ------------------------------ -- a User -- A User who is purchasing from the pet store -- ------------------------------ type User_Type is record Id : Swagger.Nullable_Long; Username : Swagger.Nullable_UString; First_Name : Swagger.Nullable_UString; Last_Name : Swagger.Nullable_UString; Email : Swagger.Nullable_UString; Password : Swagger.Nullable_UString; Phone : Swagger.Nullable_UString; User_Status : Swagger.Nullable_Integer; end record; package User_Type_Vectors is new Ada.Containers.Vectors (Index_Type => Positive, Element_Type => User_Type); procedure Serialize (Into : in out Swagger.Streams.Output_Stream'Class; Name : in String; Value : in User_Type); procedure Serialize (Into : in out Swagger.Streams.Output_Stream'Class; Name : in String; Value : in User_Type_Vectors.Vector); procedure Deserialize (From : in Swagger.Value_Type; Name : in String; Value : out User_Type); procedure Deserialize (From : in Swagger.Value_Type; Name : in String; Value : out User_Type_Vectors.Vector); -- ------------------------------ -- Pet Order -- An order for a pets from the pet store -- ------------------------------ type Order_Type is record Id : Swagger.Nullable_Long; Pet_Id : Swagger.Nullable_Long; Quantity : Swagger.Nullable_Integer; Ship_Date : Swagger.Nullable_Date; Status : Swagger.Nullable_UString; Complete : Swagger.Nullable_Boolean; end record; package Order_Type_Vectors is new Ada.Containers.Vectors (Index_Type => Positive, Element_Type => Order_Type); procedure Serialize (Into : in out Swagger.Streams.Output_Stream'Class; Name : in String; Value : in Order_Type); procedure Serialize (Into : in out Swagger.Streams.Output_Stream'Class; Name : in String; Value : in Order_Type_Vectors.Vector); procedure Deserialize (From : in Swagger.Value_Type; Name : in String; Value : out Order_Type); procedure Deserialize (From : in Swagger.Value_Type; Name : in String; Value : out Order_Type_Vectors.Vector); -- ------------------------------ -- a Pet -- A pet for sale in the pet store -- ------------------------------ type Pet_Type is record Id : Swagger.Nullable_Long; Category : Samples.Petstore.Models.Category_Type; Name : Swagger.UString; Photo_Urls : Swagger.Nullable_UString_Vectors.Vector; Tags : Samples.Petstore.Models.Tag_Type_Vectors.Vector; Status : Swagger.Nullable_UString; end record; package Pet_Type_Vectors is new Ada.Containers.Vectors (Index_Type => Positive, Element_Type => Pet_Type); procedure Serialize (Into : in out Swagger.Streams.Output_Stream'Class; Name : in String; Value : in Pet_Type); procedure Serialize (Into : in out Swagger.Streams.Output_Stream'Class; Name : in String; Value : in Pet_Type_Vectors.Vector); procedure Deserialize (From : in Swagger.Value_Type; Name : in String; Value : out Pet_Type); procedure Deserialize (From : in Swagger.Value_Type; Name : in String; Value : out Pet_Type_Vectors.Vector); end Samples.Petstore.Models;
35.699552
274
0.546539
1e2716e1e25cad02d6e524c5c8ab48afd428129b
17,135
adb
Ada
Ada95/samples/ncurses2-trace_set.adb
mvaisakh/android_external_libncurses
d44c8a16d7f1ed276d0de0b3f6f1a5596c5f556f
[ "DOC", "Unlicense" ]
35
2015-03-07T13:26:22.000Z
2021-11-06T16:18:59.000Z
Ada95/samples/ncurses2-trace_set.adb
mvaisakh/android_external_libncurses
d44c8a16d7f1ed276d0de0b3f6f1a5596c5f556f
[ "DOC", "Unlicense" ]
3
2017-04-07T21:02:48.000Z
2017-04-08T17:59:35.000Z
Ada95/samples/ncurses2-trace_set.adb
mvaisakh/android_external_libncurses
d44c8a16d7f1ed276d0de0b3f6f1a5596c5f556f
[ "DOC", "Unlicense" ]
19
2015-06-16T06:13:44.000Z
2021-07-24T02:37:45.000Z
------------------------------------------------------------------------------ -- -- -- GNAT ncurses Binding Samples -- -- -- -- ncurses2.trace_set -- -- -- -- B O D Y -- -- -- ------------------------------------------------------------------------------ -- Copyright (c) 2000-2006,2008 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.3 $ -- $Date: 2008/07/26 18:46:18 $ -- Binding Version 01.00 ------------------------------------------------------------------------------ with ncurses2.util; use ncurses2.util; with Terminal_Interface.Curses; use Terminal_Interface.Curses; with Terminal_Interface.Curses.Trace; use Terminal_Interface.Curses.Trace; with Terminal_Interface.Curses.Menus; use Terminal_Interface.Curses.Menus; with Ada.Strings.Bounded; -- interactively set the trace level procedure ncurses2.trace_set is function menu_virtualize (c : Key_Code) return Menu_Request_Code; function subset (super, sub : Trace_Attribute_Set) return Boolean; function trace_or (a, b : Trace_Attribute_Set) return Trace_Attribute_Set; function trace_num (tlevel : Trace_Attribute_Set) return String; function tracetrace (tlevel : Trace_Attribute_Set) return String; function run_trace_menu (m : Menu; count : Integer) return Boolean; function menu_virtualize (c : Key_Code) return Menu_Request_Code is begin case c is when Character'Pos (newl) | Key_Exit => return Menu_Request_Code'Last + 1; -- MAX_COMMAND? TODO when Character'Pos ('u') => return M_ScrollUp_Line; when Character'Pos ('d') => return M_ScrollDown_Line; when Character'Pos ('b') | Key_Next_Page => return M_ScrollUp_Page; when Character'Pos ('f') | Key_Previous_Page => return M_ScrollDown_Page; when Character'Pos ('n') | Key_Cursor_Down => return M_Next_Item; when Character'Pos ('p') | Key_Cursor_Up => return M_Previous_Item; when Character'Pos (' ') => return M_Toggle_Item; when Key_Mouse => return c; when others => Beep; return c; end case; end menu_virtualize; type string_a is access String; type tbl_entry is record name : string_a; mask : Trace_Attribute_Set; end record; t_tbl : constant array (Positive range <>) of tbl_entry := ( (new String'("Disable"), Trace_Disable), (new String'("Times"), Trace_Attribute_Set'(Times => True, others => False)), (new String'("Tputs"), Trace_Attribute_Set'(Tputs => True, others => False)), (new String'("Update"), Trace_Attribute_Set'(Update => True, others => False)), (new String'("Cursor_Move"), Trace_Attribute_Set'(Cursor_Move => True, others => False)), (new String'("Character_Output"), Trace_Attribute_Set'(Character_Output => True, others => False)), (new String'("Ordinary"), Trace_Ordinary), (new String'("Calls"), Trace_Attribute_Set'(Calls => True, others => False)), (new String'("Virtual_Puts"), Trace_Attribute_Set'(Virtual_Puts => True, others => False)), (new String'("Input_Events"), Trace_Attribute_Set'(Input_Events => True, others => False)), (new String'("TTY_State"), Trace_Attribute_Set'(TTY_State => True, others => False)), (new String'("Internal_Calls"), Trace_Attribute_Set'(Internal_Calls => True, others => False)), (new String'("Character_Calls"), Trace_Attribute_Set'(Character_Calls => True, others => False)), (new String'("Termcap_TermInfo"), Trace_Attribute_Set'(Termcap_TermInfo => True, others => False)), (new String'("Maximium"), Trace_Maximum) ); package BS is new Ada.Strings.Bounded.Generic_Bounded_Length (300); function subset (super, sub : Trace_Attribute_Set) return Boolean is begin if (super.Times or not sub.Times) and (super.Tputs or not sub.Tputs) and (super.Update or not sub.Update) and (super.Cursor_Move or not sub.Cursor_Move) and (super.Character_Output or not sub.Character_Output) and (super.Calls or not sub.Calls) and (super.Virtual_Puts or not sub.Virtual_Puts) and (super.Input_Events or not sub.Input_Events) and (super.TTY_State or not sub.TTY_State) and (super.Internal_Calls or not sub.Internal_Calls) and (super.Character_Calls or not sub.Character_Calls) and (super.Termcap_TermInfo or not sub.Termcap_TermInfo) and True then return True; else return False; end if; end subset; function trace_or (a, b : Trace_Attribute_Set) return Trace_Attribute_Set is retval : Trace_Attribute_Set := Trace_Disable; begin retval.Times := (a.Times or b.Times); retval.Tputs := (a.Tputs or b.Tputs); retval.Update := (a.Update or b.Update); retval.Cursor_Move := (a.Cursor_Move or b.Cursor_Move); retval.Character_Output := (a.Character_Output or b.Character_Output); retval.Calls := (a.Calls or b.Calls); retval.Virtual_Puts := (a.Virtual_Puts or b.Virtual_Puts); retval.Input_Events := (a.Input_Events or b.Input_Events); retval.TTY_State := (a.TTY_State or b.TTY_State); retval.Internal_Calls := (a.Internal_Calls or b.Internal_Calls); retval.Character_Calls := (a.Character_Calls or b.Character_Calls); retval.Termcap_TermInfo := (a.Termcap_TermInfo or b.Termcap_TermInfo); return retval; end trace_or; -- Print the hexadecimal value of the mask so -- users can set it from the command line. function trace_num (tlevel : Trace_Attribute_Set) return String is result : Integer := 0; m : Integer := 1; begin if tlevel.Times then result := result + m; end if; m := m * 2; if tlevel.Tputs then result := result + m; end if; m := m * 2; if tlevel.Update then result := result + m; end if; m := m * 2; if tlevel.Cursor_Move then result := result + m; end if; m := m * 2; if tlevel.Character_Output then result := result + m; end if; m := m * 2; if tlevel.Calls then result := result + m; end if; m := m * 2; if tlevel.Virtual_Puts then result := result + m; end if; m := m * 2; if tlevel.Input_Events then result := result + m; end if; m := m * 2; if tlevel.TTY_State then result := result + m; end if; m := m * 2; if tlevel.Internal_Calls then result := result + m; end if; m := m * 2; if tlevel.Character_Calls then result := result + m; end if; m := m * 2; if tlevel.Termcap_TermInfo then result := result + m; end if; m := m * 2; return result'Img; end trace_num; function tracetrace (tlevel : Trace_Attribute_Set) return String is use BS; buf : Bounded_String := To_Bounded_String (""); begin -- The C version prints the hexadecimal value of the mask, we -- won't do that here because this is Ada. if tlevel = Trace_Disable then Append (buf, "Trace_Disable"); else if subset (tlevel, Trace_Attribute_Set'(Times => True, others => False)) then Append (buf, "Times"); Append (buf, ", "); end if; if subset (tlevel, Trace_Attribute_Set'(Tputs => True, others => False)) then Append (buf, "Tputs"); Append (buf, ", "); end if; if subset (tlevel, Trace_Attribute_Set'(Update => True, others => False)) then Append (buf, "Update"); Append (buf, ", "); end if; if subset (tlevel, Trace_Attribute_Set'(Cursor_Move => True, others => False)) then Append (buf, "Cursor_Move"); Append (buf, ", "); end if; if subset (tlevel, Trace_Attribute_Set'(Character_Output => True, others => False)) then Append (buf, "Character_Output"); Append (buf, ", "); end if; if subset (tlevel, Trace_Ordinary) then Append (buf, "Ordinary"); Append (buf, ", "); end if; if subset (tlevel, Trace_Attribute_Set'(Calls => True, others => False)) then Append (buf, "Calls"); Append (buf, ", "); end if; if subset (tlevel, Trace_Attribute_Set'(Virtual_Puts => True, others => False)) then Append (buf, "Virtual_Puts"); Append (buf, ", "); end if; if subset (tlevel, Trace_Attribute_Set'(Input_Events => True, others => False)) then Append (buf, "Input_Events"); Append (buf, ", "); end if; if subset (tlevel, Trace_Attribute_Set'(TTY_State => True, others => False)) then Append (buf, "TTY_State"); Append (buf, ", "); end if; if subset (tlevel, Trace_Attribute_Set'(Internal_Calls => True, others => False)) then Append (buf, "Internal_Calls"); Append (buf, ", "); end if; if subset (tlevel, Trace_Attribute_Set'(Character_Calls => True, others => False)) then Append (buf, "Character_Calls"); Append (buf, ", "); end if; if subset (tlevel, Trace_Attribute_Set'(Termcap_TermInfo => True, others => False)) then Append (buf, "Termcap_TermInfo"); Append (buf, ", "); end if; if subset (tlevel, Trace_Maximum) then Append (buf, "Maximium"); Append (buf, ", "); end if; end if; if To_String (buf) (Length (buf) - 1) = ',' then Delete (buf, Length (buf) - 1, Length (buf)); end if; return To_String (buf); end tracetrace; function run_trace_menu (m : Menu; count : Integer) return Boolean is i, p : Item; changed : Boolean; c, v : Key_Code; begin loop changed := (count /= 0); c := Getchar (Get_Window (m)); v := menu_virtualize (c); case Driver (m, v) is when Unknown_Request => return False; when others => i := Current (m); if i = Menus.Items (m, 1) then -- the first item for n in t_tbl'First + 1 .. t_tbl'Last loop if Value (i) then Set_Value (i, False); changed := True; end if; end loop; else for n in t_tbl'First + 1 .. t_tbl'Last loop p := Menus.Items (m, n); if Value (p) then Set_Value (Menus.Items (m, 1), False); changed := True; exit; end if; end loop; end if; if not changed then return True; end if; end case; end loop; end run_trace_menu; nc_tracing, mask : Trace_Attribute_Set; pragma Import (C, nc_tracing, "_nc_tracing"); items_a : constant Item_Array_Access := new Item_Array (t_tbl'First .. t_tbl'Last + 1); mrows : Line_Count; mcols : Column_Count; menuwin : Window; menu_y : constant Line_Position := 8; menu_x : constant Column_Position := 8; ip : Item; m : Menu; count : Integer; newtrace : Trace_Attribute_Set; begin Add (Line => 0, Column => 0, Str => "Interactively set trace level:"); Add (Line => 2, Column => 0, Str => " Press space bar to toggle a selection."); Add (Line => 3, Column => 0, Str => " Use up and down arrow to move the select bar."); Add (Line => 4, Column => 0, Str => " Press return to set the trace level."); Add (Line => 6, Column => 0, Str => "(Current trace level is "); Add (Str => tracetrace (nc_tracing) & " numerically: " & trace_num (nc_tracing)); Add (Ch => ')'); Refresh; for n in t_tbl'Range loop items_a (n) := New_Item (t_tbl (n).name.all); end loop; items_a (t_tbl'Last + 1) := Null_Item; m := New_Menu (items_a); Set_Format (m, 16, 2); Scale (m, mrows, mcols); Switch_Options (m, (One_Valued => True, others => False), On => False); menuwin := New_Window (mrows + 2, mcols + 2, menu_y, menu_x); Set_Window (m, menuwin); Set_KeyPad_Mode (menuwin, SwitchOn => True); Box (menuwin); Set_Sub_Window (m, Derived_Window (menuwin, mrows, mcols, 1, 1)); Post (m); for n in t_tbl'Range loop ip := Items (m, n); mask := t_tbl (n).mask; if mask = Trace_Disable then Set_Value (ip, nc_tracing = Trace_Disable); elsif subset (sub => mask, super => nc_tracing) then Set_Value (ip, True); end if; end loop; count := 1; while run_trace_menu (m, count) loop count := count + 1; end loop; newtrace := Trace_Disable; for n in t_tbl'Range loop ip := Items (m, n); if Value (ip) then mask := t_tbl (n).mask; newtrace := trace_or (newtrace, mask); end if; end loop; Trace_On (newtrace); Trace_Put ("trace level interactively set to " & tracetrace (nc_tracing)); Move_Cursor (Line => Lines - 4, Column => 0); Add (Str => "Trace level is "); Add (Str => tracetrace (nc_tracing)); Add (Ch => newl); Pause; -- was just Add(); Getchar Post (m, False); -- menuwin has subwindows I think, which makes an error. declare begin Delete (menuwin); exception when Curses_Exception => null; end; -- free_menu(m); -- free_item() end ncurses2.trace_set;
35.623701
79
0.52454
9a17001c6e58ed3868c91f9568ae7cdfc0342f81
6,341
ads
Ada
source/nodes/program-nodes-component_declarations.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/nodes/program-nodes-component_declarations.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/nodes/program-nodes-component_declarations.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
2
2019-09-14T23:18:50.000Z
2019-10-02T10:11:40.000Z
-- Copyright (c) 2019 Maxim Reznik <[email protected]> -- -- SPDX-License-Identifier: MIT -- License-Filename: LICENSE ------------------------------------------------------------- with Program.Elements.Defining_Identifiers; with Program.Lexical_Elements; with Program.Elements.Component_Definitions; with Program.Elements.Expressions; with Program.Elements.Aspect_Specifications; with Program.Elements.Component_Declarations; with Program.Element_Visitors; package Program.Nodes.Component_Declarations is pragma Preelaborate; type Component_Declaration is new Program.Nodes.Node and Program.Elements.Component_Declarations.Component_Declaration and Program.Elements.Component_Declarations.Component_Declaration_Text with private; function Create (Names : not null Program.Elements.Defining_Identifiers .Defining_Identifier_Vector_Access; Colon_Token : not null Program.Lexical_Elements .Lexical_Element_Access; Object_Subtype : not null Program.Elements.Component_Definitions .Component_Definition_Access; Assignment_Token : Program.Lexical_Elements.Lexical_Element_Access; Default_Expression : Program.Elements.Expressions.Expression_Access; With_Token : Program.Lexical_Elements.Lexical_Element_Access; Aspects : Program.Elements.Aspect_Specifications .Aspect_Specification_Vector_Access; Semicolon_Token : not null Program.Lexical_Elements .Lexical_Element_Access) return Component_Declaration; type Implicit_Component_Declaration is new Program.Nodes.Node and Program.Elements.Component_Declarations.Component_Declaration with private; function Create (Names : not null Program.Elements.Defining_Identifiers .Defining_Identifier_Vector_Access; Object_Subtype : not null Program.Elements.Component_Definitions .Component_Definition_Access; Default_Expression : Program.Elements.Expressions.Expression_Access; Aspects : Program.Elements.Aspect_Specifications .Aspect_Specification_Vector_Access; Is_Part_Of_Implicit : Boolean := False; Is_Part_Of_Inherited : Boolean := False; Is_Part_Of_Instance : Boolean := False) return Implicit_Component_Declaration with Pre => Is_Part_Of_Implicit or Is_Part_Of_Inherited or Is_Part_Of_Instance; private type Base_Component_Declaration is abstract new Program.Nodes.Node and Program.Elements.Component_Declarations.Component_Declaration with record Names : not null Program.Elements.Defining_Identifiers .Defining_Identifier_Vector_Access; Object_Subtype : not null Program.Elements.Component_Definitions .Component_Definition_Access; Default_Expression : Program.Elements.Expressions.Expression_Access; Aspects : Program.Elements.Aspect_Specifications .Aspect_Specification_Vector_Access; end record; procedure Initialize (Self : aliased in out Base_Component_Declaration'Class); overriding procedure Visit (Self : not null access Base_Component_Declaration; Visitor : in out Program.Element_Visitors.Element_Visitor'Class); overriding function Names (Self : Base_Component_Declaration) return not null Program.Elements.Defining_Identifiers .Defining_Identifier_Vector_Access; overriding function Object_Subtype (Self : Base_Component_Declaration) return not null Program.Elements.Component_Definitions .Component_Definition_Access; overriding function Default_Expression (Self : Base_Component_Declaration) return Program.Elements.Expressions.Expression_Access; overriding function Aspects (Self : Base_Component_Declaration) return Program.Elements.Aspect_Specifications .Aspect_Specification_Vector_Access; overriding function Is_Component_Declaration_Element (Self : Base_Component_Declaration) return Boolean; overriding function Is_Declaration_Element (Self : Base_Component_Declaration) return Boolean; type Component_Declaration is new Base_Component_Declaration and Program.Elements.Component_Declarations.Component_Declaration_Text with record Colon_Token : not null Program.Lexical_Elements .Lexical_Element_Access; Assignment_Token : Program.Lexical_Elements.Lexical_Element_Access; With_Token : Program.Lexical_Elements.Lexical_Element_Access; Semicolon_Token : not null Program.Lexical_Elements .Lexical_Element_Access; end record; overriding function To_Component_Declaration_Text (Self : aliased in out Component_Declaration) return Program.Elements.Component_Declarations .Component_Declaration_Text_Access; overriding function Colon_Token (Self : Component_Declaration) return not null Program.Lexical_Elements.Lexical_Element_Access; overriding function Assignment_Token (Self : Component_Declaration) return Program.Lexical_Elements.Lexical_Element_Access; overriding function With_Token (Self : Component_Declaration) return Program.Lexical_Elements.Lexical_Element_Access; overriding function Semicolon_Token (Self : Component_Declaration) return not null Program.Lexical_Elements.Lexical_Element_Access; type Implicit_Component_Declaration is new Base_Component_Declaration with record Is_Part_Of_Implicit : Boolean; Is_Part_Of_Inherited : Boolean; Is_Part_Of_Instance : Boolean; end record; overriding function To_Component_Declaration_Text (Self : aliased in out Implicit_Component_Declaration) return Program.Elements.Component_Declarations .Component_Declaration_Text_Access; overriding function Is_Part_Of_Implicit (Self : Implicit_Component_Declaration) return Boolean; overriding function Is_Part_Of_Inherited (Self : Implicit_Component_Declaration) return Boolean; overriding function Is_Part_Of_Instance (Self : Implicit_Component_Declaration) return Boolean; end Program.Nodes.Component_Declarations;
37.744048
79
0.748778
382892f61497e4c541f71b6981b35066de8ac3aa
386
adb
Ada
null_key.adb
doug16rogers/solitaire
124991c57ee3bfdfa9545996e9a3a83275532d99
[ "MIT" ]
1
2018-03-23T13:52:06.000Z
2018-03-23T13:52:06.000Z
null_key.adb
doug16rogers/solitaire
124991c57ee3bfdfa9545996e9a3a83275532d99
[ "MIT" ]
null
null
null
null_key.adb
doug16rogers/solitaire
124991c57ee3bfdfa9545996e9a3a83275532d99
[ "MIT" ]
null
null
null
with Solitaire_Operations.Text_Representation; with Ada.Text_IO; use Ada; procedure Null_Key is Deck : Solitaire_Operations.Deck_List := Solitaire_Operations.Standard_Deck; begin -- Null_Key Output : for I in Deck'range loop Text_IO.Put (Item => Solitaire_Operations.Text_Representation.Short_Card_Name (Deck (I) ) ); end loop Output; Text_IO.New_Line; end Null_Key;
29.692308
98
0.772021
04b7799edd4007d0d40308191d769e995815a51e
19,774
adb
Ada
src/templates/ada/avtas/lmcp/avtas-lmcp-bytebuffers.adb
joffreyhuguet/LmcpGen
3a75248e536f1147d9208ec021cc5105206c3477
[ "NASA-1.3" ]
null
null
null
src/templates/ada/avtas/lmcp/avtas-lmcp-bytebuffers.adb
joffreyhuguet/LmcpGen
3a75248e536f1147d9208ec021cc5105206c3477
[ "NASA-1.3" ]
null
null
null
src/templates/ada/avtas/lmcp/avtas-lmcp-bytebuffers.adb
joffreyhuguet/LmcpGen
3a75248e536f1147d9208ec021cc5105206c3477
[ "NASA-1.3" ]
null
null
null
with System.Storage_Elements; use System.Storage_Elements; with GNAT.Byte_Swapping; with Ada.Unchecked_Conversion; package body AVTAS.LMCP.ByteBuffers is --------------- -- Raw_Bytes -- --------------- function Raw_Bytes (This : ByteBuffer) return Byte_Array is (This.Content (1 .. This.Length)); --------------- -- Raw_Bytes -- --------------- function Raw_Bytes (This : ByteBuffer) return String is Result : String (1 .. Positive (This.Length)); begin for K in 1 .. This.Length loop Result (Positive (K)) := Character'Val (This.Content (K)); end loop; return Result; end Raw_Bytes; ------------ -- Rewind -- ------------ procedure Rewind (This : in out ByteBuffer) is begin This.Position := 1; end Rewind; ----------- -- Clear -- ----------- procedure Clear (This : in out ByteBuffer) is begin This.Rewind; This.Length := 0; end Clear; --------------- -- Remaining -- --------------- function Remaining (This : ByteBuffer) return UInt32 is (This.Capacity - This.Position + 1); ------------------- -- Has_Remaining -- ------------------- function Has_Remaining (This : ByteBuffer) return Boolean is (Remaining (This) > 0); -------------- -- Position -- -------------- function Position (This : ByteBuffer) return UInt32 is (This.Position); ------------ -- Length -- ------------ function Length (This : ByteBuffer) return UInt32 is (This.Length); -------------- -- Checksum -- -------------- function Checksum (This : ByteBuffer; From, To : Index) return UInt32 is Result : UInt32 := 0; begin for K in Index range From .. To loop Result := Result + UInt32 (This.Content (K)); end loop; return Result; end Checksum; ----------------- -- Overlapping -- ----------------- function Overlapping (Destination, Source : Address; Count : Storage_Count) return Boolean is (for some Location in To_Integer (Destination) .. To_Integer (Destination + Count - 1) => Location in To_Integer (Source) .. To_Integer (Source + Count - 1)) with Pre => Source /= Null_Address and Destination /= Null_Address; ------------- -- MemCopy -- ------------- function MemCopy (Destination, Source : Address; Count : Storage_Count) return Address with Import, Convention => C, Link_Name => "memcpy", Pre => Source /= Null_Address and then Destination /= Null_Address and then Source /= Destination and then --- covered by Overlapping test but aids comprehension not Overlapping (Destination, Source, Count), Post => MemCopy'Result = Destination; -- Copies Count bytes from the object designated by Source to the object -- designated by Destination. Note the order of the address parameters is -- critical so use the named association format for specifying actuals in -- calls. generic type Inserted is private; procedure Insert_2_Bytes (Value : Inserted; Buffer : in out Byte_Array; Start : Index) with Pre => Start in Buffer'Range and then Start + 2 - 1 in Buffer'Range; generic type Inserted is private; procedure Insert_4_Bytes (Value : Inserted; Buffer : in out Byte_Array; Start : Index) with Pre => Start in Buffer'Range and then Start + 4 - 1 in Buffer'Range; generic type Inserted is private; procedure Insert_8_Bytes (Value : Inserted; Buffer : in out Byte_Array; Start : Index) with Pre => Start in Buffer'Range and then Start + 8 - 1 in Buffer'Range; generic type Retrieved is private; procedure Retrieve_2_Bytes (Value : out Retrieved; Buffer : Byte_Array; Start : Index) with Pre => Start in Buffer'Range and then Start + 2 - 1 in Buffer'Range; generic type Retrieved is private; procedure Retrieve_4_Bytes (Value : out Retrieved; Buffer : Byte_Array; Start : Index) with Pre => Start in Buffer'Range and then Start + 4 - 1 in Buffer'Range; generic type Retrieved is private; procedure Retrieve_8_Bytes (Value : out Retrieved; Buffer : Byte_Array; Start : Index) with Pre => Start in Buffer'Range and then Start + 8 - 1 in Buffer'Range; -------------------- -- Insert_2_Bytes -- -------------------- procedure Insert_2_Bytes (Value : Inserted; Buffer : in out Byte_Array; Start : Index) is subtype Bytes is Byte_Array (1 .. 2); Buffer_Overlay : Bytes with Address => Buffer (Start)'Address; function As_Bytes is new Ada.Unchecked_Conversion (Source => Inserted, Target => Bytes); begin pragma Compile_Time_Error (Inserted'Object_Size /= 2 * Storage_Unit, "Generic actual param should be 2 bytes"); Buffer_Overlay := As_Bytes (Value); if Standard'Default_Scalar_Storage_Order /= System.High_Order_First then -- we're not on a Big Endinan machine GNAT.Byte_Swapping.Swap2 (Buffer (Start)'Address); end if; end Insert_2_Bytes; -------------------- -- Insert_4_Bytes -- -------------------- procedure Insert_4_Bytes (Value : Inserted; Buffer : in out Byte_Array; Start : Index) is subtype Bytes is Byte_Array (1 .. 4); Buffer_Overlay : Bytes with Address => Buffer (Start)'Address; function As_Bytes is new Ada.Unchecked_Conversion (Source => Inserted, Target => Bytes); begin pragma Compile_Time_Error (Inserted'Object_Size /= 4 * Storage_Unit, "Generic actual param should be 4 bytes"); Buffer_Overlay := As_Bytes (Value); if Standard'Default_Scalar_Storage_Order /= System.High_Order_First then -- we're not on a Big Endinan machine GNAT.Byte_Swapping.Swap4 (Buffer (Start)'Address); end if; end Insert_4_Bytes; -------------------- -- Insert_8_Bytes -- -------------------- procedure Insert_8_Bytes (Value : Inserted; Buffer : in out Byte_Array; Start : Index) is subtype Bytes is Byte_Array (1 .. 8); Buffer_Overlay : Bytes with Address => Buffer (Start)'Address; function As_Bytes is new Ada.Unchecked_Conversion (Source => Inserted, Target => Bytes); begin pragma Compile_Time_Error (Inserted'Object_Size /= 8 * Storage_Unit, "Generic actual param should be 8 bytes"); Buffer_Overlay := As_Bytes (Value); if Standard'Default_Scalar_Storage_Order /= System.High_Order_First then -- we're not on a Big Endinan machine GNAT.Byte_Swapping.Swap8 (Buffer (Start)'Address); end if; end Insert_8_Bytes; ---------------------- -- Retrieve_2_Bytes -- ---------------------- procedure Retrieve_2_Bytes (Value : out Retrieved; Buffer : Byte_Array; Start : Index) is subtype Bytes is Byte_Array (1 .. 2); Buffer_Overlay : Bytes with Address => Buffer (Start)'Address; function As_Retrieved is new Ada.Unchecked_Conversion (Source => Bytes, Target => Retrieved); begin pragma Compile_Time_Error (Retrieved'Object_Size /= 2 * Storage_Unit, "Generic actual param should be 2 bytes"); Value := As_Retrieved (Buffer_Overlay); if Standard'Default_Scalar_Storage_Order /= System.High_Order_First then -- we're not on a Big Endinan machine GNAT.Byte_Swapping.Swap2 (Value'Address); end if; end Retrieve_2_Bytes; ---------------------- -- Retrieve_4_Bytes -- ---------------------- procedure Retrieve_4_Bytes (Value : out Retrieved; Buffer : Byte_Array; Start : Index) is subtype Bytes is Byte_Array (1 .. 4); Buffer_Overlay : Bytes with Address => Buffer (Start)'Address; function As_Retrieved is new Ada.Unchecked_Conversion (Source => Bytes, Target => Retrieved); begin pragma Compile_Time_Error (Retrieved'Object_Size /= 4 * Storage_Unit, "Generic actual param should be 4 bytes"); Value := As_Retrieved (Buffer_Overlay); if Standard'Default_Scalar_Storage_Order /= System.High_Order_First then -- we're not on a Big Endinan machine GNAT.Byte_Swapping.Swap4 (Value'Address); end if; end Retrieve_4_Bytes; ---------------------- -- Retrieve_8_Bytes -- ---------------------- procedure Retrieve_8_Bytes (Value : out Retrieved; Buffer : Byte_Array; Start : Index) is subtype Bytes is Byte_Array (1 .. 8); Buffer_Overlay : Bytes with Address => Buffer (Start)'Address; function As_Retrieved is new Ada.Unchecked_Conversion (Source => Bytes, Target => Retrieved); begin pragma Compile_Time_Error (Retrieved'Object_Size /= 8 * Storage_Unit, "Generic actual param should be 8 bytes"); Value := As_Retrieved (Buffer_Overlay); if Standard'Default_Scalar_Storage_Order /= System.High_Order_First then -- we're not on a Big Endinan machine GNAT.Byte_Swapping.Swap8 (Value'Address); end if; end Retrieve_8_Bytes; -- Instances procedure Insert_UInt16 is new Insert_2_Bytes (UInt16) with Inline; procedure Retrieve_UInt16 is new Retrieve_2_Bytes (UInt16) with Inline; procedure Insert_UInt32 is new Insert_4_Bytes (UInt32) with Inline; procedure Retrieve_UInt32 is new Retrieve_4_Bytes (UInt32) with Inline; procedure Insert_UInt64 is new Insert_8_Bytes (UInt64) with Inline; procedure Retrieve_UInt64 is new Retrieve_8_Bytes (UInt64) with Inline; procedure Insert_Int16 is new Insert_2_Bytes (Int16) with Inline; procedure Retrieve_Int16 is new Retrieve_2_Bytes (Int16) with Inline; procedure Insert_Int32 is new Insert_4_Bytes (Int32) with Inline; procedure Retrieve_Int32 is new Retrieve_4_Bytes (Int32) with Inline; procedure Insert_Int64 is new Insert_8_Bytes (Int64) with Inline; procedure Retrieve_Int64 is new Retrieve_8_Bytes (Int64) with Inline; procedure Insert_Float is new Insert_4_Bytes (Real32) with Inline; procedure Retrieve_Float is new Retrieve_4_Bytes (Real32) with Inline; procedure Insert_Double is new Insert_8_Bytes (Real64) with Inline; procedure Retrieve_Double is new Retrieve_8_Bytes (Real64) with Inline; -------------- -- Get_Byte -- -------------- procedure Get_Byte (This : in out ByteBuffer; Value : out Byte) is begin Value := This.Content (This.Position); This.Position := This.Position + 1; end Get_Byte; ----------------- -- Get_Boolean -- ----------------- procedure Get_Boolean (This : in out ByteBuffer; Value : out Boolean) is begin Value := This.Content (This.Position) /= 0; This.Position := This.Position + 1; end Get_Boolean; --------------- -- Get_Int16 -- --------------- procedure Get_Int16 (This : in out ByteBuffer; Value : out Int16) is begin Retrieve_Int16 (Value, This.Content, Start => This.Position); This.Position := This.Position + 2; end Get_Int16; ---------------- -- Get_UInt16 -- ---------------- procedure Get_UInt16 (This : in out ByteBuffer; Value : out UInt16) is begin Retrieve_UInt16 (Value, This.Content, Start => This.Position); This.Position := This.Position + 2; end Get_UInt16; --------------- -- Get_Int32 -- --------------- procedure Get_Int32 (This : in out ByteBuffer; Value : out Int32) is begin Retrieve_Int32 (Value, This.Content, Start => This.Position); This.Position := This.Position + 4; end Get_Int32; ---------------- -- Get_UInt32 -- ---------------- procedure Get_UInt32 (This : in out ByteBuffer; Value : out UInt32) is begin Retrieve_UInt32 (Value, This.Content, Start => This.Position); This.Position := This.Position + 4; end Get_UInt32; ---------------- -- Get_UInt32 -- ---------------- procedure Get_UInt32 (This : in ByteBuffer; Value : out UInt32; First : Index) is begin Retrieve_UInt32 (Value, This.Content, Start => First); -- Position is unchanged end Get_UInt32; --------------- -- Get_Int64 -- --------------- procedure Get_Int64 (This : in out ByteBuffer; Value : out Int64) is begin Retrieve_Int64 (Value, This.Content, Start => This.Position); This.Position := This.Position + 8; end Get_Int64; ---------------- -- Get_UInt64 -- ---------------- procedure Get_UInt64 (This : in out ByteBuffer; Value : out UInt64) is begin Retrieve_UInt64 (Value, This.Content, Start => This.Position); This.Position := This.Position + 8; end Get_UInt64; --------------- -- Get_Real32 -- --------------- procedure Get_Real32 (This : in out ByteBuffer; Value : out Real32) is begin Retrieve_Float (Value, This.Content, Start => This.Position); This.Position := This.Position + 4; end Get_Real32; ---------------- -- Get_Real64 -- ---------------- procedure Get_Real64 (This : in out ByteBuffer; Value : out Real64) is begin Retrieve_Double (Value, This.Content, Start => This.Position); This.Position := This.Position + 8; end Get_Real64; ---------------- -- Get_String -- ---------------- procedure Get_String (This : in out ByteBuffer; Value : out String; Last : out Natural) is Result : System.Address with Unreferenced; Length : UInt32; begin Retrieve_Int16 (Int16 (Length), This.Content, Start => This.Position); This.Position := This.Position + 2; if Length > This.Length then Length := This.Length; end if; if Length = 0 then Last := Value'First - 1; else Result := MemCopy (Source => This.Content (This.Position)'Address, Destination => Value'Address, Count => Storage_Count (Length)); This.Position := This.Position + Length; Last := Value'First + Natural (Length) - 1; end if; end Get_String; -------------------------- -- Get_Unbounded_String -- -------------------------- procedure Get_Unbounded_String (This : in out ByteBuffer; Value : out Unbounded_String) is Result : System.Address with Unreferenced; Length : UInt16; begin Retrieve_UInt16 (Length, This.Content, Start => This.Position); This.Position := This.Position + 2; if Length > UInt16 (This.Length) then Length := UInt16 (This.Length); end if; if Length = 0 then Value := Null_Unbounded_String; else declare S : String (1 .. Integer (Length)); begin Result := MemCopy (Source => This.Content (This.Position)'Address, Destination => S'Address, Count => Storage_Count (Length)); This.Position := This.Position + Index (Length); Value := To_Unbounded_String (S); end; end if; end Get_Unbounded_String; -------------- -- Put_Byte -- -------------- procedure Put_Byte (This : in out ByteBuffer; Value : Byte) is begin This.Content (This.Position) := Value; This.Position := This.Position + 1; This.Length := This.Length + 1; end Put_Byte; ----------------- -- Put_Boolean -- ----------------- procedure Put_Boolean (This : in out ByteBuffer; Value : Boolean) is begin This.Content (This.Position) := (if Value then 1 else 0); This.Position := This.Position + 1; This.Length := This.Length + 1; end Put_Boolean; --------------- -- Put_Int16 -- --------------- procedure Put_Int16 (This : in out ByteBuffer; Value : Int16) is begin Insert_Int16 (Value, This.Content, Start => This.Position); This.Position := This.Position + 2; This.Length := This.Length + 2; end Put_Int16; ---------------- -- Put_UInt16 -- ---------------- procedure Put_UInt16 (This : in out ByteBuffer; Value : UInt16) is begin Insert_UInt16 (Value, This.Content, Start => This.Position); This.Position := This.Position + 2; This.Length := This.Length + 2; end Put_UInt16; --------------- -- Put_Int32 -- --------------- procedure Put_Int32 (This : in out ByteBuffer; Value : Int32) is begin Insert_Int32 (Value, This.Content, Start => This.Position); This.Position := This.Position + 4; This.Length := This.Length + 4; end Put_Int32; ---------------- -- Put_UInt32 -- ---------------- procedure Put_UInt32 (This : in out ByteBuffer; Value : UInt32) is begin Insert_UInt32 (Value, This.Content, Start => This.Position); This.Position := This.Position + 4; This.Length := This.Length + 4; end Put_UInt32; --------------- -- Put_Int64 -- --------------- procedure Put_Int64 (This : in out ByteBuffer; Value : Int64) is begin Insert_Int64 (Value, This.Content, Start => This.Position); This.Position := This.Position + 8; This.Length := This.Length + 8; end Put_Int64; ---------------- -- Put_UInt64 -- ---------------- procedure Put_UInt64 (This : in out ByteBuffer; Value : UInt64) is begin Insert_UInt64 (Value, This.Content, Start => This.Position); This.Position := This.Position + 8; This.Length := This.Length + 8; end Put_UInt64; --------------- -- Put_Real32 -- --------------- procedure Put_Real32 (This : in out ByteBuffer; Value : Real32) is begin Insert_Float (Value, This.Content, Start => This.Position); This.Position := This.Position + 4; This.Length := This.Length + 4; end Put_Real32; ---------------- -- Put_Real64 -- ---------------- procedure Put_Real64 (This : in out ByteBuffer; Value : Real64) is begin Insert_Double (Value, This.Content, Start => This.Position); This.Position := This.Position + 8; This.Length := This.Length + 8; end Put_Real64; ---------------- -- Put_String -- ---------------- procedure Put_String (This : in out ByteBuffer; Value : String) is Result : System.Address with Unreferenced; begin Insert_Int16 (Value'Length, This.Content, Start => This.Position); This.Position := This.Position + 2; Result := MemCopy (Destination => This.Content (This.Position)'Address, Source => Value'Address, Count => Storage_Count (Value'Length)); This.Position := This.Position + Value'Length; This.Length := This.Length + 2 + Value'Length; end Put_String; ------------------- -- Put_Raw_Bytes -- ------------------- procedure Put_Raw_Bytes ( This : in out ByteBuffer; Value : String) is Result : System.Address with Unreferenced; begin Result := MemCopy (Destination => This.Content (This.Position)'Address, Source => Value'Address, Count => Storage_Count (Value'Length)); This.Position := This.Position + Value'Length; This.Length := This.Length + Value'Length; end Put_Raw_Bytes; -------------------------- -- Put_Unbounded_String -- -------------------------- procedure Put_Unbounded_String (This : in out ByteBuffer; Value : Unbounded_String) is begin This.Put_String (To_String (Value)); end Put_Unbounded_String; end AVTAS.LMCP.ByteBuffers;
30.328221
118
0.590573
9a8b5f95c4790dcb2f2cd5679dc88151ad98455d
2,975
ads
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/g-zstspl.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/g-zstspl.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/g-zstspl.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- G N A T . W I D E _ W I D E _ S T R I N G _ S P L I T -- -- -- -- S p e c -- -- -- -- Copyright (C) 2002-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. -- -- -- ------------------------------------------------------------------------------ -- Useful wide_string-manipulation routines: given a set of separators, split -- a wide_string wherever the separators appear, and provide direct access -- to the resulting slices. See GNAT.Array_Split for full documentation. with Ada.Strings.Wide_Wide_Maps; use Ada.Strings; with GNAT.Array_Split; package GNAT.Wide_Wide_String_Split is new GNAT.Array_Split (Element => Wide_Wide_Character, Element_Sequence => Wide_Wide_String, Element_Set => Wide_Wide_Maps.Wide_Wide_Character_Set, To_Set => Wide_Wide_Maps.To_Set, Is_In => Wide_Wide_Maps.Is_In);
66.111111
78
0.446723
040e64c841852acec13f8ba2a9c4122bbe635a85
3,620
ads
Ada
source/amf/ocl/amf-ocl-collection_types-hash.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/ocl/amf-ocl-collection_types-hash.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/ocl/amf-ocl-collection_types-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 © 2012-2013, 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.OCL.Collection_Types.Hash is new AMF.Elements.Generic_Hash (OCL_Collection_Type, OCL_Collection_Type_Access);
72.4
82
0.403867
22af3de44655c290d9f819f6a0e66a875fde33a0
3,721
ads
Ada
src/ada-libc/src/libc-locale-gnu.ads
mstewartgallus/linted
4d4cf9390353ea045b95671474ab278456793a35
[ "Apache-2.0" ]
null
null
null
src/ada-libc/src/libc-locale-gnu.ads
mstewartgallus/linted
4d4cf9390353ea045b95671474ab278456793a35
[ "Apache-2.0" ]
null
null
null
src/ada-libc/src/libc-locale-gnu.ads
mstewartgallus/linted
4d4cf9390353ea045b95671474ab278456793a35
[ "Apache-2.0" ]
null
null
null
-- Copyright 2015 Steven Stewart-Gallus -- -- 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 Interfaces.C.Strings; with System; package Libc.Locale.GNU with Spark_Mode => Off is pragma Preelaborate; type uu_locale_struct_uu_locales_array is array (0 .. 12) of System.Address; type uu_locale_struct_uu_names_array is array (0 .. 12) of Interfaces.C.Strings.chars_ptr; type uu_locale_struct is record uu_locales : aliased uu_locale_struct_uu_locales_array; -- /usr/include/xlocale.h:30 uu_ctype_b : access unsigned_short; -- /usr/include/xlocale.h:33 uu_ctype_tolower : access int; -- /usr/include/xlocale.h:34 uu_ctype_toupper : access int; -- /usr/include/xlocale.h:35 uu_names : aliased uu_locale_struct_uu_names_array; -- /usr/include/xlocale.h:38 end record; pragma Convention (C_Pass_By_Copy, uu_locale_struct); -- /usr/include/xlocale.h:27 -- skipped empty struct uu_locale_data type uu_locale_t is access all uu_locale_struct; -- /usr/include/xlocale.h:39 subtype locale_t is uu_locale_t; -- /usr/include/xlocale.h:42 -- unsupported macro: LC_MESSAGES __LC_MESSAGES -- unsupported macro: LC_PAPER __LC_PAPER -- unsupported macro: LC_NAME __LC_NAME -- unsupported macro: LC_ADDRESS __LC_ADDRESS -- unsupported macro: LC_TELEPHONE __LC_TELEPHONE -- unsupported macro: LC_MEASUREMENT __LC_MEASUREMENT -- unsupported macro: LC_IDENTIFICATION __LC_IDENTIFICATION -- unsupported macro: LC_CTYPE_MASK (1 << __LC_CTYPE) -- unsupported macro: LC_NUMERIC_MASK (1 << __LC_NUMERIC) -- unsupported macro: LC_TIME_MASK (1 << __LC_TIME) -- unsupported macro: LC_COLLATE_MASK (1 << __LC_COLLATE) -- unsupported macro: LC_MONETARY_MASK (1 << __LC_MONETARY) -- unsupported macro: LC_MESSAGES_MASK (1 << __LC_MESSAGES) -- unsupported macro: LC_PAPER_MASK (1 << __LC_PAPER) -- unsupported macro: LC_NAME_MASK (1 << __LC_NAME) -- unsupported macro: LC_ADDRESS_MASK (1 << __LC_ADDRESS) -- unsupported macro: LC_TELEPHONE_MASK (1 << __LC_TELEPHONE) -- unsupported macro: LC_MEASUREMENT_MASK (1 << __LC_MEASUREMENT) -- unsupported macro: LC_IDENTIFICATION_MASK (1 << __LC_IDENTIFICATION) -- unsupported macro: LC_ALL_MASK (LC_CTYPE_MASK | LC_NUMERIC_MASK | LC_TIME_MASK | LC_COLLATE_MASK | LC_MONETARY_MASK | LC_MESSAGES_MASK | LC_PAPER_MASK | LC_NAME_MASK | LC_ADDRESS_MASK | LC_TELEPHONE_MASK | LC_MEASUREMENT_MASK | LC_IDENTIFICATION_MASK ) -- unsupported macro: LC_GLOBAL_LOCALE ((__locale_t) -1L) function newlocale (category_mask : int; locale : Interfaces.C.Strings.chars_ptr; base : locale_t) return locale_t; -- /usr/include/locale.h:151 pragma Import (C, newlocale, "newlocale"); function duplocale (dataset : locale_t) return locale_t; -- /usr/include/locale.h:186 pragma Import (C, duplocale, "duplocale"); procedure freelocale (dataset : locale_t); -- /usr/include/locale.h:190 pragma Import (C, freelocale, "freelocale"); function uselocale (dataset : locale_t) return locale_t; -- /usr/include/locale.h:197 pragma Import (C, uselocale, "uselocale"); end Libc.Locale.GNU;
45.378049
259
0.728836
1a2a83a8119ca3eb81ae08c2ea0d63adc41c8bcc
8,120
ads
Ada
tools/scitools/conf/understand/ada/ada05/a-coorma.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/ada05/a-coorma.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
tools/scitools/conf/understand/ada/ada05/a-coorma.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- A D A . C O N T A I N E R S . O R D E R E D _ M A P S -- -- -- -- S p e c -- -- -- -- Copyright (C) 2004-2006, 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. -- -- -- -- -- -- -- -- -- -- -- This unit was originally developed by Matthew J Heaney. -- ------------------------------------------------------------------------------ with Ada.Containers.Red_Black_Trees; with Ada.Finalization; with Ada.Streams; generic type Key_Type is private; type Element_Type is private; with function "<" (Left, Right : Key_Type) return Boolean is <>; with function "=" (Left, Right : Element_Type) return Boolean is <>; package Ada.Containers.Ordered_Maps is pragma Preelaborate; function Equivalent_Keys (Left, Right : Key_Type) return Boolean; type Map is tagged private; pragma Preelaborable_Initialization (Map); type Cursor is private; pragma Preelaborable_Initialization (Cursor); Empty_Map : constant Map; No_Element : constant Cursor; function "=" (Left, Right : Map) return Boolean; function Length (Container : Map) return Count_Type; function Is_Empty (Container : Map) return Boolean; procedure Clear (Container : in out Map); function Key (Position : Cursor) return Key_Type; function Element (Position : Cursor) return Element_Type; procedure Replace_Element (Container : in out Map; Position : Cursor; New_Item : Element_Type); procedure Query_Element (Position : Cursor; Process : not null access procedure (Key : Key_Type; Element : Element_Type)); procedure Update_Element (Container : in out Map; Position : Cursor; Process : not null access procedure (Key : Key_Type; Element : in out Element_Type)); procedure Move (Target : in out Map; Source : in out Map); procedure Insert (Container : in out Map; Key : Key_Type; New_Item : Element_Type; Position : out Cursor; Inserted : out Boolean); procedure Insert (Container : in out Map; Key : Key_Type; Position : out Cursor; Inserted : out Boolean); procedure Insert (Container : in out Map; Key : Key_Type; New_Item : Element_Type); procedure Include (Container : in out Map; Key : Key_Type; New_Item : Element_Type); procedure Replace (Container : in out Map; Key : Key_Type; New_Item : Element_Type); procedure Exclude (Container : in out Map; Key : Key_Type); procedure Delete (Container : in out Map; Key : Key_Type); procedure Delete (Container : in out Map; Position : in out Cursor); procedure Delete_First (Container : in out Map); procedure Delete_Last (Container : in out Map); function First (Container : Map) return Cursor; function First_Element (Container : Map) return Element_Type; function First_Key (Container : Map) return Key_Type; function Last (Container : Map) return Cursor; function Last_Element (Container : Map) return Element_Type; function Last_Key (Container : Map) return Key_Type; function Next (Position : Cursor) return Cursor; procedure Next (Position : in out Cursor); function Previous (Position : Cursor) return Cursor; procedure Previous (Position : in out Cursor); function Find (Container : Map; Key : Key_Type) return Cursor; function Element (Container : Map; Key : Key_Type) return Element_Type; function Floor (Container : Map; Key : Key_Type) return Cursor; function Ceiling (Container : Map; Key : Key_Type) return Cursor; function Contains (Container : Map; Key : Key_Type) return Boolean; function Has_Element (Position : Cursor) return Boolean; function "<" (Left, Right : Cursor) return Boolean; function ">" (Left, Right : Cursor) return Boolean; function "<" (Left : Cursor; Right : Key_Type) return Boolean; function ">" (Left : Cursor; Right : Key_Type) return Boolean; function "<" (Left : Key_Type; Right : Cursor) return Boolean; function ">" (Left : Key_Type; Right : Cursor) return Boolean; procedure Iterate (Container : Map; Process : not null access procedure (Position : Cursor)); procedure Reverse_Iterate (Container : Map; Process : not null access procedure (Position : Cursor)); private type Node_Type; type Node_Access is access Node_Type; type Node_Type is limited record Parent : Node_Access; Left : Node_Access; Right : Node_Access; Color : Red_Black_Trees.Color_Type := Red_Black_Trees.Red; Key : Key_Type; Element : Element_Type; end record; package Tree_Types is new Red_Black_Trees.Generic_Tree_Types (Node_Type, Node_Access); type Map is new Ada.Finalization.Controlled with record Tree : Tree_Types.Tree_Type; end record; procedure Adjust (Container : in out Map); procedure Finalize (Container : in out Map) renames Clear; use Red_Black_Trees; use Tree_Types; use Ada.Finalization; use Ada.Streams; type Map_Access is access all Map; for Map_Access'Storage_Size use 0; type Cursor is record Container : Map_Access; Node : Node_Access; end record; procedure Write (Stream : not null access Root_Stream_Type'Class; Item : Cursor); for Cursor'Write use Write; procedure Read (Stream : not null access Root_Stream_Type'Class; Item : out Cursor); for Cursor'Read use Read; No_Element : constant Cursor := Cursor'(null, null); procedure Write (Stream : not null access Root_Stream_Type'Class; Container : Map); for Map'Write use Write; procedure Read (Stream : not null access Root_Stream_Type'Class; Container : out Map); for Map'Read use Read; Empty_Map : constant Map := (Controlled with Tree => (First => null, Last => null, Root => null, Length => 0, Busy => 0, Lock => 0)); end Ada.Containers.Ordered_Maps;
31.71875
78
0.576478
4b27251588a5c68021d385277885673408d27e10
942
adb
Ada
src/005/oriented.adb
xeenta/learning-ada
bd3edf0c9e8b8eff814ffd89b040f488b80a7d5b
[ "MIT" ]
null
null
null
src/005/oriented.adb
xeenta/learning-ada
bd3edf0c9e8b8eff814ffd89b040f488b80a7d5b
[ "MIT" ]
null
null
null
src/005/oriented.adb
xeenta/learning-ada
bd3edf0c9e8b8eff814ffd89b040f488b80a7d5b
[ "MIT" ]
null
null
null
with Ada.Unchecked_Deallocation; package body Oriented is function NewObj return Object_Access is Local : Object_Access; begin Local := new Object'(Counter => 3, Id => (Serial => 1, Subpart => 2)); return Local; end NewObj; procedure Free (Obj : in out Object_Access) is procedure Free_Object is new Ada.Unchecked_Deallocation (Object => Object, Name => Object_Access); begin --null; Free_Object (Obj); end Free; procedure Initialize (Ob : in out Object; P_Id : Positive) is begin Ob.Counter := 2; Ob.Id.Serial := P_Id + 1; Ob.Id.Subpart := Ob.Id.Serial + P_Id * 2; end Initialize; function Get_Item_Id (Ob : in Object) return Positive is begin return Ob.Counter + Ob.Id.Serial + Ob.Id.Subpart; end Get_Item_Id; end Oriented;
22.97561
61
0.571125
9a294510ff9d4c9e6d9ecc0bf79016babf998129
13,879
adb
Ada
src/css-core-values.adb
stcarrez/ada-css
f7c337306094993186c507540701d04a4753b724
[ "Apache-2.0" ]
3
2017-01-03T22:18:22.000Z
2017-01-10T07:58:17.000Z
src/css-core-values.adb
stcarrez/ada-css
f7c337306094993186c507540701d04a4753b724
[ "Apache-2.0" ]
null
null
null
src/css-core-values.adb
stcarrez/ada-css
f7c337306094993186c507540701d04a4753b724
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- css-core-values -- Representation of CSS property value(s). -- Copyright (C) 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 Ada.Strings.Unbounded; package body CSS.Core.Values is -- ------------------------------ -- Get a printable representation of the value. -- ------------------------------ function To_String (Value : in Value_Type) return String is begin if Value = null then return "null"; elsif Value.Kind = VALUE_FUNCTION then return Value.Value & "(" & To_String (Value.Params.all, Sep => ',') & ")"; else return Value.Value; end if; end To_String; -- ------------------------------ -- Get the value type. -- ------------------------------ function Get_Type (Value : in Value_Type) return Value_Kind is begin if Value = null then return VALUE_NULL; else return Value.Kind; end if; end Get_Type; -- ------------------------------ -- Get the value unit. -- ------------------------------ function Get_Unit (Value : in Value_Type) return Unit_Type is begin if Value = null then return UNIT_NONE; else return Value.Unit; end if; end Get_Unit; -- ------------------------------ -- Get the value. -- ------------------------------ function Get_Value (Value : in Value_Type) return String is begin if Value = null then return ""; else return Value.Value; end if; end Get_Value; function "<" (Left, Right : in Value_Type) return Boolean is begin if Left = null then return False; elsif Right = null then return True; elsif Left.Kind /= Right.Kind then return Left.Kind < Right.Kind; elsif Left.Unit /= Right.Unit then return Left.Unit < Right.Unit; elsif Left.Kind /= VALUE_FUNCTION then return Left.Value < Right.Value; else return Left.Params.all < Right.Params.all; end if; end "<"; function "<" (Left, Right : in Value_List) return Boolean is V1, V2 : Value_Type; begin if Left.Count < Right.Count then return True; elsif Left.Count > Right.Count then return False; else for I in 1 .. Left.Count loop V1 := Left.Get_Value (I); V2 := Right.Get_Value (I); if not Compare (V1, V2) then return V1 < V2; end if; end loop; return False; end if; end "<"; -- ------------------------------ -- Append the value to the list. -- ------------------------------ procedure Append (List : in out Value_List; Value : in Value_Type) is begin for I in List.Values'Range loop if List.Values (I) = null then List.Values (I) := Value; List.Count := List.Count + 1; return; end if; end loop; end Append; -- ------------------------------ -- Get the number of values in the list. -- ------------------------------ function Get_Count (List : in Value_List) return Natural is begin return List.Count; end Get_Count; -- ------------------------------ -- Get the value at the given list position. -- ------------------------------ function Get_Value (List : in Value_List; Pos : in Positive) return Value_Type is begin return List.Values (Pos); end Get_Value; -- ------------------------------ -- Get the function parameters. -- ------------------------------ function Get_Parameters (Value : in Value_Type) return Value_List_Access is begin return Value.Params; end Get_Parameters; -- ------------------------------ -- Get a printable representation of the list or a subset of the list. -- ------------------------------ function To_String (List : in Value_List; From : in Positive := 1; To : in Positive := Positive'Last; Sep : in Character := ' ') return String is Result : Ada.Strings.Unbounded.Unbounded_String; begin for I in From .. To loop exit when I > List.Count; if List.Values (I) /= null then if Ada.Strings.Unbounded.Length (Result) > 0 then Ada.Strings.Unbounded.Append (Result, Sep); end if; Ada.Strings.Unbounded.Append (Result, To_String (List.Values (I))); end if; end loop; return Ada.Strings.Unbounded.To_String (Result); end To_String; -- ------------------------------ -- Compare the two values for identity. -- ------------------------------ function Compare (Left, Right : in Value_Type) return Boolean is begin if Left = Right then return True; end if; if Left = null or Right = null then return False; end if; return Left.Kind = Right.Kind and Left.Unit = Right.Unit and Left.Len = Right.Len and Left.Value = Right.Value; end Compare; function Create_Value (Repository : in out Repository_Type; Value : in Value_Type) return Value_Type is Pos : constant Value_Sets.Cursor := Repository.Root.Find (Value); begin if Value_Sets.Has_Element (Pos) then return Value_Sets.Element (Pos); end if; declare V : constant Value_Type := new Value_Node '(Len => Value.Len, Kind => Value.Kind, Unit => Value.Unit, Params => null, Value => Value.Value); begin Repository.Root.Insert (V); return V; end; end Create_Value; -- ------------------------------ -- Create a color value. -- ------------------------------ function Create_Color (Repository : in out Repository_Type; Value : in String) return Value_Type is V : aliased Value_Node := Value_Node '(Len => Value'Length, Kind => VALUE_COLOR, Unit => UNIT_NONE, Params => null, Value => Value); begin return Repository.Create_Value (V'Unchecked_Access); end Create_Color; -- ------------------------------ -- Create a URL value. -- ------------------------------ function Create_URL (Repository : in out Repository_Type; Value : in String) return Value_Type is V : aliased Value_Node := Value_Node '(Len => Value'Length, Kind => VALUE_URL, Unit => UNIT_NONE, Params => null, Value => Value); begin return Repository.Create_Value (V'Unchecked_Access); end Create_URL; -- ------------------------------ -- Create a String value. -- ------------------------------ function Create_String (Repository : in out Repository_Type; Value : in String) return Value_Type is V : aliased Value_Node := Value_Node '(Len => Value'Length, Kind => VALUE_STRING, Unit => UNIT_NONE, Params => null, Value => Value); begin return Repository.Create_Value (V'Unchecked_Access); end Create_String; -- ------------------------------ -- Create an identifier value. -- ------------------------------ function Create_Ident (Repository : in out Repository_Type; Value : in String) return Value_Type is V : aliased Value_Node := Value_Node '(Len => Value'Length, Kind => VALUE_IDENT, Unit => UNIT_NONE, Params => null, Value => Value); begin return Repository.Create_Value (V'Unchecked_Access); end Create_Ident; -- ------------------------------ -- Create a number value with an optional unit. -- ------------------------------ function Create_Number (Repository : in out Repository_Type; Value : in String; Unit : in Unit_Type := UNIT_NONE) return Value_Type is V : aliased Value_Node := Value_Node '(Len => Value'Length, Kind => VALUE_NUMBER, Unit => Unit, Params => null, Value => Value); begin return Repository.Create_Value (V'Unchecked_Access); end Create_Number; -- ------------------------------ -- Create a function value with one parameter. -- ------------------------------ function Create_Function (Repository : in out Repository_Type; Name : in String; Parameter : in Value_Type) return Value_Type is Params : Value_List; begin Append (Params, Parameter); return Repository.Create_Function (Name, Params); end Create_Function; -- ------------------------------ -- Create a number value with an optional unit. -- ------------------------------ -- Create a function value with parameters. function Create_Function (Repository : in out Repository_Type; Name : in String; Parameters : in Value_List'Class) return Value_Type is Param : aliased Value_List := Value_List (Parameters); Check : aliased Value_Node := Value_Node '(Len => Name'Length, Kind => VALUE_FUNCTION, Unit => UNIT_NONE, Value => Name, Params => Param'Unchecked_Access); Pos : constant Value_Sets.Cursor := Repository.Root.Find (Check'Unchecked_Access); begin if Value_Sets.Has_Element (Pos) then return Value_Sets.Element (Pos); end if; declare V : constant Value_Type := new Value_Node '(Len => Name'Length, Kind => VALUE_FUNCTION, Unit => UNIT_NONE, Value => Name, Params => new Value_List '(Value_List (Parameters))); begin Repository.Root.Insert (V); return V; end; end Create_Function; -- ------------------------------ -- Return the number of entries in the repository. -- ------------------------------ function Length (Repository : in Repository_Type) return Natural is begin return Natural (Repository.Root.Length); end Length; -- ------------------------------ -- Iterate over the list of properties and call the <tt>Process</tt> procedure. -- ------------------------------ procedure Iterate (Repository : in Repository_Type; Process : not null access procedure (Value : in Value_Type)) is procedure Process_Value (Pos : in CSS.Core.Values.Value_Sets.Cursor); procedure Process_Value (Pos : in CSS.Core.Values.Value_Sets.Cursor) is begin Process (CSS.Core.Values.Value_Sets.Element (Pos)); end Process_Value; begin Repository.Root.Iterate (Process_Value'Access); end Iterate; -- ------------------------------ -- Release the storage held by the selector sub-tree. -- ------------------------------ procedure Finalize (Node : in out Value_Node) is begin null; end Finalize; -- ------------------------------ -- Release the values held by the repository. -- ------------------------------ overriding procedure Finalize (Object : in out Repository_Type) is begin null; end Finalize; -- ------------------------------ -- Copy the value list chain if there is one. -- ------------------------------ overriding procedure Adjust (Object : in out Value_List) is begin if Object.Next /= null then null; end if; end Adjust; -- ------------------------------ -- Release the values. -- ------------------------------ overriding procedure Finalize (Object : in out Value_List) is begin null; end Finalize; end CSS.Core.Values;
36.814324
88
0.470495
3836171429bce0d1191805898730109921f6f488
6,256
ads
Ada
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/a-coboho.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/a-coboho.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/a-coboho.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- A D A . C O N T A I N E R S . B O U N D E D _ H O L D E R S -- -- -- -- S p e c -- -- -- -- Copyright (C) 2015-2021, 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/>. -- ------------------------------------------------------------------------------ private with System; private with Ada.Strings.Text_Buffers; generic type Element_Type (<>) is private; Max_Size_In_Storage_Elements : Natural := Element_Type'Max_Size_In_Storage_Elements; with function "=" (Left, Right : Element_Type) return Boolean is <>; package Ada.Containers.Bounded_Holders is pragma Annotate (CodePeer, Skip_Analysis); -- This package is patterned after Ada.Containers.Indefinite_Holders. It is -- used to treat indefinite subtypes as definite, but without using heap -- allocation. For example, you might like to say: -- -- type A is array (...) of T'Class; -- illegal -- -- Instead, you can instantiate this package with Element_Type => T'Class, -- and say: -- -- type A is array (...) of Holder; -- -- Each object of type Holder is allocated Max_Size_In_Storage_Elements -- bytes. If you try to create a holder from an object of type Element_Type -- that is too big, an exception is raised (assuming assertions are -- enabled). This applies to To_Holder and Set. If you pass an Element_Type -- object that is smaller than Max_Size_In_Storage_Elements, it works fine, -- but some space is wasted. -- -- NOTE: If assertions are disabled, and you try to use an Element that is -- too big, execution is erroneous, and anything can happen, such as -- overwriting arbitrary memory locations. -- -- Element_Type must not be an unconstrained array type. It can be a -- class-wide type or a type with non-defaulted discriminants. -- -- The 'Size of each Element_Type object must be a multiple of -- System.Storage_Unit; e.g. creating Holders from 5-bit objects won't -- work. type Holder is private; function "=" (Left, Right : Holder) return Boolean; function To_Holder (New_Item : Element_Type) return Holder; function "+" (New_Item : Element_Type) return Holder renames To_Holder; function Get (Container : Holder) return Element_Type; procedure Set (Container : in out Holder; New_Item : Element_Type); function Constant_Reference (Container : aliased Holder) return not null access constant Element_Type; function Reference (Container : not null access Holder) return not null access Element_Type; private -- The implementation uses low-level tricks (Address clauses and unchecked -- conversions of access types) to treat the elements as storage arrays. pragma Assert (Element_Type'Alignment <= Standard'Maximum_Alignment); -- This prevents elements with a user-specified Alignment that is too big type Storage_Element is mod 2 ** System.Storage_Unit; type Storage_Array is array (Positive range <>) of Storage_Element; type Holder is record Data : Storage_Array (1 .. Max_Size_In_Storage_Elements); end record with Alignment => Standard'Maximum_Alignment, Put_Image => Put_Image; -- We would like to say "Alignment => Element_Type'Alignment", but that -- is illegal because it's not static, so we use the maximum possible -- (default) alignment instead. procedure Put_Image (S : in out Ada.Strings.Text_Buffers.Root_Buffer_Type'Class; V : Holder); type Element_Access is access all Element_Type; pragma Assert (Element_Access'Size = Standard'Address_Size, "cannot instantiate with an array type"); -- If Element_Access is a fat pointer, Element_Type must be an -- unconstrained array, which is not allowed. Arrays won't work, because -- the 'Address of an array points to the first element, thus losing the -- bounds. pragma No_Strict_Aliasing (Element_Access); -- Needed because we are unchecked-converting from Address to -- Element_Access (see package body), which is a violation of the -- normal aliasing rules enforced by gcc. end Ada.Containers.Bounded_Holders;
50.048
79
0.569533
049e19f220a4f5ce6d71300686b585dc1c2e5d5d
2,293
adb
Ada
drivers/auto_differentiation-pendulum.adb
sciencylab/lagrangian-solver
0f77265c1105658a27a9fa316bf5f046ac233774
[ "MIT" ]
null
null
null
drivers/auto_differentiation-pendulum.adb
sciencylab/lagrangian-solver
0f77265c1105658a27a9fa316bf5f046ac233774
[ "MIT" ]
null
null
null
drivers/auto_differentiation-pendulum.adb
sciencylab/lagrangian-solver
0f77265c1105658a27a9fa316bf5f046ac233774
[ "MIT" ]
null
null
null
with Numerics, Ada.Text_IO, Auto_Differentiation.Integrator, Chebyshev; use Numerics, Ada.Text_IO, Auto_Differentiation.Integrator, Chebyshev; procedure Auto_Differentiation.Pendulum is use Real_IO, Real_Functions; -- Set Up Parameters ----------------- Control : Control_Type := (N => 1, Dt => 0.1, Eps => 1.0e-10, Err => 1.0, K => 7); N : Nat renames Control.N; ------------------------------- function Lagrangian (X : in Real_Vector; N : in Nat) return AD_Type is θ : AD_Type := Var (X => X (1), I => 1, N => 2); ω : AD_Type := Var (X => X (2), I => 2, N => 2); M : Real := 2.0; L : Real := 1.0; G : Real := 10.0; begin return (0.5 * M * L**2) * (ω ** 2) - M * G * (1.0 - Sin (θ)); end Lagrangian; ------------------------------- -- Initial Conditions ---- Var : Variable := (N2 => 2 * N, X => (1.0e-10, 0.0), T => 0.0); θ : Real renames Var.X (1); ω : Real renames Var.X (2); T : Real renames Var.T; ------------------------------- Y : Real_Vector (1 .. 2 * N * Control.K); A, B : Real_Vector (1 .. N * Control.K); File : File_Type; Dt : constant Real := 0.05; Time : Real := T - Dt; Okay : Boolean; begin Create (File, Name => "pendulum.csv"); Put_Line (File, "time, x, u, y, v"); Setup (N, Control.K); Okay := Is_Setup; while T < 100.0 loop Y := Collocation (Lagrangian'Access, Var, Control); for I in 1 .. Control.K loop A (I) := Y (2 * I - 1); B (I) := Y (2 * I); end loop; A := CGL_Transform (A); B := CGL_Transform (B); while Time <= T + Control.Dt loop Time := Time + Dt; θ := Interpolate (A => A, X => Time, L => T, R => T + Control.Dt); ω := Interpolate (A => B, X => Time, L => T, R => T + Control.Dt); Put (File, Time); Put (File, ", "); Put (File, Cos (θ)); Put (File, ", "); Put (File, -ω * Sin (θ)); Put (File, ", "); Put (File, 1.0 - Sin (θ)); Put (File, ", "); Put (File, -ω * Cos (θ)); New_Line (File); end loop; θ := Y (Y'Last - 1); ω := Y (Y'Last); T := T + Control.Dt; end loop; Close (File); end Auto_Differentiation.Pendulum;
31.847222
74
0.466638
9a35ab33d029d8af40bb399e14cc3bd7be293bff
4,768
ads
Ada
bb-runtimes/src/i-leon3-cache.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/src/i-leon3-cache.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/src/i-leon3-cache.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- I N T E R F A C E S . L E O N 3 . C A C H E -- -- -- -- S p e c -- -- -- -- Copyright (C) 1999-2002 Universidad Politecnica de Madrid -- -- Copyright (C) 2003-2006 The European Space Agency -- -- Copyright (C) 2003-2017, AdaCore -- -- -- -- 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. 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. -- -- -- -- 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. -- -- -- -- The port of GNARL to bare board targets was initially developed by the -- -- Real-Time Systems Group at the Technical University of Madrid. -- -- -- ------------------------------------------------------------------------------ package Interfaces.Leon3.Cache is pragma No_Elaboration_Code_All; pragma Preelaborate; ---------------------------- -- Cache Control Register -- ---------------------------- type Status_2 is mod 2 ** 2; for Status_2'Size use 2; type Test_Bit_Status is mod 2 ** 4; for Test_Bit_Status'Size use 4; type Cache_Control_Register is record Ics : Status_2; Dcs : Status_2; Icf : Boolean; Dcf : Boolean; Dde : Status_2; Dte : Status_2; Ide : Status_2; Ite : Status_2; Dp : Boolean; Ip : Boolean; Ib : Boolean; Reserved1 : Reserved_2; Ft : Status_2; Fi : Boolean; Fd : Boolean; Reserved2 : Boolean; Tb : Test_Bit_Status; Ps : Boolean; Reserved3 : Reserved_3; end record; for Cache_Control_Register use record Reserved3 at 0 range Bit31 .. Bit29; Ps at 0 range Bit28 .. Bit28; Tb at 0 range Bit27 .. Bit24; Reserved2 at 0 range Bit23 .. Bit23; Fd at 0 range Bit22 .. Bit22; Fi at 0 range Bit21 .. Bit21; Ft at 0 range Bit20 .. Bit19; Reserved1 at 0 range Bit18 .. Bit17; Ib at 0 range Bit16 .. Bit16; Ip at 0 range Bit15 .. Bit15; Dp at 0 range Bit14 .. Bit14; Ite at 0 range Bit13 .. Bit12; Ide at 0 range Bit11 .. Bit10; Dte at 0 range Bit09 .. Bit08; Dde at 0 range Bit07 .. Bit06; Dcf at 0 range Bit05 .. Bit05; Icf at 0 range Bit04 .. Bit04; Dcs at 0 range Bit03 .. Bit02; Ics at 0 range Bit01 .. Bit00; end record; for Cache_Control_Register'Size use 32; pragma Suppress_Initialization (Cache_Control_Register); pragma Volatile_Full_Access (Cache_Control_Register); end Interfaces.Leon3.Cache;
47.207921
78
0.444631
4b2be9609183fedd5e3b3e21b7eb870e162d06c0
2,129
ads
Ada
bindings/win32/gl-extended.ads
ForYouEyesOnly/Space-Convoy
be4904f6a02695f7c4c5c3c965f4871cd3250003
[ "MIT" ]
1
2019-09-21T09:40:34.000Z
2019-09-21T09:40:34.000Z
bindings/win32/gl-extended.ads
ForYouEyesOnly/Space-Convoy
be4904f6a02695f7c4c5c3c965f4871cd3250003
[ "MIT" ]
null
null
null
bindings/win32/gl-extended.ads
ForYouEyesOnly/Space-Convoy
be4904f6a02695f7c4c5c3c965f4871cd3250003
[ "MIT" ]
1
2019-09-25T12:29:27.000Z
2019-09-25T12:29:27.000Z
-- This package contains extensions to GL as well as items -- that are in the GL standard but are not (yet) in the GL libraries -- on all platforms. For instance, standard Opengl32.dll on Windows up -- to XP support up to GL 1.1; Vista, up to GL 1.4; and even versions -- provided by graphics card makers lack 1.5 support (as in 2007). -- *** Windows version - > uses GLEE (just link with glee.o) *** with GL; package GL.Extended is procedure GenBuffers (n : GL.Sizei; buffers : GL.uintPtr); procedure DeleteBuffers (n : GL.Sizei; buffers : GL.uintPtr); procedure BindBuffer (target : GL.VBO_Target; buffer : GL.Uint); procedure BufferData (target : GL.VBO_Target; size : GL.sizeiPtr; data : GL.pointer; usage : GL.VBO_Usage); procedure BufferSubData (target : GL.VBO_Target; offset : GL.intPtr; size : GL.sizeiPtr; data : GL.pointer); function MapBuffer (target : GL.VBO_Target; Policy : GL.Access_Policy) return GL.pointer; function UnmapBuffer (target : GL.VBO_Target) return GL.GL_Boolean; procedure GetBufferParameter (target : GL.VBO_Target; value : GL.Buffer_Parameter; data : GL.intPointer); -- vertex buffer object imports (GL 1.5) -- pragma Import (Stdcall, GenBuffers, "_Lazy_glGenBuffers"); pragma Import (Stdcall, DeleteBuffers, "_Lazy_glDeleteBuffers"); pragma Import (Stdcall, BindBuffer, "_Lazy_glBindBuffer"); pragma Import (Stdcall, BufferData, "_Lazy_glBufferData"); pragma Import (Stdcall, BufferSubData, "_Lazy_glBufferSubData"); pragma Import (Stdcall, MapBuffer, "_Lazy_glMapBuffer"); pragma Import (Stdcall, UnmapBuffer, "_Lazy_glUnmapBuffer"); pragma Import (Stdcall, GetBufferParameter, "_Lazy_glGetBufferParameteriv"); end GL.Extended;
40.169811
78
0.595585
9aa55bde0f11685fa8329e34a1b9539849d1f69d
10,304
adb
Ada
source/amf/uml/amf-internals-tables-primitive_types_notification.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/uml/amf-internals-tables-primitive_types_notification.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/uml/amf-internals-tables-primitive_types_notification.adb
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 © 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$ ------------------------------------------------------------------------------ with AMF.CMOF.Properties; with AMF.Holders.Reals; with AMF.Holders.Unlimited_Naturals; with AMF.Internals.Helpers; with AMF.Internals.Listener_Registry; with League.Holders.Booleans; with League.Holders.Integers; with League.Strings.Internals; package body AMF.Internals.Tables.Primitive_Types_Notification is -------------------------- -- Notify_Attribute_Set -- -------------------------- procedure Notify_Attribute_Set (Element : AMF.Internals.AMF_Element; Property : AMF.Internals.CMOF_Element; Old_Value : Boolean; New_Value : Boolean) is begin AMF.Internals.Listener_Registry.Notify_Attribute_Set (AMF.Internals.Helpers.To_Element (Element), AMF.CMOF.Properties.CMOF_Property_Access (AMF.Internals.Helpers.To_Element (Property)), (Is_Empty => True), League.Holders.Booleans.To_Holder (Old_Value), League.Holders.Booleans.To_Holder (New_Value)); end Notify_Attribute_Set; -------------------------- -- Notify_Attribute_Set -- -------------------------- procedure Notify_Attribute_Set (Element : AMF.Internals.AMF_Element; Property : AMF.Internals.CMOF_Element; Old_Value : AMF.Optional_Boolean; New_Value : AMF.Optional_Boolean) is begin AMF.Internals.Listener_Registry.Notify_Attribute_Set (AMF.Internals.Helpers.To_Element (Element), AMF.CMOF.Properties.CMOF_Property_Access (AMF.Internals.Helpers.To_Element (Property)), (Is_Empty => True), AMF.Holders.To_Holder (Old_Value), AMF.Holders.To_Holder (New_Value)); end Notify_Attribute_Set; -------------------------- -- Notify_Attribute_Set -- -------------------------- procedure Notify_Attribute_Set (Element : AMF.Internals.AMF_Element; Property : AMF.Internals.CMOF_Element; Old_Value : Matreshka.Internals.Strings.Shared_String_Access; New_Value : Matreshka.Internals.Strings.Shared_String_Access) is use type Matreshka.Internals.Strings.Shared_String_Access; OV : League.Holders.Holder; NV : League.Holders.Holder; begin League.Holders.Set_Tag (OV, League.Holders.Universal_String_Tag); if Old_Value /= null then League.Holders.Replace_Element (OV, League.Strings.Internals.Create (Old_Value)); end if; League.Holders.Set_Tag (NV, League.Holders.Universal_String_Tag); if New_Value /= null then League.Holders.Replace_Element (NV, League.Strings.Internals.Create (New_Value)); end if; AMF.Internals.Listener_Registry.Notify_Attribute_Set (AMF.Internals.Helpers.To_Element (Element), AMF.CMOF.Properties.CMOF_Property_Access (AMF.Internals.Helpers.To_Element (Property)), (Is_Empty => True), OV, NV); end Notify_Attribute_Set; -------------------------- -- Notify_Attribute_Set -- -------------------------- procedure Notify_Attribute_Set (Element : AMF.Internals.AMF_Element; Property : AMF.Internals.CMOF_Element; Old_Value : Integer; New_Value : Integer) is begin AMF.Internals.Listener_Registry.Notify_Attribute_Set (AMF.Internals.Helpers.To_Element (Element), AMF.CMOF.Properties.CMOF_Property_Access (AMF.Internals.Helpers.To_Element (Property)), (Is_Empty => True), League.Holders.Integers.To_Holder (Old_Value), League.Holders.Integers.To_Holder (New_Value)); end Notify_Attribute_Set; -------------------------- -- Notify_Attribute_Set -- -------------------------- procedure Notify_Attribute_Set (Element : AMF.Internals.AMF_Element; Property : AMF.Internals.CMOF_Element; Old_Value : AMF.Optional_Integer; New_Value : AMF.Optional_Integer) is begin AMF.Internals.Listener_Registry.Notify_Attribute_Set (AMF.Internals.Helpers.To_Element (Element), AMF.CMOF.Properties.CMOF_Property_Access (AMF.Internals.Helpers.To_Element (Property)), (Is_Empty => True), AMF.Holders.To_Holder (Old_Value), AMF.Holders.To_Holder (New_Value)); end Notify_Attribute_Set; -------------------------- -- Notify_Attribute_Set -- -------------------------- procedure Notify_Attribute_Set (Element : AMF.Internals.AMF_Element; Property : AMF.Internals.CMOF_Element; Old_Value : AMF.Unlimited_Natural; New_Value : AMF.Unlimited_Natural) is begin AMF.Internals.Listener_Registry.Notify_Attribute_Set (AMF.Internals.Helpers.To_Element (Element), AMF.CMOF.Properties.CMOF_Property_Access (AMF.Internals.Helpers.To_Element (Property)), (Is_Empty => True), AMF.Holders.Unlimited_Naturals.To_Holder (Old_Value), AMF.Holders.Unlimited_Naturals.To_Holder (New_Value)); end Notify_Attribute_Set; -------------------------- -- Notify_Attribute_Set -- -------------------------- procedure Notify_Attribute_Set (Element : AMF.Internals.AMF_Element; Property : AMF.Internals.CMOF_Element; Old_Value : AMF.Optional_Unlimited_Natural; New_Value : AMF.Optional_Unlimited_Natural) is begin AMF.Internals.Listener_Registry.Notify_Attribute_Set (AMF.Internals.Helpers.To_Element (Element), AMF.CMOF.Properties.CMOF_Property_Access (AMF.Internals.Helpers.To_Element (Property)), (Is_Empty => True), AMF.Holders.To_Holder (Old_Value), AMF.Holders.To_Holder (New_Value)); end Notify_Attribute_Set; -------------------------- -- Notify_Attribute_Set -- -------------------------- procedure Notify_Attribute_Set (Element : AMF.Internals.AMF_Element; Property : AMF.Internals.CMOF_Element; Old_Value : AMF.Real; New_Value : AMF.Real) is begin AMF.Internals.Listener_Registry.Notify_Attribute_Set (AMF.Internals.Helpers.To_Element (Element), AMF.CMOF.Properties.CMOF_Property_Access (AMF.Internals.Helpers.To_Element (Property)), (Is_Empty => True), AMF.Holders.Reals.To_Holder (Old_Value), AMF.Holders.Reals.To_Holder (New_Value)); end Notify_Attribute_Set; -------------------------- -- Notify_Attribute_Set -- -------------------------- procedure Notify_Attribute_Set (Element : AMF.Internals.AMF_Element; Property : AMF.Internals.CMOF_Element; Old_Value : AMF.Optional_Real; New_Value : AMF.Optional_Real) is begin AMF.Internals.Listener_Registry.Notify_Attribute_Set (AMF.Internals.Helpers.To_Element (Element), AMF.CMOF.Properties.CMOF_Property_Access (AMF.Internals.Helpers.To_Element (Property)), (Is_Empty => True), AMF.Holders.To_Holder (Old_Value), AMF.Holders.To_Holder (New_Value)); end Notify_Attribute_Set; end AMF.Internals.Tables.Primitive_Types_Notification;
41.716599
78
0.567061
9a63605bc49f96b43b81efb2e7c447b186233d69
56,365
ads
Ada
src/GUI/generated/digit_0.ads
Fabien-Chouteau/coffee-clock
6b8b8dd8741887c522fcf6f1ce5f1a5b73921b27
[ "MIT" ]
7
2017-05-17T13:51:47.000Z
2021-11-11T19:17:50.000Z
src/GUI/generated/digit_0.ads
Fabien-Chouteau/coffee-clock
6b8b8dd8741887c522fcf6f1ce5f1a5b73921b27
[ "MIT" ]
null
null
null
src/GUI/generated/digit_0.ads
Fabien-Chouteau/coffee-clock
6b8b8dd8741887c522fcf6f1ce5f1a5b73921b27
[ "MIT" ]
null
null
null
-- This file was generated by bmp2ada with Giza.Image; with Giza.Image.DMA2D; use Giza.Image.DMA2D; package digit_0 is pragma Style_Checks (Off); CLUT : aliased constant L4_CLUT_T := ( (R => 0, G => 0, B => 0), (R => 255, G => 0, B => 0), others => (0, 0, 0)); Data : aliased constant L4_Data_T := ( 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ); Image : constant Giza.Image.Ref := new Giza.Image.DMA2D.Instance' (Mode => L4, W => 160, H => 195, Length => 15600, L4_CLUT => CLUT'Access, L4_Data => Data'Access); pragma Style_Checks (On); end digit_0;
170.287009
200
0.437346
58e3be4d8be78194c68971ea10b001e2ad19ae04
1,006
ads
Ada
examples/paex_sine/src/paex_sine_types.ads
ficorax/PortAudioAda
565cf8a3ad4ec3f6cbe1ed2dae75f42d001f052e
[ "MIT" ]
2
2022-02-26T04:14:01.000Z
2022-03-07T09:57:25.000Z
examples/paex_sine/src/paex_sine_types.ads
ficorax/PortAudioAda
565cf8a3ad4ec3f6cbe1ed2dae75f42d001f052e
[ "MIT" ]
null
null
null
examples/paex_sine/src/paex_sine_types.ads
ficorax/PortAudioAda
565cf8a3ad4ec3f6cbe1ed2dae75f42d001f052e
[ "MIT" ]
null
null
null
with Ada.Numerics; with Interfaces.C; with PortAudioAda; use PortAudioAda; package PaEx_Sine_Types is Num_Seconds : constant := 5.0; Sample_Rate : constant := 44_100.0; Frames_Per_Buffer : constant := 64; Pi : constant := Ada.Numerics.Pi; Table_Size : constant := 200; type Float_Array is array (Integer range <>) of aliased Float; pragma Convention (C, Float_Array); type paTestData is record sine : aliased Float_Array (1 .. Table_Size); left_phase : aliased Integer; right_phase : aliased Integer; message : aliased String (1 .. 20); end record; pragma Convention (C, paTestData); type paTestData_Ptr is access all paTestData; pragma Convention (C, paTestData_Ptr); pragma No_Strict_Aliasing (paTestData_Ptr); outputParameters : aliased PA_Stream_Parameters; data : aliased paTestData; pragma Convention (C, data); end PaEx_Sine_Types;
25.794872
61
0.649105
1e38567f4e961ee3589f35674fbc4dd8d13eeca9
4,835
adb
Ada
ada/sarge.adb
irieger/Sarge
bcd9fa49b813820a53a41838d329b346de89a3d6
[ "BSD-3-Clause" ]
null
null
null
ada/sarge.adb
irieger/Sarge
bcd9fa49b813820a53a41838d329b346de89a3d6
[ "BSD-3-Clause" ]
null
null
null
ada/sarge.adb
irieger/Sarge
bcd9fa49b813820a53a41838d329b346de89a3d6
[ "BSD-3-Clause" ]
null
null
null
-- sarge.adb - Implementation file for the Sarge command line argument parser project. -- Revision 0 -- Features: -- - -- Notes: -- - -- 2019/04/10, Maya Posch with Ada.Command_Line; with Ada.Text_IO; use Ada.Text_IO; package body Sarge is --- SET ARGUMENT --- procedure setArgument(arg_short: in string, arg_long: in string, desc: in string, hasVal: in boolean) is begin arg: Argument := (arg_short => arg_short, arg_long => arg_long, description => desc, hasValue => hasVal); args.append(arg); -- Set up links. if arg_short'Length > 0 then argNames.include(arg_short, arg'Access); end if; if arg_long'Length > 0 then argNames.include(arg_long, arg'Access); end if; end setArgument; --- SET DESCRIPTION --- procedure setDescription(desc: in string) is begin description := desc; end setDescription; --- SET USAGE --- procedure setUsage(usage: in string) is begin usage := usage; end setUsage; --- PARSE ARGUMENTS --- function parseArguments() return boolean is flag_it: Cursor; begin -- execName := Ada.Command_Line.command_name; expectValue: boolean := Boolean.False; for arg in 1..Ada.Command_Line.argument_count loop -- Each flag will start with a '-' character. Multiple flags can be joined together in -- the same string if they're the short form flag type (one character per flag). if expectValue is Boolean.True then -- Copy value. Get(flag_it).value := arg; expectValue := Boolean.False; elsif arg(arg'First) = '-' then -- Parse flag. -- First check for the long form. if arg(arg'First + 1) = '-' then -- Long form of the flag. if not argNames.contains(arg(arg'First + 2..arg'Last)) then -- Flag wasn't found. Abort. put_line("Long flag " & arg & " wasn't found"); return Boolean.False; end if; -- Mark as found. flag_it := argNames.find(arg); Element(flag_it).parsed := Boolean.True; flagCounter := flagCounter + 1; if Element(flag_it).hasValue = Boolean.True then expectValue := Boolean.True; end if; else -- Parse short form flag. Parse all of them sequentially. Only the last one -- is allowed to have an additional value following it. for i in arg'range loop flag_it := argNames.find(arg(arg'First + (1 + i)..arg'First + (2 + i))); if flag_it = No_Elements then -- Flag wasn't found. Abort. put_line("Short flag " & arg(arg'First + (1 + i)..arg'First + (2 + i)) & " wasn't found."); return Boolean.False; -- Mark as found. Element(flag_it).parsed := Boolean.True; flagCounter := flagCounter + 1; if Element(flag_it).hasValue = Boolean.True then if i /= (arg'Length - 1) then -- Flag isn't at end, thus cannot have value. put_line("Flag " & arg(arg'First + (1 + i)..arg'First + (2 + i)) & " needs to be followed by a value string."); return Boolean.False; else expectValue := Boolean.True; end if; end if; end loop; end if; else put_line("Expected flag, not value."); return Boolean.False; end if; end loop parsed := Boolean.True; return Boolean.True; end parseArguments; --- GET FLAG --- function getFlag(arg_flag: in string, arg_value: out arg_value) return boolean is flag_it: Cursor; begin if parsed /= Boolean.True then return Boolean.False; end if; flag_it := argNames.find(arg_flag); if flag_it = No_Elements then return Boolean.False; elsif Element(flag_it).parsed /= Boolean.True then return Boolean.False; end if; if Element(flag_it).hasValue = Boolean.True then arg_value := Element(flag_it).value; end if; return Boolean.True; end getFlag; --- EXISTS --- function exists(arg_flag: in string) returns boolean is flag_it: Cursor; begin if parsed /= Boolean.True then return Boolean.False; end if; flag_it := argNames.find(arg_flag); if flag_it = No_Elements then return Boolean.False; elsif Element(flag_it).parsed /= Boolean.True then return Boolean.False; end if; return Boolean.True; end exists; --- PRINT HELP --- procedure printHelp() is begin put_line(); put_line(description); put_line("Usage:"); put_line(usage); put_line(); put_line("Options:"); -- Print out the options. for opt in args.Iterate loop put_line("-" & opt.arg_short & " --" & opt.arg_long & " " & opt.description); end loop; end printHelp; --- FLAG COUNT --- function flagCount() return integer is begin return flagCount; end flagCount; --- EXECUTABLE NAME --- function executableName() return string is begin return execName; end executableName; end Sarge;
24.419192
107
0.638883
4b6f7e99d45c505a2e1977c23c956132084c539f
5,530
ads
Ada
middleware/src/command_line/command_line.ads
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
192
2016-06-01T18:32:04.000Z
2022-03-26T22:52:31.000Z
middleware/src/command_line/command_line.ads
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
239
2016-05-26T20:02:01.000Z
2022-03-31T09:46:56.000Z
middleware/src/command_line/command_line.ads
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
142
2016-06-05T08:12:20.000Z
2022-03-24T17:37:17.000Z
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2017, AdaCore -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions are -- -- met: -- -- 1. Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- 2. 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. -- -- 3. Neither the name of the copyright holder 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. -- -- -- ------------------------------------------------------------------------------ package Command_Line is type Put_Procedure is not null access procedure (Str : String); type Put_Line_Procedure is not null access procedure (Str : String); ---------------------------- -- Command line arguments -- ---------------------------- type Arguments (Number_Of_Args : Natural) is tagged private; function Next (This : in out Arguments) return String; function Remaining (This : Arguments) return Natural; type String_Access is access constant String; function Create (Line : not null String_Access) return Arguments; ------------- -- Command -- ------------- type Command is abstract tagged limited private; type Any_Command is access all Command'Class; function Name (This : Command) return String is abstract; procedure Execute (This : in out Command; Args : in out Arguments'Class; Put : Put_Procedure; Put_Line : Put_Line_Procedure) is abstract; procedure Help (This : in out Command; Put : Put_Procedure; Put_Line : Put_Line_Procedure) is abstract; --------- -- Run -- --------- procedure Run (Line : aliased String; Put : Put_Procedure; Put_Line : Put_Line_Procedure); procedure Register (Cmd : Any_Command); private ---------------------------- -- Command line arguments -- ---------------------------- type String_Delimiters is record From, To : Natural; end record; type String_Delimiters_Array is array (Natural range <>) of String_Delimiters; type Arguments (Number_Of_Args : Natural) is tagged record Delimiters : String_Delimiters_Array (1 .. Number_Of_Args); Str : not null String_Access; Current : Natural; end record; ------------- -- Command -- ------------- type Command is abstract tagged limited record Next : Any_Command := null; end record; -------------- -- Builtins -- -------------- -- Echo -- type Echo_Cmd is new Command with null record; overriding function Name (This : Echo_Cmd) return String is ("echo"); overriding procedure Execute (This : in out Echo_Cmd; Args : in out Arguments'Class; Put : Put_Procedure; Put_Line : Put_Line_Procedure); overriding procedure Help (This : in out Echo_Cmd; Put : Put_Procedure; Put_Line : Put_Line_Procedure); -- Help -- type Help_Cmd is new Command with null record; overriding function Name (This : Help_Cmd) return String is ("help"); overriding procedure Execute (This : in out Help_Cmd; Args : in out Arguments'Class; Put : Put_Procedure; Put_Line : Put_Line_Procedure); overriding procedure Help (This : in out Help_Cmd; Put : Put_Procedure; Put_Line : Put_Line_Procedure); end Command_Line;
37.619048
81
0.531284
04f3ab5bd55196a553d65786151cd52c140bfaf2
5,153
ads
Ada
sources/glew/opengl-textures.ads
godunko/adagl
5b62d3bac6aa4e11084b4b19171dadbf805e95d6
[ "BSD-3-Clause" ]
6
2018-01-18T16:57:21.000Z
2020-01-19T07:40:12.000Z
sources/glew/opengl-textures.ads
godunko/adagl
5b62d3bac6aa4e11084b4b19171dadbf805e95d6
[ "BSD-3-Clause" ]
null
null
null
sources/glew/opengl-textures.ads
godunko/adagl
5b62d3bac6aa4e11084b4b19171dadbf805e95d6
[ "BSD-3-Clause" ]
1
2018-01-20T16:12:26.000Z
2018-01-20T16:12:26.000Z
------------------------------------------------------------------------------ -- -- -- Ada binding for OpenGL/WebGL -- -- -- -- Runtime Library 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 System; private with GLFW, GLEW; private with League.Stream_Element_Vectors; package OpenGL.Textures is pragma Preelaborate; type OpenGL_Texture (Texture_Type : OpenGL.Texture_Type) is tagged limited private; function Create (Self : in out OpenGL_Texture'Class) return Boolean; procedure Create (Self : in out OpenGL_Texture'Class); procedure Load_File (Self : in out OpenGL_Texture'Class; Name : League.Strings.Universal_String; Level : OpenGL.GLint := 0; Format : OpenGL.GLenum := OpenGL.GL_RGB); procedure Delete (Self : in out OpenGL_Texture'Class); function Bind (Self : in out OpenGL_Texture'Class) return Boolean; procedure Bind (Self : in out OpenGL_Texture'Class); -- Binds this texture to the currently active texture unit ready for -- rendering. function Bind (Self : in out OpenGL_Texture'Class; Unit : Texture_Unit) return Boolean; procedure Bind (Self : in out OpenGL_Texture'Class; Unit : Texture_Unit); -- Binds this texture to texture unit Unit ready for rendering. procedure Release (Self : in out OpenGL_Texture'Class); procedure Set_Image_2D (Self : in out OpenGL_Texture'Class; Level : OpenGL.GLint; Format : OpenGL.GLenum; Width : OpenGL.GLsizei; Height : OpenGL.GLsizei; Data_Type : OpenGL.GLenum; Data : System.Address); procedure Set_Parameter (Self : in out OpenGL_Texture'Class; Parameter : OpenGL.GLenum; Value : OpenGL.GLenum); private type Image_Data is record Raw : League.Stream_Element_Vectors.Stream_Element_Vector; Format : OpenGL.GLenum; Width : OpenGL.GLsizei; Height : OpenGL.GLsizei; Data_Type : OpenGL.GLenum; end record; type OpenGL_Texture (Texture_Type : OpenGL.Texture_Type) is tagged limited record Context : GLFW.GLFWwindow_Access; Texture : aliased GLEW.GLuint := 0; Data : Image_Data; end record; end OpenGL.Textures;
46.008929
78
0.52125
38ec1a610cba6a116ca3a336b10b1f325f1f0abd
714
ads
Ada
eBindings/dl/gen/dlfcn_h.ads
persan/zeromq-Ada
651ca44cce831c2d717338eab65a60fbfca7ec44
[ "MIT" ]
33
2015-01-16T13:42:55.000Z
2021-11-30T21:28:50.000Z
eBindings/dl/gen/dlfcn_h.ads
persan/zeromq-Ada
651ca44cce831c2d717338eab65a60fbfca7ec44
[ "MIT" ]
6
2016-03-23T01:26:36.000Z
2021-05-13T04:24:53.000Z
eBindings/dl/gen/dlfcn_h.ads
persan/zeromq-Ada
651ca44cce831c2d717338eab65a60fbfca7ec44
[ "MIT" ]
5
2016-03-09T20:20:09.000Z
2020-06-17T06:59:39.000Z
with Interfaces.C; use Interfaces.C; with Interfaces.C.Strings; with System; package dlfcn_h is function dlopen (arg1 : Interfaces.C.Strings.chars_ptr; arg2 : int) return System.Address; -- /usr/include/dlfcn.h:57:14 pragma Import (C, dlopen, "dlopen"); function dlclose (arg1 : System.Address) return int; -- /usr/include/dlfcn.h:61:12 pragma Import (C, dlclose, "dlclose"); function dlsym (arg1 : System.Address; arg2 : Interfaces.C.Strings.chars_ptr) return System.Address; -- /usr/include/dlfcn.h:65:14 pragma Import (C, dlsym, "dlsym"); function dlerror return Interfaces.C.Strings.chars_ptr; -- /usr/include/dlfcn.h:83:14 pragma Import (C, dlerror, "dlerror"); end dlfcn_h;
35.7
134
0.712885
ad163b2ae3f5f718677ceb23b82ef049a1dffe3b
2,712
ads
Ada
src/bitmap-file_io.ads
ellamosi/Ada_BMP_Library
c1de8ce0127dd6b264a6e5abcd721a26bf005c3f
[ "BSD-3-Clause" ]
null
null
null
src/bitmap-file_io.ads
ellamosi/Ada_BMP_Library
c1de8ce0127dd6b264a6e5abcd721a26bf005c3f
[ "BSD-3-Clause" ]
null
null
null
src/bitmap-file_io.ads
ellamosi/Ada_BMP_Library
c1de8ce0127dd6b264a6e5abcd721a26bf005c3f
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2017, AdaCore -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions are -- -- met: -- -- 1. Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- 2. 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. -- -- 3. Neither the name of the copyright holder 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 Bitmap.Buffer; use Bitmap.Buffer; with Ada.Streams.Stream_IO; use Ada.Streams.Stream_IO; package Bitmap.File_IO is function Read_BMP_File (File : File_Type) return not null Any_Bitmap_Buffer; procedure Write_BMP_File (File : File_Type; Bitmap : Bitmap_Buffer'Class); end Bitmap.File_IO;
63.069767
79
0.526917
1a2706032c4d691e0bb3445d0560921c7eb14e1b
2,897
ads
Ada
bb-runtimes/runtimes/zfp-stm32f3x4/gnat/s-memcom.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/zfp-stm32f3x4/gnat/s-memcom.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/zfp-stm32f3x4/gnat/s-memcom.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- S Y S T E M . M E M O R Y _ C O M P A R E -- -- -- -- S p e c -- -- -- -- Copyright (C) 2006-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. -- -- -- ------------------------------------------------------------------------------ with System.Memory_Types; package System.Memory_Compare is pragma No_Elaboration_Code_All; pragma Preelaborate; function memcmp (S1 : Address; S2 : Address; N : Memory_Types.size_t) return Integer; pragma Export (C, memcmp, "memcmp"); -- Compares the first n bytes of the memory areas s1 and s2. It returns -- an integer less than, equal to, or greater than zero if s1 is -- found, respectively, to be less than, to match, or be greater than s2. end System.Memory_Compare;
60.354167
78
0.369002
3de9970af74455f8be5a1027ccb7b05c4fe84626
626
adb
Ada
testapps/ada/test.adb
mundak/gede
5f175dffbeba3edd2d19a645e45d194d706616a4
[ "BSD-2-Clause" ]
10
2019-01-31T19:55:54.000Z
2021-05-05T00:57:50.000Z
testapps/ada/test.adb
mundak/gede
5f175dffbeba3edd2d19a645e45d194d706616a4
[ "BSD-2-Clause" ]
null
null
null
testapps/ada/test.adb
mundak/gede
5f175dffbeba3edd2d19a645e45d194d706616a4
[ "BSD-2-Clause" ]
null
null
null
-------------------------- -- A simple ada example -- --------------------------- with Text_IO; use Text_IO; procedure test is j : integer; str : string(1..5); c : character; n : natural; function min(a, b : integer) return integer is begin if a < b then return a; else return b; end if; end min; begin str := "hej" & "!!"; n := 10; c := 'a'; j := min(1, 12); j := 2**3; Put_Line("Hello world!!"); for i in 1.. 10 loop j := j + 1; Put_Line("loop"); end loop; end test;
14.904762
50
0.404153
384f41443694c1e999b43dec99f6672598efe838
5,950
ads
Ada
arch/ARM/STM32/svd/stm32wl5x_cm4/stm32_svd-mpu.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
2
2018-05-16T03:56:39.000Z
2019-07-31T13:53:56.000Z
arch/ARM/STM32/svd/stm32wl5x_cm4/stm32_svd-mpu.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
arch/ARM/STM32/svd/stm32wl5x_cm4/stm32_svd-mpu.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
-- This spec has been automatically generated from STM32WL5x_CM4.svd pragma Restrictions (No_Elaboration_Code); pragma Ada_2012; pragma Style_Checks (Off); with HAL; with System; package STM32_SVD.MPU is pragma Preelaborate; --------------- -- Registers -- --------------- subtype MPU_TYPER_DREGION_Field is HAL.UInt8; subtype MPU_TYPER_IREGION_Field is HAL.UInt8; -- MPU type register type MPU_TYPER_Register is record -- Read-only. Separate flag SEPARATE_k : Boolean; -- unspecified Reserved_1_7 : HAL.UInt7; -- Read-only. Number of MPU data regions DREGION : MPU_TYPER_DREGION_Field; -- Read-only. Number of MPU instruction regions IREGION : MPU_TYPER_IREGION_Field; -- unspecified Reserved_24_31 : HAL.UInt8; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for MPU_TYPER_Register use record SEPARATE_k at 0 range 0 .. 0; Reserved_1_7 at 0 range 1 .. 7; DREGION at 0 range 8 .. 15; IREGION at 0 range 16 .. 23; Reserved_24_31 at 0 range 24 .. 31; end record; -- MPU control register type MPU_CTRL_Register is record -- Read-only. Enables the MPU ENABLE : Boolean; -- Read-only. Enables the operation of MPU during hard fault HFNMIENA : Boolean; -- Read-only. Enable priviliged software access to default memory map PRIVDEFENA : Boolean; -- unspecified Reserved_3_31 : HAL.UInt29; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for MPU_CTRL_Register use record ENABLE at 0 range 0 .. 0; HFNMIENA at 0 range 1 .. 1; PRIVDEFENA at 0 range 2 .. 2; Reserved_3_31 at 0 range 3 .. 31; end record; subtype MPU_RNR_REGION_Field is HAL.UInt8; -- MPU region number register type MPU_RNR_Register is record -- MPU region REGION : MPU_RNR_REGION_Field := 16#0#; -- unspecified Reserved_8_31 : HAL.UInt24 := 16#0#; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for MPU_RNR_Register use record REGION at 0 range 0 .. 7; Reserved_8_31 at 0 range 8 .. 31; end record; subtype MPU_RBAR_REGION_Field is HAL.UInt4; subtype MPU_RBAR_ADDR_Field is HAL.UInt27; -- MPU region base address register type MPU_RBAR_Register is record -- MPU region field REGION : MPU_RBAR_REGION_Field := 16#0#; -- MPU region number valid VALID : Boolean := False; -- Region base address field ADDR : MPU_RBAR_ADDR_Field := 16#0#; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for MPU_RBAR_Register use record REGION at 0 range 0 .. 3; VALID at 0 range 4 .. 4; ADDR at 0 range 5 .. 31; end record; subtype MPU_RASR_SIZE_Field is HAL.UInt5; subtype MPU_RASR_SRD_Field is HAL.UInt8; subtype MPU_RASR_TEX_Field is HAL.UInt3; subtype MPU_RASR_AP_Field is HAL.UInt3; -- MPU region attribute and size register type MPU_RASR_Register is record -- Region enable bit. ENABLE : Boolean := False; -- Size of the MPU protection region SIZE : MPU_RASR_SIZE_Field := 16#0#; -- unspecified Reserved_6_7 : HAL.UInt2 := 16#0#; -- Subregion disable bits SRD : MPU_RASR_SRD_Field := 16#0#; -- memory attribute B : Boolean := False; -- memory attribute C : Boolean := False; -- Shareable memory attribute S : Boolean := False; -- memory attribute TEX : MPU_RASR_TEX_Field := 16#0#; -- unspecified Reserved_22_23 : HAL.UInt2 := 16#0#; -- Access permission AP : MPU_RASR_AP_Field := 16#0#; -- unspecified Reserved_27_27 : HAL.Bit := 16#0#; -- Instruction access disable bit XN : Boolean := False; -- unspecified Reserved_29_31 : HAL.UInt3 := 16#0#; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for MPU_RASR_Register use record ENABLE at 0 range 0 .. 0; SIZE at 0 range 1 .. 5; Reserved_6_7 at 0 range 6 .. 7; SRD at 0 range 8 .. 15; B at 0 range 16 .. 16; C at 0 range 17 .. 17; S at 0 range 18 .. 18; TEX at 0 range 19 .. 21; Reserved_22_23 at 0 range 22 .. 23; AP at 0 range 24 .. 26; Reserved_27_27 at 0 range 27 .. 27; XN at 0 range 28 .. 28; Reserved_29_31 at 0 range 29 .. 31; end record; ----------------- -- Peripherals -- ----------------- -- Memory protection unit type MPU_Peripheral is record -- MPU type register MPU_TYPER : aliased MPU_TYPER_Register; -- MPU control register MPU_CTRL : aliased MPU_CTRL_Register; -- MPU region number register MPU_RNR : aliased MPU_RNR_Register; -- MPU region base address register MPU_RBAR : aliased MPU_RBAR_Register; -- MPU region attribute and size register MPU_RASR : aliased MPU_RASR_Register; end record with Volatile; for MPU_Peripheral use record MPU_TYPER at 16#0# range 0 .. 31; MPU_CTRL at 16#4# range 0 .. 31; MPU_RNR at 16#8# range 0 .. 31; MPU_RBAR at 16#C# range 0 .. 31; MPU_RASR at 16#10# range 0 .. 31; end record; -- Memory protection unit MPU_Periph : aliased MPU_Peripheral with Import, Address => MPU_Base; end STM32_SVD.MPU;
31.648936
76
0.597479
38ff100e091cce843412e8913f65f52006dacbd9
4,851
adb
Ada
source/amf/mof/amf-objects.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/mof/amf-objects.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/mof/amf-objects.adb
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 © 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$ ------------------------------------------------------------------------------ with AMF.Internals.Objects; package body AMF.Objects is ------------ -- Equals -- ------------ function Equals (Object : League.Holders.Holder; Other : League.Holders.Holder) return Boolean is begin raise Program_Error; return False; end Equals; --------- -- Get -- --------- function Get (Object : League.Holders.Holder; Property : not null AMF.CMOF.Properties.CMOF_Property_Access) return League.Holders.Holder is begin return AMF.Internals.Objects.Registry.Element (League.Holders.Get_Tag (Object)).Get (Object, Property); end Get; ------------ -- Is_Set -- ------------ function Is_Set (Object : League.Holders.Holder; Property : not null AMF.CMOF.Properties.CMOF_Property_Access) return Boolean is begin raise Program_Error; return False; end Is_Set; --------- -- Set -- --------- procedure Set (Object : in out League.Holders.Holder; Property : not null AMF.CMOF.Properties.CMOF_Property_Access; Value : League.Holders.Holder) is begin AMF.Internals.Objects.Registry.Element (League.Holders.Get_Tag (Object)).Set (Object, Property, Value); end Set; ----------- -- Unset -- ----------- procedure Unset (Object : in out League.Holders.Holder; Property : not null AMF.CMOF.Properties.CMOF_Property_Access) is begin raise Program_Error; end Unset; end AMF.Objects;
43.3125
78
0.453102
4bc0453c36dabf5f38d56f91b8e63dfe746c1ddc
831
ads
Ada
src/fltk-widgets-valuators-dials-line.ads
micahwelf/FLTK-Ada
83e0c58ea98e5ede2cbbb158b42eae44196c3ba7
[ "Unlicense" ]
1
2020-12-18T15:20:13.000Z
2020-12-18T15:20:13.000Z
src/fltk-widgets-valuators-dials-line.ads
micahwelf/FLTK-Ada
83e0c58ea98e5ede2cbbb158b42eae44196c3ba7
[ "Unlicense" ]
null
null
null
src/fltk-widgets-valuators-dials-line.ads
micahwelf/FLTK-Ada
83e0c58ea98e5ede2cbbb158b42eae44196c3ba7
[ "Unlicense" ]
null
null
null
package FLTK.Widgets.Valuators.Dials.Line is type Line_Dial is new Dial with private; type Line_Dial_Reference (Data : not null access Line_Dial'Class) is limited null record with Implicit_Dereference => Data; package Forge is function Create (X, Y, W, H : in Integer; Text : in String) return Line_Dial; end Forge; procedure Draw (This : in out Line_Dial); function Handle (This : in out Line_Dial; Event : in Event_Kind) return Event_Outcome; private type Line_Dial is new Dial with null record; overriding procedure Finalize (This : in out Line_Dial); pragma Inline (Draw); pragma Inline (Handle); end FLTK.Widgets.Valuators.Dials.Line;
15.980769
72
0.602888
410a3ee0ca7e05f3a881aebff7863fbaf3261fa4
3,883
adb
Ada
examples/shared/serial_ports/src/demo_serial_port_nonblocking.adb
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
192
2016-06-01T18:32:04.000Z
2022-03-26T22:52:31.000Z
examples/shared/serial_ports/src/demo_serial_port_nonblocking.adb
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
239
2016-05-26T20:02:01.000Z
2022-03-31T09:46:56.000Z
examples/shared/serial_ports/src/demo_serial_port_nonblocking.adb
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
142
2016-06-05T08:12:20.000Z
2022-03-24T17:37:17.000Z
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2015-2016, AdaCore -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions are -- -- met: -- -- 1. Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- 2. 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. -- -- 3. Neither the name of the copyright holder 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. -- -- -- ------------------------------------------------------------------------------ -- A demonstration of a higher-level USART interface, using non-blocking I/O. -- The file declares the main procedure for the demonstration. with Last_Chance_Handler; pragma Unreferenced (Last_Chance_Handler); -- The "last chance handler" is the user-defined routine that is called when -- an exception is propagated. We need it in the executable, therefore it -- must be somewhere in the closure of the context clauses. with Peripherals_Nonblocking; use Peripherals_Nonblocking; with Serial_IO.Nonblocking; use Serial_IO.Nonblocking; with Message_Buffers; use Message_Buffers; procedure Demo_Serial_Port_Nonblocking is Incoming : aliased Message (Physical_Size => 1024); -- arbitrary size procedure Send (This : String); procedure Send (This : String) is Outgoing : aliased Message (Physical_Size => 1024); -- arbitrary size begin Set (Outgoing, To => This); Put (COM, Outgoing'Unchecked_Access); Await_Transmission_Complete (Outgoing); -- We must await xmit completion because Put does not wait end Send; begin Initialize (COM); Configure (COM, Baud_Rate => 115_200); Send ("Enter text, terminated by CR."); Set_Terminator (Incoming, To => ASCII.CR); loop Get (COM, Incoming'Unchecked_Access); Await_Reception_Complete (Incoming); -- We must await reception completion because Get does not wait Send ("Received : " & Content (Incoming)); end loop; end Demo_Serial_Port_Nonblocking;
51.092105
78
0.587432
380d1aeb5b4d122760e36d658807a7562fa18ec7
4,174
ads
Ada
source/amf/uml/amf-umldi-uml_composite_structure_diagrams.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/uml/amf-umldi-uml_composite_structure_diagrams.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/uml/amf-umldi-uml_composite_structure_diagrams.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. ------------------------------------------------------------------------------ -- Shows the internal structure of a StructuredClassifier. Also see Annex A. ------------------------------------------------------------------------------ with AMF.UMLDI.UML_Class_Or_Composite_Structure_Diagrams; package AMF.UMLDI.UML_Composite_Structure_Diagrams is pragma Preelaborate; type UMLDI_UML_Composite_Structure_Diagram is limited interface and AMF.UMLDI.UML_Class_Or_Composite_Structure_Diagrams.UMLDI_UML_Class_Or_Composite_Structure_Diagram; type UMLDI_UML_Composite_Structure_Diagram_Access is access all UMLDI_UML_Composite_Structure_Diagram'Class; for UMLDI_UML_Composite_Structure_Diagram_Access'Storage_Size use 0; end AMF.UMLDI.UML_Composite_Structure_Diagrams;
67.322581
108
0.44873
4b233bb05b7aca0865cf3c12c7597169b1f1be60
3,900
adb
Ada
source/RASCAL-UserMessages.adb
bracke/Meaning
709f609df916aa9442f9b75c7dcb62ab807a48e9
[ "MIT" ]
null
null
null
source/RASCAL-UserMessages.adb
bracke/Meaning
709f609df916aa9442f9b75c7dcb62ab807a48e9
[ "MIT" ]
null
null
null
source/RASCAL-UserMessages.adb
bracke/Meaning
709f609df916aa9442f9b75c7dcb62ab807a48e9
[ "MIT" ]
null
null
null
-------------------------------------------------------------------------------- -- -- -- Copyright (C) 2004, RISC OS Ada Library (RASCAL) developers. -- -- -- -- This library is free software; you can redistribute it and/or -- -- modify it under the terms of the GNU Lesser General Public -- -- License as published by the Free Software Foundation; either -- -- version 2.1 of the License, or (at your option) any later version. -- -- -- -- This 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 -- -- Lesser General Public License for more details. -- -- -- -- You should have received a copy of the GNU Lesser General Public -- -- License along with this library; if not, write to the Free Software -- -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -- -- -- -------------------------------------------------------------------------------- -- $Author$ -- $Date$ -- $Revision$ with RASCAL.OS; use RASCAL.OS; with RASCAL.Memory; use RASCAL.Memory; with RASCAL.Utility; use RASCAL.Utility; with Interfaces.C; use Interfaces.C; with Kernel; use Kernel; with Reporter; use Reporter; package body RASCAL.UserMessages is -- procedure SendMessage(Message : in Address; Reason : in Reason_Event_Code_Type; Event_Code : in Message_Event_Code_Type; Window : in Wimp_Handle_Type := 0; Icon : in Icon_handle_Type := 0; Length : in Integer := 256) is Register : aliased Kernel.swi_regs; Wimp_SendMessage : constant := 16#400E7#; Error : oserror_access; begin Memory.PutWord (Align (Length),Message); Memory.PutWord (0,Message,3*4); Memory.PutWord (Integer (Event_Code),Message,4*4); Register.R(0) := Int (Reason); Register.R(1) := Adr_To_Int (Message); Register.R(2) := Int (Window); Register.R(3) := Int (Icon); Error := Kernel.SWI (Wimp_SendMessage,Register'Access, Register'Access); if Error /= null then pragma Debug(Reporter.Report("UserMessages.SendMessage: " & To_Ada(Error.ErrMess))); OS.Raise_Error(Error); end if; end SendMessage; -- procedure Acknowledge(Message : in Address; Window : in integer := 0; Icon : in integer := 0) is Register : aliased Kernel.swi_regs; Handle : integer := Window; Wimp_SendMessage : constant := 16#400E7#; Error : oserror_access; begin Memory.PutWord(Memory.GetWord(Message,2*4),Message,3*4); if Handle = 0 then Handle := Memory.GetWord(Message,1*4); end if; Register.R(0) := 19; Register.R(1) := Adr_To_Int(Message); Register.R(2) := int(Handle); Register.R(3) := int(Icon); Error := Kernel.swi (Wimp_SendMessage,Register'Access, Register'Access); if Error /= null then pragma Debug(Reporter.Report("UserMessages.Acknowledge: " & To_Ada(Error.ErrMess))); OS.Raise_Error(Error); end if; end Acknowledge; -- end RASCAL.UserMessages;
40.206186
93
0.499231
3d3a3708e807a30b09ea18fa9974b22c10b2219e
1,059
adb
Ada
gdb/testsuite/gdb.ada/aliased_array/pck.adb
greyblue9/binutils-gdb
05377632b124fe7600eea7f4ee0e9a35d1b0cbdc
[ "BSD-3-Clause" ]
1
2020-10-14T03:24:35.000Z
2020-10-14T03:24:35.000Z
gdb/testsuite/gdb.ada/aliased_array/pck.adb
greyblue9/binutils-gdb
05377632b124fe7600eea7f4ee0e9a35d1b0cbdc
[ "BSD-3-Clause" ]
null
null
null
gdb/testsuite/gdb.ada/aliased_array/pck.adb
greyblue9/binutils-gdb
05377632b124fe7600eea7f4ee0e9a35d1b0cbdc
[ "BSD-3-Clause" ]
null
null
null
-- Copyright 2012-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 body Pck is function New_Bounded (Low, High : Integer) return Bounded is Result : Bounded (Low .. High); begin for J in Low .. High loop Result (J) := J; end loop; return Result; end New_Bounded; procedure Do_Nothing (A : System.Address) is begin null; end Do_Nothing; end Pck;
34.16129
73
0.696884
4bae37a4f0b63b9d1ac70770114d92d88a49c93e
14,746
adb
Ada
arch/ARM/STM32/driversL5/stm32-gpio.adb
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
2
2018-05-16T03:56:39.000Z
2019-07-31T13:53:56.000Z
arch/ARM/STM32/driversL5/stm32-gpio.adb
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
arch/ARM/STM32/driversL5/stm32-gpio.adb
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2015-2017, AdaCore -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions are -- -- met: -- -- 1. Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- 2. 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. -- -- 3. Neither the name of STMicroelectronics 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. -- -- -- -- -- -- This file is based on: -- -- -- -- @file stm32f4xx_hal_gpio.c -- -- @author MCD Application Team -- -- @version V1.1.0 -- -- @date 19-June-2014 -- -- @brief GPIO HAL module driver. -- -- -- -- COPYRIGHT(c) 2014 STMicroelectronics -- ------------------------------------------------------------------------------ with System; use System; with STM32_SVD.GPIO; use STM32_SVD.GPIO; with STM32.RCC; with STM32.SYSCFG; with System.Machine_Code; package body STM32.GPIO is procedure Lock_The_Pin (This : in out GPIO_Port; Pin : GPIO_Pin); -- This is the routine that actually locks the pin for the port. It is an -- internal routine and has no preconditions. We use it to avoid redundant -- calls to the precondition that checks that the pin is not already -- locked. The redundancy would otherwise occur because the routine that -- locks an array of pins is implemented by calling the routine that locks -- a single pin: both those Lock routines have a precondition that checks -- that the pin(s) is not already being locked. subtype GPIO_Pin_Index is Natural range 0 .. GPIO_Pin'Pos (GPIO_Pin'Last); ------------- -- Any_Set -- ------------- function Any_Set (Pins : GPIO_Points) return Boolean is begin for Pin of Pins loop if Pin.Set then return True; end if; end loop; return False; end Any_Set; ---------- -- Mode -- ---------- overriding function Mode (This : GPIO_Point) return HAL.GPIO.GPIO_Mode is Index : constant GPIO_Pin_Index := GPIO_Pin'Pos (This.Pin); begin case This.Periph.MODER.Arr (Index) is when Pin_IO_Modes'Enum_Rep (Mode_Out) => return HAL.GPIO.Output; when Pin_IO_Modes'Enum_Rep (Mode_In) => return HAL.GPIO.Input; when others => return HAL.GPIO.Unknown; end case; end Mode; -------------- -- Set_Mode -- -------------- overriding function Set_Mode (This : in out GPIO_Point; Mode : HAL.GPIO.GPIO_Config_Mode) return Boolean is Index : constant GPIO_Pin_Index := GPIO_Pin'Pos (This.Pin); begin case Mode is when HAL.GPIO.Output => This.Periph.MODER.Arr (Index) := Pin_IO_Modes'Enum_Rep (Mode_Out); when HAL.GPIO.Input => This.Periph.MODER.Arr (Index) := Pin_IO_Modes'Enum_Rep (Mode_In); end case; return True; end Set_Mode; ------------------- -- Pull_Resistor -- ------------------- overriding function Pull_Resistor (This : GPIO_Point) return HAL.GPIO.GPIO_Pull_Resistor is Index : constant GPIO_Pin_Index := GPIO_Pin'Pos (This.Pin); begin if This.Periph.PUPDR.Arr (Index) = 0 then return HAL.GPIO.Floating; elsif This.Periph.PUPDR.Arr (Index) = 1 then return HAL.GPIO.Pull_Up; else return HAL.GPIO.Pull_Down; end if; end Pull_Resistor; ----------------------- -- Set_Pull_Resistor -- ----------------------- overriding function Set_Pull_Resistor (This : in out GPIO_Point; Pull : HAL.GPIO.GPIO_Pull_Resistor) return Boolean is Index : constant GPIO_Pin_Index := GPIO_Pin'Pos (This.Pin); begin case Pull is when HAL.GPIO.Floating => This.Periph.PUPDR.Arr (Index) := 0; when HAL.GPIO.Pull_Up => This.Periph.PUPDR.Arr (Index) := 1; when HAL.GPIO.Pull_Down => This.Periph.PUPDR.Arr (Index) := 2; end case; return True; end Set_Pull_Resistor; --------- -- Set -- --------- overriding function Set (This : GPIO_Point) return Boolean is Pin_Mask : constant UInt16 := GPIO_Pin'Enum_Rep (This.Pin); begin return (This.Periph.IDR.IDR.Val and Pin_Mask) = Pin_Mask; end Set; ------------- -- All_Set -- ------------- function All_Set (Pins : GPIO_Points) return Boolean is begin for Pin of Pins loop if not Pin.Set then return False; end if; end loop; return True; end All_Set; --------- -- Set -- --------- overriding procedure Set (This : in out GPIO_Point) is begin This.Periph.BSRR.BS.Val := GPIO_Pin'Enum_Rep (This.Pin); -- The bit-set and bit-reset registers ignore writes of zeros so we -- don't need to preserve the existing bit values in those registers. end Set; --------- -- Set -- --------- procedure Set (Pins : in out GPIO_Points) is begin for Pin of Pins loop Pin.Set; end loop; end Set; ----------- -- Clear -- ----------- overriding procedure Clear (This : in out GPIO_Point) is begin This.Periph.BSRR.BR.Val := GPIO_Pin'Enum_Rep (This.Pin); -- The bit-set and bit-reset registers ignore writes of zeros so we -- don't need to preserve the existing bit values in those registers. end Clear; ----------- -- Clear -- ----------- procedure Clear (Pins : in out GPIO_Points) is begin for Pin of Pins loop Pin.Clear; end loop; end Clear; ------------ -- Toggle -- ------------ overriding procedure Toggle (This : in out GPIO_Point) is begin This.Periph.ODR.ODR.Val := This.Periph.ODR.ODR.Val xor GPIO_Pin'Enum_Rep (This.Pin); end Toggle; ------------ -- Toggle -- ------------ procedure Toggle (Points : in out GPIO_Points) is begin for Point of Points loop Point.Toggle; end loop; end Toggle; ------------ -- Locked -- ------------ function Locked (This : GPIO_Point) return Boolean is Mask : constant UInt16 := GPIO_Pin'Enum_Rep (This.Pin); begin return (This.Periph.LCKR.LCK.Val and Mask) = Mask; end Locked; ------------------ -- Lock_The_Pin -- ------------------ procedure Lock_The_Pin (This : in out GPIO_Port; Pin : GPIO_Pin) is Temp : UInt32; pragma Volatile (Temp); use System.Machine_Code; use ASCII; begin -- As per the Reference Manual (RM0090; Doc ID 018909 Rev 6) pg 282, -- a specific sequence is required to set the Lock bit. Throughout the -- sequence the same value for the lower 15 bits of the word must be -- used (ie the pin number). The lock bit is referred to as LCKK in -- the doc. -- Temp := LCCK or Pin'Enum_Rep; -- -- -- set the lock bit -- Port.LCKR := Temp; -- -- -- clear the lock bit -- Port.LCKR := Pin'Enum_Rep; -- -- -- set the lock bit again -- Port.LCKR := Temp; -- -- -- read the lock bit -- Temp := Port.LCKR; -- -- -- read the lock bit again -- Temp := Port.LCKR; -- We use the following assembly language sequence because the above -- high-level version in Ada works only if the optimizer is enabled. -- This is not an issue specific to Ada. If you need a specific sequence -- of instructions you should really specify those instructions. -- We don't want the functionality to depend on the switches, and we -- don't want to preclude debugging, hence the following: Asm ("orr r3, %2, #65536" & LF & HT & "str r3, %0" & LF & HT & "ldr r3, %0" & LF & HT & -- temp <- pin or LCCK "str r3, [%1, #28]" & LF & HT & -- temp -> lckr "str %2, [%1, #28]" & LF & HT & -- pin -> lckr "ldr r3, %0" & LF & HT & "str r3, [%1, #28]" & LF & HT & -- temp -> lckr "ldr r3, [%1, #28]" & LF & HT & "str r3, %0" & LF & HT & -- temp <- lckr "ldr r3, [%1, #28]" & LF & HT & "str r3, %0" & LF & HT, -- temp <- lckr Inputs => (Address'Asm_Input ("r", This'Address), -- %1 (GPIO_Pin'Asm_Input ("r", Pin))), -- %2 Outputs => (UInt32'Asm_Output ("=m", Temp)), -- %0 Volatile => True, Clobber => ("r2, r3")); end Lock_The_Pin; ---------- -- Lock -- ---------- procedure Lock (This : GPIO_Point) is begin Lock_The_Pin (This.Periph.all, This.Pin); end Lock; ---------- -- Lock -- ---------- procedure Lock (Points : GPIO_Points) is begin for Point of Points loop if not Locked (Point) then Point.Lock; end if; end loop; end Lock; procedure Set_Secure (This : GPIO_Point; Secure : Boolean) is Index : constant GPIO_Pin_Index := GPIO_Pin'Pos (This.Pin); begin This.Periph.SECCFGR.SEC.Arr (Index) := Secure; end Set_Secure; ------------------ -- Configure_IO -- ------------------ procedure Configure_IO (This : GPIO_Point; Config : GPIO_Port_Configuration) is Index : constant GPIO_Pin_Index := GPIO_Pin'Pos (This.Pin); begin This.Periph.SECCFGR.SEC.Arr (Index) := Config.Secure; This.Periph.MODER.Arr (Index) := Pin_IO_Modes'Enum_Rep (Config.Mode); This.Periph.OTYPER.OT.Arr (Index) := Config.Output_Type = Open_Drain; This.Periph.OSPEEDR.Arr (Index) := Pin_Output_Speeds'Enum_Rep (Config.Speed); This.Periph.PUPDR.Arr (Index) := Internal_Pin_Resistors'Enum_Rep (Config.Resistors); end Configure_IO; ------------------ -- Configure_IO -- ------------------ procedure Configure_IO (Points : GPIO_Points; Config : GPIO_Port_Configuration) is begin for Point of Points loop Point.Configure_IO (Config); end loop; end Configure_IO; ---------------------------------- -- Configure_Alternate_Function -- ---------------------------------- procedure Configure_Alternate_Function (This : GPIO_Point; AF : GPIO_Alternate_Function) is Index : constant GPIO_Pin_Index := GPIO_Pin'Pos (This.Pin); begin if Index < 8 then This.Periph.AFRL.Arr (Index) := UInt4 (AF); else This.Periph.AFRH.Arr (Index) := UInt4 (AF); end if; end Configure_Alternate_Function; ---------------------------------- -- Configure_Alternate_Function -- ---------------------------------- procedure Configure_Alternate_Function (Points : GPIO_Points; AF : GPIO_Alternate_Function) is begin for Point of Points loop Point.Configure_Alternate_Function (AF); end loop; end Configure_Alternate_Function; --------------------------- -- Interrupt_Line_Number -- --------------------------- function Interrupt_Line_Number (This : GPIO_Point) return EXTI.External_Line_Number is begin return EXTI.External_Line_Number'Val (GPIO_Pin'Pos (This.Pin)); end Interrupt_Line_Number; ----------------------- -- Configure_Trigger -- ----------------------- procedure Configure_Trigger (This : GPIO_Point; Trigger : EXTI.External_Triggers; Secure : Boolean) is use STM32.EXTI; Line : constant External_Line_Number := External_Line_Number'Val (GPIO_Pin'Pos (This.Pin)); -- use STM32.SYSCFG, STM32.RCC; begin -- SYSCFG_Clock_Enable; -- Connect_External_Interrupt (This); if Trigger in Interrupt_Triggers then Enable_External_Interrupt (Line, Trigger, Secure); else Enable_External_Event (Line, Trigger); end if; end Configure_Trigger; ----------------------- -- Configure_Trigger -- ----------------------- procedure Configure_Trigger (Points : GPIO_Points; Trigger : EXTI.External_Triggers; Secure : Boolean) is begin for Point of Points loop Point.Configure_Trigger (Trigger, Secure); end loop; end Configure_Trigger; end STM32.GPIO;
31.986985
97
0.529771
9a0905b30d05fd1a8f1271c4e1de81a3123c0fb5
115,802
adb
Ada
submissions/M3/lab3_aes_hls/aes_hls_prj/sol3/.autopilot/db/ShiftRows.bind.adb
maanjum95/SynthesisDigitalSystems_Lab
afc942decf7595eb1557ff78074693de2eea1780
[ "MIT" ]
null
null
null
submissions/M3/lab3_aes_hls/aes_hls_prj/sol3/.autopilot/db/ShiftRows.bind.adb
maanjum95/SynthesisDigitalSystems_Lab
afc942decf7595eb1557ff78074693de2eea1780
[ "MIT" ]
null
null
null
submissions/M3/lab3_aes_hls/aes_hls_prj/sol3/.autopilot/db/ShiftRows.bind.adb
maanjum95/SynthesisDigitalSystems_Lab
afc942decf7595eb1557ff78074693de2eea1780
[ "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></userIPName> <cdfg class_id="1" tracking_level="1" version="0" object_id="_0"> <name>ShiftRows</name> <ret_bitwidth>0</ret_bitwidth> <ports class_id="2" tracking_level="0" version="0"> <count>1</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>state</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>state</originalName> <rtlName></rtlName> <coreName>RAM</coreName> </Obj> <bitwidth>8</bitwidth> </Value> <direction>2</direction> <if_type>1</if_type> <array_size>16</array_size> <bit_vecs class_id="7" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> </ports> <nodes class_id="8" tracking_level="0" version="0"> <count>37</count> <item_version>0</item_version> <item class_id="9" tracking_level="1" version="0" object_id="_2"> <Value> <Obj> <type>0</type> <id>2</id> <name>state_addr</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>288</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item class_id="10" tracking_level="0" version="0"> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</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>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>288</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>40</item> <item>42</item> <item>44</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>1</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_3"> <Value> <Obj> <type>0</type> <id>3</id> <name>state_addr_1</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>289</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>289</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>45</item> <item>46</item> <item>48</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>2</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_4"> <Value> <Obj> <type>0</type> <id>4</id> <name>state_addr_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>290</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>290</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>49</item> <item>50</item> <item>52</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>5</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_5"> <Value> <Obj> <type>0</type> <id>5</id> <name>state_addr_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>291</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>291</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>53</item> <item>54</item> <item>56</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>6</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_6"> <Value> <Obj> <type>0</type> <id>6</id> <name>state_addr_4</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>295</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>295</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>57</item> <item>58</item> <item>60</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>9</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_7"> <Value> <Obj> <type>0</type> <id>7</id> <name>state_addr_5</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>296</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>296</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>61</item> <item>62</item> <item>64</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>10</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_8"> <Value> <Obj> <type>0</type> <id>8</id> <name>state_addr_6</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>299</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>299</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>65</item> <item>66</item> <item>68</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>13</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_9"> <Value> <Obj> <type>0</type> <id>9</id> <name>state_addr_7</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>300</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>300</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>69</item> <item>70</item> <item>72</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="_10"> <Value> <Obj> <type>0</type> <id>10</id> <name>state_addr_8</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>304</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>304</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>73</item> <item>74</item> <item>76</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>17</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_11"> <Value> <Obj> <type>0</type> <id>11</id> <name>state_addr_9</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>305</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>305</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>77</item> <item>78</item> <item>80</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>18</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_12"> <Value> <Obj> <type>0</type> <id>12</id> <name>state_addr_10</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>306</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>306</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>81</item> <item>82</item> <item>84</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>21</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_13"> <Value> <Obj> <type>0</type> <id>13</id> <name>state_addr_11</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>307</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>307</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>85</item> <item>86</item> <item>88</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>22</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_14"> <Value> <Obj> <type>0</type> <id>14</id> <name>temp</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>288</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>288</second> </item> </second> </item> </inlineStackInfo> <originalName>temp</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>89</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.76</m_delay> <m_topoIndex>3</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_15"> <Value> <Obj> <type>0</type> <id>15</id> <name>state_load</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>289</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>289</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>90</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.76</m_delay> <m_topoIndex>4</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_16"> <Value> <Obj> <type>0</type> <id>16</id> <name>state_addr_write_ln289</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>289</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>289</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>91</item> <item>92</item> <item>136</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.76</m_delay> <m_topoIndex>25</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_17"> <Value> <Obj> <type>0</type> <id>17</id> <name>state_load_1</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>290</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>290</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>93</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.76</m_delay> <m_topoIndex>7</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_18"> <Value> <Obj> <type>0</type> <id>18</id> <name>state_addr_1_write_ln290</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>290</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>290</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>94</item> <item>95</item> <item>135</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.76</m_delay> <m_topoIndex>26</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_19"> <Value> <Obj> <type>0</type> <id>19</id> <name>state_load_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>291</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>291</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>96</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.76</m_delay> <m_topoIndex>8</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_20"> <Value> <Obj> <type>0</type> <id>20</id> <name>state_addr_2_write_ln291</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>291</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>291</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>97</item> <item>98</item> <item>134</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.76</m_delay> <m_topoIndex>27</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_21"> <Value> <Obj> <type>0</type> <id>21</id> <name>state_addr_3_write_ln292</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>292</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>292</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>99</item> <item>100</item> <item>133</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.76</m_delay> <m_topoIndex>28</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_22"> <Value> <Obj> <type>0</type> <id>22</id> <name>temp_1</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>295</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>295</second> </item> </second> </item> </inlineStackInfo> <originalName>temp</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>101</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.76</m_delay> <m_topoIndex>11</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_23"> <Value> <Obj> <type>0</type> <id>23</id> <name>state_load_4</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>296</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>296</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>102</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.76</m_delay> <m_topoIndex>12</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_24"> <Value> <Obj> <type>0</type> <id>24</id> <name>state_addr_4_write_ln296</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>296</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>296</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>103</item> <item>104</item> <item>132</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.76</m_delay> <m_topoIndex>29</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_25"> <Value> <Obj> <type>0</type> <id>25</id> <name>state_addr_5_write_ln297</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>297</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>297</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>105</item> <item>106</item> <item>131</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.76</m_delay> <m_topoIndex>30</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_26"> <Value> <Obj> <type>0</type> <id>26</id> <name>temp_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>299</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>299</second> </item> </second> </item> </inlineStackInfo> <originalName>temp</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>107</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.76</m_delay> <m_topoIndex>15</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_27"> <Value> <Obj> <type>0</type> <id>27</id> <name>state_load_6</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>300</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>300</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>108</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.76</m_delay> <m_topoIndex>16</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_28"> <Value> <Obj> <type>0</type> <id>28</id> <name>state_addr_6_write_ln300</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>300</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>300</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>109</item> <item>110</item> <item>130</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.76</m_delay> <m_topoIndex>31</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_29"> <Value> <Obj> <type>0</type> <id>29</id> <name>state_addr_7_write_ln301</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>301</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>301</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>111</item> <item>112</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>1.76</m_delay> <m_topoIndex>32</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_30"> <Value> <Obj> <type>0</type> <id>30</id> <name>temp_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>304</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>304</second> </item> </second> </item> </inlineStackInfo> <originalName>temp</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>113</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.76</m_delay> <m_topoIndex>19</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_31"> <Value> <Obj> <type>0</type> <id>31</id> <name>state_load_8</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>305</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>305</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>114</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.76</m_delay> <m_topoIndex>20</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_32"> <Value> <Obj> <type>0</type> <id>32</id> <name>state_addr_8_write_ln305</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>305</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>305</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>115</item> <item>116</item> <item>128</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.76</m_delay> <m_topoIndex>33</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_33"> <Value> <Obj> <type>0</type> <id>33</id> <name>state_load_9</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>306</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>306</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>117</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.76</m_delay> <m_topoIndex>23</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_34"> <Value> <Obj> <type>0</type> <id>34</id> <name>state_addr_9_write_ln306</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>306</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>306</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>118</item> <item>119</item> <item>127</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.76</m_delay> <m_topoIndex>34</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_35"> <Value> <Obj> <type>0</type> <id>35</id> <name>state_load_10</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>307</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>307</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>120</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.76</m_delay> <m_topoIndex>24</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_36"> <Value> <Obj> <type>0</type> <id>36</id> <name>state_addr_10_write_ln307</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>307</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>307</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>121</item> <item>122</item> <item>126</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.76</m_delay> <m_topoIndex>35</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_37"> <Value> <Obj> <type>0</type> <id>37</id> <name>state_addr_11_write_ln308</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>308</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>308</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>123</item> <item>124</item> <item>125</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.76</m_delay> <m_topoIndex>36</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_38"> <Value> <Obj> <type>0</type> <id>38</id> <name>_ln309</name> <fileName>c_src/aes.c</fileName> <fileDirectory>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</fileDirectory> <lineNumber>309</lineNumber> <contextFuncName>ShiftRows</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>ShiftRows</second> </first> <second>309</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> <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> </nodes> <consts class_id="15" tracking_level="0" version="0"> <count>13</count> <item_version>0</item_version> <item class_id="16" tracking_level="1" version="0" object_id="_39"> <Value> <Obj> <type>2</type> <id>41</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="_40"> <Value> <Obj> <type>2</type> <id>43</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="_41"> <Value> <Obj> <type>2</type> <id>47</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>5</content> </item> <item class_id_reference="16" object_id="_42"> <Value> <Obj> <type>2</type> <id>51</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>9</content> </item> <item class_id_reference="16" object_id="_43"> <Value> <Obj> <type>2</type> <id>55</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>13</content> </item> <item class_id_reference="16" object_id="_44"> <Value> <Obj> <type>2</type> <id>59</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>2</content> </item> <item class_id_reference="16" object_id="_45"> <Value> <Obj> <type>2</type> <id>63</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>10</content> </item> <item class_id_reference="16" object_id="_46"> <Value> <Obj> <type>2</type> <id>67</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>6</content> </item> <item class_id_reference="16" object_id="_47"> <Value> <Obj> <type>2</type> <id>71</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>14</content> </item> <item class_id_reference="16" object_id="_48"> <Value> <Obj> <type>2</type> <id>75</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>3</content> </item> <item class_id_reference="16" object_id="_49"> <Value> <Obj> <type>2</type> <id>79</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>15</content> </item> <item class_id_reference="16" object_id="_50"> <Value> <Obj> <type>2</type> <id>83</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>11</content> </item> <item class_id_reference="16" object_id="_51"> <Value> <Obj> <type>2</type> <id>87</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>7</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="_52"> <Obj> <type>3</type> <id>39</id> <name>ShiftRows</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>37</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> <item>9</item> <item>10</item> <item>11</item> <item>12</item> <item>13</item> <item>14</item> <item>15</item> <item>16</item> <item>17</item> <item>18</item> <item>19</item> <item>20</item> <item>21</item> <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> </node_objs> </item> </blocks> <edges class_id="19" tracking_level="0" version="0"> <count>84</count> <item_version>0</item_version> <item class_id="20" tracking_level="1" version="0" object_id="_53"> <id>40</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>2</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_54"> <id>42</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>2</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_55"> <id>44</id> <edge_type>1</edge_type> <source_obj>43</source_obj> <sink_obj>2</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_56"> <id>45</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>3</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_57"> <id>46</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>3</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_58"> <id>48</id> <edge_type>1</edge_type> <source_obj>47</source_obj> <sink_obj>3</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_59"> <id>49</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>4</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_60"> <id>50</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>4</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_61"> <id>52</id> <edge_type>1</edge_type> <source_obj>51</source_obj> <sink_obj>4</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_62"> <id>53</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>5</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_63"> <id>54</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>5</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_64"> <id>56</id> <edge_type>1</edge_type> <source_obj>55</source_obj> <sink_obj>5</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_65"> <id>57</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>6</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_66"> <id>58</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>6</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_67"> <id>60</id> <edge_type>1</edge_type> <source_obj>59</source_obj> <sink_obj>6</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_68"> <id>61</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>7</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_69"> <id>62</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>7</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_70"> <id>64</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>7</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_71"> <id>65</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>8</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_72"> <id>66</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>8</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_73"> <id>68</id> <edge_type>1</edge_type> <source_obj>67</source_obj> <sink_obj>8</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_74"> <id>69</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>9</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_75"> <id>70</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>9</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_76"> <id>72</id> <edge_type>1</edge_type> <source_obj>71</source_obj> <sink_obj>9</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_77"> <id>73</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>10</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_78"> <id>74</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>10</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_79"> <id>76</id> <edge_type>1</edge_type> <source_obj>75</source_obj> <sink_obj>10</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_80"> <id>77</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>11</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_81"> <id>78</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>11</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_82"> <id>80</id> <edge_type>1</edge_type> <source_obj>79</source_obj> <sink_obj>11</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_83"> <id>81</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>12</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_84"> <id>82</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>12</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_85"> <id>84</id> <edge_type>1</edge_type> <source_obj>83</source_obj> <sink_obj>12</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_86"> <id>85</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>13</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_87"> <id>86</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>13</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_88"> <id>88</id> <edge_type>1</edge_type> <source_obj>87</source_obj> <sink_obj>13</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_89"> <id>89</id> <edge_type>1</edge_type> <source_obj>2</source_obj> <sink_obj>14</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_90"> <id>90</id> <edge_type>1</edge_type> <source_obj>3</source_obj> <sink_obj>15</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_91"> <id>91</id> <edge_type>1</edge_type> <source_obj>15</source_obj> <sink_obj>16</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_92"> <id>92</id> <edge_type>1</edge_type> <source_obj>2</source_obj> <sink_obj>16</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_93"> <id>93</id> <edge_type>1</edge_type> <source_obj>4</source_obj> <sink_obj>17</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_94"> <id>94</id> <edge_type>1</edge_type> <source_obj>17</source_obj> <sink_obj>18</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_95"> <id>95</id> <edge_type>1</edge_type> <source_obj>3</source_obj> <sink_obj>18</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_96"> <id>96</id> <edge_type>1</edge_type> <source_obj>5</source_obj> <sink_obj>19</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_97"> <id>97</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="_98"> <id>98</id> <edge_type>1</edge_type> <source_obj>4</source_obj> <sink_obj>20</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_99"> <id>99</id> <edge_type>1</edge_type> <source_obj>14</source_obj> <sink_obj>21</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_100"> <id>100</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="_101"> <id>101</id> <edge_type>1</edge_type> <source_obj>6</source_obj> <sink_obj>22</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_102"> <id>102</id> <edge_type>1</edge_type> <source_obj>7</source_obj> <sink_obj>23</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_103"> <id>103</id> <edge_type>1</edge_type> <source_obj>23</source_obj> <sink_obj>24</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_104"> <id>104</id> <edge_type>1</edge_type> <source_obj>6</source_obj> <sink_obj>24</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_105"> <id>105</id> <edge_type>1</edge_type> <source_obj>22</source_obj> <sink_obj>25</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_106"> <id>106</id> <edge_type>1</edge_type> <source_obj>7</source_obj> <sink_obj>25</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_107"> <id>107</id> <edge_type>1</edge_type> <source_obj>8</source_obj> <sink_obj>26</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_108"> <id>108</id> <edge_type>1</edge_type> <source_obj>9</source_obj> <sink_obj>27</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_109"> <id>109</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="_110"> <id>110</id> <edge_type>1</edge_type> <source_obj>8</source_obj> <sink_obj>28</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_111"> <id>111</id> <edge_type>1</edge_type> <source_obj>26</source_obj> <sink_obj>29</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_112"> <id>112</id> <edge_type>1</edge_type> <source_obj>9</source_obj> <sink_obj>29</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_113"> <id>113</id> <edge_type>1</edge_type> <source_obj>10</source_obj> <sink_obj>30</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>11</source_obj> <sink_obj>31</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_115"> <id>115</id> <edge_type>1</edge_type> <source_obj>31</source_obj> <sink_obj>32</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_116"> <id>116</id> <edge_type>1</edge_type> <source_obj>10</source_obj> <sink_obj>32</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_117"> <id>117</id> <edge_type>1</edge_type> <source_obj>12</source_obj> <sink_obj>33</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_118"> <id>118</id> <edge_type>1</edge_type> <source_obj>33</source_obj> <sink_obj>34</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_119"> <id>119</id> <edge_type>1</edge_type> <source_obj>11</source_obj> <sink_obj>34</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_120"> <id>120</id> <edge_type>1</edge_type> <source_obj>13</source_obj> <sink_obj>35</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_121"> <id>121</id> <edge_type>1</edge_type> <source_obj>35</source_obj> <sink_obj>36</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_122"> <id>122</id> <edge_type>1</edge_type> <source_obj>12</source_obj> <sink_obj>36</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_123"> <id>123</id> <edge_type>1</edge_type> <source_obj>30</source_obj> <sink_obj>37</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_124"> <id>124</id> <edge_type>1</edge_type> <source_obj>13</source_obj> <sink_obj>37</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_125"> <id>125</id> <edge_type>4</edge_type> <source_obj>35</source_obj> <sink_obj>37</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_126"> <id>126</id> <edge_type>4</edge_type> <source_obj>33</source_obj> <sink_obj>36</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_127"> <id>127</id> <edge_type>4</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="_128"> <id>128</id> <edge_type>4</edge_type> <source_obj>30</source_obj> <sink_obj>32</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_129"> <id>129</id> <edge_type>4</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="_130"> <id>130</id> <edge_type>4</edge_type> <source_obj>26</source_obj> <sink_obj>28</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_131"> <id>131</id> <edge_type>4</edge_type> <source_obj>23</source_obj> <sink_obj>25</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_132"> <id>132</id> <edge_type>4</edge_type> <source_obj>22</source_obj> <sink_obj>24</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_133"> <id>133</id> <edge_type>4</edge_type> <source_obj>19</source_obj> <sink_obj>21</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_134"> <id>134</id> <edge_type>4</edge_type> <source_obj>17</source_obj> <sink_obj>20</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_135"> <id>135</id> <edge_type>4</edge_type> <source_obj>15</source_obj> <sink_obj>18</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_136"> <id>136</id> <edge_type>4</edge_type> <source_obj>14</source_obj> <sink_obj>16</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="_137"> <mId>1</mId> <mTag>ShiftRows</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>39</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>11</mMinLatency> <mMaxLatency>11</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> </cdfg_regions> <fsm class_id="24" tracking_level="1" version="0" object_id="_138"> <states class_id="25" tracking_level="0" version="0"> <count>12</count> <item_version>0</item_version> <item class_id="26" tracking_level="1" version="0" object_id="_139"> <id>1</id> <operations class_id="27" tracking_level="0" version="0"> <count>4</count> <item_version>0</item_version> <item class_id="28" tracking_level="1" version="0" object_id="_140"> <id>2</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_141"> <id>3</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_142"> <id>14</id> <stage>2</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_143"> <id>15</id> <stage>2</stage> <latency>2</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_144"> <id>2</id> <operations> <count>6</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_145"> <id>4</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_146"> <id>5</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_147"> <id>14</id> <stage>1</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_148"> <id>15</id> <stage>1</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_149"> <id>17</id> <stage>2</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_150"> <id>19</id> <stage>2</stage> <latency>2</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_151"> <id>3</id> <operations> <count>6</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_152"> <id>6</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_153"> <id>7</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_154"> <id>17</id> <stage>1</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_155"> <id>19</id> <stage>1</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_156"> <id>22</id> <stage>2</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_157"> <id>23</id> <stage>2</stage> <latency>2</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_158"> <id>4</id> <operations> <count>6</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_159"> <id>8</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_160"> <id>9</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_161"> <id>22</id> <stage>1</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_162"> <id>23</id> <stage>1</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_163"> <id>26</id> <stage>2</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_164"> <id>27</id> <stage>2</stage> <latency>2</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_165"> <id>5</id> <operations> <count>6</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_166"> <id>10</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_167"> <id>11</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_168"> <id>26</id> <stage>1</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_169"> <id>27</id> <stage>1</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_170"> <id>30</id> <stage>2</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_171"> <id>31</id> <stage>2</stage> <latency>2</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_172"> <id>6</id> <operations> <count>6</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_173"> <id>12</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_174"> <id>13</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_175"> <id>30</id> <stage>1</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_176"> <id>31</id> <stage>1</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_177"> <id>33</id> <stage>2</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_178"> <id>35</id> <stage>2</stage> <latency>2</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_179"> <id>7</id> <operations> <count>4</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_180"> <id>16</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_181"> <id>18</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_182"> <id>33</id> <stage>1</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_183"> <id>35</id> <stage>1</stage> <latency>2</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_184"> <id>8</id> <operations> <count>2</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_185"> <id>20</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_186"> <id>21</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_187"> <id>9</id> <operations> <count>2</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_188"> <id>24</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_189"> <id>25</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_190"> <id>10</id> <operations> <count>2</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_191"> <id>28</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_192"> <id>29</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_193"> <id>11</id> <operations> <count>2</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_194"> <id>32</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_195"> <id>34</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_196"> <id>12</id> <operations> <count>3</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_197"> <id>36</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_198"> <id>37</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_199"> <id>38</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> </states> <transitions class_id="29" tracking_level="0" version="0"> <count>11</count> <item_version>0</item_version> <item class_id="30" tracking_level="1" version="0" object_id="_200"> <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="_201"> <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="_202"> <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="_203"> <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="_204"> <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="_205"> <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="_206"> <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="_207"> <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="_208"> <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="_209"> <inState>10</inState> <outState>11</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="_210"> <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> </transitions> </fsm> <res class_id="-1"></res> <node_label_latency class_id="35" tracking_level="0" version="0"> <count>37</count> <item_version>0</item_version> <item class_id="36" tracking_level="0" version="0"> <first>2</first> <second class_id="37" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> <item> <first>3</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>4</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>5</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>6</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>7</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>8</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>9</first> <second> <first>3</first> <second>0</second> </second> </item> <item> <first>10</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>11</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>12</first> <second> <first>5</first> <second>0</second> </second> </item> <item> <first>13</first> <second> <first>5</first> <second>0</second> </second> </item> <item> <first>14</first> <second> <first>0</first> <second>1</second> </second> </item> <item> <first>15</first> <second> <first>0</first> <second>1</second> </second> </item> <item> <first>16</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>17</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>18</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>19</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>20</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>21</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>22</first> <second> <first>2</first> <second>1</second> </second> </item> <item> <first>23</first> <second> <first>2</first> <second>1</second> </second> </item> <item> <first>24</first> <second> <first>8</first> <second>0</second> </second> </item> <item> <first>25</first> <second> <first>8</first> <second>0</second> </second> </item> <item> <first>26</first> <second> <first>3</first> <second>1</second> </second> </item> <item> <first>27</first> <second> <first>3</first> <second>1</second> </second> </item> <item> <first>28</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>29</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>30</first> <second> <first>4</first> <second>1</second> </second> </item> <item> <first>31</first> <second> <first>4</first> <second>1</second> </second> </item> <item> <first>32</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>33</first> <second> <first>5</first> <second>1</second> </second> </item> <item> <first>34</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>35</first> <second> <first>5</first> <second>1</second> </second> </item> <item> <first>36</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>37</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>38</first> <second> <first>11</first> <second>0</second> </second> </item> </node_label_latency> <bblk_ent_exit class_id="38" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="39" tracking_level="0" version="0"> <first>39</first> <second class_id="40" tracking_level="0" version="0"> <first>0</first> <second>11</second> </second> </item> </bblk_ent_exit> <regions class_id="41" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </regions> <dp_fu_nodes class_id="42" tracking_level="0" version="0"> <count>13</count> <item_version>0</item_version> <item class_id="43" tracking_level="0" version="0"> <first>28</first> <second> <count>1</count> <item_version>0</item_version> <item>2</item> </second> </item> <item> <first>36</first> <second> <count>1</count> <item_version>0</item_version> <item>3</item> </second> </item> <item> <first>44</first> <second> <count>36</count> <item_version>0</item_version> <item>14</item> <item>14</item> <item>15</item> <item>15</item> <item>17</item> <item>17</item> <item>19</item> <item>19</item> <item>22</item> <item>22</item> <item>23</item> <item>23</item> <item>26</item> <item>26</item> <item>27</item> <item>27</item> <item>30</item> <item>30</item> <item>31</item> <item>31</item> <item>33</item> <item>33</item> <item>35</item> <item>35</item> <item>16</item> <item>18</item> <item>20</item> <item>21</item> <item>24</item> <item>25</item> <item>28</item> <item>29</item> <item>32</item> <item>34</item> <item>36</item> <item>37</item> </second> </item> <item> <first>55</first> <second> <count>1</count> <item_version>0</item_version> <item>4</item> </second> </item> <item> <first>63</first> <second> <count>1</count> <item_version>0</item_version> <item>5</item> </second> </item> <item> <first>73</first> <second> <count>1</count> <item_version>0</item_version> <item>6</item> </second> </item> <item> <first>81</first> <second> <count>1</count> <item_version>0</item_version> <item>7</item> </second> </item> <item> <first>91</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>99</first> <second> <count>1</count> <item_version>0</item_version> <item>9</item> </second> </item> <item> <first>109</first> <second> <count>1</count> <item_version>0</item_version> <item>10</item> </second> </item> <item> <first>117</first> <second> <count>1</count> <item_version>0</item_version> <item>11</item> </second> </item> <item> <first>127</first> <second> <count>1</count> <item_version>0</item_version> <item>12</item> </second> </item> <item> <first>135</first> <second> <count>1</count> <item_version>0</item_version> <item>13</item> </second> </item> </dp_fu_nodes> <dp_fu_nodes_expression class_id="45" tracking_level="0" version="0"> <count>12</count> <item_version>0</item_version> <item class_id="46" tracking_level="0" version="0"> <first>state_addr_10_gep_fu_127</first> <second> <count>1</count> <item_version>0</item_version> <item>12</item> </second> </item> <item> <first>state_addr_11_gep_fu_135</first> <second> <count>1</count> <item_version>0</item_version> <item>13</item> </second> </item> <item> <first>state_addr_1_gep_fu_36</first> <second> <count>1</count> <item_version>0</item_version> <item>3</item> </second> </item> <item> <first>state_addr_2_gep_fu_55</first> <second> <count>1</count> <item_version>0</item_version> <item>4</item> </second> </item> <item> <first>state_addr_3_gep_fu_63</first> <second> <count>1</count> <item_version>0</item_version> <item>5</item> </second> </item> <item> <first>state_addr_4_gep_fu_73</first> <second> <count>1</count> <item_version>0</item_version> <item>6</item> </second> </item> <item> <first>state_addr_5_gep_fu_81</first> <second> <count>1</count> <item_version>0</item_version> <item>7</item> </second> </item> <item> <first>state_addr_6_gep_fu_91</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>state_addr_7_gep_fu_99</first> <second> <count>1</count> <item_version>0</item_version> <item>9</item> </second> </item> <item> <first>state_addr_8_gep_fu_109</first> <second> <count>1</count> <item_version>0</item_version> <item>10</item> </second> </item> <item> <first>state_addr_9_gep_fu_117</first> <second> <count>1</count> <item_version>0</item_version> <item>11</item> </second> </item> <item> <first>state_addr_gep_fu_28</first> <second> <count>1</count> <item_version>0</item_version> <item>2</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>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="47" tracking_level="0" version="0"> <count>2</count> <item_version>0</item_version> <item class_id="48" tracking_level="0" version="0"> <first class_id="49" tracking_level="0" version="0"> <first>state</first> <second>0</second> </first> <second> <count>18</count> <item_version>0</item_version> <item>14</item> <item>14</item> <item>17</item> <item>17</item> <item>22</item> <item>22</item> <item>26</item> <item>26</item> <item>30</item> <item>30</item> <item>33</item> <item>33</item> <item>16</item> <item>20</item> <item>24</item> <item>28</item> <item>32</item> <item>36</item> </second> </item> <item> <first> <first>state</first> <second>1</second> </first> <second> <count>18</count> <item_version>0</item_version> <item>15</item> <item>15</item> <item>19</item> <item>19</item> <item>23</item> <item>23</item> <item>27</item> <item>27</item> <item>31</item> <item>31</item> <item>35</item> <item>35</item> <item>18</item> <item>21</item> <item>25</item> <item>29</item> <item>34</item> <item>37</item> </second> </item> </dp_mem_port_nodes> <dp_reg_nodes> <count>22</count> <item_version>0</item_version> <item> <first>145</first> <second> <count>2</count> <item_version>0</item_version> <item>15</item> <item>33</item> </second> </item> <item> <first>152</first> <second> <count>2</count> <item_version>0</item_version> <item>17</item> <item>35</item> </second> </item> <item> <first>159</first> <second> <count>1</count> <item_version>0</item_version> <item>2</item> </second> </item> <item> <first>164</first> <second> <count>1</count> <item_version>0</item_version> <item>3</item> </second> </item> <item> <first>169</first> <second> <count>1</count> <item_version>0</item_version> <item>4</item> </second> </item> <item> <first>174</first> <second> <count>1</count> <item_version>0</item_version> <item>5</item> </second> </item> <item> <first>179</first> <second> <count>1</count> <item_version>0</item_version> <item>14</item> </second> </item> <item> <first>184</first> <second> <count>1</count> <item_version>0</item_version> <item>6</item> </second> </item> <item> <first>189</first> <second> <count>1</count> <item_version>0</item_version> <item>7</item> </second> </item> <item> <first>194</first> <second> <count>1</count> <item_version>0</item_version> <item>19</item> </second> </item> <item> <first>199</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>204</first> <second> <count>1</count> <item_version>0</item_version> <item>9</item> </second> </item> <item> <first>209</first> <second> <count>1</count> <item_version>0</item_version> <item>22</item> </second> </item> <item> <first>214</first> <second> <count>1</count> <item_version>0</item_version> <item>23</item> </second> </item> <item> <first>219</first> <second> <count>1</count> <item_version>0</item_version> <item>10</item> </second> </item> <item> <first>224</first> <second> <count>1</count> <item_version>0</item_version> <item>11</item> </second> </item> <item> <first>229</first> <second> <count>1</count> <item_version>0</item_version> <item>26</item> </second> </item> <item> <first>234</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>239</first> <second> <count>1</count> <item_version>0</item_version> <item>12</item> </second> </item> <item> <first>244</first> <second> <count>1</count> <item_version>0</item_version> <item>13</item> </second> </item> <item> <first>249</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>254</first> <second> <count>1</count> <item_version>0</item_version> <item>31</item> </second> </item> </dp_reg_nodes> <dp_regname_nodes> <count>22</count> <item_version>0</item_version> <item> <first>reg_145</first> <second> <count>2</count> <item_version>0</item_version> <item>15</item> <item>33</item> </second> </item> <item> <first>reg_152</first> <second> <count>2</count> <item_version>0</item_version> <item>17</item> <item>35</item> </second> </item> <item> <first>state_addr_10_reg_239</first> <second> <count>1</count> <item_version>0</item_version> <item>12</item> </second> </item> <item> <first>state_addr_11_reg_244</first> <second> <count>1</count> <item_version>0</item_version> <item>13</item> </second> </item> <item> <first>state_addr_1_reg_164</first> <second> <count>1</count> <item_version>0</item_version> <item>3</item> </second> </item> <item> <first>state_addr_2_reg_169</first> <second> <count>1</count> <item_version>0</item_version> <item>4</item> </second> </item> <item> <first>state_addr_3_reg_174</first> <second> <count>1</count> <item_version>0</item_version> <item>5</item> </second> </item> <item> <first>state_addr_4_reg_184</first> <second> <count>1</count> <item_version>0</item_version> <item>6</item> </second> </item> <item> <first>state_addr_5_reg_189</first> <second> <count>1</count> <item_version>0</item_version> <item>7</item> </second> </item> <item> <first>state_addr_6_reg_199</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>state_addr_7_reg_204</first> <second> <count>1</count> <item_version>0</item_version> <item>9</item> </second> </item> <item> <first>state_addr_8_reg_219</first> <second> <count>1</count> <item_version>0</item_version> <item>10</item> </second> </item> <item> <first>state_addr_9_reg_224</first> <second> <count>1</count> <item_version>0</item_version> <item>11</item> </second> </item> <item> <first>state_addr_reg_159</first> <second> <count>1</count> <item_version>0</item_version> <item>2</item> </second> </item> <item> <first>state_load_2_reg_194</first> <second> <count>1</count> <item_version>0</item_version> <item>19</item> </second> </item> <item> <first>state_load_4_reg_214</first> <second> <count>1</count> <item_version>0</item_version> <item>23</item> </second> </item> <item> <first>state_load_6_reg_234</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>state_load_8_reg_254</first> <second> <count>1</count> <item_version>0</item_version> <item>31</item> </second> </item> <item> <first>temp_1_reg_209</first> <second> <count>1</count> <item_version>0</item_version> <item>22</item> </second> </item> <item> <first>temp_2_reg_229</first> <second> <count>1</count> <item_version>0</item_version> <item>26</item> </second> </item> <item> <first>temp_3_reg_249</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>temp_reg_179</first> <second> <count>1</count> <item_version>0</item_version> <item>14</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>2</count> <item_version>0</item_version> <item class_id="51" tracking_level="0" version="0"> <first>state(p0)</first> <second> <count>2</count> <item_version>0</item_version> <item> <first>load</first> <second> <count>12</count> <item_version>0</item_version> <item>14</item> <item>14</item> <item>17</item> <item>17</item> <item>22</item> <item>22</item> <item>26</item> <item>26</item> <item>30</item> <item>30</item> <item>33</item> <item>33</item> </second> </item> <item> <first>store</first> <second> <count>6</count> <item_version>0</item_version> <item>16</item> <item>20</item> <item>24</item> <item>28</item> <item>32</item> <item>36</item> </second> </item> </second> </item> <item> <first>state(p1)</first> <second> <count>2</count> <item_version>0</item_version> <item> <first>load</first> <second> <count>12</count> <item_version>0</item_version> <item>15</item> <item>15</item> <item>19</item> <item>19</item> <item>23</item> <item>23</item> <item>27</item> <item>27</item> <item>31</item> <item>31</item> <item>35</item> <item>35</item> </second> </item> <item> <first>store</first> <second> <count>6</count> <item_version>0</item_version> <item>18</item> <item>21</item> <item>25</item> <item>29</item> <item>34</item> <item>37</item> </second> </item> </second> </item> </dp_port_io_nodes> <port2core class_id="52" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="53" tracking_level="0" version="0"> <first>1</first> <second>RAM</second> </item> </port2core> <node2core> <count>0</count> <item_version>0</item_version> </node2core> </syndb> </boost_serialization>
26.193621
91
0.595732
c713ad24fb21d262b585e54396b03daef80d9d61
27
ads
Ada
test/test.ads
skill-lang/skillAdaTestSuite
279ea0c0cd489c2e39d7532a3b68c564497101e2
[ "BSD-3-Clause" ]
1
2019-02-09T22:04:10.000Z
2019-02-09T22:04:10.000Z
test/test.ads
skill-lang/skillAdaTestSuite
279ea0c0cd489c2e39d7532a3b68c564497101e2
[ "BSD-3-Clause" ]
null
null
null
test/test.ads
skill-lang/skillAdaTestSuite
279ea0c0cd489c2e39d7532a3b68c564497101e2
[ "BSD-3-Clause" ]
null
null
null
package Test is end Test;
6.75
15
0.740741
1aeb45003fe93bd68105fad0107e18a37329cff6
9,051
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/s-pack58.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-pack58.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/s-pack58.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 . P A C K _ 5 8 -- -- -- -- 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 System.Storage_Elements; with System.Unsigned_Types; package body System.Pack_58 is subtype Bit_Order is System.Bit_Order; Reverse_Bit_Order : constant Bit_Order := Bit_Order'Val (1 - Bit_Order'Pos (System.Default_Bit_Order)); subtype Ofs is System.Storage_Elements.Storage_Offset; subtype Uns is System.Unsigned_Types.Unsigned; subtype N07 is System.Unsigned_Types.Unsigned range 0 .. 7; use type System.Storage_Elements.Storage_Offset; use type System.Unsigned_Types.Unsigned; type Cluster is record E0, E1, E2, E3, E4, E5, E6, E7 : Bits_58; end record; for Cluster use record E0 at 0 range 0 * Bits .. 0 * Bits + Bits - 1; E1 at 0 range 1 * Bits .. 1 * Bits + Bits - 1; E2 at 0 range 2 * Bits .. 2 * Bits + Bits - 1; E3 at 0 range 3 * Bits .. 3 * Bits + Bits - 1; E4 at 0 range 4 * Bits .. 4 * Bits + Bits - 1; E5 at 0 range 5 * Bits .. 5 * Bits + Bits - 1; E6 at 0 range 6 * Bits .. 6 * Bits + Bits - 1; E7 at 0 range 7 * Bits .. 7 * Bits + Bits - 1; end record; for Cluster'Size use Bits * 8; for Cluster'Alignment use Integer'Min (Standard'Maximum_Alignment, 1 + 1 * Boolean'Pos (Bits mod 2 = 0) + 2 * Boolean'Pos (Bits mod 4 = 0)); -- Use maximum possible alignment, given the bit field size, since this -- will result in the most efficient code possible for the field. type Cluster_Ref is access Cluster; type Rev_Cluster is new Cluster with Bit_Order => Reverse_Bit_Order, Scalar_Storage_Order => Reverse_Bit_Order; type Rev_Cluster_Ref is access Rev_Cluster; -- The following declarations are for the case where the address -- passed to GetU_58 or SetU_58 is not guaranteed to be aligned. -- These routines are used when the packed array is itself a -- component of a packed record, and therefore may not be aligned. type ClusterU is new Cluster; for ClusterU'Alignment use 1; type ClusterU_Ref is access ClusterU; type Rev_ClusterU is new ClusterU with Bit_Order => Reverse_Bit_Order, Scalar_Storage_Order => Reverse_Bit_Order; type Rev_ClusterU_Ref is access Rev_ClusterU; ------------ -- Get_58 -- ------------ function Get_58 (Arr : System.Address; N : Natural; Rev_SSO : Boolean) return Bits_58 is A : constant System.Address := Arr + Bits * Ofs (Uns (N) / 8); C : Cluster_Ref with Address => A'Address, Import; RC : Rev_Cluster_Ref with Address => A'Address, Import; begin if Rev_SSO then case N07 (Uns (N) mod 8) is when 0 => return RC.E0; when 1 => return RC.E1; when 2 => return RC.E2; when 3 => return RC.E3; when 4 => return RC.E4; when 5 => return RC.E5; when 6 => return RC.E6; when 7 => return RC.E7; end case; else case N07 (Uns (N) mod 8) is when 0 => return C.E0; when 1 => return C.E1; when 2 => return C.E2; when 3 => return C.E3; when 4 => return C.E4; when 5 => return C.E5; when 6 => return C.E6; when 7 => return C.E7; end case; end if; end Get_58; ------------- -- GetU_58 -- ------------- function GetU_58 (Arr : System.Address; N : Natural; Rev_SSO : Boolean) return Bits_58 is A : constant System.Address := Arr + Bits * Ofs (Uns (N) / 8); C : ClusterU_Ref with Address => A'Address, Import; RC : Rev_ClusterU_Ref with Address => A'Address, Import; begin if Rev_SSO then case N07 (Uns (N) mod 8) is when 0 => return RC.E0; when 1 => return RC.E1; when 2 => return RC.E2; when 3 => return RC.E3; when 4 => return RC.E4; when 5 => return RC.E5; when 6 => return RC.E6; when 7 => return RC.E7; end case; else case N07 (Uns (N) mod 8) is when 0 => return C.E0; when 1 => return C.E1; when 2 => return C.E2; when 3 => return C.E3; when 4 => return C.E4; when 5 => return C.E5; when 6 => return C.E6; when 7 => return C.E7; end case; end if; end GetU_58; ------------ -- Set_58 -- ------------ procedure Set_58 (Arr : System.Address; N : Natural; E : Bits_58; Rev_SSO : Boolean) is A : constant System.Address := Arr + Bits * Ofs (Uns (N) / 8); C : Cluster_Ref with Address => A'Address, Import; RC : Rev_Cluster_Ref with Address => A'Address, Import; begin if Rev_SSO then case N07 (Uns (N) mod 8) is when 0 => RC.E0 := E; when 1 => RC.E1 := E; when 2 => RC.E2 := E; when 3 => RC.E3 := E; when 4 => RC.E4 := E; when 5 => RC.E5 := E; when 6 => RC.E6 := E; when 7 => RC.E7 := E; end case; else case N07 (Uns (N) mod 8) is when 0 => C.E0 := E; when 1 => C.E1 := E; when 2 => C.E2 := E; when 3 => C.E3 := E; when 4 => C.E4 := E; when 5 => C.E5 := E; when 6 => C.E6 := E; when 7 => C.E7 := E; end case; end if; end Set_58; ------------- -- SetU_58 -- ------------- procedure SetU_58 (Arr : System.Address; N : Natural; E : Bits_58; Rev_SSO : Boolean) is A : constant System.Address := Arr + Bits * Ofs (Uns (N) / 8); C : ClusterU_Ref with Address => A'Address, Import; RC : Rev_ClusterU_Ref with Address => A'Address, Import; begin if Rev_SSO then case N07 (Uns (N) mod 8) is when 0 => RC.E0 := E; when 1 => RC.E1 := E; when 2 => RC.E2 := E; when 3 => RC.E3 := E; when 4 => RC.E4 := E; when 5 => RC.E5 := E; when 6 => RC.E6 := E; when 7 => RC.E7 := E; end case; else case N07 (Uns (N) mod 8) is when 0 => C.E0 := E; when 1 => C.E1 := E; when 2 => C.E2 := E; when 3 => C.E3 := E; when 4 => C.E4 := E; when 5 => C.E5 := E; when 6 => C.E6 := E; when 7 => C.E7 := E; end case; end if; end SetU_58; end System.Pack_58;
36.059761
78
0.467352
13a0f21436bdee8d58f9c98b3630819cb9630ed8
1,232
ads
Ada
gcc-gcc-7_3_0-release/gcc/ada/a-lliwti.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-lliwti.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/a-lliwti.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 . L O N G _ L O N G _ I N T E G E R _ W I D E _ T E X T _ I O -- -- -- -- S p e c -- -- -- -- This specification is derived 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_Text_IO; package Ada.Long_Long_Integer_Wide_Text_IO is new Ada.Wide_Text_IO.Integer_IO (Long_Long_Integer);
61.6
78
0.326299
4becfb357ebd73475ae9631ec1c2645703e15d13
805
adb
Ada
contrib/gnu/gdb/dist/gdb/testsuite/gdb.ada/variant-record/proc.adb
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
3
2021-05-04T17:09:06.000Z
2021-10-04T07:19:26.000Z
contrib/gnu/gdb/dist/gdb/testsuite/gdb.ada/variant-record/proc.adb
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
contrib/gnu/gdb/dist/gdb/testsuite/gdb.ada/variant-record/proc.adb
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
-- Copyright 2020 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 Value; procedure Proc is My_Value : Value.T := Value.Create; begin null; -- STOP end;
36.590909
73
0.731677
1aad7601b306ab257bf9ee628466d9b5bdd43ae4
138
ads
Ada
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/tests/formal_procedure_declaration.ads
LaudateCorpus1/rose-1
5fe906d2a01253130c5de465aded6a917a8476a0
[ "BSD-3-Clause" ]
488
2015-01-09T08:54:48.000Z
2022-03-30T07:15:46.000Z
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/tests/formal_procedure_declaration.ads
LaudateCorpus1/rose-1
5fe906d2a01253130c5de465aded6a917a8476a0
[ "BSD-3-Clause" ]
174
2015-01-28T18:41:32.000Z
2022-03-31T16:51:05.000Z
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/tests/formal_procedure_declaration.ads
LaudateCorpus1/rose-1
5fe906d2a01253130c5de465aded6a917a8476a0
[ "BSD-3-Clause" ]
146
2015-04-27T02:48:34.000Z
2022-03-04T07:32:53.000Z
package formal_procedure_declaration is generic with procedure Put_Line; procedure SS_Info; end formal_procedure_declaration;
23
39
0.811594
38f1b3238ca85494ea4b91180e58890381f9aa4f
801
ads
Ada
source/asis/spec/ada-strings-wide_unbounded-wide_hash.ads
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
4
2016-02-05T15:51:56.000Z
2022-03-25T20:38:32.000Z
source/asis/spec/ada-strings-wide_unbounded-wide_hash.ads
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
null
null
null
source/asis/spec/ada-strings-wide_unbounded-wide_hash.ads
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- A d a r u n - t i m e s p e c i f i c a t i o n -- -- ASIS implementation for Gela project, a portable Ada compiler -- -- http://gela.ada-ru.org -- -- - - - - - - - - - - - - - - - -- -- Read copyright and license at the end of ada.ads file -- ------------------------------------------------------------------------------ -- $Revision: 209 $ $Date: 2013-11-30 21:03:24 +0200 (Сб., 30 нояб. 2013) $ with Ada.Containers; function Ada.Strings.Wide_Unbounded.Wide_Hash (Key : in Unbounded_Wide_String) return Ada.Containers.Hash_Type; pragma Preelaborate (Wide_Hash);
50.0625
78
0.397004
add7c3adc96f89b4368725e89b478d291c4f78e4
2,770
adb
Ada
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-excmac.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-excmac.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-excmac.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- S Y S T E M . E X C E P T I O N S . M A C H I N E -- -- -- -- B o d y -- -- -- -- Copyright (C) 2013-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. -- -- -- ------------------------------------------------------------------------------ package body System.Exceptions.Machine is function New_Occurrence return GNAT_GCC_Exception_Access is Res : GNAT_GCC_Exception_Access; begin Res := new GNAT_GCC_Exception; Res.Header := (Class => GNAT_Exception_Class, Cleanup => Null_Address, others => 0); return Res; end New_Occurrence; end System.Exceptions.Machine;
62.954545
78
0.409747
13218147b0ffb797f465cb81328df73392d992e0
50,788
adb
Ada
extern/game_support/stm32f4/src/fonts.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/stm32f4/src/fonts.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/stm32f4/src/fonts.adb
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
6
2020-10-08T15:57:06.000Z
2021-08-31T12:03:08.000Z
with Interfaces; with STM32F4; use STM32F4; package body Fonts is type Byte is new Interfaces.Unsigned_8; -- for shift/rotate type Half_Word is new Interfaces.Unsigned_16; -- for shift/rotate BMP_Font16x24 : constant array (0 .. 2279) of Half_Word := (16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0000#, 16#0000#, 16#0180#, 16#0180#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#00CC#, 16#00CC#, 16#00CC#, 16#00CC#, 16#00CC#, 16#00CC#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0C60#, 16#0C60#, 16#0C60#, 16#0630#, 16#0630#, 16#1FFE#, 16#1FFE#, 16#0630#, 16#0738#, 16#0318#, 16#1FFE#, 16#1FFE#, 16#0318#, 16#0318#, 16#018C#, 16#018C#, 16#018C#, 16#0000#, 16#0000#, 16#0080#, 16#03E0#, 16#0FF8#, 16#0E9C#, 16#1C8C#, 16#188C#, 16#008C#, 16#0098#, 16#01F8#, 16#07E0#, 16#0E80#, 16#1C80#, 16#188C#, 16#188C#, 16#189C#, 16#0CB8#, 16#0FF0#, 16#03E0#, 16#0080#, 16#0080#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#180E#, 16#0C1B#, 16#0C11#, 16#0611#, 16#0611#, 16#0311#, 16#0311#, 16#019B#, 16#018E#, 16#38C0#, 16#6CC0#, 16#4460#, 16#4460#, 16#4430#, 16#4430#, 16#4418#, 16#6C18#, 16#380C#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#01E0#, 16#03F0#, 16#0738#, 16#0618#, 16#0618#, 16#0330#, 16#01F0#, 16#00F0#, 16#00F8#, 16#319C#, 16#330E#, 16#1E06#, 16#1C06#, 16#1C06#, 16#3F06#, 16#73FC#, 16#21F0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#000C#, 16#000C#, 16#000C#, 16#000C#, 16#000C#, 16#000C#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0200#, 16#0300#, 16#0180#, 16#00C0#, 16#00C0#, 16#0060#, 16#0060#, 16#0030#, 16#0030#, 16#0030#, 16#0030#, 16#0030#, 16#0030#, 16#0030#, 16#0030#, 16#0060#, 16#0060#, 16#00C0#, 16#00C0#, 16#0180#, 16#0300#, 16#0200#, 16#0000#, 16#0000#, 16#0020#, 16#0060#, 16#00C0#, 16#0180#, 16#0180#, 16#0300#, 16#0300#, 16#0600#, 16#0600#, 16#0600#, 16#0600#, 16#0600#, 16#0600#, 16#0600#, 16#0600#, 16#0300#, 16#0300#, 16#0180#, 16#0180#, 16#00C0#, 16#0060#, 16#0020#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#00C0#, 16#00C0#, 16#06D8#, 16#07F8#, 16#01E0#, 16#0330#, 16#0738#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#3FFC#, 16#3FFC#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0180#, 16#0180#, 16#0100#, 16#0100#, 16#0080#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#07E0#, 16#07E0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#00C0#, 16#00C0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0C00#, 16#0C00#, 16#0600#, 16#0600#, 16#0600#, 16#0300#, 16#0300#, 16#0300#, 16#0380#, 16#0180#, 16#0180#, 16#0180#, 16#00C0#, 16#00C0#, 16#00C0#, 16#0060#, 16#0060#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#03E0#, 16#07F0#, 16#0E38#, 16#0C18#, 16#180C#, 16#180C#, 16#180C#, 16#180C#, 16#180C#, 16#180C#, 16#180C#, 16#180C#, 16#180C#, 16#0C18#, 16#0E38#, 16#07F0#, 16#03E0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0100#, 16#0180#, 16#01C0#, 16#01F0#, 16#0198#, 16#0188#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#03E0#, 16#0FF8#, 16#0C18#, 16#180C#, 16#180C#, 16#1800#, 16#1800#, 16#0C00#, 16#0600#, 16#0300#, 16#0180#, 16#00C0#, 16#0060#, 16#0030#, 16#0018#, 16#1FFC#, 16#1FFC#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#01E0#, 16#07F8#, 16#0E18#, 16#0C0C#, 16#0C0C#, 16#0C00#, 16#0600#, 16#03C0#, 16#07C0#, 16#0C00#, 16#1800#, 16#1800#, 16#180C#, 16#180C#, 16#0C18#, 16#07F8#, 16#03E0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0C00#, 16#0E00#, 16#0F00#, 16#0F00#, 16#0D80#, 16#0CC0#, 16#0C60#, 16#0C60#, 16#0C30#, 16#0C18#, 16#0C0C#, 16#3FFC#, 16#3FFC#, 16#0C00#, 16#0C00#, 16#0C00#, 16#0C00#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0FF8#, 16#0FF8#, 16#0018#, 16#0018#, 16#000C#, 16#03EC#, 16#07FC#, 16#0E1C#, 16#1C00#, 16#1800#, 16#1800#, 16#1800#, 16#180C#, 16#0C1C#, 16#0E18#, 16#07F8#, 16#03E0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#07C0#, 16#0FF0#, 16#1C38#, 16#1818#, 16#0018#, 16#000C#, 16#03CC#, 16#0FEC#, 16#0E3C#, 16#1C1C#, 16#180C#, 16#180C#, 16#180C#, 16#1C18#, 16#0E38#, 16#07F0#, 16#03E0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#1FFC#, 16#1FFC#, 16#0C00#, 16#0600#, 16#0600#, 16#0300#, 16#0380#, 16#0180#, 16#01C0#, 16#00C0#, 16#00E0#, 16#0060#, 16#0060#, 16#0070#, 16#0030#, 16#0030#, 16#0030#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#03E0#, 16#07F0#, 16#0E38#, 16#0C18#, 16#0C18#, 16#0C18#, 16#0638#, 16#07F0#, 16#07F0#, 16#0C18#, 16#180C#, 16#180C#, 16#180C#, 16#180C#, 16#0C38#, 16#0FF8#, 16#03E0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#03E0#, 16#07F0#, 16#0E38#, 16#0C1C#, 16#180C#, 16#180C#, 16#180C#, 16#1C1C#, 16#1E38#, 16#1BF8#, 16#19E0#, 16#1800#, 16#0C00#, 16#0C00#, 16#0E1C#, 16#07F8#, 16#01F0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0180#, 16#0180#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0180#, 16#0180#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0180#, 16#0180#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0180#, 16#0180#, 16#0100#, 16#0100#, 16#0080#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#1000#, 16#1C00#, 16#0F80#, 16#03E0#, 16#00F8#, 16#0018#, 16#00F8#, 16#03E0#, 16#0F80#, 16#1C00#, 16#1000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#1FF8#, 16#0000#, 16#0000#, 16#0000#, 16#1FF8#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0008#, 16#0038#, 16#01F0#, 16#07C0#, 16#1F00#, 16#1800#, 16#1F00#, 16#07C0#, 16#01F0#, 16#0038#, 16#0008#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#03E0#, 16#0FF8#, 16#0C18#, 16#180C#, 16#180C#, 16#1800#, 16#0C00#, 16#0600#, 16#0300#, 16#0180#, 16#00C0#, 16#00C0#, 16#00C0#, 16#0000#, 16#0000#, 16#00C0#, 16#00C0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#07E0#, 16#1818#, 16#2004#, 16#29C2#, 16#4A22#, 16#4411#, 16#4409#, 16#4409#, 16#4409#, 16#2209#, 16#1311#, 16#0CE2#, 16#4002#, 16#2004#, 16#1818#, 16#07E0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0380#, 16#0380#, 16#06C0#, 16#06C0#, 16#06C0#, 16#0C60#, 16#0C60#, 16#1830#, 16#1830#, 16#1830#, 16#3FF8#, 16#3FF8#, 16#701C#, 16#600C#, 16#600C#, 16#C006#, 16#C006#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#03FC#, 16#0FFC#, 16#0C0C#, 16#180C#, 16#180C#, 16#180C#, 16#0C0C#, 16#07FC#, 16#0FFC#, 16#180C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#180C#, 16#1FFC#, 16#07FC#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#07C0#, 16#1FF0#, 16#3838#, 16#301C#, 16#700C#, 16#6006#, 16#0006#, 16#0006#, 16#0006#, 16#0006#, 16#0006#, 16#0006#, 16#6006#, 16#700C#, 16#301C#, 16#1FF0#, 16#07E0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#03FE#, 16#0FFE#, 16#0E06#, 16#1806#, 16#1806#, 16#3006#, 16#3006#, 16#3006#, 16#3006#, 16#3006#, 16#3006#, 16#3006#, 16#1806#, 16#1806#, 16#0E06#, 16#0FFE#, 16#03FE#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#3FFC#, 16#3FFC#, 16#000C#, 16#000C#, 16#000C#, 16#000C#, 16#000C#, 16#1FFC#, 16#1FFC#, 16#000C#, 16#000C#, 16#000C#, 16#000C#, 16#000C#, 16#000C#, 16#3FFC#, 16#3FFC#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#3FF8#, 16#3FF8#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#1FF8#, 16#1FF8#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0FE0#, 16#3FF8#, 16#783C#, 16#600E#, 16#E006#, 16#C007#, 16#0003#, 16#0003#, 16#FE03#, 16#FE03#, 16#C003#, 16#C007#, 16#C006#, 16#C00E#, 16#F03C#, 16#3FF8#, 16#0FE0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#3FFC#, 16#3FFC#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0600#, 16#0600#, 16#0600#, 16#0600#, 16#0600#, 16#0600#, 16#0600#, 16#0600#, 16#0600#, 16#0600#, 16#0600#, 16#0600#, 16#0618#, 16#0618#, 16#0738#, 16#03F0#, 16#01E0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#3006#, 16#1806#, 16#0C06#, 16#0606#, 16#0306#, 16#0186#, 16#00C6#, 16#0066#, 16#0076#, 16#00DE#, 16#018E#, 16#0306#, 16#0606#, 16#0C06#, 16#1806#, 16#3006#, 16#6006#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#1FF8#, 16#1FF8#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#E00E#, 16#F01E#, 16#F01E#, 16#F01E#, 16#D836#, 16#D836#, 16#D836#, 16#D836#, 16#CC66#, 16#CC66#, 16#CC66#, 16#C6C6#, 16#C6C6#, 16#C6C6#, 16#C6C6#, 16#C386#, 16#C386#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#300C#, 16#301C#, 16#303C#, 16#303C#, 16#306C#, 16#306C#, 16#30CC#, 16#30CC#, 16#318C#, 16#330C#, 16#330C#, 16#360C#, 16#360C#, 16#3C0C#, 16#3C0C#, 16#380C#, 16#300C#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#07E0#, 16#1FF8#, 16#381C#, 16#700E#, 16#6006#, 16#C003#, 16#C003#, 16#C003#, 16#C003#, 16#C003#, 16#C003#, 16#C003#, 16#6006#, 16#700E#, 16#381C#, 16#1FF8#, 16#07E0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0FFC#, 16#1FFC#, 16#380C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#180C#, 16#1FFC#, 16#07FC#, 16#000C#, 16#000C#, 16#000C#, 16#000C#, 16#000C#, 16#000C#, 16#000C#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#07E0#, 16#1FF8#, 16#381C#, 16#700E#, 16#6006#, 16#E003#, 16#C003#, 16#C003#, 16#C003#, 16#C003#, 16#C003#, 16#E007#, 16#6306#, 16#3F0E#, 16#3C1C#, 16#3FF8#, 16#F7E0#, 16#C000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0FFE#, 16#1FFE#, 16#3806#, 16#3006#, 16#3006#, 16#3006#, 16#3806#, 16#1FFE#, 16#07FE#, 16#0306#, 16#0606#, 16#0C06#, 16#1806#, 16#1806#, 16#3006#, 16#3006#, 16#6006#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#03E0#, 16#0FF8#, 16#0C1C#, 16#180C#, 16#180C#, 16#000C#, 16#001C#, 16#03F8#, 16#0FE0#, 16#1E00#, 16#3800#, 16#3006#, 16#3006#, 16#300E#, 16#1C1C#, 16#0FF8#, 16#07E0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#7FFE#, 16#7FFE#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#300C#, 16#1818#, 16#1FF8#, 16#07E0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#6003#, 16#3006#, 16#3006#, 16#3006#, 16#180C#, 16#180C#, 16#180C#, 16#0C18#, 16#0C18#, 16#0E38#, 16#0630#, 16#0630#, 16#0770#, 16#0360#, 16#0360#, 16#01C0#, 16#01C0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#6003#, 16#61C3#, 16#61C3#, 16#61C3#, 16#3366#, 16#3366#, 16#3366#, 16#3366#, 16#3366#, 16#3366#, 16#1B6C#, 16#1B6C#, 16#1B6C#, 16#1A2C#, 16#1E3C#, 16#0E38#, 16#0E38#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#E00F#, 16#700C#, 16#3018#, 16#1830#, 16#0C70#, 16#0E60#, 16#07C0#, 16#0380#, 16#0380#, 16#03C0#, 16#06E0#, 16#0C70#, 16#1C30#, 16#1818#, 16#300C#, 16#600E#, 16#E007#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#C003#, 16#6006#, 16#300C#, 16#381C#, 16#1838#, 16#0C30#, 16#0660#, 16#07E0#, 16#03C0#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#7FFC#, 16#7FFC#, 16#6000#, 16#3000#, 16#1800#, 16#0C00#, 16#0600#, 16#0300#, 16#0180#, 16#00C0#, 16#0060#, 16#0030#, 16#0018#, 16#000C#, 16#0006#, 16#7FFE#, 16#7FFE#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#03E0#, 16#03E0#, 16#0060#, 16#0060#, 16#0060#, 16#0060#, 16#0060#, 16#0060#, 16#0060#, 16#0060#, 16#0060#, 16#0060#, 16#0060#, 16#0060#, 16#0060#, 16#0060#, 16#0060#, 16#0060#, 16#0060#, 16#0060#, 16#03E0#, 16#03E0#, 16#0000#, 16#0000#, 16#0030#, 16#0030#, 16#0060#, 16#0060#, 16#0060#, 16#00C0#, 16#00C0#, 16#00C0#, 16#01C0#, 16#0180#, 16#0180#, 16#0180#, 16#0300#, 16#0300#, 16#0300#, 16#0600#, 16#0600#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#03E0#, 16#03E0#, 16#0300#, 16#0300#, 16#0300#, 16#0300#, 16#0300#, 16#0300#, 16#0300#, 16#0300#, 16#0300#, 16#0300#, 16#0300#, 16#0300#, 16#0300#, 16#0300#, 16#0300#, 16#0300#, 16#0300#, 16#0300#, 16#03E0#, 16#03E0#, 16#0000#, 16#0000#, 16#0000#, 16#01C0#, 16#01C0#, 16#0360#, 16#0360#, 16#0360#, 16#0630#, 16#0630#, 16#0C18#, 16#0C18#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#FFFF#, 16#FFFF#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#000C#, 16#000C#, 16#000C#, 16#000C#, 16#000C#, 16#000C#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#03F0#, 16#07F8#, 16#0C1C#, 16#0C0C#, 16#0F00#, 16#0FF0#, 16#0CF8#, 16#0C0C#, 16#0C0C#, 16#0F1C#, 16#0FF8#, 16#18F0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#03D8#, 16#0FF8#, 16#0C38#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#0C38#, 16#0FF8#, 16#03D8#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#03C0#, 16#07F0#, 16#0E30#, 16#0C18#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0C18#, 16#0E30#, 16#07F0#, 16#03C0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#1800#, 16#1800#, 16#1800#, 16#1800#, 16#1800#, 16#1BC0#, 16#1FF0#, 16#1C30#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1C30#, 16#1FF0#, 16#1BC0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#03C0#, 16#0FF0#, 16#0C30#, 16#1818#, 16#1FF8#, 16#1FF8#, 16#0018#, 16#0018#, 16#1838#, 16#1C30#, 16#0FF0#, 16#07C0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0F80#, 16#0FC0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#07F0#, 16#07F0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0DE0#, 16#0FF8#, 16#0E18#, 16#0C0C#, 16#0C0C#, 16#0C0C#, 16#0C0C#, 16#0C0C#, 16#0C0C#, 16#0E18#, 16#0FF8#, 16#0DE0#, 16#0C00#, 16#0C0C#, 16#061C#, 16#07F8#, 16#01F0#, 16#0000#, 16#0000#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#07D8#, 16#0FF8#, 16#1C38#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#00C0#, 16#00C0#, 16#0000#, 16#0000#, 16#0000#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#00C0#, 16#00C0#, 16#0000#, 16#0000#, 16#0000#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00F8#, 16#0078#, 16#0000#, 16#0000#, 16#000C#, 16#000C#, 16#000C#, 16#000C#, 16#000C#, 16#0C0C#, 16#060C#, 16#030C#, 16#018C#, 16#00CC#, 16#006C#, 16#00FC#, 16#019C#, 16#038C#, 16#030C#, 16#060C#, 16#0C0C#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#3C7C#, 16#7EFF#, 16#E3C7#, 16#C183#, 16#C183#, 16#C183#, 16#C183#, 16#C183#, 16#C183#, 16#C183#, 16#C183#, 16#C183#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0798#, 16#0FF8#, 16#1C38#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#03C0#, 16#0FF0#, 16#0C30#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#0C30#, 16#0FF0#, 16#03C0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#03D8#, 16#0FF8#, 16#0C38#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#0C38#, 16#0FF8#, 16#03D8#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0018#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#1BC0#, 16#1FF0#, 16#1C30#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1C30#, 16#1FF0#, 16#1BC0#, 16#1800#, 16#1800#, 16#1800#, 16#1800#, 16#1800#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#07B0#, 16#03F0#, 16#0070#, 16#0030#, 16#0030#, 16#0030#, 16#0030#, 16#0030#, 16#0030#, 16#0030#, 16#0030#, 16#0030#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#03E0#, 16#03F0#, 16#0E38#, 16#0C18#, 16#0038#, 16#03F0#, 16#07C0#, 16#0C00#, 16#0C18#, 16#0E38#, 16#07F0#, 16#03E0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0080#, 16#00C0#, 16#00C0#, 16#00C0#, 16#07F0#, 16#07F0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#07C0#, 16#0780#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1818#, 16#1C38#, 16#1FF0#, 16#19E0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#180C#, 16#0C18#, 16#0C18#, 16#0C18#, 16#0630#, 16#0630#, 16#0630#, 16#0360#, 16#0360#, 16#0360#, 16#01C0#, 16#01C0#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#41C1#, 16#41C1#, 16#61C3#, 16#6363#, 16#6363#, 16#6363#, 16#3636#, 16#3636#, 16#3636#, 16#1C1C#, 16#1C1C#, 16#1C1C#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#381C#, 16#1C38#, 16#0C30#, 16#0660#, 16#0360#, 16#0360#, 16#0360#, 16#0360#, 16#0660#, 16#0C30#, 16#1C38#, 16#381C#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#3018#, 16#1830#, 16#1830#, 16#1870#, 16#0C60#, 16#0C60#, 16#0CE0#, 16#06C0#, 16#06C0#, 16#0380#, 16#0380#, 16#0380#, 16#0180#, 16#0180#, 16#01C0#, 16#00F0#, 16#0070#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#1FFC#, 16#1FFC#, 16#0C00#, 16#0600#, 16#0300#, 16#0180#, 16#00C0#, 16#0060#, 16#0030#, 16#0018#, 16#1FFC#, 16#1FFC#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0300#, 16#0180#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#0060#, 16#0060#, 16#0030#, 16#0060#, 16#0040#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#00C0#, 16#0180#, 16#0300#, 16#0000#, 16#0000#, 16#0000#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0000#, 16#0000#, 16#0060#, 16#00C0#, 16#01C0#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0300#, 16#0300#, 16#0600#, 16#0300#, 16#0100#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#0180#, 16#00C0#, 16#0060#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#10F0#, 16#1FF8#, 16#0F08#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#); BMP_Font12x12 : constant array (0 .. 1151) of Half_Word := (16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#0000#, 16#2000#, 16#0000#, 16#0000#, 16#0000#, 16#5000#, 16#5000#, 16#5000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0900#, 16#0900#, 16#1200#, 16#7f00#, 16#1200#, 16#7f00#, 16#1200#, 16#2400#, 16#2400#, 16#0000#, 16#0000#, 16#1000#, 16#3800#, 16#5400#, 16#5000#, 16#5000#, 16#3800#, 16#1400#, 16#5400#, 16#5400#, 16#3800#, 16#1000#, 16#0000#, 16#0000#, 16#3080#, 16#4900#, 16#4900#, 16#4a00#, 16#32c0#, 16#0520#, 16#0920#, 16#0920#, 16#10c0#, 16#0000#, 16#0000#, 16#0000#, 16#0c00#, 16#1200#, 16#1200#, 16#1400#, 16#1800#, 16#2500#, 16#2300#, 16#2300#, 16#1d80#, 16#0000#, 16#0000#, 16#0000#, 16#4000#, 16#4000#, 16#4000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0800#, 16#1000#, 16#1000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#1000#, 16#1000#, 16#0000#, 16#4000#, 16#2000#, 16#2000#, 16#1000#, 16#1000#, 16#1000#, 16#1000#, 16#1000#, 16#1000#, 16#2000#, 16#2000#, 16#0000#, 16#2000#, 16#7000#, 16#2000#, 16#5000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0800#, 16#0800#, 16#7f00#, 16#0800#, 16#0800#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#2000#, 16#2000#, 16#4000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#7000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#2000#, 16#0000#, 16#0000#, 16#0000#, 16#1000#, 16#1000#, 16#1000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#4000#, 16#4000#, 16#0000#, 16#0000#, 16#0000#, 16#1000#, 16#2800#, 16#4400#, 16#4400#, 16#4400#, 16#4400#, 16#4400#, 16#2800#, 16#1000#, 16#0000#, 16#0000#, 16#0000#, 16#1000#, 16#3000#, 16#5000#, 16#1000#, 16#1000#, 16#1000#, 16#1000#, 16#1000#, 16#1000#, 16#0000#, 16#0000#, 16#0000#, 16#3000#, 16#4800#, 16#4400#, 16#0400#, 16#0800#, 16#1000#, 16#2000#, 16#4000#, 16#7c00#, 16#0000#, 16#0000#, 16#0000#, 16#3000#, 16#4800#, 16#0400#, 16#0800#, 16#1000#, 16#0800#, 16#4400#, 16#4800#, 16#3000#, 16#0000#, 16#0000#, 16#0000#, 16#0800#, 16#1800#, 16#1800#, 16#2800#, 16#2800#, 16#4800#, 16#7c00#, 16#0800#, 16#0800#, 16#0000#, 16#0000#, 16#0000#, 16#3c00#, 16#2000#, 16#4000#, 16#7000#, 16#4800#, 16#0400#, 16#4400#, 16#4800#, 16#3000#, 16#0000#, 16#0000#, 16#0000#, 16#1800#, 16#2400#, 16#4000#, 16#5000#, 16#6800#, 16#4400#, 16#4400#, 16#2800#, 16#1000#, 16#0000#, 16#0000#, 16#0000#, 16#7c00#, 16#0400#, 16#0800#, 16#1000#, 16#1000#, 16#1000#, 16#2000#, 16#2000#, 16#2000#, 16#0000#, 16#0000#, 16#0000#, 16#1000#, 16#2800#, 16#4400#, 16#2800#, 16#1000#, 16#2800#, 16#4400#, 16#2800#, 16#1000#, 16#0000#, 16#0000#, 16#0000#, 16#1000#, 16#2800#, 16#4400#, 16#4400#, 16#2c00#, 16#1400#, 16#0400#, 16#4800#, 16#3000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#2000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#2000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#2000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#2000#, 16#2000#, 16#4000#, 16#0000#, 16#0000#, 16#0400#, 16#0800#, 16#3000#, 16#4000#, 16#3000#, 16#0800#, 16#0400#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#7c00#, 16#0000#, 16#0000#, 16#7c00#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#4000#, 16#2000#, 16#1800#, 16#0400#, 16#1800#, 16#2000#, 16#4000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#3800#, 16#6400#, 16#4400#, 16#0400#, 16#0800#, 16#1000#, 16#1000#, 16#0000#, 16#1000#, 16#0000#, 16#0000#, 16#0000#, 16#0f80#, 16#1040#, 16#2ea0#, 16#51a0#, 16#5120#, 16#5120#, 16#5120#, 16#5320#, 16#4dc0#, 16#2020#, 16#1040#, 16#0000#, 16#0800#, 16#1400#, 16#1400#, 16#1400#, 16#2200#, 16#3e00#, 16#2200#, 16#4100#, 16#4100#, 16#0000#, 16#0000#, 16#0000#, 16#3c00#, 16#2200#, 16#2200#, 16#2200#, 16#3c00#, 16#2200#, 16#2200#, 16#2200#, 16#3c00#, 16#0000#, 16#0000#, 16#0000#, 16#0e00#, 16#1100#, 16#2100#, 16#2000#, 16#2000#, 16#2000#, 16#2100#, 16#1100#, 16#0e00#, 16#0000#, 16#0000#, 16#0000#, 16#3c00#, 16#2200#, 16#2100#, 16#2100#, 16#2100#, 16#2100#, 16#2100#, 16#2200#, 16#3c00#, 16#0000#, 16#0000#, 16#0000#, 16#3e00#, 16#2000#, 16#2000#, 16#2000#, 16#3e00#, 16#2000#, 16#2000#, 16#2000#, 16#3e00#, 16#0000#, 16#0000#, 16#0000#, 16#3e00#, 16#2000#, 16#2000#, 16#2000#, 16#3c00#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#0000#, 16#0000#, 16#0000#, 16#0e00#, 16#1100#, 16#2100#, 16#2000#, 16#2700#, 16#2100#, 16#2100#, 16#1100#, 16#0e00#, 16#0000#, 16#0000#, 16#0000#, 16#2100#, 16#2100#, 16#2100#, 16#2100#, 16#3f00#, 16#2100#, 16#2100#, 16#2100#, 16#2100#, 16#0000#, 16#0000#, 16#0000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#0000#, 16#0000#, 16#0000#, 16#0800#, 16#0800#, 16#0800#, 16#0800#, 16#0800#, 16#0800#, 16#4800#, 16#4800#, 16#3000#, 16#0000#, 16#0000#, 16#0000#, 16#2200#, 16#2400#, 16#2800#, 16#2800#, 16#3800#, 16#2800#, 16#2400#, 16#2400#, 16#2200#, 16#0000#, 16#0000#, 16#0000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#3e00#, 16#0000#, 16#0000#, 16#0000#, 16#2080#, 16#3180#, 16#3180#, 16#3180#, 16#2a80#, 16#2a80#, 16#2a80#, 16#2a80#, 16#2480#, 16#0000#, 16#0000#, 16#0000#, 16#2100#, 16#3100#, 16#3100#, 16#2900#, 16#2900#, 16#2500#, 16#2300#, 16#2300#, 16#2100#, 16#0000#, 16#0000#, 16#0000#, 16#0c00#, 16#1200#, 16#2100#, 16#2100#, 16#2100#, 16#2100#, 16#2100#, 16#1200#, 16#0c00#, 16#0000#, 16#0000#, 16#0000#, 16#3c00#, 16#2200#, 16#2200#, 16#2200#, 16#3c00#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#0000#, 16#0000#, 16#0000#, 16#0c00#, 16#1200#, 16#2100#, 16#2100#, 16#2100#, 16#2100#, 16#2100#, 16#1600#, 16#0d00#, 16#0100#, 16#0000#, 16#0000#, 16#3e00#, 16#2100#, 16#2100#, 16#2100#, 16#3e00#, 16#2400#, 16#2200#, 16#2100#, 16#2080#, 16#0000#, 16#0000#, 16#0000#, 16#1c00#, 16#2200#, 16#2200#, 16#2000#, 16#1c00#, 16#0200#, 16#2200#, 16#2200#, 16#1c00#, 16#0000#, 16#0000#, 16#0000#, 16#3e00#, 16#0800#, 16#0800#, 16#0800#, 16#0800#, 16#0800#, 16#0800#, 16#0800#, 16#0800#, 16#0000#, 16#0000#, 16#0000#, 16#2100#, 16#2100#, 16#2100#, 16#2100#, 16#2100#, 16#2100#, 16#2100#, 16#1200#, 16#0c00#, 16#0000#, 16#0000#, 16#0000#, 16#4100#, 16#4100#, 16#2200#, 16#2200#, 16#2200#, 16#1400#, 16#1400#, 16#1400#, 16#0800#, 16#0000#, 16#0000#, 16#0000#, 16#4440#, 16#4a40#, 16#2a40#, 16#2a80#, 16#2a80#, 16#2a80#, 16#2a80#, 16#2a80#, 16#1100#, 16#0000#, 16#0000#, 16#0000#, 16#4100#, 16#2200#, 16#1400#, 16#1400#, 16#0800#, 16#1400#, 16#1400#, 16#2200#, 16#4100#, 16#0000#, 16#0000#, 16#0000#, 16#4100#, 16#2200#, 16#2200#, 16#1400#, 16#0800#, 16#0800#, 16#0800#, 16#0800#, 16#0800#, 16#0000#, 16#0000#, 16#0000#, 16#7e00#, 16#0200#, 16#0400#, 16#0800#, 16#1000#, 16#1000#, 16#2000#, 16#4000#, 16#7e00#, 16#0000#, 16#0000#, 16#0000#, 16#3000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#0000#, 16#4000#, 16#4000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#1000#, 16#1000#, 16#0000#, 16#0000#, 16#0000#, 16#6000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#0000#, 16#1000#, 16#2800#, 16#2800#, 16#2800#, 16#4400#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#7e00#, 16#4000#, 16#2000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#3800#, 16#4400#, 16#0400#, 16#3c00#, 16#4400#, 16#4400#, 16#3c00#, 16#0000#, 16#0000#, 16#0000#, 16#4000#, 16#4000#, 16#5800#, 16#6400#, 16#4400#, 16#4400#, 16#4400#, 16#6400#, 16#5800#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#3000#, 16#4800#, 16#4000#, 16#4000#, 16#4000#, 16#4800#, 16#3000#, 16#0000#, 16#0000#, 16#0000#, 16#0400#, 16#0400#, 16#3400#, 16#4c00#, 16#4400#, 16#4400#, 16#4400#, 16#4c00#, 16#3400#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#3800#, 16#4400#, 16#4400#, 16#7c00#, 16#4000#, 16#4400#, 16#3800#, 16#0000#, 16#0000#, 16#0000#, 16#6000#, 16#4000#, 16#e000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#3400#, 16#4c00#, 16#4400#, 16#4400#, 16#4400#, 16#4c00#, 16#3400#, 16#0400#, 16#4400#, 16#0000#, 16#4000#, 16#4000#, 16#5800#, 16#6400#, 16#4400#, 16#4400#, 16#4400#, 16#4400#, 16#4400#, 16#0000#, 16#0000#, 16#0000#, 16#4000#, 16#0000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#0000#, 16#0000#, 16#0000#, 16#4000#, 16#0000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#0000#, 16#4000#, 16#4000#, 16#4800#, 16#5000#, 16#6000#, 16#5000#, 16#5000#, 16#4800#, 16#4800#, 16#0000#, 16#0000#, 16#0000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#5200#, 16#6d00#, 16#4900#, 16#4900#, 16#4900#, 16#4900#, 16#4900#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#5800#, 16#6400#, 16#4400#, 16#4400#, 16#4400#, 16#4400#, 16#4400#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#3800#, 16#4400#, 16#4400#, 16#4400#, 16#4400#, 16#4400#, 16#3800#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#5800#, 16#6400#, 16#4400#, 16#4400#, 16#4400#, 16#6400#, 16#5800#, 16#4000#, 16#4000#, 16#0000#, 16#0000#, 16#0000#, 16#3400#, 16#4c00#, 16#4400#, 16#4400#, 16#4400#, 16#4c00#, 16#3400#, 16#0400#, 16#0400#, 16#0000#, 16#0000#, 16#0000#, 16#5000#, 16#6000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#3000#, 16#4800#, 16#4000#, 16#3000#, 16#0800#, 16#4800#, 16#3000#, 16#0000#, 16#0000#, 16#0000#, 16#4000#, 16#4000#, 16#e000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#4000#, 16#6000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#4400#, 16#4400#, 16#4400#, 16#4400#, 16#4400#, 16#4c00#, 16#3400#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#4400#, 16#4400#, 16#2800#, 16#2800#, 16#2800#, 16#2800#, 16#1000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#4900#, 16#4900#, 16#5500#, 16#5500#, 16#5500#, 16#5500#, 16#2200#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#4400#, 16#2800#, 16#2800#, 16#1000#, 16#2800#, 16#2800#, 16#4400#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#4400#, 16#4400#, 16#2800#, 16#2800#, 16#2800#, 16#1000#, 16#1000#, 16#1000#, 16#1000#, 16#0000#, 16#0000#, 16#0000#, 16#7800#, 16#0800#, 16#1000#, 16#2000#, 16#2000#, 16#4000#, 16#7800#, 16#0000#, 16#0000#, 16#0000#, 16#1000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#4000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#0000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#0000#, 16#4000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#1000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#2000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#7400#, 16#5800#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#0000#, 16#7000#, 16#5000#, 16#5000#, 16#5000#, 16#5000#, 16#5000#, 16#5000#, 16#7000#, 16#0000#, 16#0000#); BMP_Font8x8 : constant array (0 .. 767) of Byte := (16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#40#, 16#40#, 16#40#, 16#40#, 16#40#, 16#40#, 16#00#, 16#40#, 16#a0#, 16#a0#, 16#a0#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#24#, 16#24#, 16#fe#, 16#48#, 16#fc#, 16#48#, 16#48#, 16#38#, 16#54#, 16#50#, 16#38#, 16#14#, 16#14#, 16#54#, 16#38#, 16#44#, 16#a8#, 16#a8#, 16#50#, 16#14#, 16#1a#, 16#2a#, 16#24#, 16#10#, 16#28#, 16#28#, 16#10#, 16#74#, 16#4c#, 16#4c#, 16#30#, 16#10#, 16#10#, 16#10#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#08#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#08#, 16#10#, 16#08#, 16#08#, 16#08#, 16#08#, 16#08#, 16#08#, 16#10#, 16#00#, 16#00#, 16#24#, 16#18#, 16#3c#, 16#18#, 16#24#, 16#00#, 16#00#, 16#00#, 16#10#, 16#10#, 16#7c#, 16#10#, 16#10#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#08#, 16#08#, 16#10#, 16#00#, 16#00#, 16#00#, 16#00#, 16#3c#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#18#, 16#18#, 16#08#, 16#08#, 16#08#, 16#10#, 16#10#, 16#20#, 16#20#, 16#20#, 16#18#, 16#24#, 16#24#, 16#24#, 16#24#, 16#24#, 16#24#, 16#18#, 16#08#, 16#18#, 16#28#, 16#08#, 16#08#, 16#08#, 16#08#, 16#08#, 16#38#, 16#44#, 16#00#, 16#04#, 16#08#, 16#10#, 16#20#, 16#7c#, 16#18#, 16#24#, 16#04#, 16#18#, 16#04#, 16#04#, 16#24#, 16#18#, 16#04#, 16#0c#, 16#14#, 16#24#, 16#44#, 16#7e#, 16#04#, 16#04#, 16#3c#, 16#20#, 16#20#, 16#38#, 16#04#, 16#04#, 16#24#, 16#18#, 16#18#, 16#24#, 16#20#, 16#38#, 16#24#, 16#24#, 16#24#, 16#18#, 16#3c#, 16#04#, 16#08#, 16#08#, 16#08#, 16#10#, 16#10#, 16#10#, 16#18#, 16#24#, 16#24#, 16#18#, 16#24#, 16#24#, 16#24#, 16#18#, 16#18#, 16#24#, 16#24#, 16#24#, 16#1c#, 16#04#, 16#24#, 16#18#, 16#00#, 16#00#, 16#10#, 16#00#, 16#00#, 16#10#, 16#00#, 16#00#, 16#00#, 16#00#, 16#08#, 16#00#, 16#00#, 16#08#, 16#10#, 16#00#, 16#00#, 16#00#, 16#04#, 16#18#, 16#20#, 16#18#, 16#04#, 16#00#, 16#00#, 16#00#, 16#00#, 16#3c#, 16#00#, 16#3c#, 16#00#, 16#00#, 16#00#, 16#00#, 16#20#, 16#18#, 16#04#, 16#18#, 16#20#, 16#00#, 16#18#, 16#24#, 16#04#, 16#08#, 16#10#, 16#10#, 16#00#, 16#10#, 16#3c#, 16#42#, 16#99#, 16#a5#, 16#a5#, 16#9d#, 16#42#, 16#38#, 16#38#, 16#44#, 16#44#, 16#44#, 16#7c#, 16#44#, 16#44#, 16#44#, 16#78#, 16#44#, 16#44#, 16#78#, 16#44#, 16#44#, 16#44#, 16#78#, 16#1c#, 16#22#, 16#42#, 16#40#, 16#40#, 16#42#, 16#22#, 16#1c#, 16#70#, 16#48#, 16#44#, 16#44#, 16#44#, 16#44#, 16#48#, 16#70#, 16#7c#, 16#40#, 16#40#, 16#7c#, 16#40#, 16#40#, 16#40#, 16#7c#, 16#3c#, 16#20#, 16#20#, 16#38#, 16#20#, 16#20#, 16#20#, 16#20#, 16#1c#, 16#22#, 16#42#, 16#40#, 16#4e#, 16#42#, 16#22#, 16#1c#, 16#44#, 16#44#, 16#44#, 16#7c#, 16#44#, 16#44#, 16#44#, 16#44#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#04#, 16#04#, 16#04#, 16#04#, 16#04#, 16#24#, 16#24#, 16#18#, 16#44#, 16#48#, 16#50#, 16#70#, 16#50#, 16#48#, 16#48#, 16#44#, 16#20#, 16#20#, 16#20#, 16#20#, 16#20#, 16#20#, 16#20#, 16#3c#, 16#82#, 16#c6#, 16#c6#, 16#aa#, 16#aa#, 16#aa#, 16#aa#, 16#92#, 16#42#, 16#62#, 16#52#, 16#52#, 16#4a#, 16#4a#, 16#46#, 16#42#, 16#18#, 16#24#, 16#42#, 16#42#, 16#42#, 16#42#, 16#24#, 16#18#, 16#78#, 16#44#, 16#44#, 16#44#, 16#78#, 16#40#, 16#40#, 16#40#, 16#18#, 16#24#, 16#42#, 16#42#, 16#42#, 16#42#, 16#2c#, 16#1a#, 16#78#, 16#44#, 16#44#, 16#78#, 16#50#, 16#48#, 16#44#, 16#42#, 16#38#, 16#44#, 16#40#, 16#38#, 16#04#, 16#44#, 16#44#, 16#38#, 16#7c#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#42#, 16#42#, 16#42#, 16#42#, 16#42#, 16#42#, 16#24#, 16#18#, 16#44#, 16#44#, 16#28#, 16#28#, 16#28#, 16#28#, 16#28#, 16#10#, 16#92#, 16#aa#, 16#aa#, 16#aa#, 16#aa#, 16#aa#, 16#aa#, 16#44#, 16#42#, 16#24#, 16#24#, 16#18#, 16#18#, 16#24#, 16#24#, 16#42#, 16#44#, 16#28#, 16#28#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#7c#, 16#04#, 16#08#, 16#10#, 16#10#, 16#20#, 16#40#, 16#7c#, 16#1c#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#1c#, 16#10#, 16#10#, 16#08#, 16#08#, 16#08#, 16#08#, 16#04#, 16#04#, 16#1c#, 16#04#, 16#04#, 16#04#, 16#04#, 16#04#, 16#04#, 16#1c#, 16#10#, 16#28#, 16#44#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#20#, 16#10#, 16#10#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#18#, 16#04#, 16#1c#, 16#24#, 16#24#, 16#1c#, 16#20#, 16#20#, 16#28#, 16#34#, 16#24#, 16#24#, 16#34#, 16#28#, 16#00#, 16#00#, 16#18#, 16#24#, 16#20#, 16#20#, 16#24#, 16#18#, 16#04#, 16#04#, 16#14#, 16#2c#, 16#24#, 16#24#, 16#2c#, 16#14#, 16#00#, 16#00#, 16#18#, 16#24#, 16#3c#, 16#20#, 16#24#, 16#18#, 16#00#, 16#18#, 16#10#, 16#10#, 16#18#, 16#10#, 16#10#, 16#10#, 16#00#, 16#18#, 16#24#, 16#24#, 16#18#, 16#04#, 16#24#, 16#18#, 16#20#, 16#20#, 16#28#, 16#34#, 16#24#, 16#24#, 16#24#, 16#24#, 16#10#, 16#00#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#08#, 16#00#, 16#08#, 16#08#, 16#08#, 16#08#, 16#28#, 16#10#, 16#20#, 16#20#, 16#24#, 16#28#, 16#30#, 16#28#, 16#24#, 16#24#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#00#, 16#00#, 16#a6#, 16#da#, 16#92#, 16#92#, 16#92#, 16#92#, 16#00#, 16#00#, 16#28#, 16#34#, 16#24#, 16#24#, 16#24#, 16#24#, 16#00#, 16#00#, 16#18#, 16#24#, 16#24#, 16#24#, 16#24#, 16#18#, 16#00#, 16#28#, 16#34#, 16#24#, 16#38#, 16#20#, 16#20#, 16#20#, 16#00#, 16#14#, 16#2c#, 16#24#, 16#1c#, 16#04#, 16#04#, 16#04#, 16#00#, 16#00#, 16#2c#, 16#30#, 16#20#, 16#20#, 16#20#, 16#20#, 16#00#, 16#00#, 16#18#, 16#24#, 16#10#, 16#08#, 16#24#, 16#18#, 16#00#, 16#10#, 16#38#, 16#10#, 16#10#, 16#10#, 16#10#, 16#18#, 16#00#, 16#00#, 16#24#, 16#24#, 16#24#, 16#24#, 16#2c#, 16#14#, 16#00#, 16#00#, 16#44#, 16#44#, 16#28#, 16#28#, 16#28#, 16#10#, 16#00#, 16#00#, 16#92#, 16#aa#, 16#aa#, 16#aa#, 16#aa#, 16#44#, 16#00#, 16#00#, 16#44#, 16#28#, 16#10#, 16#10#, 16#28#, 16#44#, 16#00#, 16#28#, 16#28#, 16#28#, 16#10#, 16#10#, 16#10#, 16#10#, 16#00#, 16#00#, 16#3c#, 16#04#, 16#08#, 16#10#, 16#20#, 16#3c#, 16#00#, 16#08#, 16#10#, 16#10#, 16#20#, 16#10#, 16#10#, 16#08#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#10#, 16#00#, 16#10#, 16#08#, 16#08#, 16#04#, 16#08#, 16#08#, 16#10#, 16#00#, 16#00#, 16#00#, 16#60#, 16#92#, 16#0c#, 16#00#, 16#00#, 16#ff#, 16#ff#, 16#ff#, 16#ff#, 16#ff#, 16#ff#, 16#ff#, 16#ff#); ------------------- -- Draw_Char_8x8 -- ------------------- procedure Draw_Char_8x8 (X, Y : Integer; Char : Character; FG, BG : Color) is Char_Index : constant Natural := (Character'Pos (Char) - 32) * 8; begin -- Character outside screen if X > Width'Last - 8 or else Y > Height'Last - 8 or else X < 0 or else Y < 0 then return; end if; for H in 0 .. 7 loop for W in 0 .. 7 loop if (BMP_Font8x8 (Char_Index + H) and (2**(8 - W))) /= 0 then Set_Pixel ((X + W, Y + H), FG); else if (BG and 2**7) /= 0 then Set_Pixel ((X + W, Y + H), BG); end if; end if; end loop; end loop; end Draw_Char_8x8; procedure Draw_Char_8x8 (X, Y : Integer; Char : Character; FG : Color) is Char_Index : constant Natural := (Character'Pos (Char) - 32) * 8; begin -- Character outside screen if X > Width'Last - 8 or else Y > Height'Last - 8 or else X < 0 or else Y < 0 then return; end if; for H in 0 .. 7 loop for W in 0 .. 7 loop if (BMP_Font8x8 (Char_Index + H) and (2**(8 - W))) /= 0 then Set_Pixel ((X + W, Y + H), FG); end if; end loop; end loop; end Draw_Char_8x8; --------------------- -- Draw_Char_12x12 -- --------------------- procedure Draw_Char_12x12 (X, Y : Integer; Char : Character; FG, BG : Color) is Char_Index : constant Natural := (Character'Pos (Char) - 32) * 12; begin -- Character outside screen if X > Width'Last - 12 or else Y > Height'Last - 12 or else X < 0 or else Y < 0 then return; end if; for H in 0 .. 11 loop for W in 0 .. 11 loop if (BMP_Font12x12 (Char_Index + H) and (2**(16 - W))) /= 0 then Set_Pixel ((X + W, Y + H), FG); else if (BG and 2**7) /= 0 then Set_Pixel ((X + W, Y + H), BG); end if; end if; end loop; end loop; end Draw_Char_12x12; procedure Draw_Char_12x12 (X, Y : Integer; Char : Character; FG : Color) is Char_Index : constant Natural := (Character'Pos (Char) - 32) * 12; begin -- Character outside screen if X > Width'Last - 12 or else Y > Height'Last - 12 or else X < 0 or else Y < 0 then return; end if; for H in 0 .. 11 loop for W in 0 .. 11 loop if (BMP_Font12x12 (Char_Index + H) and (2**(16 - W))) /= 0 then Set_Pixel ((X + W, Y + H), FG); end if; end loop; end loop; end Draw_Char_12x12; --------------------- -- Draw_Char_16x24 -- --------------------- procedure Draw_Char_16x24 (X, Y : Integer; Char : Character; FG, BG : Color) is Char_Index : constant Natural := (Character'Pos (Char) - 32) * 24; begin -- Character outside screen if X > Width'Last - 16 or else Y > Height'Last - 24 then return; end if; for H in 0 .. 23 loop for W in 0 .. 15 loop if (BMP_Font16x24 (Char_Index + H) and (2**W)) /= 0 then Set_Pixel ((X + W, Y + H), FG); else if (BG and 2**7) /= 0 then Set_Pixel ((X + W, Y + H), BG); end if; end if; end loop; end loop; end Draw_Char_16x24; procedure Draw_Char_16x24 (X, Y : Integer; Char : Character; FG : Color) is Char_Index : constant Natural := (Character'Pos (Char) - 32) * 24; begin -- Character outside screen if X > Width'Last - 16 or else Y > Height'Last - 24 or else X < 0 or else Y < 0 then return; end if; for H in 0 .. 23 loop for W in 0 .. 15 loop if (BMP_Font16x24 (Char_Index + H) and (2**W)) /= 0 then Set_Pixel ((X + W, Y + H), FG); end if; end loop; end loop; end Draw_Char_16x24; --------------- -- Draw_Char -- --------------- procedure Draw_Char (X, Y : Integer; Char : Character; Font : BMP_Font; FG, BG : Color) is begin case Font is when Font8x8 => Draw_Char_8x8 (X, Y, Char, FG, BG); when Font12x12 => Draw_Char_12x12 (X, Y, Char, FG, BG); when Font16x24 => Draw_Char_16x24 (X, Y, Char, FG, BG); end case; end Draw_Char; procedure Draw_Char (X, Y : Integer; Char : Character; Font : BMP_Font; FG : Color) is begin case Font is when Font8x8 => Draw_Char_8x8 (X, Y, Char, FG); when Font12x12 => Draw_Char_12x12 (X, Y, Char, FG); when Font16x24 => Draw_Char_16x24 (X, Y, Char, FG); end case; end Draw_Char; ----------------- -- Draw_String -- ----------------- procedure Draw_String (X, Y : Integer; Str : String; Font : BMP_Font; FG, BG : Color; Wrap : Boolean := False) is -- Count : Natural := 0; C_X : Integer := X; C_Y : Integer := Y; begin for C of Str loop -- Character outside screen -- Draw_Char ((P.X + Count * Char_Size (Font).X, P.Y), C, Font, FG, BG); Draw_Char (C_X, C_Y, C, Font, FG, BG); if C_X + Char_Size (Font).X > Width'Last then if Wrap then C_Y := C_Y + Char_Size (Font).Y; C_X := 0; else exit; end if; else C_X := C_X + Char_Size (Font).X; --exit; end if; --Count := Count + 1; end loop; end Draw_String; procedure Draw_String (X, Y : Integer; Str : String; Font : BMP_Font; FG : Color; Wrap : Boolean := False) is -- Count : Natural := 0; C_X : Integer := X; C_Y : Integer := Y; begin for C of Str loop -- Character outside screen -- Draw_Char ((P.X + Count * Char_Size (Font).X, P.Y), C, Font, FG, BG); Draw_Char (C_X, C_Y, C, Font, FG); if C_X + Char_Size (Font).X > Width'Last then if Wrap then C_Y := C_Y + Char_Size (Font).Y; C_X := 0; else exit; end if; else C_X := C_X + Char_Size (Font).X; --exit; end if; --Count := Count + 1; end loop; end Draw_String; --------------- -- Char_Size -- --------------- function Char_Size (Font : BMP_Font) return Point is begin case Font is when Font8x8 => return (8, 8); when Font12x12 => return (12, 12); when Font16x24 => return (16, 24); end case; end Char_Size; function String_Size (Font : BMP_Font; Text : String) return Point is begin case Font is when Font8x8 => return (8 * Text'Length, 8); when Font12x12 => return (12 * Text'Length, 12); when Font16x24 => return (16 * Text'Length, 24); end case; end String_Size; end Fonts;
67.002639
124
0.539163
0452cf0bad1d229b1f0e19bb1d0c91e2d6945f4e
2,077
ads
Ada
source/types/adam-access_definition.ads
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
3
2017-04-29T14:25:22.000Z
2017-09-29T10:15:28.000Z
source/types/adam-access_definition.ads
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
source/types/adam-access_definition.ads
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
with AdaM.Entity, AdaM.a_Type, Ada.Streams; package AdaM.access_Definition is type Item is new Entity.item with private; type View is access all Item'Class; -- Forge -- function new_Definition return access_Definition.view; procedure destruct (Self : in out Item); procedure free (Self : in out access_Definition.view); -- Attributes -- overriding function Id (Self : access Item) return AdaM.Id; overriding function Name (Self : in Item) return Identifier; overriding function to_Source (Self : in Item) return text_Vectors.Vector; function has_not_Null (Self : in Item) return Boolean; procedure has_not_Null (Self : in out Item; Now : in Boolean := True); function main_Type (Self : access Item) return access AdaM.a_Type.view; function main_Type (Self : in Item) return AdaM.a_Type.view; procedure main_Type_is (Self : in out Item; Now : in AdaM.a_Type.view); function First (Self : in Item) return String; procedure First_is (Self : in out Item; Now : in String); function Last (Self : in Item) return String; procedure Last_is (Self : in out Item; Now : in String); function is_Constrained (Self : in Item) return Boolean; procedure is_Constrained (Self : in out Item; Now : in Boolean := True); private type Item is new Entity.item with record has_not_Null : Boolean := False; main_Type : aliased AdaM.a_Type.view; is_Constrained : Boolean; First : Text; Last : Text; end record; -- Streams -- procedure View_write (Stream : not null access Ada.Streams.Root_Stream_Type'Class; Self : in View); procedure View_read (Stream : not null access Ada.Streams.Root_Stream_Type'Class; Self : out View); for View'write use View_write; for View'read use View_read; end AdaM.access_Definition;
24.72619
85
0.622532
41654af722356b5ae2966eae5daa4dc5f0394f60
5,323
ads
Ada
src/are-installer-merges.ads
stcarrez/resource-embedder
b1134306db459f87506703ba0a266c0b5e0045b9
[ "Apache-2.0" ]
7
2021-06-04T16:58:59.000Z
2021-06-14T08:51:11.000Z
src/are-installer-merges.ads
stcarrez/resource-embedder
b1134306db459f87506703ba0a266c0b5e0045b9
[ "Apache-2.0" ]
2
2021-07-20T15:25:33.000Z
2021-08-20T18:39:58.000Z
src/are-installer-merges.ads
stcarrez/resource-embedder
b1134306db459f87506703ba0a266c0b5e0045b9
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- are-installer-merges -- Web file merge -- Copyright (C) 2020, 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. ----------------------------------------------------------------------- with EL.Variables.Default; with EL.Contexts.Default; with Util.Strings.Maps; with Util.Beans.Objects.Maps; -- == Install mode: webmerge == -- The `webmerge` distribution rule is intended to merge Javascript or CSS files -- which are used by XHTML presentation files. It requires some help from the -- developer to describe what files must be merged. The XHTML file must contain -- well defined XML comments which are used to identify the merging areas. -- The CSS file merge start section begins with: -- -- <!-- ARE-MERGE-START link=#{contextPath}/css/target-merge-1.css --> -- -- and the Javascript merge start begings with: -- -- <!-- ARE-MERGE-START script=#{contextPath}/js/target-merge-1.js --> -- -- The merge section is terminated by the following XML comment: -- -- <!-- ARE-MERGE-END --> -- -- Everything withing these XML comments is then replaced either by a `link` -- HTML tag or by a `script` HTML tag and a file described either by the -- `link=` or `script=` markers is generated to include every `link` or `script` -- that was defined within the XML comment markers. For example, with the following -- XHTML extract: -- -- <!-- ARE-MERGE-START link=#{contextPath}/css/merged.css --> -- <link media="screen" type="text/css" rel="stylesheet" -- href="#{contextPath}/css/awa.css"/> -- <link media="screen" type="text/css" rel="stylesheet" -- href="#{jquery.uiCssPath}"/> -- <link media="screen" type="text/css" rel="stylesheet" -- href="#{jquery.chosenCssPath}"/> -- <!-- ARE-MERGE-END --> -- -- The generated file `css/merged.css` will include `awa.css`, `jquery-ui-1.12.1.css`, -- `chosen.css` and the XHTML will be replaced to include `css/merge.css` only -- by using the following XHTML: -- -- <link media='screen' type='text/css' rel='stylesheet' -- href='#{contextPath}/css/merged.css'/> -- -- To use the `webmerge`, the `package.xml` description file should contain -- the following command: -- -- <install mode='webmerge' dir='web' source-timestamp='true'> -- <property name="contextPath"></property> -- <property name="jquery.path">/js/jquery-3.4.1.js</property> -- <property name="jquery.uiCssPath">/css/redmond/jquery-ui-1.12.1.css</property> -- <property name="jquery.chosenCssPath">/css/jquery-chosen-1.8.7/chosen.css</property> -- <property name="jquery.uiPath">/js/jquery-ui-1.12.1</property> -- <fileset dir="web"> -- <include name="WEB-INF/layouts/*.xhtml"/> -- </fileset> -- </install> -- -- The merging areas are identified by the default tags `ARE-MERGE-START` and `ARE-MERGE-END`. -- These tags can be changed by specifying the expected value in the `merge-start` and `merge-end` -- attributes in the `install` XML element. For example, with -- -- <install mode='webmerge' dir='web' source-timestamp='true' -- merge-start='RESOURCE-MERGE-START' -- merge-end='RESOURCE-MERGE-END'> -- -- </install> -- -- the markers becomes: -- -- <!-- RESOURCE-MERGE-START link=#{contextPath}/css/target-merge-1.css --> -- <!-- RESOURCE-MERGE-END --> -- private package Are.Installer.Merges is DEFAULT_MERGE_START : constant String := "ARE-MERGE-START"; DEFAULT_MERGE_END : constant String := "ARE-MERGE-END"; -- Create a distribution rule to copy a set of files or directories. function Create_Rule (Node : in DOM.Core.Node) return Distrib_Rule_Access; -- ------------------------------ -- Distribution artifact -- ------------------------------ type Merge_Rule is new Distrib_Rule with private; type Merge_Rule_Access is access all Merge_Rule; -- Get a name to qualify the installation rule (used for logs). overriding function Get_Install_Name (Rule : in Merge_Rule) return String; overriding procedure Install (Rule : in Merge_Rule; Path : in String; Files : in File_Vector; Context : in out Context_Type'Class); private type Merge_Rule is new Distrib_Rule with record Params : Util.Beans.Objects.Maps.Map_Bean; Context : EL.Contexts.Default.Default_Context; Variables : aliased EL.Variables.Default.Default_Variable_Mapper; Replace : Util.Strings.Maps.Map; Start_Mark : UString; End_Mark : UString; end record; end Are.Installer.Merges;
41.913386
99
0.64024
1e5bd8fd90f13e84c282c8e75368d3aa1609439b
20,720
adb
Ada
source/xml/sax/xml-sax-simple_readers.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/xml/sax/xml-sax-simple_readers.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/xml/sax/xml-sax-simple_readers.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- XML Processor -- -- -- -- Runtime Library Component -- -- -- ------------------------------------------------------------------------------ -- -- -- Copyright © 2010-2014, 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$ ------------------------------------------------------------------------------ with League.Strings.Internals; with Matreshka.Internals.URI_Utilities; with XML.SAX.Constants; with XML.SAX.Simple_Readers.Callbacks; with XML.SAX.Simple_Readers.Parser; with XML.SAX.Simple_Readers.Scanner; package body XML.SAX.Simple_Readers is use Matreshka.Internals.Strings; use XML.SAX.Readers; use type League.Strings.Universal_String; procedure Reset (Self : in out Simple_Reader); -- Resets reader to start to read data from new input source. -------------- -- Base_URI -- -------------- overriding function Base_URI (Self : not null access constant Simple_Shared_Locator) return League.IRIs.IRI is begin return Matreshka.Internals.XML.Base_Scopes.Base_URI (Self.Reader.Bases); end Base_URI; ----------- -- Clear -- ----------- procedure Clear (Item : in out YYSType) is begin if Item.String /= null then Matreshka.Internals.Strings.Dereference (Item.String); Item.String := null; end if; Item.Is_Whitespace := False; Item.Symbol := Matreshka.Internals.XML.No_Symbol; end Clear; ------------ -- Column -- ------------ overriding function Column (Self : not null access constant Simple_Shared_Locator) return Natural is begin return Self.Reader.Scanner_State.YY_Current_Column; end Column; --------------------- -- Content_Handler -- --------------------- overriding function Content_Handler (Self : Simple_Reader) return XML.SAX.Readers.SAX_Content_Handler_Access is begin if Self.Content_Handler = Default_Handler'Access then return null; else return Self.Content_Handler; end if; end Content_Handler; ------------------------- -- Declaration_Handler -- ------------------------- overriding function Declaration_Handler (Self : Simple_Reader) return XML.SAX.Readers.SAX_Declaration_Handler_Access is begin if Self.Declaration_Handler = Default_Handler'Access then return null; else return Self.Declaration_Handler; end if; end Declaration_Handler; ----------------- -- DTD_Handler -- ----------------- overriding function DTD_Handler (Self : Simple_Reader) return XML.SAX.Readers.SAX_DTD_Handler_Access is begin if Self.DTD_Handler = Default_Handler'Access then return null; else return Self.DTD_Handler; end if; end DTD_Handler; -------------- -- Encoding -- -------------- overriding function Encoding (Self : not null access constant Simple_Shared_Locator) return League.Strings.Universal_String is pragma Unreferenced (Self); begin return League.Strings.Empty_Universal_String; end Encoding; --------------------- -- Entity_Resolver -- --------------------- overriding function Entity_Resolver (Self : Simple_Reader) return XML.SAX.Readers.SAX_Entity_Resolver_Access is begin return Self.Entity_Resolver; end Entity_Resolver; ------------------- -- Error_Handler -- ------------------- overriding function Error_Handler (Self : Simple_Reader) return XML.SAX.Readers.SAX_Error_Handler_Access is begin if Self.Error_Handler = Default_Handler'Access then return null; else return Self.Error_Handler; end if; end Error_Handler; ------------- -- Feature -- ------------- overriding function Feature (Self : Simple_Reader; Name : League.Strings.Universal_String) return Boolean is begin if Name = XML.SAX.Constants.Namespaces_Feature then return Self.Configuration.Enable_Namespaces; elsif Name = XML.SAX.Constants.Namespace_Prefixes_Feature then return Self.Configuration.Enable_Prefixes; elsif Name = XML.SAX.Constants.Validation_Feature then return Self.Configuration.Enable_Validation; elsif Name = XML.SAX.Constants.Load_External_DTD_Feature then return Self.Configuration.Load_External_DTD; end if; raise Constraint_Error; end Feature; -------------- -- Finalize -- -------------- overriding procedure Finalize (Self : in out Simple_Reader) is Locator : Matreshka.Internals.SAX_Locators.Shared_Locator_Access := Matreshka.Internals.SAX_Locators.Shared_Locator_Access (Self.Locator); begin Self.Locator.Reader := null; Self.Locator := null; Matreshka.Internals.SAX_Locators.Dereference (Locator); Scanner.Finalize (Self); Matreshka.Internals.Strings.Dereference (Self.Character_Buffer); Matreshka.Internals.Strings.Dereference (Self.Character_Data); Matreshka.Internals.XML.Attribute_Tables.Finalize (Self.Attributes); Matreshka.Internals.XML.Base_Scopes.Finalize (Self.Bases); Matreshka.Internals.XML.Element_Tables.Finalize (Self.Elements); Matreshka.Internals.XML.Symbol_Tables.Finalize (Self.Symbols); Matreshka.Internals.XML.Entity_Tables.Finalize (Self.Entities); Matreshka.Internals.XML.Namespace_Scopes.Finalize (Self.Namespace_Scope); Matreshka.Internals.XML.Notation_Tables.Finalize (Self.Notations); Matreshka.Internals.XML.Attributes.Finalize (Self.Attribute_Set); end Finalize; ----------------- -- Has_Feature -- ----------------- overriding function Has_Feature (Self : Simple_Reader; Name : League.Strings.Universal_String) return Boolean is pragma Unreferenced (Self); begin if Name = XML.SAX.Constants.Namespaces_Feature then return True; elsif Name = XML.SAX.Constants.Namespace_Prefixes_Feature then return True; elsif Name = XML.SAX.Constants.Validation_Feature then return True; elsif Name = XML.SAX.Constants.Load_External_DTD_Feature then return True; else return False; end if; end Has_Feature; ---------------- -- Initialize -- ---------------- overriding procedure Initialize (Self : in out Simple_Reader) is begin Matreshka.Internals.XML.Attributes.Initialize (Self.Attribute_Set); Matreshka.Internals.XML.Base_Scopes.Initialize (Self.Bases); Matreshka.Internals.XML.Namespace_Scopes.Initialize (Self.Namespace_Scope); Matreshka.Internals.XML.Entity_Tables.Initialize (Self.Entities); Matreshka.Internals.XML.Symbol_Tables.Initialize (Self.Symbols); XML.SAX.Simple_Readers.Parser.Initialize (Self.Parser_State); Self.Character_Buffer := Matreshka.Internals.Strings.Allocate (2); -- Preallocate internal buffer for character reference handling. One -- Unicode character can be represented in UTF-16 encoding by one or -- or two code units, thus preallocate enough space. Scanner.Initialize (Self); Self.Locator := new Simple_Shared_Locator' (Matreshka.Internals.SAX_Locators.Shared_Abstract_Locator with Reader => Self'Unchecked_Access); end Initialize; --------------------- -- Lexical_Handler -- --------------------- overriding function Lexical_Handler (Self : Simple_Reader) return XML.SAX.Readers.SAX_Lexical_Handler_Access is begin if Self.Lexical_Handler = Default_Handler'Access then return null; else return Self.Lexical_Handler; end if; end Lexical_Handler; ---------- -- Line -- ---------- overriding function Line (Self : not null access constant Simple_Shared_Locator) return Natural is begin return Self.Reader.Scanner_State.YY_Current_Line; end Line; ---------- -- Move -- ---------- procedure Move (To : in out YYSType; From : in out YYSType) is begin To.String := From.String; To.Is_Whitespace := From.Is_Whitespace; To.Symbol := From.Symbol; From.String := null; From.Is_Whitespace := False; From.Symbol := Matreshka.Internals.XML.No_Symbol; end Move; ----------- -- Parse -- ----------- procedure Parse (Self : in out Simple_Reader; Source : not null access XML.SAX.Input_Sources.SAX_Input_Source'Class) is begin Self.Set_Input_Source (Source); Self.Configuration.Incremental := False; Self.Parse; end Parse; ----------- -- Parse -- ----------- not overriding procedure Parse (Self : in out Simple_Reader) is begin if Self.Configuration.Reset then Reset (Self); end if; Parser.YYParse (Self); Ada.Exceptions.Reraise_Occurrence (Self.User_Exception); end Parse; --------------- -- Public_Id -- --------------- overriding function Public_Id (Self : not null access constant Simple_Shared_Locator) return League.Strings.Universal_String is begin return League.Strings.Internals.Create (Matreshka.Internals.XML.Entity_Tables.Public_Id (Self.Reader.Entities, Self.Reader.Scanner_State.Entity)); end Public_Id; ----------- -- Reset -- ----------- procedure Reset (Self : in out Simple_Reader) is use Matreshka.Internals.XML; use Matreshka.Internals.XML.Entity_Tables; Entity : Entity_Identifier; begin -- Reset reader's state to initial. Matreshka.Internals.XML.Attribute_Tables.Reset (Self.Attributes); Matreshka.Internals.XML.Base_Scopes.Reset (Self.Bases); Matreshka.Internals.XML.Element_Tables.Reset (Self.Elements); Matreshka.Internals.XML.Entity_Tables.Reset (Self.Entities); Matreshka.Internals.XML.Namespace_Scopes.Reset (Self.Namespace_Scope); Matreshka.Internals.XML.Symbol_Tables.Reset (Self.Symbols); Matreshka.Internals.XML.Notation_Tables.Reset (Self.Notations); Self.Namespaces.Enabled := Self.Configuration.Enable_Namespaces; Self.Namespaces.Prefixes := Self.Configuration.Enable_Prefixes; Self.Validation.Enabled := Self.Configuration.Enable_Validation; Self.Validation.Load_DTD := Self.Configuration.Load_External_DTD; Self.Validation.Has_DTD := False; if Self.Validation.Enabled then -- This feature is always on when validation is on. Self.Validation.Load_DTD := True; end if; Callbacks.Call_Set_Document_Locator (Self); Self.Version := XML_1_0; New_Document_Entity (Self.Entities, Self.Configuration.Source.Public_Id, Self.Configuration.Source.System_Id, Matreshka.Internals.URI_Utilities.Directory_Name (Self.Configuration.Source.System_Id), Entity); Self.Scanner_State := (Entity => Entity, Source => Self.Configuration.Source, Data => Matreshka.Internals.Strings.Shared_Empty'Access, Incremental => Self.Configuration.Incremental, others => <>); Self.Parser_State.TOS := 0; Self.Parser_State.Look_Ahead := True; Self.Parser_State.Error := False; Scanner.Initialize (Self); -- Initialize base URI. Matreshka.Internals.XML.Base_Scopes.Push_Scope (Self.Bases, League.IRIs.From_Universal_String (Matreshka.Internals.URI_Utilities.Directory_Name (Self.Configuration.Source.System_Id))); Self.Configuration.Reset := False; Self.Configuration.Source := null; Self.In_Document_Content := False; Self.Is_Standalone := False; end Reset; ------------------------- -- Set_Content_Handler -- ------------------------- overriding procedure Set_Content_Handler (Self : in out Simple_Reader; Handler : XML.SAX.Readers.SAX_Content_Handler_Access) is begin if Handler = null then Self.Content_Handler := Default_Handler'Access; else Self.Content_Handler := Handler; end if; end Set_Content_Handler; ----------------------------- -- Set_Declaration_Handler -- ----------------------------- overriding procedure Set_Declaration_Handler (Self : in out Simple_Reader; Handler : XML.SAX.Readers.SAX_Declaration_Handler_Access) is begin if Handler = null then Self.Declaration_Handler := Default_Handler'Access; else Self.Declaration_Handler := Handler; end if; end Set_Declaration_Handler; --------------------- -- Set_DTD_Handler -- --------------------- overriding procedure Set_DTD_Handler (Self : in out Simple_Reader; Handler : XML.SAX.Readers.SAX_DTD_Handler_Access) is begin if Handler = null then Self.DTD_Handler := Default_Handler'Access; else Self.DTD_Handler := Handler; end if; end Set_DTD_Handler; ------------------------- -- Set_Entity_Resolver -- ------------------------- overriding procedure Set_Entity_Resolver (Self : in out Simple_Reader; Resolver : XML.SAX.Readers.SAX_Entity_Resolver_Access) is begin Self.Entity_Resolver := Resolver; end Set_Entity_Resolver; ----------------------- -- Set_Error_Handler -- ----------------------- overriding procedure Set_Error_Handler (Self : in out Simple_Reader; Handler : XML.SAX.Readers.SAX_Error_Handler_Access) is begin if Handler = null then Self.Error_Handler := Default_Handler'Access; else Self.Error_Handler := Handler; end if; end Set_Error_Handler; ----------------- -- Set_Feature -- ----------------- overriding procedure Set_Feature (Self : in out Simple_Reader; Name : League.Strings.Universal_String; Value : Boolean) is begin if Name = XML.SAX.Constants.Namespaces_Feature then Self.Configuration.Enable_Namespaces := Value; elsif Name = XML.SAX.Constants.Namespace_Prefixes_Feature then Self.Configuration.Enable_Prefixes := Value; elsif Name = XML.SAX.Constants.Validation_Feature then Self.Configuration.Enable_Validation := Value; elsif Name = XML.SAX.Constants.Load_External_DTD_Feature then Self.Configuration.Load_External_DTD := Value; end if; end Set_Feature; ---------------------- -- Set_Input_Source -- ---------------------- not overriding procedure Set_Input_Source (Self : in out Simple_Reader; Source : not null access XML.SAX.Input_Sources.SAX_Input_Source'Class) is begin Self.Configuration.Source := Source.all'Unchecked_Access; Self.Configuration.Incremental := True; Self.Configuration.Reset := True; end Set_Input_Source; ------------------------- -- Set_Lexical_Handler -- ------------------------- overriding procedure Set_Lexical_Handler (Self : in out Simple_Reader; Handler : XML.SAX.Readers.SAX_Lexical_Handler_Access) is begin if Handler = null then Self.Lexical_Handler := Default_Handler'Access; else Self.Lexical_Handler := Handler; end if; end Set_Lexical_Handler; ---------------- -- Set_String -- ---------------- procedure Set_String (Item : in out YYSType; String : League.Strings.Universal_String; Is_Whitespace : Boolean) is pragma Assert (Item.String = null); begin Item.String := League.Strings.Internals.Internal (String); Item.Is_Whitespace := Is_Whitespace; Item.Symbol := Matreshka.Internals.XML.No_Symbol; Matreshka.Internals.Strings.Reference (Item.String); end Set_String; ------------------------- -- Set_String_Internal -- ------------------------- procedure Set_String_Internal (Item : in out YYSType; String : Matreshka.Internals.Strings.Shared_String_Access; Is_Whitespace : Boolean) is pragma Assert (Item.String = null); begin Item.String := String; Item.Is_Whitespace := Is_Whitespace; Item.Symbol := Matreshka.Internals.XML.No_Symbol; end Set_String_Internal; ---------------- -- Set_Symbol -- ---------------- procedure Set_Symbol (Item : in out YYSType; Symbol : Matreshka.Internals.XML.Symbol_Identifier) is pragma Assert (Item.String = null); begin Item.String := null; Item.Is_Whitespace := False; Item.Symbol := Symbol; end Set_Symbol; --------------- -- System_Id -- --------------- overriding function System_Id (Self : not null access constant Simple_Shared_Locator) return League.Strings.Universal_String is begin return League.Strings.Internals.Create (Matreshka.Internals.XML.Entity_Tables.System_Id (Self.Reader.Entities, Self.Reader.Scanner_State.Entity)); end System_Id; ------------- -- Version -- ------------- overriding function Version (Self : not null access constant Simple_Shared_Locator) return League.Strings.Universal_String is begin case Self.Reader.Version is when XML_1_0 => return League.Strings.To_Universal_String ("1.0"); when XML_1_1 => return League.Strings.To_Universal_String ("1.1"); end case; end Version; end XML.SAX.Simple_Readers;
31.975309
79
0.590734
226abb9bc2f62cab2cb25fc39ff23c23bfd52fc1
6,990
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ce/ce3905c.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/ce/ce3905c.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ce/ce3905c.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- CE3905C.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 GET FOR ENUMERATION TYPES RAISES DATA_ERROR WHEN THE -- ELEMENT RETRIEVED IS NOT OF THE TYPE EXPECTED OR IS OUT OF THE -- RANGE OF A SUBTYPE. ALSO CHECK THAT CONSTRAINT_ERROR IS RAISED -- IF THE VALUE READ IS OUT OF RANGE OF THE ITEM PARAMETER, BUT -- WITHIN THE RANGE OF THE INSTANTIATED TYPE. -- APPLICABILITY CRITERIA: -- THIS TEST IS APPLICABLE ONLY TO IMPLEMENTATIONS WHICH -- SUPPORT TEXT FILES. -- HISTORY: -- SPS 10/08/82 -- SPS 12/14/82 -- JBG 02/22/84 CHANGED TO .ADA TEST. -- TBN 11/10/86 REVISED TEST TO OUTPUT A NON_APPLICABLE -- RESULT WHEN FILES ARE NOT SUPPORTED. -- DWC 09/16/87 REMOVED DEPENDENCE ON RESET AND CORRECTED -- EXCEPTION HANDLING. WITH REPORT; USE REPORT; WITH TEXT_IO; USE TEXT_IO; PROCEDURE CE3905C IS INCOMPLETE : EXCEPTION; BEGIN TEST ("CE3905C", "CHECK THAT GET FOR ENUMERATION TYPES RAISES " & "DATA_ERROR WHEN THE ELEMENT RETRIEVED IS NOT " & "OF THE TYPE EXPECTED OR IS OUT OF THE RANGE " & "OF A SUBTYPE. ALSO CHECK THAT " & "CONSTRAINT_ERROR IS RAISED IF THE VALUE READ " & "IS OUT OF RANGE OF THE ITEM PARAMETER, BUT " & "WITHIN THE RANGE OF THE INSTANTIATED TYPE"); DECLARE FT : FILE_TYPE; TYPE COLOR IS (RED, BLUE, YELLOW, WHITE, ORANGE, GREEN, PURPLE, BLACK); SUBTYPE P_COLOR IS COLOR RANGE RED .. YELLOW; CRAYON : COLOR := BLACK; PAINT : P_COLOR := BLUE; ST : STRING (1 .. 2); PACKAGE COLOR_IO IS NEW ENUMERATION_IO (COLOR); USE COLOR_IO; BEGIN -- CREATE AND INITIALIZE DATA FILE BEGIN CREATE (FT, OUT_FILE, LEGAL_FILE_NAME); EXCEPTION WHEN USE_ERROR => NOT_APPLICABLE ("USE_ERROR RAISED; TEXT CREATE " & "WITH OUT_FILE MODE"); RAISE INCOMPLETE; WHEN NAME_ERROR => NOT_APPLICABLE ("NAME_ERROR RAISED; TEXT CREATE " & "WITH OUT_FILE MODE"); RAISE INCOMPLETE; END; PUT (FT, "BROWN"); NEW_LINE (FT); PUT (FT, "ORANGE"); NEW_LINE (FT); PUT (FT, "GREEN"); NEW_LINE (FT); PUT (FT, "WHITE"); NEW_LINE (FT); PUT (FT, "WHI"); NEW_LINE (FT); PUT (FT, "TE"); NEW_LINE (FT); PUT (FT, "RED"); CLOSE (FT); BEGIN OPEN (FT, IN_FILE, LEGAL_FILE_NAME); EXCEPTION WHEN USE_ERROR => NOT_APPLICABLE ("USE_ERROR RAISED; OPEN WITH " & "IN_FILE MODE"); RAISE INCOMPLETE; END; -- START TEST BEGIN GET (FT, CRAYON); -- BROWN FAILED ("DATA_ERROR NOT RAISED - 1"); EXCEPTION WHEN DATA_ERROR => IF CRAYON /= BLACK THEN FAILED ("ITEM CRAYON AFFECTED - 1"); END IF; WHEN OTHERS => FAILED ("WRONG EXCEPTION RAISED - 1"); END; BEGIN GET (FT, PAINT); -- ORANGE FAILED ("CONSTRAINT_ERROR NOT RAISED"); EXCEPTION WHEN CONSTRAINT_ERROR => IF PAINT /= BLUE THEN FAILED ("ITEM PAINT AFFECTED - 2"); END IF; WHEN DATA_ERROR => FAILED ("DATA_ERROR RAISED FOR ITEM SUBTYPE"); WHEN OTHERS => FAILED ("WRONG EXCEPTION RAISED - 2"); END; DECLARE PACKAGE P_COLOR_IO IS NEW ENUMERATION_IO (P_COLOR); USE P_COLOR_IO; BEGIN BEGIN P_COLOR_IO.GET (FT, PAINT); -- GREEN FAILED ("DATA_ERROR NOT RAISED - 3"); EXCEPTION WHEN DATA_ERROR => IF PAINT /= BLUE THEN FAILED ("ITEM PAINT AFFECTED - 3"); END IF; WHEN OTHERS => FAILED ("WRONG EXCEPTION RAISED - 3"); END; BEGIN P_COLOR_IO.GET (FT, PAINT); -- WHITE FAILED ("DATA_ERROR NOT RAISED - 3A"); EXCEPTION WHEN DATA_ERROR => NULL; WHEN OTHERS => FAILED ("WRONG EXCEPTION RAISED - 3A"); END; END; BEGIN GET (FT, CRAYON); -- WHI FAILED ("DATA_ERROR NOT RAISED - 4"); EXCEPTION WHEN DATA_ERROR => NULL; WHEN OTHERS => FAILED ("WRONG EXCEPTION RAISED - 4"); END; GET (FT, ST); -- TE GET (FT, CRAYON); -- RED IF CRAYON /= RED THEN FAILED ("READING NOT CONTINUED CORRECTLY AFTER" & "DATA_ERROR EXCEPTION"); END IF; BEGIN DELETE (FT); EXCEPTION WHEN USE_ERROR => NULL; END; EXCEPTION WHEN INCOMPLETE => NULL; END; RESULT; END CE3905C;
34.433498
79
0.491559
04ef95980fbfe04957117e449f8a509721a908a9
1,270
adb
Ada
tests/src/testsuite-encode_decode.adb
Fabien-Chouteau/COBS
155ce5c2ecb4fffdac31df9dccd1a0d0c5916c2b
[ "MIT" ]
null
null
null
tests/src/testsuite-encode_decode.adb
Fabien-Chouteau/COBS
155ce5c2ecb4fffdac31df9dccd1a0d0c5916c2b
[ "MIT" ]
null
null
null
tests/src/testsuite-encode_decode.adb
Fabien-Chouteau/COBS
155ce5c2ecb4fffdac31df9dccd1a0d0c5916c2b
[ "MIT" ]
null
null
null
with Testsuite.Encode_Decode.Random; package body Testsuite.Encode_Decode is E_Kind : Testsuite.Encode.Encoder_Kind; D_Kind : Testsuite.Decode.Decoder_Kind; --------------- -- Set_Kinds -- --------------- procedure Set_Kinds (E : Testsuite.Encode.Encoder_Kind; D : Testsuite.Decode.Decoder_Kind) is begin E_Kind := E; D_Kind := D; end Set_Kinds; --------------- -- Add_Tests -- --------------- procedure Add_Tests (Suite : in out AUnit.Test_Suites.Test_Suite'Class) is begin Testsuite.Encode_Decode.Random.Add_Tests (Suite); end Add_Tests; ------------ -- Set_Up -- ------------ overriding procedure Set_Up (Test : in out Encoder_Decoder_Fixture) is begin Test.E_Kind := E_Kind; Test.D_Kind := D_Kind; Test.Decoder := Testsuite.Decode.Create_Decoder (D_Kind); Test.Encoder := Testsuite.Encode.Create_Encoder (E_Kind); end Set_Up; --------------- -- Tear_Down -- --------------- overriding procedure Tear_Down (Test : in out Encoder_Decoder_Fixture) is begin Testsuite.Decode.Free_Decoder (Test.Decoder); Testsuite.Encode.Free_Encoder (Test.Encoder); end Tear_Down; end Testsuite.Encode_Decode;
23.518519
77
0.606299
3855b10c9942cb29e699f3524594e2d97c01f031
9,531
ads
Ada
arch/ARM/Nordic/svd/nrf51/nrf_svd-ficr.ads
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
192
2016-06-01T18:32:04.000Z
2022-03-26T22:52:31.000Z
arch/ARM/Nordic/svd/nrf51/nrf_svd-ficr.ads
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
239
2016-05-26T20:02:01.000Z
2022-03-31T09:46:56.000Z
arch/ARM/Nordic/svd/nrf51/nrf_svd-ficr.ads
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
142
2016-06-05T08:12:20.000Z
2022-03-24T17:37:17.000Z
-- Copyright (c) 2013, Nordic Semiconductor ASA -- 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 Nordic Semiconductor ASA 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. -- -- This spec has been automatically generated from nrf51.svd pragma Restrictions (No_Elaboration_Code); pragma Ada_2012; pragma Style_Checks (Off); with HAL; with System; package NRF_SVD.FICR is pragma Preelaborate; --------------- -- Registers -- --------------- -- Pre-programmed factory code present. type PPFC_PPFC_Field is (-- Present. Present, -- Not present. Notpresent) with Size => 8; for PPFC_PPFC_Field use (Present => 0, Notpresent => 255); -- Pre-programmed factory code present. type PPFC_Register is record -- Read-only. Pre-programmed factory code present. PPFC : PPFC_PPFC_Field; -- unspecified Reserved_8_31 : HAL.UInt24; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for PPFC_Register use record PPFC at 0 range 0 .. 7; Reserved_8_31 at 0 range 8 .. 31; end record; -- Deprecated array of size of RAM block in bytes. This name is kept for backward compatinility purposes. Use SIZERAMBLOCKS instead. -- Deprecated array of size of RAM block in bytes. This name is kept for -- backward compatinility purposes. Use SIZERAMBLOCKS instead. type SIZERAMBLOCK_Registers is array (0 .. 3) of HAL.UInt32; subtype CONFIGID_HWID_Field is HAL.UInt16; subtype CONFIGID_FWID_Field is HAL.UInt16; -- Configuration identifier. type CONFIGID_Register is record -- Read-only. Hardware Identification Number. HWID : CONFIGID_HWID_Field; -- Read-only. Firmware Identification Number pre-loaded into the flash. FWID : CONFIGID_FWID_Field; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for CONFIGID_Register use record HWID at 0 range 0 .. 15; FWID at 0 range 16 .. 31; end record; -- Device identifier. -- Device identifier. type DEVICEID_Registers is array (0 .. 1) of HAL.UInt32; -- Encryption root. -- Encryption root. type ER_Registers is array (0 .. 3) of HAL.UInt32; -- Identity root. -- Identity root. type IR_Registers is array (0 .. 3) of HAL.UInt32; -- Device address type. type DEVICEADDRTYPE_DEVICEADDRTYPE_Field is (-- Public address. Public, -- Random address. Random) with Size => 1; for DEVICEADDRTYPE_DEVICEADDRTYPE_Field use (Public => 0, Random => 1); -- Device address type. type DEVICEADDRTYPE_Register is record -- Read-only. Device address type. DEVICEADDRTYPE : DEVICEADDRTYPE_DEVICEADDRTYPE_Field; -- unspecified Reserved_1_31 : HAL.UInt31; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for DEVICEADDRTYPE_Register use record DEVICEADDRTYPE at 0 range 0 .. 0; Reserved_1_31 at 0 range 1 .. 31; end record; -- Device address. -- Device address. type DEVICEADDR_Registers is array (0 .. 1) of HAL.UInt32; -- Override default values for NRF_1Mbit mode. type OVERRIDEEN_NRF_1MBIT_Field is (-- Override the default values for NRF_1Mbit mode. Override, -- Do not override the default values for NRF_1Mbit mode. Notoverride) with Size => 1; for OVERRIDEEN_NRF_1MBIT_Field use (Override => 0, Notoverride => 1); -- Override default values for BLE_1Mbit mode. type OVERRIDEEN_BLE_1MBIT_Field is (-- Override the default values for BLE_1Mbit mode. Override, -- Do not override the default values for BLE_1Mbit mode. Notoverride) with Size => 1; for OVERRIDEEN_BLE_1MBIT_Field use (Override => 0, Notoverride => 1); -- Radio calibration override enable. type OVERRIDEEN_Register is record -- Read-only. Override default values for NRF_1Mbit mode. NRF_1MBIT : OVERRIDEEN_NRF_1MBIT_Field; -- unspecified Reserved_1_2 : HAL.UInt2; -- Read-only. Override default values for BLE_1Mbit mode. BLE_1MBIT : OVERRIDEEN_BLE_1MBIT_Field; -- unspecified Reserved_4_31 : HAL.UInt28; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for OVERRIDEEN_Register use record NRF_1MBIT at 0 range 0 .. 0; Reserved_1_2 at 0 range 1 .. 2; BLE_1MBIT at 0 range 3 .. 3; Reserved_4_31 at 0 range 4 .. 31; end record; -- Override values for the OVERRIDEn registers in RADIO for NRF_1Mbit mode. -- Override values for the OVERRIDEn registers in RADIO for NRF_1Mbit mode. type NRF_1MBIT_Registers is array (0 .. 4) of HAL.UInt32; -- Override values for the OVERRIDEn registers in RADIO for BLE_1Mbit mode. -- Override values for the OVERRIDEn registers in RADIO for BLE_1Mbit mode. type BLE_1MBIT_Registers is array (0 .. 4) of HAL.UInt32; ----------------- -- Peripherals -- ----------------- type FICR_Disc is (S, Default); -- Factory Information Configuration. type FICR_Peripheral (Discriminent : FICR_Disc := S) is record -- Code memory page size in bytes. CODEPAGESIZE : aliased HAL.UInt32; -- Code memory size in pages. CODESIZE : aliased HAL.UInt32; -- Length of code region 0 in bytes. CLENR0 : aliased HAL.UInt32; -- Pre-programmed factory code present. PPFC : aliased PPFC_Register; -- Number of individualy controllable RAM blocks. NUMRAMBLOCK : aliased HAL.UInt32; -- Configuration identifier. CONFIGID : aliased CONFIGID_Register; -- Device identifier. DEVICEID : aliased DEVICEID_Registers; -- Encryption root. ER : aliased ER_Registers; -- Identity root. IR : aliased IR_Registers; -- Device address type. DEVICEADDRTYPE : aliased DEVICEADDRTYPE_Register; -- Device address. DEVICEADDR : aliased DEVICEADDR_Registers; -- Radio calibration override enable. OVERRIDEEN : aliased OVERRIDEEN_Register; -- Override values for the OVERRIDEn registers in RADIO for NRF_1Mbit -- mode. NRF_1MBIT : aliased NRF_1MBIT_Registers; -- Override values for the OVERRIDEn registers in RADIO for BLE_1Mbit -- mode. BLE_1MBIT : aliased BLE_1MBIT_Registers; case Discriminent is when S => -- Size of RAM blocks in bytes. SIZERAMBLOCKS : aliased HAL.UInt32; when Default => -- Deprecated array of size of RAM block in bytes. This name is -- kept for backward compatinility purposes. Use SIZERAMBLOCKS -- instead. SIZERAMBLOCK : aliased SIZERAMBLOCK_Registers; end case; end record with Unchecked_Union, Volatile; for FICR_Peripheral use record CODEPAGESIZE at 16#10# range 0 .. 31; CODESIZE at 16#14# range 0 .. 31; CLENR0 at 16#28# range 0 .. 31; PPFC at 16#2C# range 0 .. 31; NUMRAMBLOCK at 16#34# range 0 .. 31; CONFIGID at 16#5C# range 0 .. 31; DEVICEID at 16#60# range 0 .. 63; ER at 16#80# range 0 .. 127; IR at 16#90# range 0 .. 127; DEVICEADDRTYPE at 16#A0# range 0 .. 31; DEVICEADDR at 16#A4# range 0 .. 63; OVERRIDEEN at 16#AC# range 0 .. 31; NRF_1MBIT at 16#B0# range 0 .. 159; BLE_1MBIT at 16#EC# range 0 .. 159; SIZERAMBLOCKS at 16#38# range 0 .. 31; SIZERAMBLOCK at 16#38# range 0 .. 127; end record; -- Factory Information Configuration. FICR_Periph : aliased FICR_Peripheral with Import, Address => FICR_Base; end NRF_SVD.FICR;
34.784672
136
0.656489
4b6480147c3c2eb9bf39d8f7fb9653587f3328fa
848
ads
Ada
src/ada/src/services/spark/avtas-lmcp-object-spark_boundary.ads
VVCAS-Sean/OpenUxAS
dcd7be29d182d278a5387908f568d6f8a06b79ee
[ "NASA-1.3" ]
88
2017-08-24T07:02:01.000Z
2022-03-18T04:34:17.000Z
src/ada/src/services/spark/avtas-lmcp-object-spark_boundary.ads
VVCAS-Sean/OpenUxAS
dcd7be29d182d278a5387908f568d6f8a06b79ee
[ "NASA-1.3" ]
46
2017-06-08T18:18:08.000Z
2022-03-15T18:24:43.000Z
src/ada/src/services/spark/avtas-lmcp-object-spark_boundary.ads
VVCAS-Sean/OpenUxAS
dcd7be29d182d278a5387908f568d6f8a06b79ee
[ "NASA-1.3" ]
53
2017-06-22T14:48:05.000Z
2022-02-15T16:59:38.000Z
package AVTAS.LMCP.object.SPARK_Boundary with SPARK_Mode is pragma Annotate (GNATprove, Terminating, SPARK_Boundary); type My_Object_Any is private; function Deref (X : My_Object_Any) return Object'Class with Global => null, Inline; function Wrap (X : Object_Any) return My_Object_Any with Global => null, Inline, SPARK_Mode => Off; function Unwrap (X : My_Object_Any) return Object_Any with Global => null, Inline, SPARK_Mode => Off; private pragma SPARK_Mode (Off); type My_Object_Any is new Object_Any; function Deref (X : My_Object_Any) return Object'Class is (X.all); function Wrap (X : Object_Any) return My_Object_Any is (My_Object_Any (X)); function Unwrap (X : My_Object_Any) return Object_Any is (Object_Any (X)); end AVTAS.LMCP.Object.SPARK_Boundary;
32.615385
62
0.704009
38eac342fa02302f849e93156ebfc7f8846b13a9
401
ads
Ada
specs/ada/common/tkmrpc-request-ike-tkm_version-convert.ads
DrenfongWong/tkm-rpc
075d22871cf81d497aac656c7f03a513278b641c
[ "BSD-3-Clause" ]
null
null
null
specs/ada/common/tkmrpc-request-ike-tkm_version-convert.ads
DrenfongWong/tkm-rpc
075d22871cf81d497aac656c7f03a513278b641c
[ "BSD-3-Clause" ]
null
null
null
specs/ada/common/tkmrpc-request-ike-tkm_version-convert.ads
DrenfongWong/tkm-rpc
075d22871cf81d497aac656c7f03a513278b641c
[ "BSD-3-Clause" ]
null
null
null
with Ada.Unchecked_Conversion; package Tkmrpc.Request.Ike.Tkm_Version.Convert is function To_Request is new Ada.Unchecked_Conversion ( Source => Tkm_Version.Request_Type, Target => Request.Data_Type); function From_Request is new Ada.Unchecked_Conversion ( Source => Request.Data_Type, Target => Tkm_Version.Request_Type); end Tkmrpc.Request.Ike.Tkm_Version.Convert;
28.642857
58
0.755611
ad875033b7033b6fee6899f760bd8a5ebd434922
16,035
adb
Ada
tests/generic_collection_test.adb
jonashaggstrom/ada-canopen
8e0f32323a0f09b41e8b51ef7123738bbf29f194
[ "Apache-2.0" ]
6
2018-05-12T22:08:04.000Z
2021-07-25T20:55:12.000Z
tests/generic_collection_test.adb
jonashaggstrom/ada-canopen
8e0f32323a0f09b41e8b51ef7123738bbf29f194
[ "Apache-2.0" ]
null
null
null
tests/generic_collection_test.adb
jonashaggstrom/ada-canopen
8e0f32323a0f09b41e8b51ef7123738bbf29f194
[ "Apache-2.0" ]
2
2021-06-15T11:56:46.000Z
2021-06-21T13:56:01.000Z
with AUnit.Assertions; use AUnit.Assertions; with ACO.Utils.DS.Generic_Collection; with ACO.Utils.DS.Generic_Collection.Sorted; package body Generic_Collection_Test is pragma Assertion_Policy (Check); type Item_Type is new Character; subtype Test_Items is Item_Type range 'a' .. 'z'; package Collection_Pack is new ACO.Utils.DS.Generic_Collection (Item_Type => Item_Type, "=" => "="); Max_Size : constant := Test_Items'Pos(Test_Items'Last) - Test_Items'Pos(Test_Items'First) + 1; subtype Collection is Collection_Pack.Collection (Max_Size); package Sorted is type T is record Char : Character; Id : Natural; end record; function "=" (L : T; R : T) return Boolean is (L.Char = R.Char); package Collection_Pack is new ACO.Utils.DS.Generic_Collection (Item_Type => T, "=" => "="); function "<" (L : T; R : T) return Boolean is (L.Char < R.Char); package Pack is new Collection_Pack.Sorted ("<" => "<"); Max_Size : constant := 10; subtype Collection is Pack.Sorted_Collection (Max_Size); end Sorted; function Name (T : Test) return AUnit.Message_String is pragma Unreferenced (T); begin return AUnit.Format ("Data Structures: Generic (Sorted) Collection Test"); end Name; procedure Init_Test is C : Collection; begin Assert (C.Is_Empty, "Collection is not initially empty"); Assert (C.Length = 0, "Collection has not initially the length zero"); Assert (not C.Is_Full, "Collection is initially full"); Assert (C.Available = Max_Size, "Nof availables in collection incorrect"); for I in 1 .. C.Max_Size loop Assert (not C.Is_Valid_Index (I), "Empty collection has valid index"); end loop; end Init_Test; procedure Fill_And_Empty is C : Collection; L : Natural := 0; Loc : Natural; begin C.Clear; for I in Test_Items'Range loop C.Append (I); L := L + 1; Assert (C.Length = L, "Length incorrect"); Assert (C.Available = C.Max_Size - L, "Available incorrect"); Assert (C.Is_Valid_Index (L), "Index of added item invalid"); Assert (not C.Is_Valid_Index (L + 1), "Index of not added item valid"); Assert (C.Item_At (L) = I, "Added item incorrect"); Assert (C.Last = I, "Appended item not the last one"); Assert (C.First = Test_Items'First, "First item not the first added"); Assert (not C.Is_Empty, "Collection is empty after adding items"); Assert (C.Location (I) = L, "Location of added item incorrect"); end loop; Assert (C.Is_Full, "Collection not full after filling it"); for I in Test_Items'Range loop Loc := C.Location (I); C.Remove (Loc); L := L - 1; Assert (C.Length = L, "Length incorrect"); Assert (C.Available = C.Max_Size - L, "Available incorrect"); if not C.Is_Empty then Assert (C.Is_Valid_Index (Loc), "Front index invalid after removing front item"); Assert (C.First = Test_Items'Succ (I), "Item after removed not set as front item"); Assert (C.Last = Test_Items'Last, "Last item not kept"); else Assert (not C.Is_Valid_Index (Loc), "Front index valid when collection is empty"); end if; end loop; Assert (C.Is_Empty, "Not empty after removing all items"); end Fill_And_Empty; type Result (L : Natural) is record Description : String (1 .. L); Status : Boolean; end record; function Failed (Description : String) return Result is (Result'(L => Description'Length, Description => Description, Status => False)); function Success return Result is (Result'(L => 0, Description => "", Status => True)); type State_Array is array (Positive range <>) of Item_Type; function Check (C : in Collection'Class; State : in State_Array) return Result is First : Item_Type renames State (State'First); Last : Item_Type renames State (State'Last); Length : constant Natural := State'Length; begin if not (C.First = First) then return Failed ("First item incorrect"); end if; if not (C.Last = Last) then return Failed ("Last item incorrect"); end if; if not (C.Length = Length) then return Failed ("Incorrect length"); end if; if not (C.Available = C.Max_Size - Length) then return Failed ("Available incorrect"); end if; if not (if C.Length = 0 then C.Is_Empty else not C.Is_Empty) then return Failed ("Empty flag not consistent with length " & "Length =" & C.Length'Img & "=> Is_Empty = " & C.Is_Empty'Img); end if; if not (if C.Length = C.Max_Size then C.Is_Full else not C.Is_Full) then return Failed ("Full flag not consistent with length " & "Length =" & C.Length'Img & "=> Is_Full = " & C.Is_Full'Img); end if; for Index in 1 .. C.Max_Size loop if Index <= C.Length then if not (C.Is_Valid_Index (Index)) then return Failed ("Valid index reported as invalid"); end if; else if C.Is_Valid_Index (Index) then return Failed ("Invalid index reported as valid"); end if; end if; end loop; for Index in 1 .. C.Length loop if not (State (Index) = C.Item_At (Index)) then return Failed ("Item at index" & Index'Img & " does not match"); end if; end loop; return Success; end Check; procedure Insert is C : Collection; begin C.Insert ('a'); -- Insert front to empty declare S : constant Result := Check (C, (1 => 'a')); begin Assert (S.Status, S.Description); end; C.Insert ('b'); -- Insert front to non-empty declare S : constant Result := Check (C, ('b', 'a')); begin Assert (S.Status, S.Description); end; C.Clear; C.Insert ('a', Before => 1); -- Directed insert front to empty declare S : constant Result := Check (C, (1 => 'a')); begin Assert (S.Status, S.Description); end; C.Insert ('b', Before => 1); -- Directed insert front to non-empty declare S : constant Result := Check (C, ('b', 'a')); begin Assert (S.Status, S.Description); end; C.Insert ('c', Before => 2); -- Directed insert middle to non-empty declare S : constant Result := Check (C, ('b', 'c', 'a')); begin Assert (S.Status, S.Description); end; end Insert; procedure Append is C : Collection; begin C.Append ('a'); -- Append last to empty declare S : constant Result := Check (C, (1 => 'a')); begin Assert (S.Status, S.Description); end; C.Append ('b'); -- Append last to non-empty declare S : constant Result := Check (C, ('a', 'b')); begin Assert (S.Status, S.Description); end; C.Clear; C.Append ('a', After => 1); -- Directed append last to empty declare S : constant Result := Check (C, (1 => 'a')); begin Assert (S.Status, S.Description); end; C.Append ('b', After => 1); -- Directed append last to non-empty declare S : constant Result := Check (C, ('a', 'b')); begin Assert (S.Status, S.Description); end; C.Append ('c', After => 1); -- Directed append middle to non-empty declare S : constant Result := Check (C, ('a', 'c', 'b')); begin Assert (S.Status, S.Description); end; end Append; procedure Remove is C : Collection; begin C.Append ('a'); C.Append ('b'); C.Append ('c'); C.Append ('d'); C.Remove (2); -- Remove from middle declare S : constant Result := Check (C, ('a', 'c', 'd')); begin Assert (S.Status, S.Description); end; C.Remove (1); -- Remove from front declare S : constant Result := Check (C, ('c', 'd')); begin Assert (S.Status, S.Description); end; C.Remove (2); -- Remove from back declare S : constant Result := Check (C, (1 => 'c')); begin Assert (S.Status, S.Description); end; C.Remove (1); -- Remove last Assert (C.Is_Empty, "Not empty after removing last item"); end Remove; procedure Location is C : Collection; begin Assert (C.Location ('a') = Collection_Pack.No_Index, "Found in empty"); C.Append ('a'); -- a Assert (C.Location ('a') = 1, "Did not find location for size 1"); C.Append ('b'); -- ab Assert (C.Location ('b') = 2, "Did not find location for last"); C.Append ('c'); -- abc Assert (C.Location ('b') = 2, "Did not find location for middle"); C.Append ('c'); -- abcc Assert (C.Location ('c') = 3, "Did not find location for first duplicate"); end Location; procedure Replace is C : Collection; begin C.Append ('a'); C.Replace (1, 'b'); declare S : constant Result := Check (C, (1 => 'b')); begin Assert (S.Status, S.Description); end; C.Append ('c'); C.Replace (1, 'd'); declare S : constant Result := Check (C, ('d', 'c')); begin Assert (S.Status, S.Description); end; C.Replace (2, 'e'); declare S : constant Result := Check (C, ('d', 'e')); begin Assert (S.Status, S.Description); end; C.Append ('f'); C.Replace (2, 'g'); declare S : constant Result := Check (C, ('d', 'g', 'f')); begin Assert (S.Status, S.Description); end; end Replace; procedure Insert_Sorted is use type Sorted.T; C : Sorted.Collection; begin C.Insert (('a', 1)); -- a1 C.Insert (('c', 1)); -- a1c1 C.Insert (('b', 1)); -- a1b1c1 C.Insert (('b', 2)); -- a1b2b1c1 Assert (C.Item_At (1) = ('a', 1), ""); Assert (C.Item_At (2) = ('b', 2), ""); Assert (C.Item_At (3) = ('b', 1), ""); Assert (C.Item_At (4) = ('c', 1), ""); C.Clear; C.Insert (('a', 1)); -- a1 C.Insert (('c', 1), Before => 1); -- a1c1 C.Insert (('c', 2), Before => 2); -- a1c2c1 C.Insert (('c', 3), Before => 3); -- a1c2c3c1 Assert (C.Item_At (1) = ('a', 1), ""); Assert (C.Item_At (2) = ('c', 2), ""); Assert (C.Item_At (3) = ('c', 3), ""); Assert (C.Item_At (4) = ('c', 1), ""); end Insert_Sorted; procedure Append_Sorted is use type Sorted.T; C : Sorted.Collection; begin C.Append (('b', 1)); -- b1 C.Append (('a', 1)); -- a1b1 C.Append (('a', 2)); -- a1a2b1 C.Append (('a', 3)); -- a1a2a3b1 Assert (C.Item_At (1) = ('a', 1), ""); Assert (C.Item_At (2) = ('a', 2), ""); Assert (C.Item_At (3) = ('a', 3), ""); Assert (C.Item_At (4) = ('b', 1), ""); C.Clear; C.Append (('b', 1)); -- b1 C.Append (('a', 1), After => 1); -- a1b1 C.Append (('a', 2), After => 2); -- a1a2b1 C.Append (('a', 3), After => 1); -- a1a3a2b1 Assert (C.Item_At (1) = ('a', 1), ""); Assert (C.Item_At (2) = ('a', 3), ""); Assert (C.Item_At (3) = ('a', 2), ""); Assert (C.Item_At (4) = ('b', 1), ""); end Append_Sorted; procedure Replace_Sorted is use type Sorted.T; C : Sorted.Collection; begin C.Append (('b', 1)); C.Append (('c', 1)); C.Append (('c', 2)); C.Append (('c', 3)); C.Append (('d', 1)); -- b1 c1 c2 c3 d1 C.Replace (3, ('b', 0)); -- b1 b0 c1 c3 d1 Assert (C.Item_At (1) = ('b', 1), ""); Assert (C.Item_At (2) = ('b', 0), ""); Assert (C.Item_At (3) = ('c', 1), ""); Assert (C.Item_At (4) = ('c', 3), ""); Assert (C.Item_At (5) = ('d', 1), ""); C.Replace (3, ('d', 0)); -- b1 b0 c3 d0 d1 Assert (C.Item_At (1) = ('b', 1), ""); Assert (C.Item_At (2) = ('b', 0), ""); Assert (C.Item_At (3) = ('c', 3), ""); Assert (C.Item_At (4) = ('d', 0), ""); Assert (C.Item_At (5) = ('d', 1), ""); C.Replace (3, ('c', 0)); -- b1 b0 c0 d0 d1 Assert (C.Item_At (1) = ('b', 1), ""); Assert (C.Item_At (2) = ('b', 0), ""); Assert (C.Item_At (3) = ('c', 0), ""); Assert (C.Item_At (4) = ('d', 0), ""); Assert (C.Item_At (5) = ('d', 1), ""); end Replace_Sorted; procedure First_Empty is C : Collection; Tmp : Item_Type; pragma Unreferenced (Tmp); begin C.Clear; Tmp := C.First; end First_Empty; procedure Last_Empty is C : Collection; Tmp : Item_Type; pragma Unreferenced (Tmp); begin C.Clear; Tmp := C.Last; end Last_Empty; procedure Item_At_Empty is C : Collection; Tmp : Item_Type; pragma Unreferenced (Tmp); begin C.Clear; Tmp := C.Item_At (1); end Item_At_Empty; procedure Remove_Empty is C : Collection; begin C.Clear; C.Remove (1); end Remove_Empty; procedure Replace_Empty is C : Collection; begin C.Clear; C.Replace (1, 'x'); end Replace_Empty; procedure Fill (C : in out Collection) is begin while not C.Is_Full loop C.Append ('X'); end loop; end Fill; procedure Insert_Full is C : Collection; begin Fill (C); C.Insert ('X'); end Insert_Full; procedure Insert_Before_Full is C : Collection; begin Fill (C); C.Insert ('X', Before => 1); end Insert_Before_Full; procedure Append_Full is C : Collection; begin Fill (C); C.Append ('X'); end Append_Full; procedure Append_After_Full is C : Collection; begin Fill (C); C.Append ('X', After => 1); end Append_After_Full; procedure Preconditions is begin Assert_Exception (First_Empty'Access, "Expected an exception when accessing first item for empty"); Assert_Exception (Last_Empty'Access, "Expected an exception when accessing last item for empty"); Assert_Exception (Item_At_Empty'Access, "Expected an exception when accessing item for empty"); Assert_Exception (Remove_Empty'Access, "Expected an exception when removing item for empty"); Assert_Exception (Replace_Empty'Access, "Expected an exception when replacing item for empty"); Assert_Exception (Insert_Full'Access, "Expected an exception when inserting item to full"); Assert_Exception (Insert_Before_Full'Access, "Expected an exception when inserting item to full"); Assert_Exception (Append_Full'Access, "Expected an exception when appending item to full"); Assert_Exception (Append_After_Full'Access, "Expected an exception when appending item to full"); end Preconditions; procedure Run_Test (T : in out Test) is pragma Unreferenced (T); begin Init_Test; Fill_And_Empty; Insert; Append; Remove; Location; Replace; Preconditions; Insert_Sorted; Append_Sorted; Replace_Sorted; end Run_Test; end Generic_Collection_Test;
27.040472
81
0.533022
1e14f6bc0ae087f7aed2e63a19ba799896a936ea
3,331
adb
Ada
code/zlib-1.2.11/contrib/ada/zlib-thin.adb
skrtbhtngr/presto
21392e80b3a1ffce5fd3ce206025962e9dfa00c6
[ "Apache-2.0" ]
null
null
null
code/zlib-1.2.11/contrib/ada/zlib-thin.adb
skrtbhtngr/presto
21392e80b3a1ffce5fd3ce206025962e9dfa00c6
[ "Apache-2.0" ]
null
null
null
code/zlib-1.2.11/contrib/ada/zlib-thin.adb
skrtbhtngr/presto
21392e80b3a1ffce5fd3ce206025962e9dfa00c6
[ "Apache-2.0" ]
null
null
null
---------------------------------------------------------------- -- ZLib for Ada thick binding. -- -- -- -- Copyright (C) 2002-2003 Dmitriy Anisimkov -- -- -- -- Open source license information is in the zlib.ads file. -- ---------------------------------------------------------------- -- $Id: zlib-thin.adb,val 1.8 2003/12/14 18:27:31 vagul Exp $ package body ZLib.Thin is ZLIB_VERSION : constant Chars_Ptr := zlibVersion; Z_Stream_Size : constant Int := Z_Stream'Size / System.Storage_Unit; -------------- -- Avail_In -- -------------- function Avail_In (Strm : in Z_Stream) return UInt is begin return Strm.Avail_In; end Avail_In; --------------- -- Avail_Out -- --------------- function Avail_Out (Strm : in Z_Stream) return UInt is begin return Strm.Avail_Out; end Avail_Out; ------------------ -- Deflate_Init -- ------------------ function Deflate_Init (strm : Z_Streamp; level : Int; method : Int; windowBits : Int; memLevel : Int; strategy : Int) return Int is begin return deflateInit2 (strm, level, method, windowBits, memLevel, strategy, ZLIB_VERSION, Z_Stream_Size); end Deflate_Init; ------------------ -- Inflate_Init -- ------------------ function Inflate_Init (strm : Z_Streamp; windowBits : Int) return Int is begin return inflateInit2 (strm, windowBits, ZLIB_VERSION, Z_Stream_Size); end Inflate_Init; ------------------------ -- Last_Error_Message -- ------------------------ function Last_Error_Message (Strm : in Z_Stream) return String is use Interfaces.C.Strings; begin if Strm.msg = Null_Ptr then return ""; else return Value (Strm.msg); end if; end Last_Error_Message; ------------ -- Set_In -- ------------ procedure Set_In (Strm : in out Z_Stream; Buffer : in Voidp; Size : in UInt) is begin Strm.Next_In := Buffer; Strm.Avail_In := Size; end Set_In; ------------------ -- Set_Mem_Func -- ------------------ procedure Set_Mem_Func (Strm : in out Z_Stream; Opaque : in Voidp; Alloc : in alloc_func; Free : in free_func) is begin Strm.opaque := Opaque; Strm.zalloc := Alloc; Strm.zfree := Free; end Set_Mem_Func; ------------- -- Set_Out -- ------------- procedure Set_Out (Strm : in out Z_Stream; Buffer : in Voidp; Size : in UInt) is begin Strm.Next_Out := Buffer; Strm.Avail_Out := Size; end Set_Out; -------------- -- Total_In -- -------------- function Total_In (Strm : in Z_Stream) return ULong is begin return Strm.Total_In; end Total_In; --------------- -- Total_Out -- --------------- function Total_Out (Strm : in Z_Stream) return ULong is begin return Strm.Total_Out; end Total_Out; end ZLib.Thin;
23.457746
75
0.459622
9adc7c4ff710d39ba2f3a85595e8308d2d107652
482
adb
Ada
src/Utilities/tokenize-private_token_lists.adb
fintatarta/eugen
2c384838ff0e81b51172310ce5d0e47d71ffd4fd
[ "MIT" ]
null
null
null
src/Utilities/tokenize-private_token_lists.adb
fintatarta/eugen
2c384838ff0e81b51172310ce5d0e47d71ffd4fd
[ "MIT" ]
null
null
null
src/Utilities/tokenize-private_token_lists.adb
fintatarta/eugen
2c384838ff0e81b51172310ce5d0e47d71ffd4fd
[ "MIT" ]
null
null
null
pragma Ada_2012; package body Tokenize.Private_Token_Lists with SPARK_Mode => On is ------------ -- Append -- ------------ procedure Append (List : in out Token_List; What : String) is begin if List.First_Free > List.Tokens'Last then raise Constraint_Error; end if; List.Tokens (List.First_Free) := To_Unbounded_String (What); List.First_Free := List.First_Free + 1; end Append; end Tokenize.Private_Token_Lists;
21.909091
66
0.626556
137b27c00610422982dd07a0dbae05daead12cb6
20,085
adb
Ada
llvm-gcc-4.2-2.9/gcc/ada/a-chtgop.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/a-chtgop.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/a-chtgop.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- A D A . C O N T A I N E R S . -- -- H A S H _ T A B L E S . G E N E R I C _ O P E R A T I O N S -- -- -- -- B o d y -- -- -- -- Copyright (C) 2004-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. -- -- -- -- This unit was originally developed by Matthew J Heaney. -- ------------------------------------------------------------------------------ -- This body needs commenting ??? with Ada.Containers.Prime_Numbers; with Ada.Unchecked_Deallocation; with System; use type System.Address; package body Ada.Containers.Hash_Tables.Generic_Operations is procedure Free is new Ada.Unchecked_Deallocation (Buckets_Type, Buckets_Access); ------------ -- Adjust -- ------------ procedure Adjust (HT : in out Hash_Table_Type) is Src_Buckets : constant Buckets_Access := HT.Buckets; N : constant Count_Type := HT.Length; Src_Node : Node_Access; Dst_Prev : Node_Access; begin HT.Buckets := null; HT.Length := 0; if N = 0 then return; end if; HT.Buckets := new Buckets_Type (Src_Buckets'Range); -- TODO: allocate minimum size req'd. (See note below.) -- NOTE: see note below about these comments. -- Probably we have to duplicate the Size (Src), too, in order -- to guarantee that -- Dst := Src; -- Dst = Src is true -- The only quirk is that we depend on the hash value of a dst key -- to be the same as the src key from which it was copied. -- If we relax the requirement that the hash value must be the -- same, then of course we can't guarantee that following -- assignment that Dst = Src is true ??? -- -- NOTE: 17 Apr 2005 -- What I said above is no longer true. The semantics of (map) equality -- changed, such that we use key in the left map to look up the -- equivalent key in the right map, and then compare the elements (using -- normal equality) of the equivalent keys. So it doesn't matter that -- the maps have different capacities (i.e. the hash tables have -- different lengths), since we just look up the key, irrespective of -- its map's hash table length. All the RM says we're required to do -- it arrange for the target map to "=" the source map following an -- assignment (that is, following an Adjust), so it doesn't matter -- what the capacity of the target map is. What I'll probably do is -- allocate a new hash table that has the minimum size necessary, -- instead of allocating a new hash table whose size exactly matches -- that of the source. (See the assignment that immediately precedes -- these comments.) What we really need is a special Assign operation -- (not unlike what we have already for Vector) that allows the user to -- choose the capacity of the target. -- END NOTE. for Src_Index in Src_Buckets'Range loop Src_Node := Src_Buckets (Src_Index); if Src_Node /= null then declare Dst_Node : constant Node_Access := Copy_Node (Src_Node); -- See note above pragma Assert (Index (HT, Dst_Node) = Src_Index); begin HT.Buckets (Src_Index) := Dst_Node; HT.Length := HT.Length + 1; Dst_Prev := Dst_Node; end; Src_Node := Next (Src_Node); while Src_Node /= null loop declare Dst_Node : constant Node_Access := Copy_Node (Src_Node); -- See note above pragma Assert (Index (HT, Dst_Node) = Src_Index); begin Set_Next (Node => Dst_Prev, Next => Dst_Node); HT.Length := HT.Length + 1; Dst_Prev := Dst_Node; end; Src_Node := Next (Src_Node); end loop; end if; end loop; pragma Assert (HT.Length = N); end Adjust; -------------- -- Capacity -- -------------- function Capacity (HT : Hash_Table_Type) return Count_Type is begin if HT.Buckets = null then return 0; end if; return HT.Buckets'Length; end Capacity; ----------- -- Clear -- ----------- procedure Clear (HT : in out Hash_Table_Type) is Index : Hash_Type := 0; Node : Node_Access; begin if HT.Busy > 0 then raise Program_Error; end if; while HT.Length > 0 loop while HT.Buckets (Index) = null loop Index := Index + 1; end loop; declare Bucket : Node_Access renames HT.Buckets (Index); begin loop Node := Bucket; Bucket := Next (Bucket); HT.Length := HT.Length - 1; Free (Node); exit when Bucket = null; end loop; end; end loop; end Clear; --------------------------- -- Delete_Node_Sans_Free -- --------------------------- procedure Delete_Node_Sans_Free (HT : in out Hash_Table_Type; X : Node_Access) is pragma Assert (X /= null); Indx : Hash_Type; Prev : Node_Access; Curr : Node_Access; begin if HT.Length = 0 then raise Program_Error; end if; Indx := Index (HT, X); Prev := HT.Buckets (Indx); if Prev = null then raise Program_Error; end if; if Prev = X then HT.Buckets (Indx) := Next (Prev); HT.Length := HT.Length - 1; return; end if; if HT.Length = 1 then raise Program_Error; end if; loop Curr := Next (Prev); if Curr = null then raise Program_Error; end if; if Curr = X then Set_Next (Node => Prev, Next => Next (Curr)); HT.Length := HT.Length - 1; return; end if; Prev := Curr; end loop; end Delete_Node_Sans_Free; -------------- -- Finalize -- -------------- procedure Finalize (HT : in out Hash_Table_Type) is begin Clear (HT); Free (HT.Buckets); end Finalize; ----------- -- First -- ----------- function First (HT : Hash_Table_Type) return Node_Access is Indx : Hash_Type; begin if HT.Length = 0 then return null; end if; Indx := HT.Buckets'First; loop if HT.Buckets (Indx) /= null then return HT.Buckets (Indx); end if; Indx := Indx + 1; end loop; end First; --------------------- -- Free_Hash_Table -- --------------------- procedure Free_Hash_Table (Buckets : in out Buckets_Access) is Node : Node_Access; begin if Buckets = null then return; end if; for J in Buckets'Range loop while Buckets (J) /= null loop Node := Buckets (J); Buckets (J) := Next (Node); Free (Node); end loop; end loop; Free (Buckets); end Free_Hash_Table; ------------------- -- Generic_Equal -- ------------------- function Generic_Equal (L, R : Hash_Table_Type) return Boolean is L_Index : Hash_Type; L_Node : Node_Access; N : Count_Type; begin if L'Address = R'Address then return True; end if; if L.Length /= R.Length then return False; end if; if L.Length = 0 then return True; end if; L_Index := 0; loop L_Node := L.Buckets (L_Index); exit when L_Node /= null; L_Index := L_Index + 1; end loop; N := L.Length; loop if not Find (HT => R, Key => L_Node) then return False; end if; N := N - 1; L_Node := Next (L_Node); if L_Node = null then if N = 0 then return True; end if; loop L_Index := L_Index + 1; L_Node := L.Buckets (L_Index); exit when L_Node /= null; end loop; end if; end loop; end Generic_Equal; ----------------------- -- Generic_Iteration -- ----------------------- procedure Generic_Iteration (HT : Hash_Table_Type) is Busy : Natural renames HT'Unrestricted_Access.all.Busy; begin if HT.Length = 0 then return; end if; Busy := Busy + 1; declare Node : Node_Access; begin for Indx in HT.Buckets'Range loop Node := HT.Buckets (Indx); while Node /= null loop Process (Node); Node := Next (Node); end loop; end loop; exception when others => Busy := Busy - 1; raise; end; Busy := Busy - 1; end Generic_Iteration; ------------------ -- Generic_Read -- ------------------ procedure Generic_Read (Stream : access Root_Stream_Type'Class; HT : out Hash_Table_Type) is X, Y : Node_Access; Last, I : Hash_Type; N, M : Count_Type'Base; begin Clear (HT); Hash_Type'Read (Stream, Last); Count_Type'Base'Read (Stream, N); pragma Assert (N >= 0); if N = 0 then return; end if; if HT.Buckets = null or else HT.Buckets'Last /= Last then Free (HT.Buckets); HT.Buckets := new Buckets_Type (0 .. Last); end if; -- TODO: should we rewrite this algorithm so that it doesn't -- depend on preserving the exactly length of the hash table -- array? We would prefer to not have to (re)allocate a -- buckets array (the array that HT already has might be large -- enough), and to not have to stream the count of the number -- of nodes in each bucket. The algorithm below is vestigial, -- as it was written prior to the meeting in Palma, when the -- semantics of equality were changed (and which obviated the -- need to preserve the hash table length). loop Hash_Type'Read (Stream, I); pragma Assert (I in HT.Buckets'Range); pragma Assert (HT.Buckets (I) = null); Count_Type'Base'Read (Stream, M); pragma Assert (M >= 1); pragma Assert (M <= N); HT.Buckets (I) := New_Node (Stream); pragma Assert (HT.Buckets (I) /= null); pragma Assert (Next (HT.Buckets (I)) = null); Y := HT.Buckets (I); HT.Length := HT.Length + 1; for J in Count_Type range 2 .. M loop X := New_Node (Stream); pragma Assert (X /= null); pragma Assert (Next (X) = null); Set_Next (Node => Y, Next => X); Y := X; HT.Length := HT.Length + 1; end loop; N := N - M; exit when N = 0; end loop; end Generic_Read; ------------------- -- Generic_Write -- ------------------- procedure Generic_Write (Stream : access Root_Stream_Type'Class; HT : Hash_Table_Type) is M : Count_Type'Base; X : Node_Access; begin if HT.Buckets = null then Hash_Type'Write (Stream, 0); else Hash_Type'Write (Stream, HT.Buckets'Last); end if; Count_Type'Base'Write (Stream, HT.Length); if HT.Length = 0 then return; end if; -- TODO: see note in Generic_Read??? for Indx in HT.Buckets'Range loop X := HT.Buckets (Indx); if X /= null then M := 1; loop X := Next (X); exit when X = null; M := M + 1; end loop; Hash_Type'Write (Stream, Indx); Count_Type'Base'Write (Stream, M); X := HT.Buckets (Indx); for J in Count_Type range 1 .. M loop Write (Stream, X); X := Next (X); end loop; pragma Assert (X = null); end if; end loop; end Generic_Write; ----------- -- Index -- ----------- function Index (Buckets : Buckets_Type; Node : Node_Access) return Hash_Type is begin return Hash_Node (Node) mod Buckets'Length; end Index; function Index (Hash_Table : Hash_Table_Type; Node : Node_Access) return Hash_Type is begin return Index (Hash_Table.Buckets.all, Node); end Index; ---------- -- Move -- ---------- procedure Move (Target, Source : in out Hash_Table_Type) is begin if Target'Address = Source'Address then return; end if; if Source.Busy > 0 then raise Program_Error; end if; Clear (Target); declare Buckets : constant Buckets_Access := Target.Buckets; begin Target.Buckets := Source.Buckets; Source.Buckets := Buckets; end; Target.Length := Source.Length; Source.Length := 0; end Move; ---------- -- Next -- ---------- function Next (HT : Hash_Table_Type; Node : Node_Access) return Node_Access is Result : Node_Access := Next (Node); begin if Result /= null then return Result; end if; for Indx in Index (HT, Node) + 1 .. HT.Buckets'Last loop Result := HT.Buckets (Indx); if Result /= null then return Result; end if; end loop; return null; end Next; ---------------------- -- Reserve_Capacity -- ---------------------- procedure Reserve_Capacity (HT : in out Hash_Table_Type; N : Count_Type) is NN : Hash_Type; begin if HT.Buckets = null then if N > 0 then NN := Prime_Numbers.To_Prime (N); HT.Buckets := new Buckets_Type (0 .. NN - 1); end if; return; end if; if HT.Length = 0 then if N = 0 then Free (HT.Buckets); return; end if; if N = HT.Buckets'Length then return; end if; NN := Prime_Numbers.To_Prime (N); if NN = HT.Buckets'Length then return; end if; declare X : Buckets_Access := HT.Buckets; begin HT.Buckets := new Buckets_Type (0 .. NN - 1); Free (X); end; return; end if; if N = HT.Buckets'Length then return; end if; if N < HT.Buckets'Length then if HT.Length >= HT.Buckets'Length then return; end if; NN := Prime_Numbers.To_Prime (HT.Length); if NN >= HT.Buckets'Length then return; end if; else NN := Prime_Numbers.To_Prime (Count_Type'Max (N, HT.Length)); if NN = HT.Buckets'Length then -- can't expand any more return; end if; end if; if HT.Busy > 0 then raise Program_Error; end if; Rehash : declare Dst_Buckets : Buckets_Access := new Buckets_Type (0 .. NN - 1); Src_Buckets : Buckets_Access := HT.Buckets; L : Count_Type renames HT.Length; LL : constant Count_Type := L; Src_Index : Hash_Type := Src_Buckets'First; begin while L > 0 loop declare Src_Bucket : Node_Access renames Src_Buckets (Src_Index); begin while Src_Bucket /= null loop declare Src_Node : constant Node_Access := Src_Bucket; Dst_Index : constant Hash_Type := Index (Dst_Buckets.all, Src_Node); Dst_Bucket : Node_Access renames Dst_Buckets (Dst_Index); begin Src_Bucket := Next (Src_Node); Set_Next (Src_Node, Dst_Bucket); Dst_Bucket := Src_Node; end; pragma Assert (L > 0); L := L - 1; end loop; exception when others => -- If there's an error computing a hash value during a -- rehash, then AI-302 says the nodes "become lost." The -- issue is whether to actually deallocate these lost nodes, -- since they might be designated by extant cursors. Here -- we decide to deallocate the nodes, since it's better to -- solve real problems (storage consumption) rather than -- imaginary ones (the user might, or might not, dereference -- a cursor designating a node that has been deallocated), -- and because we have a way to vet a dangling cursor -- reference anyway, and hence can actually detect the -- problem. for Dst_Index in Dst_Buckets'Range loop declare B : Node_Access renames Dst_Buckets (Dst_Index); X : Node_Access; begin while B /= null loop X := B; B := Next (X); Free (X); end loop; end; end loop; Free (Dst_Buckets); raise Program_Error; end; Src_Index := Src_Index + 1; end loop; HT.Buckets := Dst_Buckets; HT.Length := LL; Free (Src_Buckets); end Rehash; end Reserve_Capacity; end Ada.Containers.Hash_Tables.Generic_Operations;
27.438525
79
0.493801
38b895a0d38d8136f0f9379e8d276e709a56cb60
38,172
adb
Ada
test/halide_data/pldi_camera_ready/big_apps_32_real/conv2d_b2b/collateral/conv2d_b2b/hls_target/.autopilot/db/linebuffer_Loop_1_pr.bind.adb
David-Durst/embeddedHaskellAetherling
34c5403e07433e572170699f3bd69c5b5c3eff2d
[ "BSD-3-Clause" ]
20
2019-03-12T20:12:31.000Z
2022-02-07T04:23:22.000Z
test/halide_data/pldi_camera_ready/big_apps_32_real/conv2d_b2b/collateral/conv2d_b2b/hls_target/.autopilot/db/linebuffer_Loop_1_pr.bind.adb
David-Durst/embeddedHaskellAetherling
34c5403e07433e572170699f3bd69c5b5c3eff2d
[ "BSD-3-Clause" ]
30
2019-07-22T19:25:42.000Z
2020-06-18T17:58:43.000Z
test/halide_data/pldi_camera_ready/big_apps_32_real/conv2d_b2b/collateral/conv2d_b2b/hls_target/.autopilot/db/linebuffer_Loop_1_pr.bind.adb
David-Durst/embeddedHaskellAetherling
34c5403e07433e572170699f3bd69c5b5c3eff2d
[ "BSD-3-Clause" ]
3
2019-10-14T18:07:26.000Z
2022-01-20T14:36:17.000Z
<?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>linebuffer_Loop_1_pr</name> <ret_bitwidth>0</ret_bitwidth> <ports class_id="2" tracking_level="0" version="0"> <count>3</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>in_axi_stream_V_value_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>stream&amp;lt;AxiPackedStencil&amp;lt;unsigned int, 1, 1, 1, 1&amp;gt; &amp;gt;.V.value.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>in_axi_stream_V_last_V</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>stream&amp;lt;AxiPackedStencil&amp;lt;unsigned int, 1, 1, 1, 1&amp;gt; &amp;gt;.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="_3"> <Value> <Obj> <type>1</type> <id>3</id> <name>in_stream_V_value_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>FIFO_SRL</coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</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>10</count> <item_version>0</item_version> <item class_id="9" tracking_level="1" version="0" object_id="_4"> <Value> <Obj> <type>0</type> <id>6</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>24</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_5"> <Value> <Obj> <type>0</type> <id>8</id> <name>indvar_flatten</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>21</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>36</item> <item>37</item> <item>38</item> <item>39</item> </oprand_edges> <opcode>phi</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_6"> <Value> <Obj> <type>0</type> <id>9</id> <name>exitcond_flatten</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>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>40</item> <item>42</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_7"> <Value> <Obj> <type>0</type> <id>10</id> <name>indvar_flatten_next</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>21</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>43</item> <item>45</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_8"> <Value> <Obj> <type>0</type> <id>11</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>3</count> <item_version>0</item_version> <item>46</item> <item>47</item> <item>48</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_9"> <Value> <Obj> <type>0</type> <id>16</id> <name>empty_20</name> <fileName>../../../lib_files/Linebuffer.h</fileName> <fileDirectory>/home/dhuff/Halide-HLS/apps/hls_examples/camera_ready_synthesis/app_files/big_apps_32_real/conv2d_b2b</fileDirectory> <lineNumber>554</lineNumber> <contextFuncName>linebuffer&amp;lt;1920, 1080, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, unsigned int&amp;gt;</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item class_id="11" tracking_level="0" version="0"> <first>/home/dhuff/Halide-HLS/apps/hls_examples/camera_ready_synthesis/app_files/big_apps_32_real/conv2d_b2b</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>../../../lib_files/Linebuffer.h</first> <second>linebuffer&amp;lt;1920, 1080, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, unsigned int&amp;gt;</second> </first> <second>554</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>33</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>26</item> <item>27</item> <item>28</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_10"> <Value> <Obj> <type>0</type> <id>17</id> <name>tmp_value_V</name> <fileName>../../../lib_files/Linebuffer.h</fileName> <fileDirectory>/home/dhuff/Halide-HLS/apps/hls_examples/camera_ready_synthesis/app_files/big_apps_32_real/conv2d_b2b</fileDirectory> <lineNumber>554</lineNumber> <contextFuncName>linebuffer&amp;lt;1920, 1080, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, unsigned int&amp;gt;</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/dhuff/Halide-HLS/apps/hls_examples/camera_ready_synthesis/app_files/big_apps_32_real/conv2d_b2b</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>../../../lib_files/Linebuffer.h</first> <second>linebuffer&amp;lt;1920, 1080, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, unsigned int&amp;gt;</second> </first> <second>554</second> </item> </second> </item> </inlineStackInfo> <originalName>tmp.value.V</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>29</item> </oprand_edges> <opcode>extractvalue</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_11"> <Value> <Obj> <type>0</type> <id>18</id> <name></name> <fileName>../../../lib_files/Linebuffer.h</fileName> <fileDirectory>/home/dhuff/Halide-HLS/apps/hls_examples/camera_ready_synthesis/app_files/big_apps_32_real/conv2d_b2b</fileDirectory> <lineNumber>554</lineNumber> <contextFuncName>linebuffer&amp;lt;1920, 1080, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, unsigned int&amp;gt;</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/dhuff/Halide-HLS/apps/hls_examples/camera_ready_synthesis/app_files/big_apps_32_real/conv2d_b2b</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>../../../lib_files/Linebuffer.h</first> <second>linebuffer&amp;lt;1920, 1080, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, unsigned int&amp;gt;</second> </first> <second>554</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>31</item> <item>32</item> <item>33</item> </oprand_edges> <opcode>write</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_12"> <Value> <Obj> <type>0</type> <id>20</id> <name></name> <fileName>../../../lib_files/Linebuffer.h</fileName> <fileDirectory>/home/dhuff/Halide-HLS/apps/hls_examples/camera_ready_synthesis/app_files/big_apps_32_real/conv2d_b2b</fileDirectory> <lineNumber>552</lineNumber> <contextFuncName>linebuffer&amp;lt;1920, 1080, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, unsigned int&amp;gt;</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/dhuff/Halide-HLS/apps/hls_examples/camera_ready_synthesis/app_files/big_apps_32_real/conv2d_b2b</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>../../../lib_files/Linebuffer.h</first> <second>linebuffer&amp;lt;1920, 1080, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, unsigned int&amp;gt;</second> </first> <second>552</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>34</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>22</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>3</count> <item_version>0</item_version> <item class_id="16" tracking_level="1" version="0" object_id="_14"> <Value> <Obj> <type>2</type> <id>35</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>21</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_15"> <Value> <Obj> <type>2</type> <id>41</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>21</bitwidth> </Value> <const_type>0</const_type> <content>2073600</content> </item> <item class_id_reference="16" object_id="_16"> <Value> <Obj> <type>2</type> <id>44</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>21</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> </consts> <blocks class_id="17" tracking_level="0" version="0"> <count>4</count> <item_version>0</item_version> <item class_id="18" tracking_level="1" version="0" object_id="_17"> <Obj> <type>3</type> <id>7</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>6</item> </node_objs> </item> <item class_id_reference="18" object_id="_18"> <Obj> <type>3</type> <id>12</id> <name>.preheader.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>8</item> <item>9</item> <item>10</item> <item>11</item> </node_objs> </item> <item class_id_reference="18" object_id="_19"> <Obj> <type>3</type> <id>21</id> <name>.preheader4.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>16</item> <item>17</item> <item>18</item> <item>20</item> </node_objs> </item> <item class_id_reference="18" object_id="_20"> <Obj> <type>3</type> <id>23</id> <name>.critedge.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>22</item> </node_objs> </item> </blocks> <edges class_id="19" tracking_level="0" version="0"> <count>22</count> <item_version>0</item_version> <item class_id="20" tracking_level="1" version="0" object_id="_21"> <id>24</id> <edge_type>2</edge_type> <source_obj>12</source_obj> <sink_obj>6</sink_obj> </item> <item class_id_reference="20" object_id="_22"> <id>27</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>16</sink_obj> </item> <item class_id_reference="20" object_id="_23"> <id>28</id> <edge_type>1</edge_type> <source_obj>2</source_obj> <sink_obj>16</sink_obj> </item> <item class_id_reference="20" object_id="_24"> <id>29</id> <edge_type>1</edge_type> <source_obj>16</source_obj> <sink_obj>17</sink_obj> </item> <item class_id_reference="20" object_id="_25"> <id>32</id> <edge_type>1</edge_type> <source_obj>3</source_obj> <sink_obj>18</sink_obj> </item> <item class_id_reference="20" object_id="_26"> <id>33</id> <edge_type>1</edge_type> <source_obj>17</source_obj> <sink_obj>18</sink_obj> </item> <item class_id_reference="20" object_id="_27"> <id>34</id> <edge_type>2</edge_type> <source_obj>12</source_obj> <sink_obj>20</sink_obj> </item> <item class_id_reference="20" object_id="_28"> <id>36</id> <edge_type>1</edge_type> <source_obj>35</source_obj> <sink_obj>8</sink_obj> </item> <item class_id_reference="20" object_id="_29"> <id>37</id> <edge_type>2</edge_type> <source_obj>7</source_obj> <sink_obj>8</sink_obj> </item> <item class_id_reference="20" object_id="_30"> <id>38</id> <edge_type>1</edge_type> <source_obj>10</source_obj> <sink_obj>8</sink_obj> </item> <item class_id_reference="20" object_id="_31"> <id>39</id> <edge_type>2</edge_type> <source_obj>21</source_obj> <sink_obj>8</sink_obj> </item> <item class_id_reference="20" object_id="_32"> <id>40</id> <edge_type>1</edge_type> <source_obj>8</source_obj> <sink_obj>9</sink_obj> </item> <item class_id_reference="20" object_id="_33"> <id>42</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>9</sink_obj> </item> <item class_id_reference="20" object_id="_34"> <id>43</id> <edge_type>1</edge_type> <source_obj>8</source_obj> <sink_obj>10</sink_obj> </item> <item class_id_reference="20" object_id="_35"> <id>45</id> <edge_type>1</edge_type> <source_obj>44</source_obj> <sink_obj>10</sink_obj> </item> <item class_id_reference="20" object_id="_36"> <id>46</id> <edge_type>1</edge_type> <source_obj>9</source_obj> <sink_obj>11</sink_obj> </item> <item class_id_reference="20" object_id="_37"> <id>47</id> <edge_type>2</edge_type> <source_obj>21</source_obj> <sink_obj>11</sink_obj> </item> <item class_id_reference="20" object_id="_38"> <id>48</id> <edge_type>2</edge_type> <source_obj>23</source_obj> <sink_obj>11</sink_obj> </item> <item class_id_reference="20" object_id="_39"> <id>108</id> <edge_type>2</edge_type> <source_obj>7</source_obj> <sink_obj>12</sink_obj> </item> <item class_id_reference="20" object_id="_40"> <id>109</id> <edge_type>2</edge_type> <source_obj>12</source_obj> <sink_obj>23</sink_obj> </item> <item class_id_reference="20" object_id="_41"> <id>110</id> <edge_type>2</edge_type> <source_obj>12</source_obj> <sink_obj>21</sink_obj> </item> <item class_id_reference="20" object_id="_42"> <id>111</id> <edge_type>2</edge_type> <source_obj>21</source_obj> <sink_obj>12</sink_obj> </item> </edges> </cdfg> <cdfg_regions class_id="21" tracking_level="0" version="0"> <count>4</count> <item_version>0</item_version> <item class_id="22" tracking_level="1" version="0" object_id="_43"> <mId>1</mId> <mTag>linebuffer_Loop_1_pr</mTag> <mType>0</mType> <sub_regions> <count>3</count> <item_version>0</item_version> <item>2</item> <item>3</item> <item>4</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>2073602</mMinLatency> <mMaxLatency>-1</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> <item class_id_reference="22" object_id="_44"> <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>7</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="_45"> <mId>3</mId> <mTag>Loop 1</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>12</item> <item>21</item> </basic_blocks> <mII>1</mII> <mDepth>2</mDepth> <mMinTripCount>2073600</mMinTripCount> <mMaxTripCount>2073600</mMaxTripCount> <mMinLatency>2073600</mMinLatency> <mMaxLatency>-1</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> <item class_id_reference="22" object_id="_46"> <mId>4</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>23</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="24" tracking_level="1" version="0" object_id="_47"> <states class_id="25" tracking_level="0" version="0"> <count>4</count> <item_version>0</item_version> <item class_id="26" tracking_level="1" version="0" object_id="_48"> <id>1</id> <operations class_id="27" tracking_level="0" version="0"> <count>3</count> <item_version>0</item_version> <item class_id="28" tracking_level="1" version="0" object_id="_49"> <id>4</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_50"> <id>5</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_51"> <id>6</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_52"> <id>2</id> <operations> <count>6</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_53"> <id>8</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_54"> <id>9</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_55"> <id>10</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_56"> <id>11</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_57"> <id>16</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_58"> <id>17</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_59"> <id>3</id> <operations> <count>6</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_60"> <id>13</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_61"> <id>14</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_62"> <id>15</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_63"> <id>18</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_64"> <id>19</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_65"> <id>20</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_66"> <id>4</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_67"> <id>22</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> </states> <transitions class_id="29" tracking_level="0" version="0"> <count>4</count> <item_version>0</item_version> <item class_id="30" tracking_level="1" version="0" object_id="_68"> <inState>1</inState> <outState>2</outState> <condition class_id="31" tracking_level="0" version="0"> <id>12</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="_69"> <inState>3</inState> <outState>2</outState> <condition> <id>20</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="_70"> <inState>2</inState> <outState>4</outState> <condition> <id>19</id> <sop> <count>1</count> <item_version>0</item_version> <item> <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>9</first> <second>0</second> </first> <second>0</second> </item> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_71"> <inState>2</inState> <outState>3</outState> <condition> <id>21</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>1</count> <item_version>0</item_version> <item> <first> <first>9</first> <second>0</second> </first> <second>1</second> </item> </item> </sop> </condition> </item> </transitions> </fsm> <res class_id="-1"></res> <node_label_latency class_id="37" tracking_level="0" version="0"> <count>10</count> <item_version>0</item_version> <item class_id="38" tracking_level="0" version="0"> <first>6</first> <second class_id="39" tracking_level="0" version="0"> <first>0</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>10</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>11</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>18</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>22</first> <second> <first>2</first> <second>0</second> </second> </item> </node_label_latency> <bblk_ent_exit class_id="40" tracking_level="0" version="0"> <count>4</count> <item_version>0</item_version> <item class_id="41" tracking_level="0" version="0"> <first>7</first> <second class_id="42" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> <item> <first>12</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>21</first> <second> <first>1</first> <second>2</second> </second> </item> <item> <first>23</first> <second> <first>2</first> <second>2</second> </second> </item> </bblk_ent_exit> <regions class_id="43" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="44" tracking_level="1" version="0" object_id="_72"> <region_name>Loop 1</region_name> <basic_blocks> <count>2</count> <item_version>0</item_version> <item>12</item> <item>21</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>2</pipe_depth> </item> </regions> <dp_fu_nodes class_id="45" tracking_level="0" version="0"> <count>6</count> <item_version>0</item_version> <item class_id="46" tracking_level="0" version="0"> <first>48</first> <second> <count>1</count> <item_version>0</item_version> <item>16</item> </second> </item> <item> <first>56</first> <second> <count>1</count> <item_version>0</item_version> <item>18</item> </second> </item> <item> <first>67</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>74</first> <second> <count>1</count> <item_version>0</item_version> <item>9</item> </second> </item> <item> <first>80</first> <second> <count>1</count> <item_version>0</item_version> <item>10</item> </second> </item> <item> <first>86</first> <second> <count>1</count> <item_version>0</item_version> <item>17</item> </second> </item> </dp_fu_nodes> <dp_fu_nodes_expression class_id="48" tracking_level="0" version="0"> <count>4</count> <item_version>0</item_version> <item class_id="49" tracking_level="0" version="0"> <first>exitcond_flatten_fu_74</first> <second> <count>1</count> <item_version>0</item_version> <item>9</item> </second> </item> <item> <first>indvar_flatten_next_fu_80</first> <second> <count>1</count> <item_version>0</item_version> <item>10</item> </second> </item> <item> <first>indvar_flatten_phi_fu_67</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>tmp_value_V_fu_86</first> <second> <count>1</count> <item_version>0</item_version> <item>17</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>2</count> <item_version>0</item_version> <item> <first>StgValue_17_write_fu_56</first> <second> <count>1</count> <item_version>0</item_version> <item>18</item> </second> </item> <item> <first>empty_20_read_fu_48</first> <second> <count>1</count> <item_version>0</item_version> <item>16</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="50" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_mem_port_nodes> <dp_reg_nodes> <count>4</count> <item_version>0</item_version> <item> <first>63</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>90</first> <second> <count>1</count> <item_version>0</item_version> <item>9</item> </second> </item> <item> <first>94</first> <second> <count>1</count> <item_version>0</item_version> <item>10</item> </second> </item> <item> <first>99</first> <second> <count>1</count> <item_version>0</item_version> <item>17</item> </second> </item> </dp_reg_nodes> <dp_regname_nodes> <count>4</count> <item_version>0</item_version> <item> <first>exitcond_flatten_reg_90</first> <second> <count>1</count> <item_version>0</item_version> <item>9</item> </second> </item> <item> <first>indvar_flatten_next_reg_94</first> <second> <count>1</count> <item_version>0</item_version> <item>10</item> </second> </item> <item> <first>indvar_flatten_reg_63</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>tmp_value_V_reg_99</first> <second> <count>1</count> <item_version>0</item_version> <item>17</item> </second> </item> </dp_regname_nodes> <dp_reg_phi> <count>1</count> <item_version>0</item_version> <item> <first>63</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> </dp_reg_phi> <dp_regname_phi> <count>1</count> <item_version>0</item_version> <item> <first>indvar_flatten_reg_63</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> </dp_regname_phi> <dp_port_io_nodes class_id="51" tracking_level="0" version="0"> <count>3</count> <item_version>0</item_version> <item class_id="52" tracking_level="0" version="0"> <first>in_axi_stream_V_last_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>16</item> </second> </item> </second> </item> <item> <first>in_axi_stream_V_value_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>16</item> </second> </item> </second> </item> <item> <first>in_stream_V_value_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>18</item> </second> </item> </second> </item> </dp_port_io_nodes> <port2core class_id="53" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="54" tracking_level="0" version="0"> <first>3</first> <second>FIFO_SRL</second> </item> </port2core> <node2core> <count>0</count> <item_version>0</item_version> </node2core> </syndb> </boost_serialization>
26.235052
138
0.601802
9a220487bda9b5356e712f234645a91e0928462a
449
adb
Ada
06_mem/practica6-insertar.adb
hbarrientosg/cs-mp
e62f467551e5f1b46747bc6642607ac48d61142a
[ "MIT" ]
null
null
null
06_mem/practica6-insertar.adb
hbarrientosg/cs-mp
e62f467551e5f1b46747bc6642607ac48d61142a
[ "MIT" ]
null
null
null
06_mem/practica6-insertar.adb
hbarrientosg/cs-mp
e62f467551e5f1b46747bc6642607ac48d61142a
[ "MIT" ]
null
null
null
separate(Practica6) procedure Insertar(L: in out Lista; V: in Integer) is Aux:pnodo; begin Aux := crear(V); if L.Numelem = 0 then L.inicio := aux; l.fin := aux; l.Numelem := 1;--inserto el primer elemento cuando la lista esta vacia else l.fin.siguiente := aux; aux.anterior := L.Fin; L.Fin := Aux; l.Numelem := L.Numelem + 1; --Aqui voy isertando al final de la lista --el resto de los elementos end if; return; end insertar;
22.45
72
0.665924
2ece0e67f2e0ec9439ffc08cef4ab04d420c6fea
10,303
adb
Ada
source/uaflex/lib/uaflex-scanners.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/uaflex/lib/uaflex-scanners.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/uaflex/lib/uaflex-scanners.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 © 2012-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$ ------------------------------------------------------------------------------ with Matreshka.Internals.Unicode; package body UAFLEX.Scanners is package Tables is function To_Class (Value : Matreshka.Internals.Unicode.Code_Point) return Character_Class; pragma Inline (To_Class); function Switch (S : State; Class : Character_Class) return State; pragma Inline (Switch); function Rule (S : State) return Rule_Index; pragma Inline (Rule); end Tables; procedure On_Accept (Self : not null access UAFLEX.Handlers.Handler'Class; Scanner : not null access UAFLEX.Scanners.Scanner'Class; Rule : Rule_Index; Token : out Parser_Tokens.Token; Skip : in out Boolean); package body Tables is separate; use Tables; procedure On_Accept (Self : not null access UAFLEX.Handlers.Handler'Class; Scanner : not null access UAFLEX.Scanners.Scanner'Class; Rule : Rule_Index; Token : out Parser_Tokens.Token; Skip : in out Boolean) is separate; End_Of_Buffer : constant Wide_Wide_Character := Wide_Wide_Character'Val (Abstract_Sources.End_Of_Buffer); ------------------------- -- Get_Start_Condition -- ------------------------- function Get_Start_Condition (Self : Scanner'Class) return Start_Condition is begin return Self.Start; end Get_Start_Condition; -------------- -- Get_Text -- -------------- function Get_Text (Self : Scanner'Class) return League.Strings.Universal_String is begin if Self.From <= Self.To then return League.Strings.To_Universal_String (Self.Buffer (Self.From .. Self.To)); elsif Self.From = Self.To + 1 then return League.Strings.Empty_Universal_String; else return League.Strings.To_Universal_String (Self.Buffer (Self.From .. Self.Buffer'Last) & Self.Buffer (1 .. Self.To)); end if; end Get_Text; --------------- -- Get_Token -- --------------- procedure Get_Token (Self : access Scanner'Class; Result : out Token) is procedure Next; procedure Next is begin if Self.Next = Self.Buffer'Last then Self.Next := 1; else Self.Next := Self.Next + 1; end if; end Next; EOF : constant Wide_Wide_Character := Wide_Wide_Character'Val (Abstract_Sources.End_Of_Input); -- EOD : constant Wide_Wide_Character := -- Wide_Wide_Character'Val (Abstract_Sources.End_Of_Data); Current_State : State := Self.Start; Char : Character_Class; Next_Rule : Rule_Index; Skip : Boolean := True; begin loop if Self.Buffer (Self.Next) = EOF then Result := Parser_Tokens.End_Of_Input; return; end if; Current_State := Self.Start; Self.Rule := 0; Self.From := Self.Next; Self.To := Self.Next - 1; loop Char := Self.Classes (Self.Next); if Char /= Error_Character then Current_State := Switch (Current_State, Char); if Current_State not in Looping_State then if Current_State in Final_State then Self.Rule := Rule (Current_State); Self.To := Self.Next; end if; exit; elsif Current_State in Final_State then Next_Rule := Rule (Current_State); Self.Rule := Next_Rule; Self.To := Self.Next; end if; Next; elsif Self.Buffer (Self.Next) = End_Of_Buffer then Self.Read_Buffer; else exit; end if; end loop; Self.Next := Self.To; Next; if Self.Rule = 0 then Result := Parser_Tokens.Error; return; else On_Accept (Self.Handler, Self, Self.Rule, Result, Skip); if not Skip then return; end if; end if; end loop; end Get_Token; ---------------------- -- Get_Token_Length -- ---------------------- function Get_Token_Length (Self : Scanner'Class) return Positive is begin if Self.From <= Self.To then return Self.To - Self.From + 1; else return Buffer_Index'Last - Self.From + 1 + Self.To; end if; end Get_Token_Length; ------------------------ -- Get_Token_Position -- ------------------------ function Get_Token_Position (Self : Scanner'Class) return Positive is Half : constant Buffer_Half := Buffer_Half'Val (Boolean'Pos (Self.From >= Buffer_Half_Size)); begin return Self.Offset (Half) + Self.From; end Get_Token_Position; ----------------- -- Read_Buffer -- ----------------- procedure Read_Buffer (Self : in out Scanner'Class) is use Abstract_Sources; use type Code_Unit_32; Next : Code_Unit_32; Pos : Buffer_Index := Self.Next; begin if Self.From <= Buffer_Half_Size xor Self.Next <= Buffer_Half_Size then raise Constraint_Error with "Token too large"; end if; if Pos = Buffer_Half_Size then Self.Offset (High) := Self.Offset (High) + Self.Buffer'Length; elsif Pos = Self.Buffer'Last then Self.Offset (Low) := Self.Offset (Low) + Self.Buffer'Length; end if; loop Next := Self.Source.Get_Next; Self.Buffer (Pos) := Wide_Wide_Character'Val (Next); if Next = End_Of_Input or Next = Error then Self.Classes (Pos) := Error_Character; return; else Self.Classes (Pos) := To_Class (Next); if Pos = Self.Buffer'Last then Pos := 1; else Pos := Pos + 1; end if; if Pos = Buffer_Half_Size or Pos = Self.Buffer'Last then Self.Classes (Pos) := Error_Character; Self.Buffer (Pos) := End_Of_Buffer; return; end if; end if; end loop; end Read_Buffer; ----------------- -- Set_Handler -- ----------------- procedure Set_Handler (Self : in out Scanner'Class; Handler : not null UAFLEX.Handlers.Handler_Access) is begin Self.Handler := Handler; end Set_Handler; ---------------- -- Set_Source -- ---------------- procedure Set_Source (Self : in out Scanner'Class; Source : not null Abstract_Sources.Source_Access) is begin Self.Source := Source; end Set_Source; ------------------------- -- Set_Start_Condition -- ------------------------- procedure Set_Start_Condition (Self : in out Scanner'Class; Condition : Start_Condition) is begin Self.Start := Condition; end Set_Start_Condition; end UAFLEX.Scanners;
34.343333
78
0.500631
1302589d2ae8b7ed6f08904736fd1d24b1a0309b
6,406
ads
Ada
ada/src/afrl/cmasi/afrl-cmasi-enumerations.ads
joffreyhuguet/LmcpGen
3a75248e536f1147d9208ec021cc5105206c3477
[ "NASA-1.3" ]
null
null
null
ada/src/afrl/cmasi/afrl-cmasi-enumerations.ads
joffreyhuguet/LmcpGen
3a75248e536f1147d9208ec021cc5105206c3477
[ "NASA-1.3" ]
null
null
null
ada/src/afrl/cmasi/afrl-cmasi-enumerations.ads
joffreyhuguet/LmcpGen
3a75248e536f1147d9208ec021cc5105206c3477
[ "NASA-1.3" ]
null
null
null
package afrl.cmasi.enumerations is type WavelengthBandEnum is (AllAny, EO, LWIR, SWIR, MWIR, Other); for WavelengthBandEnum use (AllAny => 0, EO => 1, LWIR => 2, SWIR => 3, MWIR => 4, Other => 5); type AltitudeTypeEnum is (AGL, MSL); for AltitudeTypeEnum use (AGL => 0, MSL => 1); type FOVOperationModeEnum is (Continuous, Discrete); for FOVOperationModeEnum use (Continuous => 0, Discrete => 1); type GimbalPointingModeEnum is (Unknown, AirVehicleRelativeAngle, AirVehicleRelativeSlewRate, LatLonSlaved, InertialRelativeSlewRate, Scan, Stowed); for GimbalPointingModeEnum use (Unknown => 0, AirVehicleRelativeAngle => 1, AirVehicleRelativeSlewRate => 2, LatLonSlaved => 3, InertialRelativeSlewRate => 4, Scan => 5, Stowed => 6); type CmasiEnum is (ABSTRACTGEOMETRY_ENUM, KEYVALUEPAIR_ENUM, LOCATION3D_ENUM, PAYLOADACTION_ENUM, PAYLOADCONFIGURATION_ENUM, PAYLOADSTATE_ENUM, VEHICLEACTION_ENUM, -- TASK, SEARCHTASK_ENUM, ABSTRACTZONE_ENUM, ENTITYCONFIGURATION_ENUM, FLIGHTPROFILE_ENUM, AIRVEHICLECONFIGURATION_ENUM, ENTITYSTATE_ENUM, AIRVEHICLESTATE_ENUM, WEDGE_ENUM, AREASEARCHTASK_ENUM, CAMERAACTION_ENUM, CAMERACONFIGURATION_ENUM, GIMBALLEDPAYLOADSTATE_ENUM, CAMERASTATE_ENUM, CIRCLE_ENUM, GIMBALANGLEACTION_ENUM, GIMBALCONFIGURATION_ENUM, GIMBALSCANACTION_ENUM, GIMBALSTAREACTION_ENUM, GIMBALSTATE_ENUM, GOTOWAYPOINTACTION_ENUM, KEEPINZONE_ENUM, KEEPOUTZONE_ENUM, LINESEARCHTASK_ENUM, NAVIGATIONACTION_ENUM, LOITERACTION_ENUM, LOITERTASK_ENUM, WAYPOINT_ENUM, MISSIONCOMMAND_ENUM, MUSTFLYTASK_ENUM, OPERATORSIGNAL_ENUM, OPERATINGREGION_ENUM, AUTOMATIONREQUEST_ENUM, POINTSEARCHTASK_ENUM, POLYGON_ENUM, RECTANGLE_ENUM, REMOVETASKS_ENUM, SERVICESTATUS_ENUM, SESSIONSTATUS_ENUM, VEHICLEACTIONCOMMAND_ENUM, VIDEOSTREAMACTION_ENUM, VIDEOSTREAMCONFIGURATION_ENUM, VIDEOSTREAMSTATE_ENUM, AUTOMATIONRESPONSE_ENUM, REMOVEZONES_ENUM, REMOVEENTITIES_ENUM, FLIGHTDIRECTORACTION_ENUM, WEATHERREPORT_ENUM, FOLLOWPATHCOMMAND_ENUM, PATHWAYPOINT_ENUM, STOPMOVEMENTACTION_ENUM, WAYPOINTTRANSFER_ENUM, PAYLOADSTOWACTION_ENUM ); for CmasiEnum use (ABSTRACTGEOMETRY_ENUM => 1, KEYVALUEPAIR_ENUM => 2, LOCATION3D_ENUM => 3, PAYLOADACTION_ENUM => 4, PAYLOADCONFIGURATION_ENUM => 5, PAYLOADSTATE_ENUM => 6, VEHICLEACTION_ENUM => 7, -- TASK => 8, SEARCHTASK_ENUM => 9, ABSTRACTZONE_ENUM => 10, ENTITYCONFIGURATION_ENUM => 11, FLIGHTPROFILE_ENUM => 12, AIRVEHICLECONFIGURATION_ENUM => 13, ENTITYSTATE_ENUM => 14, AIRVEHICLESTATE_ENUM => 15, WEDGE_ENUM => 16, AREASEARCHTASK_ENUM => 17, CAMERAACTION_ENUM => 18, CAMERACONFIGURATION_ENUM => 19, GIMBALLEDPAYLOADSTATE_ENUM => 20, CAMERASTATE_ENUM => 21, CIRCLE_ENUM => 22, GIMBALANGLEACTION_ENUM => 23, GIMBALCONFIGURATION_ENUM => 24, GIMBALSCANACTION_ENUM => 25, GIMBALSTAREACTION_ENUM => 26, GIMBALSTATE_ENUM => 27, GOTOWAYPOINTACTION_ENUM => 28, KEEPINZONE_ENUM => 29, KEEPOUTZONE_ENUM => 30, LINESEARCHTASK_ENUM => 31, NAVIGATIONACTION_ENUM => 32, LOITERACTION_ENUM => 33, LOITERTASK_ENUM => 34, WAYPOINT_ENUM => 35, MISSIONCOMMAND_ENUM => 36, MUSTFLYTASK_ENUM => 37, OPERATORSIGNAL_ENUM => 38, OPERATINGREGION_ENUM => 39, AUTOMATIONREQUEST_ENUM => 40, POINTSEARCHTASK_ENUM => 41, POLYGON_ENUM => 42, RECTANGLE_ENUM => 43, REMOVETASKS_ENUM => 44, SERVICESTATUS_ENUM => 45, SESSIONSTATUS_ENUM => 46, VEHICLEACTIONCOMMAND_ENUM => 47, VIDEOSTREAMACTION_ENUM => 48, VIDEOSTREAMCONFIGURATION_ENUM => 49, VIDEOSTREAMSTATE_ENUM => 50, AUTOMATIONRESPONSE_ENUM => 51, REMOVEZONES_ENUM => 52, REMOVEENTITIES_ENUM => 53, FLIGHTDIRECTORACTION_ENUM => 54, WEATHERREPORT_ENUM => 55, FOLLOWPATHCOMMAND_ENUM => 56, PATHWAYPOINT_ENUM => 57, STOPMOVEMENTACTION_ENUM => 58, WAYPOINTTRANSFER_ENUM => 59, PAYLOADSTOWACTION_ENUM => 60 ); end afrl.cmasi.enumerations;
45.757143
186
0.466438
1372312a71a5ca90d60391e8cd635c5874aca13c
119,142
ads
Ada
thirdparty/adasdl/thin/adasdl/AdaGL/GL_w32/gl_h.ads
Lucretia/old_nehe_ada95
d0378c3bfce202eb01bf00b57c128735dbe8582d
[ "BSD-3-Clause" ]
null
null
null
thirdparty/adasdl/thin/adasdl/AdaGL/GL_w32/gl_h.ads
Lucretia/old_nehe_ada95
d0378c3bfce202eb01bf00b57c128735dbe8582d
[ "BSD-3-Clause" ]
null
null
null
thirdparty/adasdl/thin/adasdl/AdaGL/GL_w32/gl_h.ads
Lucretia/old_nehe_ada95
d0378c3bfce202eb01bf00b57c128735dbe8582d
[ "BSD-3-Clause" ]
null
null
null
-- Generated from GL/gl.h -- Date: Wed Sep 22 12:47:08 1999 -- with Interfaces.C; with Interfaces.C.Extensions; package gl_h is -- $Id: gl_h.ads,v 1.1.1.1 2002/08/30 01:09:56 afvargas Exp $ -- -- Mesa 3-D graphics library -- Version: 3.0 -- Copyright (C) 1995-1998 Brian Paul -- -- This library is free software; you can redistribute it and/or -- modify it under the terms of the GNU Library General Public -- License as published by the Free Software Foundation; either -- version 2 of the License, or (at your option) any later version. -- -- This 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 this library; if not, write to the Free -- Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -- -- -- $Log: gl_h.ads,v $ -- Revision 1.1.1.1 2002/08/30 01:09:56 afvargas -- -- -- Revision 1.1.1.1 2001/04/11 01:21:45 afvargas -- -- -- Revision 1.1 1999/09/24 08:37:14 briot -- These two files provide a very basic binding to the openGL library (they -- were generated from the Mesa files). These are mainly provided as examples, -- not as a full binding -- -- Revision 3.19 1998/07/31 03:23:36 brianp -- Added Ted Jump's latest Win32 changes -- -- Revision 3.18 1998/07/26 03:10:28 brianp -- added defines for non-Windows compilation! -- -- Revision 3.17 1998/07/26 01:38:39 brianp -- updated for Windows compilation per Ted Jump -- -- Revision 3.16 1998/07/18 02:43:07 brianp -- added missing enums: GL_SELECTION_BUFFER_POINTER, GL_SELECTION_BUFFER_SIZE -- added missing enums: GL_TEXTURE_INTERNAL_FORMAT -- -- Revision 3.15 1998/06/07 22:17:58 brianp -- added GL_EXT_multitexture extension -- -- Revision 3.14 1998/04/01 03:01:20 brianp -- added void parameter to glResizeBuffersMESA() -- -- Revision 3.13 1998/03/19 02:03:51 brianp -- added GL_SGIS_texture_edge_clamp -- -- Revision 3.12 1998/03/15 18:48:55 brianp -- added GL_EXT_abgr extension -- -- Revision 3.11 1998/02/28 15:15:05 brianp -- added official enum values for some constants -- -- Revision 3.10 1998/02/20 04:54:45 brianp -- implemented GL_SGIS_multitexture -- -- Revision 3.9 1998/02/10 03:31:31 brianp -- added static Win32 lib support (Theodore Jump) -- -- Revision 3.8 1998/02/06 01:57:42 brianp -- added GL 1.2 3-D texture enums and functions -- -- Revision 3.7 1998/02/03 04:27:54 brianp -- added texture lod clamping -- -- Revision 3.6 1998/02/02 03:09:34 brianp -- added GL_LIGHT_MODEL_COLOR_CONTROL (separate specular color interpolation) -- -- Revision 3.5 1998/02/01 22:29:09 brianp -- added support for packed pixel formats -- -- Revision 3.4 1998/02/01 20:47:42 brianp -- added GL_BGR and GL_BGRA pixel formats -- -- Revision 3.3 1998/02/01 20:05:10 brianp -- added glDrawRangeElements() -- -- Revision 3.2 1998/02/01 19:39:36 brianp -- added GL_CLAMP_TO_EDGE texture wrap mode -- -- Revision 3.1 1998/02/01 16:36:47 brianp -- added GL_EXT_rescale_normal extension -- -- Revision 3.0 1998/02/01 16:03:04 brianp -- initial rev -- -- '=' : conversion from 'const double ' to 'float ', possible loss of data -- '<' : signed/unsigned mismatch -- '=' : truncation from 'const double ' to 'float ' -- 'function' undefined; assuming extern returning int -- integral size mismatch in argument; conversion supplied -- 'identifier' : inconsistent DLL linkage. dllexport assumed -- unary minus operator applied to unsigned type, result still unsigned -- tag specifying we're building for DLL runtime support -- non-Windows compilation -- -- Apps can test for this symbol to do conditional compilation if needed. -- MESA_MAJOR_VERSION : constant := 3; MESA_MINOR_VERSION : constant := 0; GL_VERSION_1_1 : constant := 1; GL_VERSION_1_2 : constant := 1; -- -- Enumerations -- -- Boolean values -- Data types -- Primitives -- Vertex Arrays -- Matrix Mode -- Points -- Lines -- Polygons -- Display Lists -- Depth buffer -- Lighting -- User clipping planes -- Accumulation buffer -- Alpha testing -- Blending -- Render Mode -- Feedback -- Selection -- Fog -- Logic Ops -- Stencil -- Buffers, Pixel Drawing/Reading -- GL_FRONT = 0x0404, -- GL_BACK = 0x0405, -- GL_FRONT_AND_BACK = 0x0408, -- Implementation limits -- Gets -- Evaluators -- Hints -- Scissor box -- Pixel Mode / Transfer -- Texture mapping -- GL 1.1 texturing -- GL 1.2 texturing -- Internal texture formats (GL 1.1) -- Utility -- Errors -- -- Extensions -- -- GL_EXT_blend_minmax and GL_EXT_blend_color -- GL_EXT_polygon_offset -- GL_EXT_vertex_array -- GL_EXT_texture_object -- GL_EXT_texture3D -- GL_EXT_paletted_texture -- GL_EXT_shared_texture_palette -- GL_EXT_point_parameters -- GL_EXT_rescale_normal -- GL_EXT_abgr -- GL_SGIS_multitexture -- GL_EXT_multitexture -- GL_SGIS_texture_edge_clamp -- OpenGL 1.2 -- CenterLine C++ workaround: -- all other compilers type GLenum is new Integer; for GLenum 'Size use 32; GL_FALSE : constant GLenum := 0; GL_TRUE : constant GLenum := 1; GL_BYTE : constant GLenum := 5120; GL_UNSIGNED_BYTE : constant GLenum := 5121; GL_SHORT : constant GLenum := 5122; GL_UNSIGNED_SHORT : constant GLenum := 5123; GL_INT : constant GLenum := 5124; GL_UNSIGNED_INT : constant GLenum := 5125; GL_FLOAT : constant GLenum := 5126; GL_2_BYTES : constant GLenum := 5127; GL_3_BYTES : constant GLenum := 5128; GL_4_BYTES : constant GLenum := 5129; GL_DOUBLE : constant GLenum := 5130; GL_LINES : constant GLenum := 1; GL_POINTS : constant GLenum := 0; GL_LINE_STRIP : constant GLenum := 3; GL_LINE_LOOP : constant GLenum := 2; GL_TRIANGLES : constant GLenum := 4; GL_TRIANGLE_STRIP : constant GLenum := 5; GL_TRIANGLE_FAN : constant GLenum := 6; GL_QUADS : constant GLenum := 7; GL_QUAD_STRIP : constant GLenum := 8; GL_POLYGON : constant GLenum := 9; GL_EDGE_FLAG : constant GLenum := 2883; GL_VERTEX_ARRAY : constant GLenum := 32884; GL_NORMAL_ARRAY : constant GLenum := 32885; GL_COLOR_ARRAY : constant GLenum := 32886; GL_INDEX_ARRAY : constant GLenum := 32887; GL_TEXTURE_COORD_ARRAY : constant GLenum := 32888; GL_EDGE_FLAG_ARRAY : constant GLenum := 32889; GL_VERTEX_ARRAY_SIZE : constant GLenum := 32890; GL_VERTEX_ARRAY_TYPE : constant GLenum := 32891; GL_VERTEX_ARRAY_STRIDE : constant GLenum := 32892; GL_NORMAL_ARRAY_TYPE : constant GLenum := 32894; GL_NORMAL_ARRAY_STRIDE : constant GLenum := 32895; GL_COLOR_ARRAY_SIZE : constant GLenum := 32897; GL_COLOR_ARRAY_TYPE : constant GLenum := 32898; GL_COLOR_ARRAY_STRIDE : constant GLenum := 32899; GL_INDEX_ARRAY_TYPE : constant GLenum := 32901; GL_INDEX_ARRAY_STRIDE : constant GLenum := 32902; GL_TEXTURE_COORD_ARRAY_SIZE : constant GLenum := 32904; GL_TEXTURE_COORD_ARRAY_TYPE : constant GLenum := 32905; GL_TEXTURE_COORD_ARRAY_STRIDE : constant GLenum := 32906; GL_EDGE_FLAG_ARRAY_STRIDE : constant GLenum := 32908; GL_VERTEX_ARRAY_POINTER : constant GLenum := 32910; GL_NORMAL_ARRAY_POINTER : constant GLenum := 32911; GL_COLOR_ARRAY_POINTER : constant GLenum := 32912; GL_INDEX_ARRAY_POINTER : constant GLenum := 32913; GL_TEXTURE_COORD_ARRAY_POINTER : constant GLenum := 32914; GL_EDGE_FLAG_ARRAY_POINTER : constant GLenum := 32915; GL_V2F : constant GLenum := 10784; GL_V3F : constant GLenum := 10785; GL_C4UB_V2F : constant GLenum := 10786; GL_C4UB_V3F : constant GLenum := 10787; GL_C3F_V3F : constant GLenum := 10788; GL_N3F_V3F : constant GLenum := 10789; GL_C4F_N3F_V3F : constant GLenum := 10790; GL_T2F_V3F : constant GLenum := 10791; GL_T4F_V4F : constant GLenum := 10792; GL_T2F_C4UB_V3F : constant GLenum := 10793; GL_T2F_C3F_V3F : constant GLenum := 10794; GL_T2F_N3F_V3F : constant GLenum := 10795; GL_T2F_C4F_N3F_V3F : constant GLenum := 10796; GL_T4F_C4F_N3F_V4F : constant GLenum := 10797; GL_MATRIX_MODE : constant GLenum := 2976; GL_MODELVIEW : constant GLenum := 5888; GL_PROJECTION : constant GLenum := 5889; GL_TEXTURE : constant GLenum := 5890; GL_POINT_SMOOTH : constant GLenum := 2832; GL_POINT_SIZE : constant GLenum := 2833; GL_POINT_SIZE_GRANULARITY : constant GLenum := 2835; GL_POINT_SIZE_RANGE : constant GLenum := 2834; GL_LINE_SMOOTH : constant GLenum := 2848; GL_LINE_STIPPLE : constant GLenum := 2852; GL_LINE_STIPPLE_PATTERN : constant GLenum := 2853; GL_LINE_STIPPLE_REPEAT : constant GLenum := 2854; GL_LINE_WIDTH : constant GLenum := 2849; GL_LINE_WIDTH_GRANULARITY : constant GLenum := 2851; GL_LINE_WIDTH_RANGE : constant GLenum := 2850; GL_POINT : constant GLenum := 6912; GL_LINE : constant GLenum := 6913; GL_FILL : constant GLenum := 6914; GL_CCW : constant GLenum := 2305; GL_CW : constant GLenum := 2304; GL_FRONT : constant GLenum := 1028; GL_BACK : constant GLenum := 1029; GL_CULL_FACE : constant GLenum := 2884; GL_CULL_FACE_MODE : constant GLenum := 2885; GL_POLYGON_SMOOTH : constant GLenum := 2881; GL_POLYGON_STIPPLE : constant GLenum := 2882; GL_FRONT_FACE : constant GLenum := 2886; GL_POLYGON_MODE : constant GLenum := 2880; GL_POLYGON_OFFSET_FACTOR : constant GLenum := 32824; GL_POLYGON_OFFSET_UNITS : constant GLenum := 10752; GL_POLYGON_OFFSET_POINT : constant GLenum := 10753; GL_POLYGON_OFFSET_LINE : constant GLenum := 10754; GL_POLYGON_OFFSET_FILL : constant GLenum := 32823; GL_COMPILE : constant GLenum := 4864; GL_COMPILE_AND_EXECUTE : constant GLenum := 4865; GL_LIST_BASE : constant GLenum := 2866; GL_LIST_INDEX : constant GLenum := 2867; GL_LIST_MODE : constant GLenum := 2864; GL_NEVER : constant GLenum := 512; GL_LESS : constant GLenum := 513; GL_GEQUAL : constant GLenum := 518; GL_LEQUAL : constant GLenum := 515; GL_GREATER : constant GLenum := 516; GL_NOTEQUAL : constant GLenum := 517; GL_EQUAL : constant GLenum := 514; GL_ALWAYS : constant GLenum := 519; GL_DEPTH_TEST : constant GLenum := 2929; GL_DEPTH_BITS : constant GLenum := 3414; GL_DEPTH_CLEAR_VALUE : constant GLenum := 2931; GL_DEPTH_FUNC : constant GLenum := 2932; GL_DEPTH_RANGE : constant GLenum := 2928; GL_DEPTH_WRITEMASK : constant GLenum := 2930; GL_DEPTH_COMPONENT : constant GLenum := 6402; GL_LIGHTING : constant GLenum := 2896; GL_LIGHT0 : constant GLenum := 16384; GL_LIGHT1 : constant GLenum := 16385; GL_LIGHT2 : constant GLenum := 16386; GL_LIGHT3 : constant GLenum := 16387; GL_LIGHT4 : constant GLenum := 16388; GL_LIGHT5 : constant GLenum := 16389; GL_LIGHT6 : constant GLenum := 16390; GL_LIGHT7 : constant GLenum := 16391; GL_SPOT_EXPONENT : constant GLenum := 4613; GL_SPOT_CUTOFF : constant GLenum := 4614; GL_CONSTANT_ATTENUATION : constant GLenum := 4615; GL_LINEAR_ATTENUATION : constant GLenum := 4616; GL_QUADRATIC_ATTENUATION : constant GLenum := 4617; GL_AMBIENT : constant GLenum := 4608; GL_DIFFUSE : constant GLenum := 4609; GL_SPECULAR : constant GLenum := 4610; GL_SHININESS : constant GLenum := 5633; GL_EMISSION : constant GLenum := 5632; GL_POSITION : constant GLenum := 4611; GL_SPOT_DIRECTION : constant GLenum := 4612; GL_AMBIENT_AND_DIFFUSE : constant GLenum := 5634; GL_COLOR_INDEXES : constant GLenum := 5635; GL_LIGHT_MODEL_TWO_SIDE : constant GLenum := 2898; GL_LIGHT_MODEL_LOCAL_VIEWER : constant GLenum := 2897; GL_LIGHT_MODEL_AMBIENT : constant GLenum := 2899; GL_FRONT_AND_BACK : constant GLenum := 1032; GL_SHADE_MODEL : constant GLenum := 2900; GL_FLAT : constant GLenum := 7424; GL_SMOOTH : constant GLenum := 7425; GL_COLOR_MATERIAL : constant GLenum := 2903; GL_COLOR_MATERIAL_FACE : constant GLenum := 2901; GL_COLOR_MATERIAL_PARAMETER : constant GLenum := 2902; GL_NORMALIZE : constant GLenum := 2977; GL_CLIP_PLANE0 : constant GLenum := 12288; GL_CLIP_PLANE1 : constant GLenum := 12289; GL_CLIP_PLANE2 : constant GLenum := 12290; GL_CLIP_PLANE3 : constant GLenum := 12291; GL_CLIP_PLANE4 : constant GLenum := 12292; GL_CLIP_PLANE5 : constant GLenum := 12293; GL_ACCUM_RED_BITS : constant GLenum := 3416; GL_ACCUM_GREEN_BITS : constant GLenum := 3417; GL_ACCUM_BLUE_BITS : constant GLenum := 3418; GL_ACCUM_ALPHA_BITS : constant GLenum := 3419; GL_ACCUM_CLEAR_VALUE : constant GLenum := 2944; GL_ACCUM : constant GLenum := 256; GL_ADD : constant GLenum := 260; GL_LOAD : constant GLenum := 257; GL_MULT : constant GLenum := 259; GL_RETURN : constant GLenum := 258; GL_ALPHA_TEST : constant GLenum := 3008; GL_ALPHA_TEST_REF : constant GLenum := 3010; GL_ALPHA_TEST_FUNC : constant GLenum := 3009; GL_BLEND : constant GLenum := 3042; GL_BLEND_SRC : constant GLenum := 3041; GL_BLEND_DST : constant GLenum := 3040; GL_ZERO : constant GLenum := 0; GL_ONE : constant GLenum := 1; GL_SRC_COLOR : constant GLenum := 768; GL_ONE_MINUS_SRC_COLOR : constant GLenum := 769; GL_DST_COLOR : constant GLenum := 774; GL_ONE_MINUS_DST_COLOR : constant GLenum := 775; GL_SRC_ALPHA : constant GLenum := 770; GL_ONE_MINUS_SRC_ALPHA : constant GLenum := 771; GL_DST_ALPHA : constant GLenum := 772; GL_ONE_MINUS_DST_ALPHA : constant GLenum := 773; GL_SRC_ALPHA_SATURATE : constant GLenum := 776; GL_CONSTANT_COLOR : constant GLenum := 32769; GL_ONE_MINUS_CONSTANT_COLOR : constant GLenum := 32770; GL_CONSTANT_ALPHA : constant GLenum := 32771; GL_ONE_MINUS_CONSTANT_ALPHA : constant GLenum := 32772; GL_FEEDBACK : constant GLenum := 7169; GL_RENDER : constant GLenum := 7168; GL_SELECT : constant GLenum := 7170; GL_2D : constant GLenum := 1536; GL_3D : constant GLenum := 1537; GL_3D_COLOR : constant GLenum := 1538; GL_3D_COLOR_TEXTURE : constant GLenum := 1539; GL_4D_COLOR_TEXTURE : constant GLenum := 1540; GL_POINT_TOKEN : constant GLenum := 1793; GL_LINE_TOKEN : constant GLenum := 1794; GL_LINE_RESET_TOKEN : constant GLenum := 1799; GL_POLYGON_TOKEN : constant GLenum := 1795; GL_BITMAP_TOKEN : constant GLenum := 1796; GL_DRAW_PIXEL_TOKEN : constant GLenum := 1797; GL_COPY_PIXEL_TOKEN : constant GLenum := 1798; GL_PASS_THROUGH_TOKEN : constant GLenum := 1792; GL_FEEDBACK_BUFFER_POINTER : constant GLenum := 3568; GL_FEEDBACK_BUFFER_SIZE : constant GLenum := 3569; GL_FEEDBACK_BUFFER_TYPE : constant GLenum := 3570; GL_SELECTION_BUFFER_POINTER : constant GLenum := 3571; GL_SELECTION_BUFFER_SIZE : constant GLenum := 3572; GL_FOG : constant GLenum := 2912; GL_FOG_MODE : constant GLenum := 2917; GL_FOG_DENSITY : constant GLenum := 2914; GL_FOG_COLOR : constant GLenum := 2918; GL_FOG_INDEX : constant GLenum := 2913; GL_FOG_START : constant GLenum := 2915; GL_FOG_END : constant GLenum := 2916; GL_LINEAR : constant GLenum := 9729; GL_EXP : constant GLenum := 2048; GL_EXP2 : constant GLenum := 2049; GL_LOGIC_OP : constant GLenum := 3057; GL_INDEX_LOGIC_OP : constant GLenum := 3057; GL_COLOR_LOGIC_OP : constant GLenum := 3058; GL_LOGIC_OP_MODE : constant GLenum := 3056; GL_CLEAR : constant GLenum := 5376; GL_SET : constant GLenum := 5391; GL_COPY : constant GLenum := 5379; GL_COPY_INVERTED : constant GLenum := 5388; GL_NOOP : constant GLenum := 5381; GL_INVERT : constant GLenum := 5386; GL_AND : constant GLenum := 5377; GL_NAND : constant GLenum := 5390; GL_OR : constant GLenum := 5383; GL_NOR : constant GLenum := 5384; GL_XOR : constant GLenum := 5382; GL_EQUIV : constant GLenum := 5385; GL_AND_REVERSE : constant GLenum := 5378; GL_AND_INVERTED : constant GLenum := 5380; GL_OR_REVERSE : constant GLenum := 5387; GL_OR_INVERTED : constant GLenum := 5389; GL_STENCIL_TEST : constant GLenum := 2960; GL_STENCIL_WRITEMASK : constant GLenum := 2968; GL_STENCIL_BITS : constant GLenum := 3415; GL_STENCIL_FUNC : constant GLenum := 2962; GL_STENCIL_VALUE_MASK : constant GLenum := 2963; GL_STENCIL_REF : constant GLenum := 2967; GL_STENCIL_FAIL : constant GLenum := 2964; GL_STENCIL_PASS_DEPTH_PASS : constant GLenum := 2966; GL_STENCIL_PASS_DEPTH_FAIL : constant GLenum := 2965; GL_STENCIL_CLEAR_VALUE : constant GLenum := 2961; GL_STENCIL_INDEX : constant GLenum := 6401; GL_KEEP : constant GLenum := 7680; GL_REPLACE : constant GLenum := 7681; GL_INCR : constant GLenum := 7682; GL_DECR : constant GLenum := 7683; GL_NONE : constant GLenum := 0; GL_LEFT : constant GLenum := 1030; GL_RIGHT : constant GLenum := 1031; GL_FRONT_LEFT : constant GLenum := 1024; GL_FRONT_RIGHT : constant GLenum := 1025; GL_BACK_LEFT : constant GLenum := 1026; GL_BACK_RIGHT : constant GLenum := 1027; GL_AUX0 : constant GLenum := 1033; GL_AUX1 : constant GLenum := 1034; GL_AUX2 : constant GLenum := 1035; GL_AUX3 : constant GLenum := 1036; GL_COLOR_INDEX : constant GLenum := 6400; GL_RED : constant GLenum := 6403; GL_GREEN : constant GLenum := 6404; GL_BLUE : constant GLenum := 6405; GL_ALPHA : constant GLenum := 6406; GL_LUMINANCE : constant GLenum := 6409; GL_LUMINANCE_ALPHA : constant GLenum := 6410; GL_ALPHA_BITS : constant GLenum := 3413; GL_RED_BITS : constant GLenum := 3410; GL_GREEN_BITS : constant GLenum := 3411; GL_BLUE_BITS : constant GLenum := 3412; GL_INDEX_BITS : constant GLenum := 3409; GL_SUBPIXEL_BITS : constant GLenum := 3408; GL_AUX_BUFFERS : constant GLenum := 3072; GL_READ_BUFFER : constant GLenum := 3074; GL_DRAW_BUFFER : constant GLenum := 3073; GL_DOUBLEBUFFER : constant GLenum := 3122; GL_STEREO : constant GLenum := 3123; GL_BITMAP : constant GLenum := 6656; GL_COLOR : constant GLenum := 6144; GL_DEPTH : constant GLenum := 6145; GL_STENCIL : constant GLenum := 6146; GL_DITHER : constant GLenum := 3024; GL_RGB : constant GLenum := 6407; GL_RGBA : constant GLenum := 6408; GL_MAX_LIST_NESTING : constant GLenum := 2865; GL_MAX_ATTRIB_STACK_DEPTH : constant GLenum := 3381; GL_MAX_MODELVIEW_STACK_DEPTH : constant GLenum := 3382; GL_MAX_NAME_STACK_DEPTH : constant GLenum := 3383; GL_MAX_PROJECTION_STACK_DEPTH : constant GLenum := 3384; GL_MAX_TEXTURE_STACK_DEPTH : constant GLenum := 3385; GL_MAX_EVAL_ORDER : constant GLenum := 3376; GL_MAX_LIGHTS : constant GLenum := 3377; GL_MAX_CLIP_PLANES : constant GLenum := 3378; GL_MAX_TEXTURE_SIZE : constant GLenum := 3379; GL_MAX_PIXEL_MAP_TABLE : constant GLenum := 3380; GL_MAX_VIEWPORT_DIMS : constant GLenum := 3386; GL_MAX_CLIENT_ATTRIB_STACK_DEPTH : constant GLenum := 3387; GL_ATTRIB_STACK_DEPTH : constant GLenum := 2992; GL_CLIENT_ATTRIB_STACK_DEPTH : constant GLenum := 2993; GL_COLOR_CLEAR_VALUE : constant GLenum := 3106; GL_COLOR_WRITEMASK : constant GLenum := 3107; GL_CURRENT_INDEX : constant GLenum := 2817; GL_CURRENT_COLOR : constant GLenum := 2816; GL_CURRENT_NORMAL : constant GLenum := 2818; GL_CURRENT_RASTER_COLOR : constant GLenum := 2820; GL_CURRENT_RASTER_DISTANCE : constant GLenum := 2825; GL_CURRENT_RASTER_INDEX : constant GLenum := 2821; GL_CURRENT_RASTER_POSITION : constant GLenum := 2823; GL_CURRENT_RASTER_TEXTURE_COORDS : constant GLenum := 2822; GL_CURRENT_RASTER_POSITION_VALID : constant GLenum := 2824; GL_CURRENT_TEXTURE_COORDS : constant GLenum := 2819; GL_INDEX_CLEAR_VALUE : constant GLenum := 3104; GL_INDEX_MODE : constant GLenum := 3120; GL_INDEX_WRITEMASK : constant GLenum := 3105; GL_MODELVIEW_MATRIX : constant GLenum := 2982; GL_MODELVIEW_STACK_DEPTH : constant GLenum := 2979; GL_NAME_STACK_DEPTH : constant GLenum := 3440; GL_PROJECTION_MATRIX : constant GLenum := 2983; GL_PROJECTION_STACK_DEPTH : constant GLenum := 2980; GL_RENDER_MODE : constant GLenum := 3136; GL_RGBA_MODE : constant GLenum := 3121; GL_TEXTURE_MATRIX : constant GLenum := 2984; GL_TEXTURE_STACK_DEPTH : constant GLenum := 2981; GL_VIEWPORT : constant GLenum := 2978; GL_AUTO_NORMAL : constant GLenum := 3456; GL_MAP1_COLOR_4 : constant GLenum := 3472; GL_MAP1_GRID_DOMAIN : constant GLenum := 3536; GL_MAP1_GRID_SEGMENTS : constant GLenum := 3537; GL_MAP1_INDEX : constant GLenum := 3473; GL_MAP1_NORMAL : constant GLenum := 3474; GL_MAP1_TEXTURE_COORD_1 : constant GLenum := 3475; GL_MAP1_TEXTURE_COORD_2 : constant GLenum := 3476; GL_MAP1_TEXTURE_COORD_3 : constant GLenum := 3477; GL_MAP1_TEXTURE_COORD_4 : constant GLenum := 3478; GL_MAP1_VERTEX_3 : constant GLenum := 3479; GL_MAP1_VERTEX_4 : constant GLenum := 3480; GL_MAP2_COLOR_4 : constant GLenum := 3504; GL_MAP2_GRID_DOMAIN : constant GLenum := 3538; GL_MAP2_GRID_SEGMENTS : constant GLenum := 3539; GL_MAP2_INDEX : constant GLenum := 3505; GL_MAP2_NORMAL : constant GLenum := 3506; GL_MAP2_TEXTURE_COORD_1 : constant GLenum := 3507; GL_MAP2_TEXTURE_COORD_2 : constant GLenum := 3508; GL_MAP2_TEXTURE_COORD_3 : constant GLenum := 3509; GL_MAP2_TEXTURE_COORD_4 : constant GLenum := 3510; GL_MAP2_VERTEX_3 : constant GLenum := 3511; GL_MAP2_VERTEX_4 : constant GLenum := 3512; GL_COEFF : constant GLenum := 2560; GL_DOMAIN : constant GLenum := 2562; GL_ORDER : constant GLenum := 2561; GL_FOG_HINT : constant GLenum := 3156; GL_LINE_SMOOTH_HINT : constant GLenum := 3154; GL_PERSPECTIVE_CORRECTION_HINT : constant GLenum := 3152; GL_POINT_SMOOTH_HINT : constant GLenum := 3153; GL_POLYGON_SMOOTH_HINT : constant GLenum := 3155; GL_DONT_CARE : constant GLenum := 4352; GL_FASTEST : constant GLenum := 4353; GL_NICEST : constant GLenum := 4354; GL_SCISSOR_TEST : constant GLenum := 3089; GL_SCISSOR_BOX : constant GLenum := 3088; GL_MAP_COLOR : constant GLenum := 3344; GL_MAP_STENCIL : constant GLenum := 3345; GL_INDEX_SHIFT : constant GLenum := 3346; GL_INDEX_OFFSET : constant GLenum := 3347; GL_RED_SCALE : constant GLenum := 3348; GL_RED_BIAS : constant GLenum := 3349; GL_GREEN_SCALE : constant GLenum := 3352; GL_GREEN_BIAS : constant GLenum := 3353; GL_BLUE_SCALE : constant GLenum := 3354; GL_BLUE_BIAS : constant GLenum := 3355; GL_ALPHA_SCALE : constant GLenum := 3356; GL_ALPHA_BIAS : constant GLenum := 3357; GL_DEPTH_SCALE : constant GLenum := 3358; GL_DEPTH_BIAS : constant GLenum := 3359; GL_PIXEL_MAP_S_TO_S_SIZE : constant GLenum := 3249; GL_PIXEL_MAP_I_TO_I_SIZE : constant GLenum := 3248; GL_PIXEL_MAP_I_TO_R_SIZE : constant GLenum := 3250; GL_PIXEL_MAP_I_TO_G_SIZE : constant GLenum := 3251; GL_PIXEL_MAP_I_TO_B_SIZE : constant GLenum := 3252; GL_PIXEL_MAP_I_TO_A_SIZE : constant GLenum := 3253; GL_PIXEL_MAP_R_TO_R_SIZE : constant GLenum := 3254; GL_PIXEL_MAP_G_TO_G_SIZE : constant GLenum := 3255; GL_PIXEL_MAP_B_TO_B_SIZE : constant GLenum := 3256; GL_PIXEL_MAP_A_TO_A_SIZE : constant GLenum := 3257; GL_PIXEL_MAP_S_TO_S : constant GLenum := 3185; GL_PIXEL_MAP_I_TO_I : constant GLenum := 3184; GL_PIXEL_MAP_I_TO_R : constant GLenum := 3186; GL_PIXEL_MAP_I_TO_G : constant GLenum := 3187; GL_PIXEL_MAP_I_TO_B : constant GLenum := 3188; GL_PIXEL_MAP_I_TO_A : constant GLenum := 3189; GL_PIXEL_MAP_R_TO_R : constant GLenum := 3190; GL_PIXEL_MAP_G_TO_G : constant GLenum := 3191; GL_PIXEL_MAP_B_TO_B : constant GLenum := 3192; GL_PIXEL_MAP_A_TO_A : constant GLenum := 3193; GL_PACK_ALIGNMENT : constant GLenum := 3333; GL_PACK_LSB_FIRST : constant GLenum := 3329; GL_PACK_ROW_LENGTH : constant GLenum := 3330; GL_PACK_SKIP_PIXELS : constant GLenum := 3332; GL_PACK_SKIP_ROWS : constant GLenum := 3331; GL_PACK_SWAP_BYTES : constant GLenum := 3328; GL_UNPACK_ALIGNMENT : constant GLenum := 3317; GL_UNPACK_LSB_FIRST : constant GLenum := 3313; GL_UNPACK_ROW_LENGTH : constant GLenum := 3314; GL_UNPACK_SKIP_PIXELS : constant GLenum := 3316; GL_UNPACK_SKIP_ROWS : constant GLenum := 3315; GL_UNPACK_SWAP_BYTES : constant GLenum := 3312; GL_ZOOM_X : constant GLenum := 3350; GL_ZOOM_Y : constant GLenum := 3351; GL_TEXTURE_ENV : constant GLenum := 8960; GL_TEXTURE_ENV_MODE : constant GLenum := 8704; GL_TEXTURE_1D : constant GLenum := 3552; GL_TEXTURE_2D : constant GLenum := 3553; GL_TEXTURE_WRAP_S : constant GLenum := 10242; GL_TEXTURE_WRAP_T : constant GLenum := 10243; GL_TEXTURE_MAG_FILTER : constant GLenum := 10240; GL_TEXTURE_MIN_FILTER : constant GLenum := 10241; GL_TEXTURE_ENV_COLOR : constant GLenum := 8705; GL_TEXTURE_GEN_S : constant GLenum := 3168; GL_TEXTURE_GEN_T : constant GLenum := 3169; GL_TEXTURE_GEN_MODE : constant GLenum := 9472; GL_TEXTURE_BORDER_COLOR : constant GLenum := 4100; GL_TEXTURE_WIDTH : constant GLenum := 4096; GL_TEXTURE_HEIGHT : constant GLenum := 4097; GL_TEXTURE_BORDER : constant GLenum := 4101; GL_TEXTURE_COMPONENTS : constant GLenum := 4099; GL_TEXTURE_RED_SIZE : constant GLenum := 32860; GL_TEXTURE_GREEN_SIZE : constant GLenum := 32861; GL_TEXTURE_BLUE_SIZE : constant GLenum := 32862; GL_TEXTURE_ALPHA_SIZE : constant GLenum := 32863; GL_TEXTURE_LUMINANCE_SIZE : constant GLenum := 32864; GL_TEXTURE_INTENSITY_SIZE : constant GLenum := 32865; GL_NEAREST_MIPMAP_NEAREST : constant GLenum := 9984; GL_NEAREST_MIPMAP_LINEAR : constant GLenum := 9986; GL_LINEAR_MIPMAP_NEAREST : constant GLenum := 9985; GL_LINEAR_MIPMAP_LINEAR : constant GLenum := 9987; GL_OBJECT_LINEAR : constant GLenum := 9217; GL_OBJECT_PLANE : constant GLenum := 9473; GL_EYE_LINEAR : constant GLenum := 9216; GL_EYE_PLANE : constant GLenum := 9474; GL_SPHERE_MAP : constant GLenum := 9218; GL_DECAL : constant GLenum := 8449; GL_MODULATE : constant GLenum := 8448; GL_NEAREST : constant GLenum := 9728; GL_REPEAT : constant GLenum := 10497; GL_CLAMP : constant GLenum := 10496; GL_S : constant GLenum := 8192; GL_T : constant GLenum := 8193; GL_R : constant GLenum := 8194; GL_Q : constant GLenum := 8195; GL_TEXTURE_GEN_R : constant GLenum := 3170; GL_TEXTURE_GEN_Q : constant GLenum := 3171; GL_PROXY_TEXTURE_1D : constant GLenum := 32867; GL_PROXY_TEXTURE_2D : constant GLenum := 32868; GL_TEXTURE_PRIORITY : constant GLenum := 32870; GL_TEXTURE_RESIDENT : constant GLenum := 32871; GL_TEXTURE_BINDING_1D : constant GLenum := 32872; GL_TEXTURE_BINDING_2D : constant GLenum := 32873; GL_TEXTURE_INTERNAL_FORMAT : constant GLenum := 4099; GL_PACK_SKIP_IMAGES : constant GLenum := 32875; GL_PACK_IMAGE_HEIGHT : constant GLenum := 32876; GL_UNPACK_SKIP_IMAGES : constant GLenum := 32877; GL_UNPACK_IMAGE_HEIGHT : constant GLenum := 32878; GL_TEXTURE_3D : constant GLenum := 32879; GL_PROXY_TEXTURE_3D : constant GLenum := 32880; GL_TEXTURE_DEPTH : constant GLenum := 32881; GL_TEXTURE_WRAP_R : constant GLenum := 32882; GL_MAX_3D_TEXTURE_SIZE : constant GLenum := 32883; GL_TEXTURE_BINDING_3D : constant GLenum := 32874; GL_ALPHA4 : constant GLenum := 32827; GL_ALPHA8 : constant GLenum := 32828; GL_ALPHA12 : constant GLenum := 32829; GL_ALPHA16 : constant GLenum := 32830; GL_LUMINANCE4 : constant GLenum := 32831; GL_LUMINANCE8 : constant GLenum := 32832; GL_LUMINANCE12 : constant GLenum := 32833; GL_LUMINANCE16 : constant GLenum := 32834; GL_LUMINANCE4_ALPHA4 : constant GLenum := 32835; GL_LUMINANCE6_ALPHA2 : constant GLenum := 32836; GL_LUMINANCE8_ALPHA8 : constant GLenum := 32837; GL_LUMINANCE12_ALPHA4 : constant GLenum := 32838; GL_LUMINANCE12_ALPHA12 : constant GLenum := 32839; GL_LUMINANCE16_ALPHA16 : constant GLenum := 32840; GL_INTENSITY : constant GLenum := 32841; GL_INTENSITY4 : constant GLenum := 32842; GL_INTENSITY8 : constant GLenum := 32843; GL_INTENSITY12 : constant GLenum := 32844; GL_INTENSITY16 : constant GLenum := 32845; GL_R3_G3_B2 : constant GLenum := 10768; GL_RGB4 : constant GLenum := 32847; GL_RGB5 : constant GLenum := 32848; GL_RGB8 : constant GLenum := 32849; GL_RGB10 : constant GLenum := 32850; GL_RGB12 : constant GLenum := 32851; GL_RGB16 : constant GLenum := 32852; GL_RGBA2 : constant GLenum := 32853; GL_RGBA4 : constant GLenum := 32854; GL_RGB5_A1 : constant GLenum := 32855; GL_RGBA8 : constant GLenum := 32856; GL_RGB10_A2 : constant GLenum := 32857; GL_RGBA12 : constant GLenum := 32858; GL_RGBA16 : constant GLenum := 32859; GL_VENDOR : constant GLenum := 7936; GL_RENDERER : constant GLenum := 7937; GL_VERSION : constant GLenum := 7938; GL_EXTENSIONS : constant GLenum := 7939; GL_INVALID_VALUE : constant GLenum := 1281; GL_INVALID_ENUM : constant GLenum := 1280; GL_INVALID_OPERATION : constant GLenum := 1282; GL_STACK_OVERFLOW : constant GLenum := 1283; GL_STACK_UNDERFLOW : constant GLenum := 1284; GL_OUT_OF_MEMORY : constant GLenum := 1285; GL_CONSTANT_COLOR_EXT : constant GLenum := 32769; GL_ONE_MINUS_CONSTANT_COLOR_EXT : constant GLenum := 32770; GL_CONSTANT_ALPHA_EXT : constant GLenum := 32771; GL_ONE_MINUS_CONSTANT_ALPHA_EXT : constant GLenum := 32772; GL_BLEND_EQUATION_EXT : constant GLenum := 32777; GL_MIN_EXT : constant GLenum := 32775; GL_MAX_EXT : constant GLenum := 32776; GL_FUNC_ADD_EXT : constant GLenum := 32774; GL_FUNC_SUBTRACT_EXT : constant GLenum := 32778; GL_FUNC_REVERSE_SUBTRACT_EXT : constant GLenum := 32779; GL_BLEND_COLOR_EXT : constant GLenum := 32773; GL_POLYGON_OFFSET_EXT : constant GLenum := 32823; GL_POLYGON_OFFSET_FACTOR_EXT : constant GLenum := 32824; GL_POLYGON_OFFSET_BIAS_EXT : constant GLenum := 32825; GL_VERTEX_ARRAY_EXT : constant GLenum := 32884; GL_NORMAL_ARRAY_EXT : constant GLenum := 32885; GL_COLOR_ARRAY_EXT : constant GLenum := 32886; GL_INDEX_ARRAY_EXT : constant GLenum := 32887; GL_TEXTURE_COORD_ARRAY_EXT : constant GLenum := 32888; GL_EDGE_FLAG_ARRAY_EXT : constant GLenum := 32889; GL_VERTEX_ARRAY_SIZE_EXT : constant GLenum := 32890; GL_VERTEX_ARRAY_TYPE_EXT : constant GLenum := 32891; GL_VERTEX_ARRAY_STRIDE_EXT : constant GLenum := 32892; GL_VERTEX_ARRAY_COUNT_EXT : constant GLenum := 32893; GL_NORMAL_ARRAY_TYPE_EXT : constant GLenum := 32894; GL_NORMAL_ARRAY_STRIDE_EXT : constant GLenum := 32895; GL_NORMAL_ARRAY_COUNT_EXT : constant GLenum := 32896; GL_COLOR_ARRAY_SIZE_EXT : constant GLenum := 32897; GL_COLOR_ARRAY_TYPE_EXT : constant GLenum := 32898; GL_COLOR_ARRAY_STRIDE_EXT : constant GLenum := 32899; GL_COLOR_ARRAY_COUNT_EXT : constant GLenum := 32900; GL_INDEX_ARRAY_TYPE_EXT : constant GLenum := 32901; GL_INDEX_ARRAY_STRIDE_EXT : constant GLenum := 32902; GL_INDEX_ARRAY_COUNT_EXT : constant GLenum := 32903; GL_TEXTURE_COORD_ARRAY_SIZE_EXT : constant GLenum := 32904; GL_TEXTURE_COORD_ARRAY_TYPE_EXT : constant GLenum := 32905; GL_TEXTURE_COORD_ARRAY_STRIDE_EXT : constant GLenum := 32906; GL_TEXTURE_COORD_ARRAY_COUNT_EXT : constant GLenum := 32907; GL_EDGE_FLAG_ARRAY_STRIDE_EXT : constant GLenum := 32908; GL_EDGE_FLAG_ARRAY_COUNT_EXT : constant GLenum := 32909; GL_VERTEX_ARRAY_POINTER_EXT : constant GLenum := 32910; GL_NORMAL_ARRAY_POINTER_EXT : constant GLenum := 32911; GL_COLOR_ARRAY_POINTER_EXT : constant GLenum := 32912; GL_INDEX_ARRAY_POINTER_EXT : constant GLenum := 32913; GL_TEXTURE_COORD_ARRAY_POINTER_EXT : constant GLenum := 32914; GL_EDGE_FLAG_ARRAY_POINTER_EXT : constant GLenum := 32915; GL_TEXTURE_PRIORITY_EXT : constant GLenum := 32870; GL_TEXTURE_RESIDENT_EXT : constant GLenum := 32871; GL_TEXTURE_1D_BINDING_EXT : constant GLenum := 32872; GL_TEXTURE_2D_BINDING_EXT : constant GLenum := 32873; GL_PACK_SKIP_IMAGES_EXT : constant GLenum := 32875; GL_PACK_IMAGE_HEIGHT_EXT : constant GLenum := 32876; GL_UNPACK_SKIP_IMAGES_EXT : constant GLenum := 32877; GL_UNPACK_IMAGE_HEIGHT_EXT : constant GLenum := 32878; GL_TEXTURE_3D_EXT : constant GLenum := 32879; GL_PROXY_TEXTURE_3D_EXT : constant GLenum := 32880; GL_TEXTURE_DEPTH_EXT : constant GLenum := 32881; GL_TEXTURE_WRAP_R_EXT : constant GLenum := 32882; GL_MAX_3D_TEXTURE_SIZE_EXT : constant GLenum := 32883; GL_TEXTURE_3D_BINDING_EXT : constant GLenum := 32874; GL_TABLE_TOO_LARGE_EXT : constant GLenum := 32817; GL_COLOR_TABLE_FORMAT_EXT : constant GLenum := 32984; GL_COLOR_TABLE_WIDTH_EXT : constant GLenum := 32985; GL_COLOR_TABLE_RED_SIZE_EXT : constant GLenum := 32986; GL_COLOR_TABLE_GREEN_SIZE_EXT : constant GLenum := 32987; GL_COLOR_TABLE_BLUE_SIZE_EXT : constant GLenum := 32988; GL_COLOR_TABLE_ALPHA_SIZE_EXT : constant GLenum := 32989; GL_COLOR_TABLE_LUMINANCE_SIZE_EXT : constant GLenum := 32990; GL_COLOR_TABLE_INTENSITY_SIZE_EXT : constant GLenum := 32991; GL_TEXTURE_INDEX_SIZE_EXT : constant GLenum := 33005; GL_COLOR_INDEX1_EXT : constant GLenum := 32994; GL_COLOR_INDEX2_EXT : constant GLenum := 32995; GL_COLOR_INDEX4_EXT : constant GLenum := 32996; GL_COLOR_INDEX8_EXT : constant GLenum := 32997; GL_COLOR_INDEX12_EXT : constant GLenum := 32998; GL_COLOR_INDEX16_EXT : constant GLenum := 32999; GL_SHARED_TEXTURE_PALETTE_EXT : constant GLenum := 33275; GL_POINT_SIZE_MIN_EXT : constant GLenum := 33062; GL_POINT_SIZE_MAX_EXT : constant GLenum := 33063; GL_POINT_FADE_THRESHOLD_SIZE_EXT : constant GLenum := 33064; GL_DISTANCE_ATTENUATION_EXT : constant GLenum := 33065; GL_RESCALE_NORMAL_EXT : constant GLenum := 32826; GL_ABGR_EXT : constant GLenum := 32768; GL_SELECTED_TEXTURE_SGIS : constant GLenum := 33628; GL_SELECTED_TEXTURE_COORD_SET_SGIS : constant GLenum := 33629; GL_MAX_TEXTURES_SGIS : constant GLenum := 33630; GL_TEXTURE0_SGIS : constant GLenum := 33631; GL_TEXTURE1_SGIS : constant GLenum := 33632; GL_TEXTURE2_SGIS : constant GLenum := 33633; GL_TEXTURE3_SGIS : constant GLenum := 33634; GL_TEXTURE_COORD_SET_SOURCE_SGIS : constant GLenum := 33635; GL_SELECTED_TEXTURE_EXT : constant GLenum := 33728; GL_SELECTED_TEXTURE_COORD_SET_EXT : constant GLenum := 33729; GL_SELECTED_TEXTURE_TRANSFORM_EXT : constant GLenum := 33730; GL_MAX_TEXTURES_EXT : constant GLenum := 33731; GL_MAX_TEXTURE_COORD_SETS_EXT : constant GLenum := 33732; GL_TEXTURE_ENV_COORD_SET_EXT : constant GLenum := 33733; GL_TEXTURE0_EXT : constant GLenum := 33734; GL_TEXTURE1_EXT : constant GLenum := 33735; GL_TEXTURE2_EXT : constant GLenum := 33736; GL_TEXTURE3_EXT : constant GLenum := 33737; GL_CLAMP_TO_EDGE_SGIS : constant GLenum := 33071; GL_RESCALE_NORMAL : constant GLenum := 32826; GL_CLAMP_TO_EDGE : constant GLenum := 33071; GL_MAX_ELEMENTS_VERTICES : constant GLenum := 61672; GL_MAX_ELEMENTS_INDICES : constant GLenum := 61673; GL_BGR : constant GLenum := 32992; GL_BGRA : constant GLenum := 32993; GL_UNSIGNED_BYTE_3_3_2 : constant GLenum := 32818; GL_UNSIGNED_BYTE_2_3_3_REV : constant GLenum := 33634; GL_UNSIGNED_SHORT_5_6_5 : constant GLenum := 33635; GL_UNSIGNED_SHORT_5_6_5_REV : constant GLenum := 33636; GL_UNSIGNED_SHORT_4_4_4_4 : constant GLenum := 32819; GL_UNSIGNED_SHORT_4_4_4_4_REV : constant GLenum := 33637; GL_UNSIGNED_SHORT_5_5_5_1 : constant GLenum := 32820; GL_UNSIGNED_SHORT_1_5_5_5_REV : constant GLenum := 33638; GL_UNSIGNED_INT_8_8_8_8 : constant GLenum := 32821; GL_UNSIGNED_INT_8_8_8_8_REV : constant GLenum := 33639; GL_UNSIGNED_INT_10_10_10_2 : constant GLenum := 32822; GL_UNSIGNED_INT_2_10_10_10_REV : constant GLenum := 33640; GL_LIGHT_MODEL_COLOR_CONTROL : constant GLenum := 33272; GL_SINGLE_COLOR : constant GLenum := 33273; GL_SEPARATE_SPECULAR_COLOR : constant GLenum := 33274; GL_TEXTURE_MIN_LOD : constant GLenum := 33082; GL_TEXTURE_MAX_LOD : constant GLenum := 33083; GL_TEXTURE_BASE_LEVEL : constant GLenum := 33084; GL_TEXTURE_MAX_LEVEL : constant GLenum := 33085; -- GL_NO_ERROR must be zero GL_NO_ERROR : constant := 0; subtype GLbitfield is Interfaces.C.unsigned; GL_CURRENT_BIT : constant Glbitfield := 16#00000001#; GL_POINT_BIT : constant Glbitfield := 16#00000002#; GL_LINE_BIT : constant Glbitfield := 16#00000004#; GL_POLYGON_BIT : constant Glbitfield := 16#00000008#; GL_POLYGON_STIPPLE_BIT : constant Glbitfield := 16#00000010#; GL_PIXEL_MODE_BIT : constant Glbitfield := 16#00000020#; GL_LIGHTING_BIT : constant Glbitfield := 16#00000040#; GL_FOG_BIT : constant Glbitfield := 16#00000080#; GL_DEPTH_BUFFER_BIT : constant Glbitfield := 16#00000100#; GL_ACCUM_BUFFER_BIT : constant Glbitfield := 16#00000200#; GL_STENCIL_BUFFER_BIT : constant Glbitfield := 16#00000400#; GL_VIEWPORT_BIT : constant Glbitfield := 16#00000800#; GL_TRANSFORM_BIT : constant Glbitfield := 16#00001000#; GL_ENABLE_BIT : constant Glbitfield := 16#00002000#; GL_COLOR_BUFFER_BIT : constant Glbitfield := 16#00004000#; GL_HINT_BIT : constant Glbitfield := 16#00008000#; GL_EVAL_BIT : constant Glbitfield := 16#00010000#; GL_LIST_BIT : constant Glbitfield := 16#00020000#; GL_TEXTURE_BIT : constant Glbitfield := 16#00040000#; GL_SCISSOR_BIT : constant Glbitfield := 16#00080000#; GL_ALL_ATTRIB_BITS : constant Glbitfield := 16#000fffff#; -- -- Data types (may be architecture dependent in some cases) -- -- C type GL type storage -- ------------------------------------------------------------------------- type Void is null record ; subtype GLvoid is Void; subtype GLboolean is Interfaces.C.unsigned_char; subtype GLbyte is Interfaces.C.signed_char; -- 1-byte signed subtype GLshort is Short_Integer; -- 2-byte signed subtype GLint is Integer; -- 4-byte signed type GLint_Vec_4 is array (0 .. 3) of GLint; subtype GLubyte is Interfaces.C.unsigned_char; -- 1-byte unsigned type GLubyte_Ptr is access GLubyte; subtype GLushort is Interfaces.C.unsigned_short; -- 2-byte unsigned subtype GLuint is Interfaces.C.unsigned; -- 4-byte unsigned subtype GLsizei is Integer; -- 4-byte signed subtype GLfloat is Float; -- single precision float type GLfloat_Vec_16 is array (0 .. 15) of GLfloat; subtype GLclampf is Float; -- single precision float in [0;1] subtype GLdouble is Long_Float; -- double precision float type GLdouble_Vec_3 is array (0 .. 2) of GLdouble; type GLdouble_Vec_16 is array (0 .. 15) of GLdouble; subtype GLclampd is Long_Float; -- double precision float in [0;1] -- -- Miscellaneous -- procedure glClearIndex (c : GLfloat); procedure glClearColor (red : GLclampf; green : GLclampf; blue : GLclampf; alpha : GLclampf); procedure glClear (mask : GLbitfield); procedure glIndexMask (mask : GLuint); procedure glColorMask (red : GLboolean; green : GLboolean; blue : GLboolean; alpha : GLboolean); procedure glAlphaFunc (func : GLenum; ref : GLclampf); procedure glBlendFunc (sfactor : GLenum; dfactor : GLenum); procedure glLogicOp (opcode : GLenum); procedure glCullFace (mode : GLenum); procedure glFrontFace (mode : GLenum); procedure glPointSize (size : GLfloat); procedure glLineWidth (width : GLfloat); procedure glLineStipple (factor : GLint; pattern : GLushort); procedure glPolygonMode (face : GLenum; mode : GLenum); procedure glPolygonOffset (factor : GLfloat; units : GLfloat); procedure glPolygonStipple (mask : access GLubyte); procedure glGetPolygonStipple (mask : access GLubyte); procedure glEdgeFlag (flag : GLboolean); procedure glEdgeFlagv (flag : access GLboolean); procedure glScissor (x : GLint; y : GLint; width : GLsizei; height : GLsizei); procedure glClipPlane (plane : GLenum; equation : access GLdouble); procedure glGetClipPlane (plane : GLenum; equation : access GLdouble); procedure glDrawBuffer (mode : GLenum); procedure glReadBuffer (mode : GLenum); procedure glEnable (cap : GLenum); procedure glDisable (cap : GLenum); function glIsEnabled (cap : GLenum) return GLboolean; procedure glEnableClientState (cap : GLenum -- 1.1 ); procedure glDisableClientState (cap : GLenum -- 1.1 ); procedure glGetBooleanv (pname : GLenum; params : access GLboolean); procedure glGetDoublev (pname : GLenum; params : access GLdouble); procedure glGetFloatv (pname : GLenum; params : access GLfloat); procedure glGetIntegerv (pname : GLenum; params : access GLint); procedure glPushAttrib (mask : GLbitfield); procedure glPopAttrib; procedure glPushClientAttrib (mask : GLbitfield -- 1.1 ); procedure glPopClientAttrib; -- 1.1 function glRenderMode (mode : GLenum) return GLint; function glGetError return GLenum; function glGetString (name : GLenum) return GLubyte_Ptr; procedure glFinish; procedure glFlush; procedure glHint (target : GLenum; mode : GLenum); -- -- Depth Buffer -- procedure glClearDepth (depth : GLclampd); procedure glDepthFunc (func : GLenum); procedure glDepthMask (flag : GLboolean); procedure glDepthRange (near_val : GLclampd; far_val : GLclampd); -- -- Accumulation Buffer -- procedure glClearAccum (red : GLfloat; green : GLfloat; blue : GLfloat; alpha : GLfloat); procedure glAccum (op : GLenum; value : GLfloat); -- -- Transformation -- procedure glMatrixMode (mode : GLenum); procedure glOrtho (left : GLdouble; right : GLdouble; bottom : GLdouble; top : GLdouble; near_val : GLdouble; far_val : GLdouble); procedure glFrustum (left : GLdouble; right : GLdouble; bottom : GLdouble; top : GLdouble; near_val : GLdouble; far_val : GLdouble); procedure glViewport (x : GLint; y : GLint; width : GLsizei; height : GLsizei); procedure glPushMatrix; procedure glPopMatrix; procedure glLoadIdentity; procedure glLoadMatrixd (m : access GLdouble); procedure glLoadMatrixf (m : access GLfloat); procedure glMultMatrixd (m : access GLdouble); procedure glMultMatrixf (m : access GLfloat); procedure glRotated (angle : GLdouble; x : GLdouble; y : GLdouble; z : GLdouble); procedure glRotatef (angle : GLfloat; x : GLfloat; y : GLfloat; z : GLfloat); procedure glScaled (x : GLdouble; y : GLdouble; z : GLdouble); procedure glScalef (x : GLfloat; y : GLfloat; z : GLfloat); procedure glTranslated (x : GLdouble; y : GLdouble; z : GLdouble); procedure glTranslatef (x : GLfloat; y : GLfloat; z : GLfloat); -- -- Display Lists -- function glIsList (list : GLuint) return GLboolean; procedure glDeleteLists (list : GLuint; range_Id : GLsizei); function glGenLists (range_Id : GLsizei) return GLuint; procedure glNewList (list : GLuint; mode : GLenum); procedure glEndList; procedure glCallList (list : GLuint); procedure glCallLists (n : GLsizei; type_Id : GLenum; lists : access GLvoid); procedure glListBase (base : GLuint); -- -- Drawing Functions -- procedure glBegin (mode : GLenum); procedure glEnd; procedure glVertex2d (x : GLdouble; y : GLdouble); procedure glVertex2f (x : GLfloat; y : GLfloat); procedure glVertex2i (x : GLint; y : GLint); procedure glVertex2s (x : GLshort; y : GLshort); procedure glVertex3d (x : GLdouble; y : GLdouble; z : GLdouble); procedure glVertex3f (x : GLfloat; y : GLfloat; z : GLfloat); procedure glVertex3i (x : GLint; y : GLint; z : GLint); procedure glVertex3s (x : GLshort; y : GLshort; z : GLshort); procedure glVertex4d (x : GLdouble; y : GLdouble; z : GLdouble; w : GLdouble); procedure glVertex4f (x : GLfloat; y : GLfloat; z : GLfloat; w : GLfloat); procedure glVertex4i (x : GLint; y : GLint; z : GLint; w : GLint); procedure glVertex4s (x : GLshort; y : GLshort; z : GLshort; w : GLshort); procedure glVertex2dv (v : access GLdouble); procedure glVertex2fv (v : access GLfloat); procedure glVertex2iv (v : access GLint); procedure glVertex2sv (v : access GLshort); procedure glVertex3dv (v : access GLdouble); procedure glVertex3fv (v : access GLfloat); procedure glVertex3iv (v : access GLint); procedure glVertex3sv (v : access GLshort); procedure glVertex4dv (v : access GLdouble); procedure glVertex4fv (v : access GLfloat); procedure glVertex4iv (v : access GLint); procedure glVertex4sv (v : access GLshort); procedure glNormal3b (nx : GLbyte; ny : GLbyte; nz : GLbyte); procedure glNormal3d (nx : GLdouble; ny : GLdouble; nz : GLdouble); procedure glNormal3f (nx : GLfloat; ny : GLfloat; nz : GLfloat); procedure glNormal3i (nx : GLint; ny : GLint; nz : GLint); procedure glNormal3s (nx : GLshort; ny : GLshort; nz : GLshort); procedure glNormal3bv (v : access GLbyte); procedure glNormal3dv (v : access GLdouble); procedure glNormal3fv (v : access GLfloat); procedure glNormal3iv (v : access GLint); procedure glNormal3sv (v : access GLshort); procedure glIndexd (c : GLdouble); procedure glIndexf (c : GLfloat); procedure glIndexi (c : GLint); procedure glIndexs (c : GLshort); procedure glIndexub (c : GLubyte -- 1.1 ); procedure glIndexdv (c : access GLdouble); procedure glIndexfv (c : access GLfloat); procedure glIndexiv (c : access GLint); procedure glIndexsv (c : access GLshort); procedure glIndexubv (c : access GLubyte -- 1.1 ); procedure glColor3b (red : GLbyte; green : GLbyte; blue : GLbyte); procedure glColor3d (red : GLdouble; green : GLdouble; blue : GLdouble); procedure glColor3f (red : GLfloat; green : GLfloat; blue : GLfloat); procedure glColor3i (red : GLint; green : GLint; blue : GLint); procedure glColor3s (red : GLshort; green : GLshort; blue : GLshort); procedure glColor3ub (red : GLubyte; green : GLubyte; blue : GLubyte); procedure glColor3ui (red : GLuint; green : GLuint; blue : GLuint); procedure glColor3us (red : GLushort; green : GLushort; blue : GLushort); procedure glColor4b (red : GLbyte; green : GLbyte; blue : GLbyte; alpha : GLbyte); procedure glColor4d (red : GLdouble; green : GLdouble; blue : GLdouble; alpha : GLdouble); procedure glColor4f (red : GLfloat; green : GLfloat; blue : GLfloat; alpha : GLfloat); procedure glColor4i (red : GLint; green : GLint; blue : GLint; alpha : GLint); procedure glColor4s (red : GLshort; green : GLshort; blue : GLshort; alpha : GLshort); procedure glColor4ub (red : GLubyte; green : GLubyte; blue : GLubyte; alpha : GLubyte); procedure glColor4ui (red : GLuint; green : GLuint; blue : GLuint; alpha : GLuint); procedure glColor4us (red : GLushort; green : GLushort; blue : GLushort; alpha : GLushort); procedure glColor3bv (v : access GLbyte); procedure glColor3dv (v : access GLdouble); procedure glColor3fv (v : access GLfloat); procedure glColor3iv (v : access GLint); procedure glColor3sv (v : access GLshort); procedure glColor3ubv (v : access GLubyte); procedure glColor3uiv (v : access GLuint); procedure glColor3usv (v : access GLushort); procedure glColor4bv (v : access GLbyte); procedure glColor4dv (v : access GLdouble); procedure glColor4fv (v : access GLfloat); procedure glColor4iv (v : access GLint); procedure glColor4sv (v : access GLshort); procedure glColor4ubv (v : access GLubyte); procedure glColor4uiv (v : access GLuint); procedure glColor4usv (v : access GLushort); procedure glTexCoord1d (s : GLdouble); procedure glTexCoord1f (s : GLfloat); procedure glTexCoord1i (s : GLint); procedure glTexCoord1s (s : GLshort); procedure glTexCoord2d (s : GLdouble; t : GLdouble); procedure glTexCoord2f (s : GLfloat; t : GLfloat); procedure glTexCoord2i (s : GLint; t : GLint); procedure glTexCoord2s (s : GLshort; t : GLshort); procedure glTexCoord3d (s : GLdouble; t : GLdouble; r : GLdouble); procedure glTexCoord3f (s : GLfloat; t : GLfloat; r : GLfloat); procedure glTexCoord3i (s : GLint; t : GLint; r : GLint); procedure glTexCoord3s (s : GLshort; t : GLshort; r : GLshort); procedure glTexCoord4d (s : GLdouble; t : GLdouble; r : GLdouble; q : GLdouble); procedure glTexCoord4f (s : GLfloat; t : GLfloat; r : GLfloat; q : GLfloat); procedure glTexCoord4i (s : GLint; t : GLint; r : GLint; q : GLint); procedure glTexCoord4s (s : GLshort; t : GLshort; r : GLshort; q : GLshort); procedure glTexCoord1dv (v : access GLdouble); procedure glTexCoord1fv (v : access GLfloat); procedure glTexCoord1iv (v : access GLint); procedure glTexCoord1sv (v : access GLshort); procedure glTexCoord2dv (v : access GLdouble); procedure glTexCoord2fv (v : access GLfloat); procedure glTexCoord2iv (v : access GLint); procedure glTexCoord2sv (v : access GLshort); procedure glTexCoord3dv (v : access GLdouble); procedure glTexCoord3fv (v : access GLfloat); procedure glTexCoord3iv (v : access GLint); procedure glTexCoord3sv (v : access GLshort); procedure glTexCoord4dv (v : access GLdouble); procedure glTexCoord4fv (v : access GLfloat); procedure glTexCoord4iv (v : access GLint); procedure glTexCoord4sv (v : access GLshort); procedure glRasterPos2d (x : GLdouble; y : GLdouble); procedure glRasterPos2f (x : GLfloat; y : GLfloat); procedure glRasterPos2i (x : GLint; y : GLint); procedure glRasterPos2s (x : GLshort; y : GLshort); procedure glRasterPos3d (x : GLdouble; y : GLdouble; z : GLdouble); procedure glRasterPos3f (x : GLfloat; y : GLfloat; z : GLfloat); procedure glRasterPos3i (x : GLint; y : GLint; z : GLint); procedure glRasterPos3s (x : GLshort; y : GLshort; z : GLshort); procedure glRasterPos4d (x : GLdouble; y : GLdouble; z : GLdouble; w : GLdouble); procedure glRasterPos4f (x : GLfloat; y : GLfloat; z : GLfloat; w : GLfloat); procedure glRasterPos4i (x : GLint; y : GLint; z : GLint; w : GLint); procedure glRasterPos4s (x : GLshort; y : GLshort; z : GLshort; w : GLshort); procedure glRasterPos2dv (v : access GLdouble); procedure glRasterPos2fv (v : access GLfloat); procedure glRasterPos2iv (v : access GLint); procedure glRasterPos2sv (v : access GLshort); procedure glRasterPos3dv (v : access GLdouble); procedure glRasterPos3fv (v : access GLfloat); procedure glRasterPos3iv (v : access GLint); procedure glRasterPos3sv (v : access GLshort); procedure glRasterPos4dv (v : access GLdouble); procedure glRasterPos4fv (v : access GLfloat); procedure glRasterPos4iv (v : access GLint); procedure glRasterPos4sv (v : access GLshort); procedure glRectd (x1 : GLdouble; y1 : GLdouble; x2 : GLdouble; y2 : GLdouble); procedure glRectf (x1 : GLfloat; y1 : GLfloat; x2 : GLfloat; y2 : GLfloat); procedure glRecti (x1 : GLint; y1 : GLint; x2 : GLint; y2 : GLint); procedure glRects (x1 : GLshort; y1 : GLshort; x2 : GLshort; y2 : GLshort); procedure glRectdv (v1 : access GLdouble; v2 : access GLdouble); procedure glRectfv (v1 : access GLfloat; v2 : access GLfloat); procedure glRectiv (v1 : access GLint; v2 : access GLint); procedure glRectsv (v1 : access GLshort; v2 : access GLshort); -- -- Vertex Arrays (1.1) -- procedure glVertexPointer (size : GLint; type_Id : GLenum; stride : GLsizei; ptr : access GLvoid); procedure glNormalPointer (type_Id : GLenum; stride : GLsizei; ptr : access GLvoid); procedure glColorPointer (size : GLint; type_Id : GLenum; stride : GLsizei; ptr : access GLvoid); procedure glIndexPointer (type_Id : GLenum; stride : GLsizei; ptr : access GLvoid); procedure glTexCoordPointer (size : GLint; type_Id : GLenum; stride : GLsizei; ptr : access GLvoid); procedure glEdgeFlagPointer (stride : GLsizei; ptr : access GLboolean); procedure glGetPointerv (pname : GLenum; params : access Interfaces.C.Extensions.Void_Ptr); procedure glArrayElement (i : GLint); procedure glDrawArrays (mode : GLenum; first : GLint; count : GLsizei); procedure glDrawElements (mode : GLenum; count : GLsizei; type_Id : GLenum; indices : access GLvoid); procedure glInterleavedArrays (format : GLenum; stride : GLsizei; pointer : access GLvoid); -- -- Lighting -- procedure glShadeModel (mode : GLenum); procedure glLightf (light : GLenum; pname : GLenum; param : GLfloat); procedure glLighti (light : GLenum; pname : GLenum; param : GLint); procedure glLightfv (light : GLenum; pname : GLenum; params : access GLfloat); procedure glLightiv (light : GLenum; pname : GLenum; params : access GLint); procedure glGetLightfv (light : GLenum; pname : GLenum; params : access GLfloat); procedure glGetLightiv (light : GLenum; pname : GLenum; params : access GLint); procedure glLightModelf (pname : GLenum; param : GLfloat); procedure glLightModeli (pname : GLenum; param : GLint); procedure glLightModelfv (pname : GLenum; params : access GLfloat); procedure glLightModeliv (pname : GLenum; params : access GLint); procedure glMaterialf (face : GLenum; pname : GLenum; param : GLfloat); procedure glMateriali (face : GLenum; pname : GLenum; param : GLint); procedure glMaterialfv (face : GLenum; pname : GLenum; params : access GLfloat); procedure glMaterialiv (face : GLenum; pname : GLenum; params : access GLint); procedure glGetMaterialfv (face : GLenum; pname : GLenum; params : access GLfloat); procedure glGetMaterialiv (face : GLenum; pname : GLenum; params : access GLint); procedure glColorMaterial (face : GLenum; mode : GLenum); -- -- Raster functions -- procedure glPixelZoom (xfactor : GLfloat; yfactor : GLfloat); procedure glPixelStoref (pname : GLenum; param : GLfloat); procedure glPixelStorei (pname : GLenum; param : GLint); procedure glPixelTransferf (pname : GLenum; param : GLfloat); procedure glPixelTransferi (pname : GLenum; param : GLint); procedure glPixelMapfv (map : GLenum; mapsize : GLint; values : access GLfloat); procedure glPixelMapuiv (map : GLenum; mapsize : GLint; values : access GLuint); procedure glPixelMapusv (map : GLenum; mapsize : GLint; values : access GLushort); procedure glGetPixelMapfv (map : GLenum; values : access GLfloat); procedure glGetPixelMapuiv (map : GLenum; values : access GLuint); procedure glGetPixelMapusv (map : GLenum; values : access GLushort); procedure glBitmap (width : GLsizei; height : GLsizei; xorig : GLfloat; yorig : GLfloat; xmove : GLfloat; ymove : GLfloat; bitmap : access GLubyte); procedure glReadPixels (x : GLint; y : GLint; width : GLsizei; height : GLsizei; format : GLenum; type_Id : GLenum; pixels : access GLvoid); procedure glDrawPixels (width : GLsizei; height : GLsizei; format : GLenum; type_Id : GLenum; pixels : access GLvoid); procedure glCopyPixels (x : GLint; y : GLint; width : GLsizei; height : GLsizei; type_Id : GLenum); -- -- Stenciling -- procedure glStencilFunc (func : GLenum; ref : GLint; mask : GLuint); procedure glStencilMask (mask : GLuint); procedure glStencilOp (fail : GLenum; zfail : GLenum; zpass : GLenum); procedure glClearStencil (s : GLint); -- -- Texture mapping -- procedure glTexGend (coord : GLenum; pname : GLenum; param : GLdouble); procedure glTexGenf (coord : GLenum; pname : GLenum; param : GLfloat); procedure glTexGeni (coord : GLenum; pname : GLenum; param : GLint); procedure glTexGendv (coord : GLenum; pname : GLenum; params : access GLdouble); procedure glTexGenfv (coord : GLenum; pname : GLenum; params : access GLfloat); procedure glTexGeniv (coord : GLenum; pname : GLenum; params : access GLint); procedure glGetTexGendv (coord : GLenum; pname : GLenum; params : access GLdouble); procedure glGetTexGenfv (coord : GLenum; pname : GLenum; params : access GLfloat); procedure glGetTexGeniv (coord : GLenum; pname : GLenum; params : access GLint); procedure glTexEnvf (target : GLenum; pname : GLenum; param : GLfloat); procedure glTexEnvi (target : GLenum; pname : GLenum; param : GLint); procedure glTexEnvfv (target : GLenum; pname : GLenum; params : access GLfloat); procedure glTexEnviv (target : GLenum; pname : GLenum; params : access GLint); procedure glGetTexEnvfv (target : GLenum; pname : GLenum; params : access GLfloat); procedure glGetTexEnviv (target : GLenum; pname : GLenum; params : access GLint); procedure glTexParameterf (target : GLenum; pname : GLenum; param : GLfloat); procedure glTexParameteri (target : GLenum; pname : GLenum; param : GLint); procedure glTexParameterfv (target : GLenum; pname : GLenum; params : access GLfloat); procedure glTexParameteriv (target : GLenum; pname : GLenum; params : access GLint); procedure glGetTexParameterfv (target : GLenum; pname : GLenum; params : access GLfloat); procedure glGetTexParameteriv (target : GLenum; pname : GLenum; params : access GLint); procedure glGetTexLevelParameterfv (target : GLenum; level : GLint; pname : GLenum; params : access GLfloat); procedure glGetTexLevelParameteriv (target : GLenum; level : GLint; pname : GLenum; params : access GLint); procedure glTexImage1D (target : GLenum; level : GLint; internalFormat : GLint; width : GLsizei; border : GLint; format : GLenum; type_Id : GLenum; pixels : access GLvoid); procedure glTexImage2D (target : GLenum; level : GLint; internalFormat : GLint; width : GLsizei; height : GLsizei; border : GLint; format : GLenum; type_Id : GLenum; pixels : access GLvoid); procedure glGetTexImage (target : GLenum; level : GLint; format : GLenum; type_Id : GLenum; pixels : access GLvoid); -- 1.1 functions procedure glGenTextures (n : GLsizei; textures : access GLuint); procedure glDeleteTextures (n : GLsizei; textures : access GLuint); procedure glBindTexture (target : GLenum; texture : GLuint); procedure glPrioritizeTextures (n : GLsizei; textures : access GLuint; priorities : access GLclampf); function glAreTexturesResident (n : GLsizei; textures : access GLuint; residences : access GLboolean) return GLboolean; function glIsTexture (texture : GLuint) return GLboolean; procedure glTexSubImage1D (target : GLenum; level : GLint; xoffset : GLint; width : GLsizei; format : GLenum; type_Id : GLenum; pixels : access GLvoid); procedure glTexSubImage2D (target : GLenum; level : GLint; xoffset : GLint; yoffset : GLint; width : GLsizei; height : GLsizei; format : GLenum; type_Id : GLenum; pixels : access GLvoid); procedure glCopyTexImage1D (target : GLenum; level : GLint; internalformat : GLenum; x : GLint; y : GLint; width : GLsizei; border : GLint); procedure glCopyTexImage2D (target : GLenum; level : GLint; internalformat : GLenum; x : GLint; y : GLint; width : GLsizei; height : GLsizei; border : GLint); procedure glCopyTexSubImage1D (target : GLenum; level : GLint; xoffset : GLint; x : GLint; y : GLint; width : GLsizei); procedure glCopyTexSubImage2D (target : GLenum; level : GLint; xoffset : GLint; yoffset : GLint; x : GLint; y : GLint; width : GLsizei; height : GLsizei); -- -- Evaluators -- procedure glMap1d (target : GLenum; u1 : GLdouble; u2 : GLdouble; stride : GLint; order : GLint; points : access GLdouble); procedure glMap1f (target : GLenum; u1 : GLfloat; u2 : GLfloat; stride : GLint; order : GLint; points : access GLfloat); procedure glMap2d (target : GLenum; u1 : GLdouble; u2 : GLdouble; ustride : GLint; uorder : GLint; v1 : GLdouble; v2 : GLdouble; vstride : GLint; vorder : GLint; points : access GLdouble); procedure glMap2f (target : GLenum; u1 : GLfloat; u2 : GLfloat; ustride : GLint; uorder : GLint; v1 : GLfloat; v2 : GLfloat; vstride : GLint; vorder : GLint; points : access GLfloat); procedure glGetMapdv (target : GLenum; query : GLenum; v : access GLdouble); procedure glGetMapfv (target : GLenum; query : GLenum; v : access GLfloat); procedure glGetMapiv (target : GLenum; query : GLenum; v : access GLint); procedure glEvalCoord1d (u : GLdouble); procedure glEvalCoord1f (u : GLfloat); procedure glEvalCoord1dv (u : access GLdouble); procedure glEvalCoord1fv (u : access GLfloat); procedure glEvalCoord2d (u : GLdouble; v : GLdouble); procedure glEvalCoord2f (u : GLfloat; v : GLfloat); procedure glEvalCoord2dv (u : access GLdouble); procedure glEvalCoord2fv (u : access GLfloat); procedure glMapGrid1d (un : GLint; u1 : GLdouble; u2 : GLdouble); procedure glMapGrid1f (un : GLint; u1 : GLfloat; u2 : GLfloat); procedure glMapGrid2d (un : GLint; u1 : GLdouble; u2 : GLdouble; vn : GLint; v1 : GLdouble; v2 : GLdouble); procedure glMapGrid2f (un : GLint; u1 : GLfloat; u2 : GLfloat; vn : GLint; v1 : GLfloat; v2 : GLfloat); procedure glEvalPoint1 (i : GLint); procedure glEvalPoint2 (i : GLint; j : GLint); procedure glEvalMesh1 (mode : GLenum; i1 : GLint; i2 : GLint); procedure glEvalMesh2 (mode : GLenum; i1 : GLint; i2 : GLint; j1 : GLint; j2 : GLint); -- -- Fog -- procedure glFogf (pname : GLenum; param : GLfloat); procedure glFogi (pname : GLenum; param : GLint); procedure glFogfv (pname : GLenum; params : access GLfloat); procedure glFogiv (pname : GLenum; params : access GLint); -- -- Selection and Feedback -- procedure glFeedbackBuffer (size : GLsizei; type_Id : GLenum; buffer : access GLfloat); procedure glPassThrough (token : GLfloat); procedure glSelectBuffer (size : GLsizei; buffer : access GLuint); procedure glInitNames; procedure glLoadName (name : GLuint); procedure glPushName (name : GLuint); procedure glPopName; -- -- 1.0 Extensions -- -- GL_EXT_blend_minmax procedure glBlendEquationEXT (mode : GLenum); -- GL_EXT_blend_color procedure glBlendColorEXT (red : GLclampf; green : GLclampf; blue : GLclampf; alpha : GLclampf); -- GL_EXT_polygon_offset procedure glPolygonOffsetEXT (factor : GLfloat; bias : GLfloat); -- GL_EXT_vertex_array procedure glVertexPointerEXT (size : GLint; type_Id : GLenum; stride : GLsizei; count : GLsizei; ptr : access GLvoid); procedure glNormalPointerEXT (type_Id : GLenum; stride : GLsizei; count : GLsizei; ptr : access GLvoid); procedure glColorPointerEXT (size : GLint; type_Id : GLenum; stride : GLsizei; count : GLsizei; ptr : access GLvoid); procedure glIndexPointerEXT (type_Id : GLenum; stride : GLsizei; count : GLsizei; ptr : access GLvoid); procedure glTexCoordPointerEXT (size : GLint; type_Id : GLenum; stride : GLsizei; count : GLsizei; ptr : access GLvoid); procedure glEdgeFlagPointerEXT (stride : GLsizei; count : GLsizei; ptr : access GLboolean); procedure glGetPointervEXT (pname : GLenum; params : access Interfaces.C.Extensions.Void_Ptr); procedure glArrayElementEXT (i : GLint); procedure glDrawArraysEXT (mode : GLenum; first : GLint; count : GLsizei); -- GL_EXT_texture_object procedure glGenTexturesEXT (n : GLsizei; textures : access GLuint); procedure glDeleteTexturesEXT (n : GLsizei; textures : access GLuint); procedure glBindTextureEXT (target : GLenum; texture : GLuint); procedure glPrioritizeTexturesEXT (n : GLsizei; textures : access GLuint; priorities : access GLclampf); function glAreTexturesResidentEXT (n : GLsizei; textures : access GLuint; residences : access GLboolean) return GLboolean; function glIsTextureEXT (texture : GLuint) return GLboolean; -- GL_EXT_texture3D procedure glTexImage3DEXT (target : GLenum; level : GLint; internalFormat : GLenum; width : GLsizei; height : GLsizei; depth : GLsizei; border : GLint; format : GLenum; type_Id : GLenum; pixels : access GLvoid); procedure glTexSubImage3DEXT (target : GLenum; level : GLint; xoffset : GLint; yoffset : GLint; zoffset : GLint; width : GLsizei; height : GLsizei; depth : GLsizei; format : GLenum; type_Id : GLenum; pixels : access GLvoid); procedure glCopyTexSubImage3DEXT (target : GLenum; level : GLint; xoffset : GLint; yoffset : GLint; zoffset : GLint; x : GLint; y : GLint; width : GLsizei; height : GLsizei); -- GL_EXT_color_table procedure glColorTableEXT (target : GLenum; internalformat : GLenum; width : GLsizei; format : GLenum; type_Id : GLenum; table : access GLvoid); procedure glColorSubTableEXT (target : GLenum; start : GLsizei; count : GLsizei; format : GLenum; type_Id : GLenum; data : access GLvoid); procedure glGetColorTableEXT (target : GLenum; format : GLenum; type_Id : GLenum; table : access GLvoid); procedure glGetColorTableParameterfvEXT (target : GLenum; pname : GLenum; params : access GLfloat); procedure glGetColorTableParameterivEXT (target : GLenum; pname : GLenum; params : access GLint); -- GL_SGIS_multitexture procedure glMultiTexCoord1dSGIS (target : GLenum; s : GLdouble); procedure glMultiTexCoord1dvSGIS (target : GLenum; v : access GLdouble); procedure glMultiTexCoord1fSGIS (target : GLenum; s : GLfloat); procedure glMultiTexCoord1fvSGIS (target : GLenum; v : access GLfloat); procedure glMultiTexCoord1iSGIS (target : GLenum; s : GLint); procedure glMultiTexCoord1ivSGIS (target : GLenum; v : access GLint); procedure glMultiTexCoord1sSGIS (target : GLenum; s : GLshort); procedure glMultiTexCoord1svSGIS (target : GLenum; v : access GLshort); procedure glMultiTexCoord2dSGIS (target : GLenum; s : GLdouble; t : GLdouble); procedure glMultiTexCoord2dvSGIS (target : GLenum; v : access GLdouble); procedure glMultiTexCoord2fSGIS (target : GLenum; s : GLfloat; t : GLfloat); procedure glMultiTexCoord2fvSGIS (target : GLenum; v : access GLfloat); procedure glMultiTexCoord2iSGIS (target : GLenum; s : GLint; t : GLint); procedure glMultiTexCoord2ivSGIS (target : GLenum; v : access GLint); procedure glMultiTexCoord2sSGIS (target : GLenum; s : GLshort; t : GLshort); procedure glMultiTexCoord2svSGIS (target : GLenum; v : access GLshort); procedure glMultiTexCoord3dSGIS (target : GLenum; s : GLdouble; t : GLdouble; r : GLdouble); procedure glMultiTexCoord3dvSGIS (target : GLenum; v : access GLdouble); procedure glMultiTexCoord3fSGIS (target : GLenum; s : GLfloat; t : GLfloat; r : GLfloat); procedure glMultiTexCoord3fvSGIS (target : GLenum; v : access GLfloat); procedure glMultiTexCoord3iSGIS (target : GLenum; s : GLint; t : GLint; r : GLint); procedure glMultiTexCoord3ivSGIS (target : GLenum; v : access GLint); procedure glMultiTexCoord3sSGIS (target : GLenum; s : GLshort; t : GLshort; r : GLshort); procedure glMultiTexCoord3svSGIS (target : GLenum; v : access GLshort); procedure glMultiTexCoord4dSGIS (target : GLenum; s : GLdouble; t : GLdouble; r : GLdouble; q : GLdouble); procedure glMultiTexCoord4dvSGIS (target : GLenum; v : access GLdouble); procedure glMultiTexCoord4fSGIS (target : GLenum; s : GLfloat; t : GLfloat; r : GLfloat; q : GLfloat); procedure glMultiTexCoord4fvSGIS (target : GLenum; v : access GLfloat); procedure glMultiTexCoord4iSGIS (target : GLenum; s : GLint; t : GLint; r : GLint; q : GLint); procedure glMultiTexCoord4ivSGIS (target : GLenum; v : access GLint); procedure glMultiTexCoord4sSGIS (target : GLenum; s : GLshort; t : GLshort; r : GLshort; q : GLshort); procedure glMultiTexCoord4svSGIS (target : GLenum; v : access GLshort); procedure glMultiTexCoordPointerSGIS (target : GLenum; size : GLint; type_Id : GLenum; stride : GLsizei; pointer : access GLvoid); procedure glSelectTextureSGIS (target : GLenum); procedure glSelectTextureCoordSetSGIS (target : GLenum); -- GL_EXT_multitexture procedure glMultiTexCoord1dEXT (target : GLenum; s : GLdouble); procedure glMultiTexCoord1dvEXT (target : GLenum; v : access GLdouble); procedure glMultiTexCoord1fEXT (target : GLenum; s : GLfloat); procedure glMultiTexCoord1fvEXT (target : GLenum; v : access GLfloat); procedure glMultiTexCoord1iEXT (target : GLenum; s : GLint); procedure glMultiTexCoord1ivEXT (target : GLenum; v : access GLint); procedure glMultiTexCoord1sEXT (target : GLenum; s : GLshort); procedure glMultiTexCoord1svEXT (target : GLenum; v : access GLshort); procedure glMultiTexCoord2dEXT (target : GLenum; s : GLdouble; t : GLdouble); procedure glMultiTexCoord2dvEXT (target : GLenum; v : access GLdouble); procedure glMultiTexCoord2fEXT (target : GLenum; s : GLfloat; t : GLfloat); procedure glMultiTexCoord2fvEXT (target : GLenum; v : access GLfloat); procedure glMultiTexCoord2iEXT (target : GLenum; s : GLint; t : GLint); procedure glMultiTexCoord2ivEXT (target : GLenum; v : access GLint); procedure glMultiTexCoord2sEXT (target : GLenum; s : GLshort; t : GLshort); procedure glMultiTexCoord2svEXT (target : GLenum; v : access GLshort); procedure glMultiTexCoord3dEXT (target : GLenum; s : GLdouble; t : GLdouble; r : GLdouble); procedure glMultiTexCoord3dvEXT (target : GLenum; v : access GLdouble); procedure glMultiTexCoord3fEXT (target : GLenum; s : GLfloat; t : GLfloat; r : GLfloat); procedure glMultiTexCoord3fvEXT (target : GLenum; v : access GLfloat); procedure glMultiTexCoord3iEXT (target : GLenum; s : GLint; t : GLint; r : GLint); procedure glMultiTexCoord3ivEXT (target : GLenum; v : access GLint); procedure glMultiTexCoord3sEXT (target : GLenum; s : GLshort; t : GLshort; r : GLshort); procedure glMultiTexCoord3svEXT (target : GLenum; v : access GLshort); procedure glMultiTexCoord4dEXT (target : GLenum; s : GLdouble; t : GLdouble; r : GLdouble; q : GLdouble); procedure glMultiTexCoord4dvEXT (target : GLenum; v : access GLdouble); procedure glMultiTexCoord4fEXT (target : GLenum; s : GLfloat; t : GLfloat; r : GLfloat; q : GLfloat); procedure glMultiTexCoord4fvEXT (target : GLenum; v : access GLfloat); procedure glMultiTexCoord4iEXT (target : GLenum; s : GLint; t : GLint; r : GLint; q : GLint); procedure glMultiTexCoord4ivEXT (target : GLenum; v : access GLint); procedure glMultiTexCoord4sEXT (target : GLenum; s : GLshort; t : GLshort; r : GLshort; q : GLshort); procedure glMultiTexCoord4svEXT (target : GLenum; v : access GLshort); procedure glInterleavedTextureCoordSetsEXT (factor : GLint); procedure glSelectTextureEXT (target : GLenum); procedure glSelectTextureCoordSetEXT (target : GLenum); procedure glSelectTextureTransformEXT (target : GLenum); -- GL_EXT_point_parameters procedure glPointParameterfEXT (pname : GLenum; param : GLfloat); procedure glPointParameterfvEXT (pname : GLenum; params : access GLfloat); -- GL_MESA_window_pos procedure glWindowPos2iMESA (x : GLint; y : GLint); procedure glWindowPos2sMESA (x : GLshort; y : GLshort); procedure glWindowPos2fMESA (x : GLfloat; y : GLfloat); procedure glWindowPos2dMESA (x : GLdouble; y : GLdouble); procedure glWindowPos2ivMESA (p : access GLint); procedure glWindowPos2svMESA (p : access GLshort); procedure glWindowPos2fvMESA (p : access GLfloat); procedure glWindowPos2dvMESA (p : access GLdouble); procedure glWindowPos3iMESA (x : GLint; y : GLint; z : GLint); procedure glWindowPos3sMESA (x : GLshort; y : GLshort; z : GLshort); procedure glWindowPos3fMESA (x : GLfloat; y : GLfloat; z : GLfloat); procedure glWindowPos3dMESA (x : GLdouble; y : GLdouble; z : GLdouble); procedure glWindowPos3ivMESA (p : access GLint); procedure glWindowPos3svMESA (p : access GLshort); procedure glWindowPos3fvMESA (p : access GLfloat); procedure glWindowPos3dvMESA (p : access GLdouble); procedure glWindowPos4iMESA (x : GLint; y : GLint; z : GLint; w : GLint); procedure glWindowPos4sMESA (x : GLshort; y : GLshort; z : GLshort; w : GLshort); procedure glWindowPos4fMESA (x : GLfloat; y : GLfloat; z : GLfloat; w : GLfloat); procedure glWindowPos4dMESA (x : GLdouble; y : GLdouble; z : GLdouble; w : GLdouble); procedure glWindowPos4ivMESA (p : access GLint); procedure glWindowPos4svMESA (p : access GLshort); procedure glWindowPos4fvMESA (p : access GLfloat); procedure glWindowPos4dvMESA (p : access GLdouble); -- GL_MESA_resize_buffers procedure glResizeBuffersMESA; -- 1.2 functions procedure glDrawRangeElements (mode : GLenum; start : GLuint; end_Id : GLuint; count : GLsizei; type_Id : GLenum; indices : access GLvoid); procedure glTexImage3D (target : GLenum; level : GLint; internalFormat : GLenum; width : GLsizei; height : GLsizei; depth : GLsizei; border : GLint; format : GLenum; type_Id : GLenum; pixels : access GLvoid); procedure glTexSubImage3D (target : GLenum; level : GLint; xoffset : GLint; yoffset : GLint; zoffset : GLint; width : GLsizei; height : GLsizei; depth : GLsizei; format : GLenum; type_Id : GLenum; pixels : access GLvoid); procedure glCopyTexSubImage3D (target : GLenum; level : GLint; xoffset : GLint; yoffset : GLint; zoffset : GLint; x : GLint; y : GLint; width : GLsizei; height : GLsizei); -- -- Compile-time tests for extensions: -- GL_EXT_blend_color : constant := 1; GL_EXT_blend_logic_op : constant := 1; GL_EXT_blend_minmax : constant := 1; GL_EXT_blend_subtract : constant := 1; GL_EXT_polygon_offset : constant := 1; GL_EXT_vertex_array : constant := 1; GL_EXT_texture_object : constant := 1; GL_EXT_texture3D : constant := 1; GL_EXT_paletted_texture : constant := 1; GL_EXT_shared_texture_palette : constant := 1; GL_EXT_point_parameters : constant := 1; GL_EXT_rescale_normal : constant := 1; GL_EXT_abgr : constant := 1; GL_EXT_multitexture : constant := 1; GL_MESA_window_pos : constant := 1; GL_MESA_resize_buffers : constant := 1; GL_SGIS_multitexture : constant := 1; GL_SGIS_texture_edge_clamp : constant := 1; private pragma Import (Stdcall, glClearIndex, "glClearIndex"); pragma Import (Stdcall, glClearColor, "glClearColor"); pragma Import (Stdcall, glClear, "glClear"); pragma Import (Stdcall, glIndexMask, "glIndexMask"); pragma Import (Stdcall, glColorMask, "glColorMask"); pragma Import (Stdcall, glAlphaFunc, "glAlphaFunc"); pragma Import (Stdcall, glBlendFunc, "glBlendFunc"); pragma Import (Stdcall, glLogicOp, "glLogicOp"); pragma Import (Stdcall, glCullFace, "glCullFace"); pragma Import (Stdcall, glFrontFace, "glFrontFace"); pragma Import (Stdcall, glPointSize, "glPointSize"); pragma Import (Stdcall, glLineWidth, "glLineWidth"); pragma Import (Stdcall, glLineStipple, "glLineStipple"); pragma Import (Stdcall, glPolygonMode, "glPolygonMode"); pragma Import (Stdcall, glPolygonOffset, "glPolygonOffset"); pragma Import (Stdcall, glPolygonStipple, "glPolygonStipple"); pragma Import (Stdcall, glGetPolygonStipple, "glGetPolygonStipple"); pragma Import (Stdcall, glEdgeFlag, "glEdgeFlag"); pragma Import (Stdcall, glEdgeFlagv, "glEdgeFlagv"); pragma Import (Stdcall, glScissor, "glScissor"); pragma Import (Stdcall, glClipPlane, "glClipPlane"); pragma Import (Stdcall, glGetClipPlane, "glGetClipPlane"); pragma Import (Stdcall, glDrawBuffer, "glDrawBuffer"); pragma Import (Stdcall, glReadBuffer, "glReadBuffer"); pragma Import (Stdcall, glEnable, "glEnable"); pragma Import (Stdcall, glDisable, "glDisable"); pragma Import (Stdcall, glIsEnabled, "glIsEnabled"); pragma Import (Stdcall, glEnableClientState, "glEnableClientState"); pragma Import (Stdcall, glDisableClientState, "glDisableClientState"); pragma Import (Stdcall, glGetBooleanv, "glGetBooleanv"); pragma Import (Stdcall, glGetDoublev, "glGetDoublev"); pragma Import (Stdcall, glGetFloatv, "glGetFloatv"); pragma Import (Stdcall, glGetIntegerv, "glGetIntegerv"); pragma Import (Stdcall, glPushAttrib, "glPushAttrib"); pragma Import (Stdcall, glPopAttrib, "glPopAttrib"); pragma Import (Stdcall, glPushClientAttrib, "glPushClientAttrib"); pragma Import (Stdcall, glPopClientAttrib, "glPopClientAttrib"); pragma Import (Stdcall, glRenderMode, "glRenderMode"); pragma Import (Stdcall, glGetError, "glGetError"); pragma Import (Stdcall, glGetString, "glGetString"); pragma Import (Stdcall, glFinish, "glFinish"); pragma Import (Stdcall, glFlush, "glFlush"); pragma Import (Stdcall, glHint, "glHint"); pragma Import (Stdcall, glClearDepth, "glClearDepth"); pragma Import (Stdcall, glDepthFunc, "glDepthFunc"); pragma Import (Stdcall, glDepthMask, "glDepthMask"); pragma Import (Stdcall, glDepthRange, "glDepthRange"); pragma Import (Stdcall, glClearAccum, "glClearAccum"); pragma Import (Stdcall, glAccum, "glAccum"); pragma Import (Stdcall, glMatrixMode, "glMatrixMode"); pragma Import (Stdcall, glOrtho, "glOrtho"); pragma Import (Stdcall, glFrustum, "glFrustum"); pragma Import (Stdcall, glViewport, "glViewport"); pragma Import (Stdcall, glPushMatrix, "glPushMatrix"); pragma Import (Stdcall, glPopMatrix, "glPopMatrix"); pragma Import (Stdcall, glLoadIdentity, "glLoadIdentity"); pragma Import (Stdcall, glLoadMatrixd, "glLoadMatrixd"); pragma Import (Stdcall, glLoadMatrixf, "glLoadMatrixf"); pragma Import (Stdcall, glMultMatrixd, "glMultMatrixd"); pragma Import (Stdcall, glMultMatrixf, "glMultMatrixf"); pragma Import (Stdcall, glRotated, "glRotated"); pragma Import (Stdcall, glRotatef, "glRotatef"); pragma Import (Stdcall, glScaled, "glScaled"); pragma Import (Stdcall, glScalef, "glScalef"); pragma Import (Stdcall, glTranslated, "glTranslated"); pragma Import (Stdcall, glTranslatef, "glTranslatef"); pragma Import (Stdcall, glIsList, "glIsList"); pragma Import (Stdcall, glDeleteLists, "glDeleteLists"); pragma Import (Stdcall, glGenLists, "glGenLists"); pragma Import (Stdcall, glNewList, "glNewList"); pragma Import (Stdcall, glEndList, "glEndList"); pragma Import (Stdcall, glCallList, "glCallList"); pragma Import (Stdcall, glCallLists, "glCallLists"); pragma Import (Stdcall, glListBase, "glListBase"); pragma Import (Stdcall, glBegin, "glBegin"); pragma Import (Stdcall, glEnd, "glEnd"); pragma Import (Stdcall, glVertex2d, "glVertex2d"); pragma Import (Stdcall, glVertex2f, "glVertex2f"); pragma Import (Stdcall, glVertex2i, "glVertex2i"); pragma Import (Stdcall, glVertex2s, "glVertex2s"); pragma Import (Stdcall, glVertex3d, "glVertex3d"); pragma Import (Stdcall, glVertex3f, "glVertex3f"); pragma Import (Stdcall, glVertex3i, "glVertex3i"); pragma Import (Stdcall, glVertex3s, "glVertex3s"); pragma Import (Stdcall, glVertex4d, "glVertex4d"); pragma Import (Stdcall, glVertex4f, "glVertex4f"); pragma Import (Stdcall, glVertex4i, "glVertex4i"); pragma Import (Stdcall, glVertex4s, "glVertex4s"); pragma Import (Stdcall, glVertex2dv, "glVertex2dv"); pragma Import (Stdcall, glVertex2fv, "glVertex2fv"); pragma Import (Stdcall, glVertex2iv, "glVertex2iv"); pragma Import (Stdcall, glVertex2sv, "glVertex2sv"); pragma Import (Stdcall, glVertex3dv, "glVertex3dv"); pragma Import (Stdcall, glVertex3fv, "glVertex3fv"); pragma Import (Stdcall, glVertex3iv, "glVertex3iv"); pragma Import (Stdcall, glVertex3sv, "glVertex3sv"); pragma Import (Stdcall, glVertex4dv, "glVertex4dv"); pragma Import (Stdcall, glVertex4fv, "glVertex4fv"); pragma Import (Stdcall, glVertex4iv, "glVertex4iv"); pragma Import (Stdcall, glVertex4sv, "glVertex4sv"); pragma Import (Stdcall, glNormal3b, "glNormal3b"); pragma Import (Stdcall, glNormal3d, "glNormal3d"); pragma Import (Stdcall, glNormal3f, "glNormal3f"); pragma Import (Stdcall, glNormal3i, "glNormal3i"); pragma Import (Stdcall, glNormal3s, "glNormal3s"); pragma Import (Stdcall, glNormal3bv, "glNormal3bv"); pragma Import (Stdcall, glNormal3dv, "glNormal3dv"); pragma Import (Stdcall, glNormal3fv, "glNormal3fv"); pragma Import (Stdcall, glNormal3iv, "glNormal3iv"); pragma Import (Stdcall, glNormal3sv, "glNormal3sv"); pragma Import (Stdcall, glIndexd, "glIndexd"); pragma Import (Stdcall, glIndexf, "glIndexf"); pragma Import (Stdcall, glIndexi, "glIndexi"); pragma Import (Stdcall, glIndexs, "glIndexs"); pragma Import (Stdcall, glIndexub, "glIndexub"); pragma Import (Stdcall, glIndexdv, "glIndexdv"); pragma Import (Stdcall, glIndexfv, "glIndexfv"); pragma Import (Stdcall, glIndexiv, "glIndexiv"); pragma Import (Stdcall, glIndexsv, "glIndexsv"); pragma Import (Stdcall, glIndexubv, "glIndexubv"); pragma Import (Stdcall, glColor3b, "glColor3b"); pragma Import (Stdcall, glColor3d, "glColor3d"); pragma Import (Stdcall, glColor3f, "glColor3f"); pragma Import (Stdcall, glColor3i, "glColor3i"); pragma Import (Stdcall, glColor3s, "glColor3s"); pragma Import (Stdcall, glColor3ub, "glColor3ub"); pragma Import (Stdcall, glColor3ui, "glColor3ui"); pragma Import (Stdcall, glColor3us, "glColor3us"); pragma Import (Stdcall, glColor4b, "glColor4b"); pragma Import (Stdcall, glColor4d, "glColor4d"); pragma Import (Stdcall, glColor4f, "glColor4f"); pragma Import (Stdcall, glColor4i, "glColor4i"); pragma Import (Stdcall, glColor4s, "glColor4s"); pragma Import (Stdcall, glColor4ub, "glColor4ub"); pragma Import (Stdcall, glColor4ui, "glColor4ui"); pragma Import (Stdcall, glColor4us, "glColor4us"); pragma Import (Stdcall, glColor3bv, "glColor3bv"); pragma Import (Stdcall, glColor3dv, "glColor3dv"); pragma Import (Stdcall, glColor3fv, "glColor3fv"); pragma Import (Stdcall, glColor3iv, "glColor3iv"); pragma Import (Stdcall, glColor3sv, "glColor3sv"); pragma Import (Stdcall, glColor3ubv, "glColor3ubv"); pragma Import (Stdcall, glColor3uiv, "glColor3uiv"); pragma Import (Stdcall, glColor3usv, "glColor3usv"); pragma Import (Stdcall, glColor4bv, "glColor4bv"); pragma Import (Stdcall, glColor4dv, "glColor4dv"); pragma Import (Stdcall, glColor4fv, "glColor4fv"); pragma Import (Stdcall, glColor4iv, "glColor4iv"); pragma Import (Stdcall, glColor4sv, "glColor4sv"); pragma Import (Stdcall, glColor4ubv, "glColor4ubv"); pragma Import (Stdcall, glColor4uiv, "glColor4uiv"); pragma Import (Stdcall, glColor4usv, "glColor4usv"); pragma Import (Stdcall, glTexCoord1d, "glTexCoord1d"); pragma Import (Stdcall, glTexCoord1f, "glTexCoord1f"); pragma Import (Stdcall, glTexCoord1i, "glTexCoord1i"); pragma Import (Stdcall, glTexCoord1s, "glTexCoord1s"); pragma Import (Stdcall, glTexCoord2d, "glTexCoord2d"); pragma Import (Stdcall, glTexCoord2f, "glTexCoord2f"); pragma Import (Stdcall, glTexCoord2i, "glTexCoord2i"); pragma Import (Stdcall, glTexCoord2s, "glTexCoord2s"); pragma Import (Stdcall, glTexCoord3d, "glTexCoord3d"); pragma Import (Stdcall, glTexCoord3f, "glTexCoord3f"); pragma Import (Stdcall, glTexCoord3i, "glTexCoord3i"); pragma Import (Stdcall, glTexCoord3s, "glTexCoord3s"); pragma Import (Stdcall, glTexCoord4d, "glTexCoord4d"); pragma Import (Stdcall, glTexCoord4f, "glTexCoord4f"); pragma Import (Stdcall, glTexCoord4i, "glTexCoord4i"); pragma Import (Stdcall, glTexCoord4s, "glTexCoord4s"); pragma Import (Stdcall, glTexCoord1dv, "glTexCoord1dv"); pragma Import (Stdcall, glTexCoord1fv, "glTexCoord1fv"); pragma Import (Stdcall, glTexCoord1iv, "glTexCoord1iv"); pragma Import (Stdcall, glTexCoord1sv, "glTexCoord1sv"); pragma Import (Stdcall, glTexCoord2dv, "glTexCoord2dv"); pragma Import (Stdcall, glTexCoord2fv, "glTexCoord2fv"); pragma Import (Stdcall, glTexCoord2iv, "glTexCoord2iv"); pragma Import (Stdcall, glTexCoord2sv, "glTexCoord2sv"); pragma Import (Stdcall, glTexCoord3dv, "glTexCoord3dv"); pragma Import (Stdcall, glTexCoord3fv, "glTexCoord3fv"); pragma Import (Stdcall, glTexCoord3iv, "glTexCoord3iv"); pragma Import (Stdcall, glTexCoord3sv, "glTexCoord3sv"); pragma Import (Stdcall, glTexCoord4dv, "glTexCoord4dv"); pragma Import (Stdcall, glTexCoord4fv, "glTexCoord4fv"); pragma Import (Stdcall, glTexCoord4iv, "glTexCoord4iv"); pragma Import (Stdcall, glTexCoord4sv, "glTexCoord4sv"); pragma Import (Stdcall, glRasterPos2d, "glRasterPos2d"); pragma Import (Stdcall, glRasterPos2f, "glRasterPos2f"); pragma Import (Stdcall, glRasterPos2i, "glRasterPos2i"); pragma Import (Stdcall, glRasterPos2s, "glRasterPos2s"); pragma Import (Stdcall, glRasterPos3d, "glRasterPos3d"); pragma Import (Stdcall, glRasterPos3f, "glRasterPos3f"); pragma Import (Stdcall, glRasterPos3i, "glRasterPos3i"); pragma Import (Stdcall, glRasterPos3s, "glRasterPos3s"); pragma Import (Stdcall, glRasterPos4d, "glRasterPos4d"); pragma Import (Stdcall, glRasterPos4f, "glRasterPos4f"); pragma Import (Stdcall, glRasterPos4i, "glRasterPos4i"); pragma Import (Stdcall, glRasterPos4s, "glRasterPos4s"); pragma Import (Stdcall, glRasterPos2dv, "glRasterPos2dv"); pragma Import (Stdcall, glRasterPos2fv, "glRasterPos2fv"); pragma Import (Stdcall, glRasterPos2iv, "glRasterPos2iv"); pragma Import (Stdcall, glRasterPos2sv, "glRasterPos2sv"); pragma Import (Stdcall, glRasterPos3dv, "glRasterPos3dv"); pragma Import (Stdcall, glRasterPos3fv, "glRasterPos3fv"); pragma Import (Stdcall, glRasterPos3iv, "glRasterPos3iv"); pragma Import (Stdcall, glRasterPos3sv, "glRasterPos3sv"); pragma Import (Stdcall, glRasterPos4dv, "glRasterPos4dv"); pragma Import (Stdcall, glRasterPos4fv, "glRasterPos4fv"); pragma Import (Stdcall, glRasterPos4iv, "glRasterPos4iv"); pragma Import (Stdcall, glRasterPos4sv, "glRasterPos4sv"); pragma Import (Stdcall, glRectd, "glRectd"); pragma Import (Stdcall, glRectf, "glRectf"); pragma Import (Stdcall, glRecti, "glRecti"); pragma Import (Stdcall, glRects, "glRects"); pragma Import (Stdcall, glRectdv, "glRectdv"); pragma Import (Stdcall, glRectfv, "glRectfv"); pragma Import (Stdcall, glRectiv, "glRectiv"); pragma Import (Stdcall, glRectsv, "glRectsv"); pragma Import (Stdcall, glVertexPointer, "glVertexPointer"); pragma Import (Stdcall, glNormalPointer, "glNormalPointer"); pragma Import (Stdcall, glColorPointer, "glColorPointer"); pragma Import (Stdcall, glIndexPointer, "glIndexPointer"); pragma Import (Stdcall, glTexCoordPointer, "glTexCoordPointer"); pragma Import (Stdcall, glEdgeFlagPointer, "glEdgeFlagPointer"); pragma Import (Stdcall, glGetPointerv, "glGetPointerv"); pragma Import (Stdcall, glArrayElement, "glArrayElement"); pragma Import (Stdcall, glDrawArrays, "glDrawArrays"); pragma Import (Stdcall, glDrawElements, "glDrawElements"); pragma Import (Stdcall, glInterleavedArrays, "glInterleavedArrays"); pragma Import (Stdcall, glShadeModel, "glShadeModel"); pragma Import (Stdcall, glLightf, "glLightf"); pragma Import (Stdcall, glLighti, "glLighti"); pragma Import (Stdcall, glLightfv, "glLightfv"); pragma Import (Stdcall, glLightiv, "glLightiv"); pragma Import (Stdcall, glGetLightfv, "glGetLightfv"); pragma Import (Stdcall, glGetLightiv, "glGetLightiv"); pragma Import (Stdcall, glLightModelf, "glLightModelf"); pragma Import (Stdcall, glLightModeli, "glLightModeli"); pragma Import (Stdcall, glLightModelfv, "glLightModelfv"); pragma Import (Stdcall, glLightModeliv, "glLightModeliv"); pragma Import (Stdcall, glMaterialf, "glMaterialf"); pragma Import (Stdcall, glMateriali, "glMateriali"); pragma Import (Stdcall, glMaterialfv, "glMaterialfv"); pragma Import (Stdcall, glMaterialiv, "glMaterialiv"); pragma Import (Stdcall, glGetMaterialfv, "glGetMaterialfv"); pragma Import (Stdcall, glGetMaterialiv, "glGetMaterialiv"); pragma Import (Stdcall, glColorMaterial, "glColorMaterial"); pragma Import (Stdcall, glPixelZoom, "glPixelZoom"); pragma Import (Stdcall, glPixelStoref, "glPixelStoref"); pragma Import (Stdcall, glPixelStorei, "glPixelStorei"); pragma Import (Stdcall, glPixelTransferf, "glPixelTransferf"); pragma Import (Stdcall, glPixelTransferi, "glPixelTransferi"); pragma Import (Stdcall, glPixelMapfv, "glPixelMapfv"); pragma Import (Stdcall, glPixelMapuiv, "glPixelMapuiv"); pragma Import (Stdcall, glPixelMapusv, "glPixelMapusv"); pragma Import (Stdcall, glGetPixelMapfv, "glGetPixelMapfv"); pragma Import (Stdcall, glGetPixelMapuiv, "glGetPixelMapuiv"); pragma Import (Stdcall, glGetPixelMapusv, "glGetPixelMapusv"); pragma Import (Stdcall, glBitmap, "glBitmap"); pragma Import (Stdcall, glReadPixels, "glReadPixels"); pragma Import (Stdcall, glDrawPixels, "glDrawPixels"); pragma Import (Stdcall, glCopyPixels, "glCopyPixels"); pragma Import (Stdcall, glStencilFunc, "glStencilFunc"); pragma Import (Stdcall, glStencilMask, "glStencilMask"); pragma Import (Stdcall, glStencilOp, "glStencilOp"); pragma Import (Stdcall, glClearStencil, "glClearStencil"); pragma Import (Stdcall, glTexGend, "glTexGend"); pragma Import (Stdcall, glTexGenf, "glTexGenf"); pragma Import (Stdcall, glTexGeni, "glTexGeni"); pragma Import (Stdcall, glTexGendv, "glTexGendv"); pragma Import (Stdcall, glTexGenfv, "glTexGenfv"); pragma Import (Stdcall, glTexGeniv, "glTexGeniv"); pragma Import (Stdcall, glGetTexGendv, "glGetTexGendv"); pragma Import (Stdcall, glGetTexGenfv, "glGetTexGenfv"); pragma Import (Stdcall, glGetTexGeniv, "glGetTexGeniv"); pragma Import (Stdcall, glTexEnvf, "glTexEnvf"); pragma Import (Stdcall, glTexEnvi, "glTexEnvi"); pragma Import (Stdcall, glTexEnvfv, "glTexEnvfv"); pragma Import (Stdcall, glTexEnviv, "glTexEnviv"); pragma Import (Stdcall, glGetTexEnvfv, "glGetTexEnvfv"); pragma Import (Stdcall, glGetTexEnviv, "glGetTexEnviv"); pragma Import (Stdcall, glTexParameterf, "glTexParameterf"); pragma Import (Stdcall, glTexParameteri, "glTexParameteri"); pragma Import (Stdcall, glTexParameterfv, "glTexParameterfv"); pragma Import (Stdcall, glTexParameteriv, "glTexParameteriv"); pragma Import (Stdcall, glGetTexParameterfv, "glGetTexParameterfv"); pragma Import (Stdcall, glGetTexParameteriv, "glGetTexParameteriv"); pragma Import (Stdcall, glGetTexLevelParameterfv, "glGetTexLevelParameterfv"); pragma Import (Stdcall, glGetTexLevelParameteriv, "glGetTexLevelParameteriv"); pragma Import (Stdcall, glTexImage1D, "glTexImage1D"); pragma Import (Stdcall, glTexImage2D, "glTexImage2D"); pragma Import (Stdcall, glGetTexImage, "glGetTexImage"); pragma Import (Stdcall, glGenTextures, "glGenTextures"); pragma Import (Stdcall, glDeleteTextures, "glDeleteTextures"); pragma Import (Stdcall, glBindTexture, "glBindTexture"); pragma Import (Stdcall, glPrioritizeTextures, "glPrioritizeTextures"); pragma Import (Stdcall, glAreTexturesResident, "glAreTexturesResident"); pragma Import (Stdcall, glIsTexture, "glIsTexture"); pragma Import (Stdcall, glTexSubImage1D, "glTexSubImage1D"); pragma Import (Stdcall, glTexSubImage2D, "glTexSubImage2D"); pragma Import (Stdcall, glCopyTexImage1D, "glCopyTexImage1D"); pragma Import (Stdcall, glCopyTexImage2D, "glCopyTexImage2D"); pragma Import (Stdcall, glCopyTexSubImage1D, "glCopyTexSubImage1D"); pragma Import (Stdcall, glCopyTexSubImage2D, "glCopyTexSubImage2D"); pragma Import (Stdcall, glMap1d, "glMap1d"); pragma Import (Stdcall, glMap1f, "glMap1f"); pragma Import (Stdcall, glMap2d, "glMap2d"); pragma Import (Stdcall, glMap2f, "glMap2f"); pragma Import (Stdcall, glGetMapdv, "glGetMapdv"); pragma Import (Stdcall, glGetMapfv, "glGetMapfv"); pragma Import (Stdcall, glGetMapiv, "glGetMapiv"); pragma Import (Stdcall, glEvalCoord1d, "glEvalCoord1d"); pragma Import (Stdcall, glEvalCoord1f, "glEvalCoord1f"); pragma Import (Stdcall, glEvalCoord1dv, "glEvalCoord1dv"); pragma Import (Stdcall, glEvalCoord1fv, "glEvalCoord1fv"); pragma Import (Stdcall, glEvalCoord2d, "glEvalCoord2d"); pragma Import (Stdcall, glEvalCoord2f, "glEvalCoord2f"); pragma Import (Stdcall, glEvalCoord2dv, "glEvalCoord2dv"); pragma Import (Stdcall, glEvalCoord2fv, "glEvalCoord2fv"); pragma Import (Stdcall, glMapGrid1d, "glMapGrid1d"); pragma Import (Stdcall, glMapGrid1f, "glMapGrid1f"); pragma Import (Stdcall, glMapGrid2d, "glMapGrid2d"); pragma Import (Stdcall, glMapGrid2f, "glMapGrid2f"); pragma Import (Stdcall, glEvalPoint1, "glEvalPoint1"); pragma Import (Stdcall, glEvalPoint2, "glEvalPoint2"); pragma Import (Stdcall, glEvalMesh1, "glEvalMesh1"); pragma Import (Stdcall, glEvalMesh2, "glEvalMesh2"); pragma Import (Stdcall, glFogf, "glFogf"); pragma Import (Stdcall, glFogi, "glFogi"); pragma Import (Stdcall, glFogfv, "glFogfv"); pragma Import (Stdcall, glFogiv, "glFogiv"); pragma Import (Stdcall, glFeedbackBuffer, "glFeedbackBuffer"); pragma Import (Stdcall, glPassThrough, "glPassThrough"); pragma Import (Stdcall, glSelectBuffer, "glSelectBuffer"); pragma Import (Stdcall, glInitNames, "glInitNames"); pragma Import (Stdcall, glLoadName, "glLoadName"); pragma Import (Stdcall, glPushName, "glPushName"); pragma Import (Stdcall, glPopName, "glPopName"); pragma Import (Stdcall, glBlendEquationEXT, "glBlendEquationEXT"); pragma Import (Stdcall, glBlendColorEXT, "glBlendColorEXT"); pragma Import (Stdcall, glPolygonOffsetEXT, "glPolygonOffsetEXT"); pragma Import (Stdcall, glVertexPointerEXT, "glVertexPointerEXT"); pragma Import (Stdcall, glNormalPointerEXT, "glNormalPointerEXT"); pragma Import (Stdcall, glColorPointerEXT, "glColorPointerEXT"); pragma Import (Stdcall, glIndexPointerEXT, "glIndexPointerEXT"); pragma Import (Stdcall, glTexCoordPointerEXT, "glTexCoordPointerEXT"); pragma Import (Stdcall, glEdgeFlagPointerEXT, "glEdgeFlagPointerEXT"); pragma Import (Stdcall, glGetPointervEXT, "glGetPointervEXT"); pragma Import (Stdcall, glArrayElementEXT, "glArrayElementEXT"); pragma Import (Stdcall, glDrawArraysEXT, "glDrawArraysEXT"); pragma Import (Stdcall, glGenTexturesEXT, "glGenTexturesEXT"); pragma Import (Stdcall, glDeleteTexturesEXT, "glDeleteTexturesEXT"); pragma Import (Stdcall, glBindTextureEXT, "glBindTextureEXT"); pragma Import (Stdcall, glPrioritizeTexturesEXT, "glPrioritizeTexturesEXT"); pragma Import (Stdcall, glAreTexturesResidentEXT, "glAreTexturesResidentEXT"); pragma Import (Stdcall, glIsTextureEXT, "glIsTextureEXT"); pragma Import (Stdcall, glTexImage3DEXT, "glTexImage3DEXT"); pragma Import (Stdcall, glTexSubImage3DEXT, "glTexSubImage3DEXT"); pragma Import (Stdcall, glCopyTexSubImage3DEXT, "glCopyTexSubImage3DEXT"); pragma Import (Stdcall, glColorTableEXT, "glColorTableEXT"); pragma Import (Stdcall, glColorSubTableEXT, "glColorSubTableEXT"); pragma Import (Stdcall, glGetColorTableEXT, "glGetColorTableEXT"); pragma Import (Stdcall, glGetColorTableParameterfvEXT, "glGetColorTableParameterfvEXT"); pragma Import (Stdcall, glGetColorTableParameterivEXT, "glGetColorTableParameterivEXT"); pragma Import (Stdcall, glMultiTexCoord1dSGIS, "glMultiTexCoord1dSGIS"); pragma Import (Stdcall, glMultiTexCoord1dvSGIS, "glMultiTexCoord1dvSGIS"); pragma Import (Stdcall, glMultiTexCoord1fSGIS, "glMultiTexCoord1fSGIS"); pragma Import (Stdcall, glMultiTexCoord1fvSGIS, "glMultiTexCoord1fvSGIS"); pragma Import (Stdcall, glMultiTexCoord1iSGIS, "glMultiTexCoord1iSGIS"); pragma Import (Stdcall, glMultiTexCoord1ivSGIS, "glMultiTexCoord1ivSGIS"); pragma Import (Stdcall, glMultiTexCoord1sSGIS, "glMultiTexCoord1sSGIS"); pragma Import (Stdcall, glMultiTexCoord1svSGIS, "glMultiTexCoord1svSGIS"); pragma Import (Stdcall, glMultiTexCoord2dSGIS, "glMultiTexCoord2dSGIS"); pragma Import (Stdcall, glMultiTexCoord2dvSGIS, "glMultiTexCoord2dvSGIS"); pragma Import (Stdcall, glMultiTexCoord2fSGIS, "glMultiTexCoord2fSGIS"); pragma Import (Stdcall, glMultiTexCoord2fvSGIS, "glMultiTexCoord2fvSGIS"); pragma Import (Stdcall, glMultiTexCoord2iSGIS, "glMultiTexCoord2iSGIS"); pragma Import (Stdcall, glMultiTexCoord2ivSGIS, "glMultiTexCoord2ivSGIS"); pragma Import (Stdcall, glMultiTexCoord2sSGIS, "glMultiTexCoord2sSGIS"); pragma Import (Stdcall, glMultiTexCoord2svSGIS, "glMultiTexCoord2svSGIS"); pragma Import (Stdcall, glMultiTexCoord3dSGIS, "glMultiTexCoord3dSGIS"); pragma Import (Stdcall, glMultiTexCoord3dvSGIS, "glMultiTexCoord3dvSGIS"); pragma Import (Stdcall, glMultiTexCoord3fSGIS, "glMultiTexCoord3fSGIS"); pragma Import (Stdcall, glMultiTexCoord3fvSGIS, "glMultiTexCoord3fvSGIS"); pragma Import (Stdcall, glMultiTexCoord3iSGIS, "glMultiTexCoord3iSGIS"); pragma Import (Stdcall, glMultiTexCoord3ivSGIS, "glMultiTexCoord3ivSGIS"); pragma Import (Stdcall, glMultiTexCoord3sSGIS, "glMultiTexCoord3sSGIS"); pragma Import (Stdcall, glMultiTexCoord3svSGIS, "glMultiTexCoord3svSGIS"); pragma Import (Stdcall, glMultiTexCoord4dSGIS, "glMultiTexCoord4dSGIS"); pragma Import (Stdcall, glMultiTexCoord4dvSGIS, "glMultiTexCoord4dvSGIS"); pragma Import (Stdcall, glMultiTexCoord4fSGIS, "glMultiTexCoord4fSGIS"); pragma Import (Stdcall, glMultiTexCoord4fvSGIS, "glMultiTexCoord4fvSGIS"); pragma Import (Stdcall, glMultiTexCoord4iSGIS, "glMultiTexCoord4iSGIS"); pragma Import (Stdcall, glMultiTexCoord4ivSGIS, "glMultiTexCoord4ivSGIS"); pragma Import (Stdcall, glMultiTexCoord4sSGIS, "glMultiTexCoord4sSGIS"); pragma Import (Stdcall, glMultiTexCoord4svSGIS, "glMultiTexCoord4svSGIS"); pragma Import (Stdcall, glMultiTexCoordPointerSGIS, "glMultiTexCoordPointerSGIS"); pragma Import (Stdcall, glSelectTextureSGIS, "glSelectTextureSGIS"); pragma Import (Stdcall, glSelectTextureCoordSetSGIS, "glSelectTextureCoordSetSGIS"); pragma Import (Stdcall, glMultiTexCoord1dEXT, "glMultiTexCoord1dEXT"); pragma Import (Stdcall, glMultiTexCoord1dvEXT, "glMultiTexCoord1dvEXT"); pragma Import (Stdcall, glMultiTexCoord1fEXT, "glMultiTexCoord1fEXT"); pragma Import (Stdcall, glMultiTexCoord1fvEXT, "glMultiTexCoord1fvEXT"); pragma Import (Stdcall, glMultiTexCoord1iEXT, "glMultiTexCoord1iEXT"); pragma Import (Stdcall, glMultiTexCoord1ivEXT, "glMultiTexCoord1ivEXT"); pragma Import (Stdcall, glMultiTexCoord1sEXT, "glMultiTexCoord1sEXT"); pragma Import (Stdcall, glMultiTexCoord1svEXT, "glMultiTexCoord1svEXT"); pragma Import (Stdcall, glMultiTexCoord2dEXT, "glMultiTexCoord2dEXT"); pragma Import (Stdcall, glMultiTexCoord2dvEXT, "glMultiTexCoord2dvEXT"); pragma Import (Stdcall, glMultiTexCoord2fEXT, "glMultiTexCoord2fEXT"); pragma Import (Stdcall, glMultiTexCoord2fvEXT, "glMultiTexCoord2fvEXT"); pragma Import (Stdcall, glMultiTexCoord2iEXT, "glMultiTexCoord2iEXT"); pragma Import (Stdcall, glMultiTexCoord2ivEXT, "glMultiTexCoord2ivEXT"); pragma Import (Stdcall, glMultiTexCoord2sEXT, "glMultiTexCoord2sEXT"); pragma Import (Stdcall, glMultiTexCoord2svEXT, "glMultiTexCoord2svEXT"); pragma Import (Stdcall, glMultiTexCoord3dEXT, "glMultiTexCoord3dEXT"); pragma Import (Stdcall, glMultiTexCoord3dvEXT, "glMultiTexCoord3dvEXT"); pragma Import (Stdcall, glMultiTexCoord3fEXT, "glMultiTexCoord3fEXT"); pragma Import (Stdcall, glMultiTexCoord3fvEXT, "glMultiTexCoord3fvEXT"); pragma Import (Stdcall, glMultiTexCoord3iEXT, "glMultiTexCoord3iEXT"); pragma Import (Stdcall, glMultiTexCoord3ivEXT, "glMultiTexCoord3ivEXT"); pragma Import (Stdcall, glMultiTexCoord3sEXT, "glMultiTexCoord3sEXT"); pragma Import (Stdcall, glMultiTexCoord3svEXT, "glMultiTexCoord3svEXT"); pragma Import (Stdcall, glMultiTexCoord4dEXT, "glMultiTexCoord4dEXT"); pragma Import (Stdcall, glMultiTexCoord4dvEXT, "glMultiTexCoord4dvEXT"); pragma Import (Stdcall, glMultiTexCoord4fEXT, "glMultiTexCoord4fEXT"); pragma Import (Stdcall, glMultiTexCoord4fvEXT, "glMultiTexCoord4fvEXT"); pragma Import (Stdcall, glMultiTexCoord4iEXT, "glMultiTexCoord4iEXT"); pragma Import (Stdcall, glMultiTexCoord4ivEXT, "glMultiTexCoord4ivEXT"); pragma Import (Stdcall, glMultiTexCoord4sEXT, "glMultiTexCoord4sEXT"); pragma Import (Stdcall, glMultiTexCoord4svEXT, "glMultiTexCoord4svEXT"); pragma Import (Stdcall, glInterleavedTextureCoordSetsEXT, "glInterleavedTextureCoordSetsEXT"); pragma Import (Stdcall, glSelectTextureEXT, "glSelectTextureEXT"); pragma Import (Stdcall, glSelectTextureCoordSetEXT, "glSelectTextureCoordSetEXT"); pragma Import (Stdcall, glSelectTextureTransformEXT, "glSelectTextureTransformEXT"); pragma Import (Stdcall, glPointParameterfEXT, "glPointParameterfEXT"); pragma Import (Stdcall, glPointParameterfvEXT, "glPointParameterfvEXT"); pragma Import (Stdcall, glWindowPos2iMESA, "glWindowPos2iMESA"); pragma Import (Stdcall, glWindowPos2sMESA, "glWindowPos2sMESA"); pragma Import (Stdcall, glWindowPos2fMESA, "glWindowPos2fMESA"); pragma Import (Stdcall, glWindowPos2dMESA, "glWindowPos2dMESA"); pragma Import (Stdcall, glWindowPos2ivMESA, "glWindowPos2ivMESA"); pragma Import (Stdcall, glWindowPos2svMESA, "glWindowPos2svMESA"); pragma Import (Stdcall, glWindowPos2fvMESA, "glWindowPos2fvMESA"); pragma Import (Stdcall, glWindowPos2dvMESA, "glWindowPos2dvMESA"); pragma Import (Stdcall, glWindowPos3iMESA, "glWindowPos3iMESA"); pragma Import (Stdcall, glWindowPos3sMESA, "glWindowPos3sMESA"); pragma Import (Stdcall, glWindowPos3fMESA, "glWindowPos3fMESA"); pragma Import (Stdcall, glWindowPos3dMESA, "glWindowPos3dMESA"); pragma Import (Stdcall, glWindowPos3ivMESA, "glWindowPos3ivMESA"); pragma Import (Stdcall, glWindowPos3svMESA, "glWindowPos3svMESA"); pragma Import (Stdcall, glWindowPos3fvMESA, "glWindowPos3fvMESA"); pragma Import (Stdcall, glWindowPos3dvMESA, "glWindowPos3dvMESA"); pragma Import (Stdcall, glWindowPos4iMESA, "glWindowPos4iMESA"); pragma Import (Stdcall, glWindowPos4sMESA, "glWindowPos4sMESA"); pragma Import (Stdcall, glWindowPos4fMESA, "glWindowPos4fMESA"); pragma Import (Stdcall, glWindowPos4dMESA, "glWindowPos4dMESA"); pragma Import (Stdcall, glWindowPos4ivMESA, "glWindowPos4ivMESA"); pragma Import (Stdcall, glWindowPos4svMESA, "glWindowPos4svMESA"); pragma Import (Stdcall, glWindowPos4fvMESA, "glWindowPos4fvMESA"); pragma Import (Stdcall, glWindowPos4dvMESA, "glWindowPos4dvMESA"); pragma Import (Stdcall, glResizeBuffersMESA, "glResizeBuffersMESA"); pragma Import (Stdcall, glDrawRangeElements, "glDrawRangeElements"); pragma Import (Stdcall, glTexImage3D, "glTexImage3D"); pragma Import (Stdcall, glTexSubImage3D, "glTexSubImage3D"); pragma Import (Stdcall, glCopyTexSubImage3D, "glCopyTexSubImage3D"); end gl_h;
48.828689
81
0.629098
042df3dc163320f9de52162eccbe8ef4df0d7263
653
ada
Ada
examples/Ada/rtpapa.ada
dcramer/zguide
a07fe97c4c597e6401b4281ae07c3a156590f4c6
[ "Zed", "X11", "MIT" ]
2
2015-09-24T19:53:04.000Z
2015-11-06T10:22:53.000Z
examples/Ada/rtpapa.ada
gaubert/zguide
e24c02481c47b129a37f261d1109140572f255f4
[ "Zed", "X11", "MIT" ]
null
null
null
examples/Ada/rtpapa.ada
gaubert/zguide
e24c02481c47b129a37f261d1109140572f255f4
[ "Zed", "X11", "MIT" ]
null
null
null
No-one has translated the rtpapa example into Ada yet. Be the first to create rtpapa in Ada and get one free Internet! If you're the author of the Ada binding, this is a great way to get people to use 0MQ in Ada. To submit a new translation email it to [email protected]. Please: * Stick to identical functionality and naming used in examples so that readers can easily compare languages. * You MUST place your name as author in the examples so readers can contact you. * You MUST state in the email that you license your code under the MIT/X11 license. Subscribe to this list at http://lists.zeromq.org/mailman/listinfo/zeromq-dev.
46.642857
80
0.774885
ad87b4078b1fc856d93944c0e6e3bf1d2f95d831
567,972
adb
Ada
submissions/M3/lab3_aes_hls/aes_hls_prj/sol2/.autopilot/db/MixColumns.adb
maanjum95/SynthesisDigitalSystems_Lab
afc942decf7595eb1557ff78074693de2eea1780
[ "MIT" ]
null
null
null
submissions/M3/lab3_aes_hls/aes_hls_prj/sol2/.autopilot/db/MixColumns.adb
maanjum95/SynthesisDigitalSystems_Lab
afc942decf7595eb1557ff78074693de2eea1780
[ "MIT" ]
null
null
null
submissions/M3/lab3_aes_hls/aes_hls_prj/sol2/.autopilot/db/MixColumns.adb
maanjum95/SynthesisDigitalSystems_Lab
afc942decf7595eb1557ff78074693de2eea1780
[ "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>MixColumns</name> <ret_bitwidth>128</ret_bitwidth> <ports class_id="2" tracking_level="0" version="0"> <count>16</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>state_0_0_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>state[0][0]</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</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>state_0_1_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>state[0][1]</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> <item class_id_reference="3" object_id="_3"> <Value> <Obj> <type>1</type> <id>3</id> <name>state_0_2_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>state[0][2]</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> <item class_id_reference="3" object_id="_4"> <Value> <Obj> <type>1</type> <id>4</id> <name>state_0_3_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>state[0][3]</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> <item class_id_reference="3" object_id="_5"> <Value> <Obj> <type>1</type> <id>5</id> <name>state_1_0_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>state[1][0]</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> <item class_id_reference="3" object_id="_6"> <Value> <Obj> <type>1</type> <id>6</id> <name>state_1_1_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>state[1][1]</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> <item class_id_reference="3" object_id="_7"> <Value> <Obj> <type>1</type> <id>7</id> <name>state_1_2_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>state[1][2]</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> <item class_id_reference="3" object_id="_8"> <Value> <Obj> <type>1</type> <id>8</id> <name>state_1_3_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>state[1][3]</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> <item class_id_reference="3" object_id="_9"> <Value> <Obj> <type>1</type> <id>9</id> <name>state_2_0_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>state[2][0]</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> <item class_id_reference="3" object_id="_10"> <Value> <Obj> <type>1</type> <id>10</id> <name>state_2_1_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>state[2][1]</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> <item class_id_reference="3" object_id="_11"> <Value> <Obj> <type>1</type> <id>11</id> <name>state_2_2_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>state[2][2]</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> <item class_id_reference="3" object_id="_12"> <Value> <Obj> <type>1</type> <id>12</id> <name>state_2_3_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>state[2][3]</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> <item class_id_reference="3" object_id="_13"> <Value> <Obj> <type>1</type> <id>13</id> <name>state_3_0_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>state[3][0]</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> <item class_id_reference="3" object_id="_14"> <Value> <Obj> <type>1</type> <id>14</id> <name>state_3_1_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>state[3][1]</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> <item class_id_reference="3" object_id="_15"> <Value> <Obj> <type>1</type> <id>15</id> <name>state_3_2_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>state[3][2]</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> <item class_id_reference="3" object_id="_16"> <Value> <Obj> <type>1</type> <id>16</id> <name>state_3_3_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>state[3][3]</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>149</count> <item_version>0</item_version> <item class_id="9" tracking_level="1" version="0" object_id="_17"> <Value> <Obj> <type>0</type> <id>17</id> <name>state_3_3_read32</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>314</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item class_id="10" tracking_level="0" version="0"> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</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>c_src/aes.c</first> <second>MixColumns</second> </first> <second>314</second> </item> </second> </item> </inlineStackInfo> <originalName>state[3][3]</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>168</item> <item>169</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>1</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_18"> <Value> <Obj> <type>0</type> <id>18</id> <name>state_3_2_read31</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>314</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>314</second> </item> </second> </item> </inlineStackInfo> <originalName>state[3][2]</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>170</item> <item>171</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="_19"> <Value> <Obj> <type>0</type> <id>19</id> <name>state_3_1_read_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>314</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>314</second> </item> </second> </item> </inlineStackInfo> <originalName>state[3][1]</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>172</item> <item>173</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="_20"> <Value> <Obj> <type>0</type> <id>20</id> <name>state_3_0_read_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>314</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>314</second> </item> </second> </item> </inlineStackInfo> <originalName>state[3][0]</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>174</item> <item>175</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>4</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_21"> <Value> <Obj> <type>0</type> <id>21</id> <name>state_2_3_read_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>314</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>314</second> </item> </second> </item> </inlineStackInfo> <originalName>state[2][3]</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>176</item> <item>177</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>5</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_22"> <Value> <Obj> <type>0</type> <id>22</id> <name>state_2_2_read_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>314</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>314</second> </item> </second> </item> </inlineStackInfo> <originalName>state[2][2]</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>178</item> <item>179</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="_23"> <Value> <Obj> <type>0</type> <id>23</id> <name>state_2_1_read_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>314</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>314</second> </item> </second> </item> </inlineStackInfo> <originalName>state[2][1]</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>180</item> <item>181</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="_24"> <Value> <Obj> <type>0</type> <id>24</id> <name>state_2_0_read_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>314</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>314</second> </item> </second> </item> </inlineStackInfo> <originalName>state[2][0]</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>182</item> <item>183</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>8</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_25"> <Value> <Obj> <type>0</type> <id>25</id> <name>state_1_3_read_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>314</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>314</second> </item> </second> </item> </inlineStackInfo> <originalName>state[1][3]</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>184</item> <item>185</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>9</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_26"> <Value> <Obj> <type>0</type> <id>26</id> <name>state_1_2_read_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>314</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>314</second> </item> </second> </item> </inlineStackInfo> <originalName>state[1][2]</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>186</item> <item>187</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>10</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_27"> <Value> <Obj> <type>0</type> <id>27</id> <name>state_1_1_read22</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>314</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>314</second> </item> </second> </item> </inlineStackInfo> <originalName>state[1][1]</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>188</item> <item>189</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>11</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_28"> <Value> <Obj> <type>0</type> <id>28</id> <name>state_1_0_read21</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>314</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>314</second> </item> </second> </item> </inlineStackInfo> <originalName>state[1][0]</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>190</item> <item>191</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>12</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_29"> <Value> <Obj> <type>0</type> <id>29</id> <name>state_0_3_read_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>314</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>314</second> </item> </second> </item> </inlineStackInfo> <originalName>state[0][3]</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>192</item> <item>193</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>13</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_30"> <Value> <Obj> <type>0</type> <id>30</id> <name>state_0_2_read_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>314</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>314</second> </item> </second> </item> </inlineStackInfo> <originalName>state[0][2]</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>194</item> <item>195</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>14</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_31"> <Value> <Obj> <type>0</type> <id>31</id> <name>state_0_1_read_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>314</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>314</second> </item> </second> </item> </inlineStackInfo> <originalName>state[0][1]</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>196</item> <item>197</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>15</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_32"> <Value> <Obj> <type>0</type> <id>32</id> <name>state_0_0_read_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>314</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>314</second> </item> </second> </item> </inlineStackInfo> <originalName>state[0][0]</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>198</item> <item>199</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>16</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_33"> <Value> <Obj> <type>0</type> <id>33</id> <name>xor_ln319</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>319</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>319</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName>xor_ln319_fu_142_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>200</item> <item>201</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.79</m_delay> <m_topoIndex>17</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_34"> <Value> <Obj> <type>0</type> <id>34</id> <name>xor_ln319_1</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>319</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>319</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln319_1_fu_148_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>202</item> <item>203</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.79</m_delay> <m_topoIndex>18</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_35"> <Value> <Obj> <type>0</type> <id>35</id> <name>xor_ln319_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>319</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>319</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln319_2_fu_154_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>204</item> <item>205</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.79</m_delay> <m_topoIndex>19</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_36"> <Value> <Obj> <type>0</type> <id>36</id> <name>shl_ln311</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>321</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>shl_ln311_fu_160_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>206</item> <item>208</item> </oprand_edges> <opcode>shl</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="_37"> <Value> <Obj> <type>0</type> <id>37</id> <name>tmp</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>321</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_fu_166_p3</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>210</item> <item>211</item> <item>213</item> </oprand_edges> <opcode>bitselect</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="_38"> <Value> <Obj> <type>0</type> <id>38</id> <name>select_ln311</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>321</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>select_ln311_fu_174_p3</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>214</item> <item>216</item> <item>218</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>22</m_topoIndex> <m_clusterGroupNumber>1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_39"> <Value> <Obj> <type>0</type> <id>39</id> <name>xor_ln322</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>322</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>322</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln322_fu_182_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>219</item> <item>220</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>23</m_topoIndex> <m_clusterGroupNumber>1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_40"> <Value> <Obj> <type>0</type> <id>40</id> <name>xor_ln322_1</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>322</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>322</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln322_1_fu_188_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>221</item> <item>222</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>24</m_topoIndex> <m_clusterGroupNumber>1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_41"> <Value> <Obj> <type>0</type> <id>41</id> <name>xor_ln322_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>322</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>322</second> </item> </second> </item> </inlineStackInfo> <originalName>state[0][0]</originalName> <rtlName>xor_ln322_2_fu_194_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>223</item> <item>224</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.97</m_delay> <m_topoIndex>25</m_topoIndex> <m_clusterGroupNumber>1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_42"> <Value> <Obj> <type>0</type> <id>42</id> <name>xor_ln323</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>323</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>323</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName>xor_ln323_fu_200_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>225</item> <item>226</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.79</m_delay> <m_topoIndex>26</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_43"> <Value> <Obj> <type>0</type> <id>43</id> <name>shl_ln311_1</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>324</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>shl_ln311_1_fu_206_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>227</item> <item>228</item> </oprand_edges> <opcode>shl</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="_44"> <Value> <Obj> <type>0</type> <id>44</id> <name>tmp_1</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>324</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_1_fu_212_p3</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>229</item> <item>230</item> <item>231</item> </oprand_edges> <opcode>bitselect</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>2</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_45"> <Value> <Obj> <type>0</type> <id>45</id> <name>select_ln311_1</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>324</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>select_ln311_1_fu_220_p3</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>232</item> <item>233</item> <item>234</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>29</m_topoIndex> <m_clusterGroupNumber>2</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_46"> <Value> <Obj> <type>0</type> <id>46</id> <name>xor_ln325</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>325</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>325</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln325_fu_228_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>235</item> <item>236</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>30</m_topoIndex> <m_clusterGroupNumber>2</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_47"> <Value> <Obj> <type>0</type> <id>47</id> <name>xor_ln325_1</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>325</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>325</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln325_1_fu_234_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>237</item> <item>238</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>31</m_topoIndex> <m_clusterGroupNumber>2</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_48"> <Value> <Obj> <type>0</type> <id>48</id> <name>xor_ln325_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>325</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>325</second> </item> </second> </item> </inlineStackInfo> <originalName>state[0][1]</originalName> <rtlName>xor_ln325_2_fu_240_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>239</item> <item>240</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.97</m_delay> <m_topoIndex>32</m_topoIndex> <m_clusterGroupNumber>2</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_49"> <Value> <Obj> <type>0</type> <id>49</id> <name>xor_ln326</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>326</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>326</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName>xor_ln326_fu_246_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>241</item> <item>242</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.79</m_delay> <m_topoIndex>33</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_50"> <Value> <Obj> <type>0</type> <id>50</id> <name>shl_ln311_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>327</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>shl_ln311_2_fu_252_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>243</item> <item>244</item> </oprand_edges> <opcode>shl</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>3</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_51"> <Value> <Obj> <type>0</type> <id>51</id> <name>tmp_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>327</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_2_fu_258_p3</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>245</item> <item>246</item> <item>247</item> </oprand_edges> <opcode>bitselect</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>35</m_topoIndex> <m_clusterGroupNumber>3</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_52"> <Value> <Obj> <type>0</type> <id>52</id> <name>select_ln311_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>327</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>select_ln311_2_fu_266_p3</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>248</item> <item>249</item> <item>250</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>36</m_topoIndex> <m_clusterGroupNumber>3</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_53"> <Value> <Obj> <type>0</type> <id>53</id> <name>xor_ln328</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>328</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>328</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln328_fu_274_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>251</item> <item>252</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>37</m_topoIndex> <m_clusterGroupNumber>3</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_54"> <Value> <Obj> <type>0</type> <id>54</id> <name>xor_ln328_1</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>328</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>328</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln328_1_fu_280_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>253</item> <item>254</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>38</m_topoIndex> <m_clusterGroupNumber>3</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_55"> <Value> <Obj> <type>0</type> <id>55</id> <name>xor_ln328_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>328</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>328</second> </item> </second> </item> </inlineStackInfo> <originalName>state[0][2]</originalName> <rtlName>xor_ln328_2_fu_286_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>255</item> <item>256</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.97</m_delay> <m_topoIndex>39</m_topoIndex> <m_clusterGroupNumber>3</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_56"> <Value> <Obj> <type>0</type> <id>56</id> <name>xor_ln329</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>329</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>329</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName>xor_ln329_fu_292_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>257</item> <item>258</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.79</m_delay> <m_topoIndex>40</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_57"> <Value> <Obj> <type>0</type> <id>57</id> <name>shl_ln311_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>330</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>shl_ln311_3_fu_298_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>259</item> <item>260</item> </oprand_edges> <opcode>shl</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>4</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_58"> <Value> <Obj> <type>0</type> <id>58</id> <name>tmp_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>330</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_3_fu_304_p3</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>261</item> <item>262</item> <item>263</item> </oprand_edges> <opcode>bitselect</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>4</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_59"> <Value> <Obj> <type>0</type> <id>59</id> <name>select_ln311_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>330</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>select_ln311_3_fu_312_p3</rtlName> <coreName/> </Obj> <bitwidth>8</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.00</m_delay> <m_topoIndex>43</m_topoIndex> <m_clusterGroupNumber>4</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_60"> <Value> <Obj> <type>0</type> <id>60</id> <name>xor_ln331</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>331</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>331</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln331_fu_320_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>267</item> <item>268</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>44</m_topoIndex> <m_clusterGroupNumber>4</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_61"> <Value> <Obj> <type>0</type> <id>61</id> <name>xor_ln331_1</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>331</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>331</second> </item> </second> </item> </inlineStackInfo> <originalName>state[0][3]</originalName> <rtlName>xor_ln331_1_fu_326_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>269</item> <item>270</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.97</m_delay> <m_topoIndex>45</m_topoIndex> <m_clusterGroupNumber>4</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_62"> <Value> <Obj> <type>0</type> <id>62</id> <name>xor_ln319_9</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>319</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>319</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName>xor_ln319_9_fu_332_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>271</item> <item>272</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.79</m_delay> <m_topoIndex>46</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_63"> <Value> <Obj> <type>0</type> <id>63</id> <name>xor_ln319_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>319</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>319</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln319_3_fu_338_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>273</item> <item>274</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.79</m_delay> <m_topoIndex>47</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_64"> <Value> <Obj> <type>0</type> <id>64</id> <name>xor_ln319_4</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>319</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>319</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln319_4_fu_344_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>275</item> <item>276</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.79</m_delay> <m_topoIndex>48</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_65"> <Value> <Obj> <type>0</type> <id>65</id> <name>shl_ln311_4</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>321</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>shl_ln311_4_fu_350_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>277</item> <item>278</item> </oprand_edges> <opcode>shl</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>5</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_66"> <Value> <Obj> <type>0</type> <id>66</id> <name>tmp_4</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>321</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_4_fu_356_p3</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>279</item> <item>280</item> <item>281</item> </oprand_edges> <opcode>bitselect</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>5</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_67"> <Value> <Obj> <type>0</type> <id>67</id> <name>select_ln311_4</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>321</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>select_ln311_4_fu_364_p3</rtlName> <coreName/> </Obj> <bitwidth>8</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.00</m_delay> <m_topoIndex>51</m_topoIndex> <m_clusterGroupNumber>5</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_68"> <Value> <Obj> <type>0</type> <id>68</id> <name>xor_ln322_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>322</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>322</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln322_3_fu_372_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>285</item> <item>286</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>52</m_topoIndex> <m_clusterGroupNumber>5</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_69"> <Value> <Obj> <type>0</type> <id>69</id> <name>xor_ln322_4</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>322</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>322</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln322_4_fu_378_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>287</item> <item>288</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>53</m_topoIndex> <m_clusterGroupNumber>5</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_70"> <Value> <Obj> <type>0</type> <id>70</id> <name>xor_ln322_5</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>322</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>322</second> </item> </second> </item> </inlineStackInfo> <originalName>state[1][0]</originalName> <rtlName>xor_ln322_5_fu_384_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>289</item> <item>290</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.97</m_delay> <m_topoIndex>54</m_topoIndex> <m_clusterGroupNumber>5</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_71"> <Value> <Obj> <type>0</type> <id>71</id> <name>xor_ln323_1</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>323</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>323</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName>xor_ln323_1_fu_390_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>291</item> <item>292</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.79</m_delay> <m_topoIndex>55</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_72"> <Value> <Obj> <type>0</type> <id>72</id> <name>shl_ln311_5</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>324</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>shl_ln311_5_fu_396_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>293</item> <item>294</item> </oprand_edges> <opcode>shl</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>6</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_73"> <Value> <Obj> <type>0</type> <id>73</id> <name>tmp_5</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>324</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_5_fu_402_p3</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>295</item> <item>296</item> <item>297</item> </oprand_edges> <opcode>bitselect</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>6</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_74"> <Value> <Obj> <type>0</type> <id>74</id> <name>select_ln311_5</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>324</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>select_ln311_5_fu_410_p3</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>298</item> <item>299</item> <item>300</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>58</m_topoIndex> <m_clusterGroupNumber>6</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_75"> <Value> <Obj> <type>0</type> <id>75</id> <name>xor_ln325_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>325</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>325</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln325_3_fu_418_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>301</item> <item>302</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>59</m_topoIndex> <m_clusterGroupNumber>6</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_76"> <Value> <Obj> <type>0</type> <id>76</id> <name>xor_ln325_4</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>325</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>325</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln325_4_fu_424_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>303</item> <item>304</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>60</m_topoIndex> <m_clusterGroupNumber>6</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_77"> <Value> <Obj> <type>0</type> <id>77</id> <name>xor_ln325_5</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>325</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>325</second> </item> </second> </item> </inlineStackInfo> <originalName>state[1][1]</originalName> <rtlName>xor_ln325_5_fu_430_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>305</item> <item>306</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.97</m_delay> <m_topoIndex>61</m_topoIndex> <m_clusterGroupNumber>6</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_78"> <Value> <Obj> <type>0</type> <id>78</id> <name>xor_ln326_1</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>326</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>326</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName>xor_ln326_1_fu_436_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>307</item> <item>308</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.79</m_delay> <m_topoIndex>62</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_79"> <Value> <Obj> <type>0</type> <id>79</id> <name>shl_ln311_6</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>327</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>shl_ln311_6_fu_442_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>309</item> <item>310</item> </oprand_edges> <opcode>shl</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>63</m_topoIndex> <m_clusterGroupNumber>7</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_80"> <Value> <Obj> <type>0</type> <id>80</id> <name>tmp_6</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>327</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_6_fu_448_p3</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>311</item> <item>312</item> <item>313</item> </oprand_edges> <opcode>bitselect</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>64</m_topoIndex> <m_clusterGroupNumber>7</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_81"> <Value> <Obj> <type>0</type> <id>81</id> <name>select_ln311_6</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>327</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>select_ln311_6_fu_456_p3</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>314</item> <item>315</item> <item>316</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>65</m_topoIndex> <m_clusterGroupNumber>7</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_82"> <Value> <Obj> <type>0</type> <id>82</id> <name>xor_ln328_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>328</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>328</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln328_3_fu_464_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>317</item> <item>318</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>66</m_topoIndex> <m_clusterGroupNumber>7</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_83"> <Value> <Obj> <type>0</type> <id>83</id> <name>xor_ln328_4</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>328</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>328</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln328_4_fu_470_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>319</item> <item>320</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>67</m_topoIndex> <m_clusterGroupNumber>7</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_84"> <Value> <Obj> <type>0</type> <id>84</id> <name>xor_ln328_5</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>328</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>328</second> </item> </second> </item> </inlineStackInfo> <originalName>state[1][2]</originalName> <rtlName>xor_ln328_5_fu_476_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>321</item> <item>322</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.97</m_delay> <m_topoIndex>68</m_topoIndex> <m_clusterGroupNumber>7</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_85"> <Value> <Obj> <type>0</type> <id>85</id> <name>xor_ln329_1</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>329</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>329</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName>xor_ln329_1_fu_482_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>323</item> <item>324</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.79</m_delay> <m_topoIndex>69</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_86"> <Value> <Obj> <type>0</type> <id>86</id> <name>shl_ln311_7</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>330</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>shl_ln311_7_fu_488_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>325</item> <item>326</item> </oprand_edges> <opcode>shl</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>8</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_87"> <Value> <Obj> <type>0</type> <id>87</id> <name>tmp_7</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>330</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_7_fu_494_p3</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>327</item> <item>328</item> <item>329</item> </oprand_edges> <opcode>bitselect</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>71</m_topoIndex> <m_clusterGroupNumber>8</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_88"> <Value> <Obj> <type>0</type> <id>88</id> <name>select_ln311_7</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>330</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>select_ln311_7_fu_502_p3</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>330</item> <item>331</item> <item>332</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>72</m_topoIndex> <m_clusterGroupNumber>8</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_89"> <Value> <Obj> <type>0</type> <id>89</id> <name>xor_ln331_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>331</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>331</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln331_2_fu_510_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>333</item> <item>334</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>73</m_topoIndex> <m_clusterGroupNumber>8</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_90"> <Value> <Obj> <type>0</type> <id>90</id> <name>xor_ln331_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>331</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>331</second> </item> </second> </item> </inlineStackInfo> <originalName>state[1][3]</originalName> <rtlName>xor_ln331_3_fu_516_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>335</item> <item>336</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.97</m_delay> <m_topoIndex>74</m_topoIndex> <m_clusterGroupNumber>8</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_91"> <Value> <Obj> <type>0</type> <id>91</id> <name>xor_ln319_10</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>319</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>319</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName>xor_ln319_10_fu_522_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>337</item> <item>338</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.79</m_delay> <m_topoIndex>75</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_92"> <Value> <Obj> <type>0</type> <id>92</id> <name>xor_ln319_5</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>319</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>319</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln319_5_fu_528_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>339</item> <item>340</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.79</m_delay> <m_topoIndex>76</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_93"> <Value> <Obj> <type>0</type> <id>93</id> <name>xor_ln319_6</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>319</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>319</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln319_6_fu_534_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>341</item> <item>342</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.79</m_delay> <m_topoIndex>77</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_94"> <Value> <Obj> <type>0</type> <id>94</id> <name>shl_ln311_8</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>321</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>shl_ln311_8_fu_540_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>343</item> <item>344</item> </oprand_edges> <opcode>shl</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>9</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_95"> <Value> <Obj> <type>0</type> <id>95</id> <name>tmp_8</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>321</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_8_fu_546_p3</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>345</item> <item>346</item> <item>347</item> </oprand_edges> <opcode>bitselect</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>9</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_96"> <Value> <Obj> <type>0</type> <id>96</id> <name>select_ln311_8</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>321</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>select_ln311_8_fu_554_p3</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>348</item> <item>349</item> <item>350</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>80</m_topoIndex> <m_clusterGroupNumber>9</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_97"> <Value> <Obj> <type>0</type> <id>97</id> <name>xor_ln322_6</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>322</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>322</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln322_6_fu_562_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>351</item> <item>352</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>81</m_topoIndex> <m_clusterGroupNumber>9</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_98"> <Value> <Obj> <type>0</type> <id>98</id> <name>xor_ln322_7</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>322</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>322</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln322_7_fu_568_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>353</item> <item>354</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>82</m_topoIndex> <m_clusterGroupNumber>9</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_99"> <Value> <Obj> <type>0</type> <id>99</id> <name>xor_ln322_8</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>322</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>322</second> </item> </second> </item> </inlineStackInfo> <originalName>state[2][0]</originalName> <rtlName>xor_ln322_8_fu_574_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>355</item> <item>356</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.97</m_delay> <m_topoIndex>83</m_topoIndex> <m_clusterGroupNumber>9</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_100"> <Value> <Obj> <type>0</type> <id>100</id> <name>xor_ln323_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>323</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>323</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName>xor_ln323_2_fu_580_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>357</item> <item>358</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.79</m_delay> <m_topoIndex>84</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_101"> <Value> <Obj> <type>0</type> <id>101</id> <name>shl_ln311_9</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>324</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>shl_ln311_9_fu_586_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>359</item> <item>360</item> </oprand_edges> <opcode>shl</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>85</m_topoIndex> <m_clusterGroupNumber>10</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_102"> <Value> <Obj> <type>0</type> <id>102</id> <name>tmp_9</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>324</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_9_fu_592_p3</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>361</item> <item>362</item> <item>363</item> </oprand_edges> <opcode>bitselect</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>86</m_topoIndex> <m_clusterGroupNumber>10</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_103"> <Value> <Obj> <type>0</type> <id>103</id> <name>select_ln311_9</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>324</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>select_ln311_9_fu_600_p3</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>364</item> <item>365</item> <item>366</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>87</m_topoIndex> <m_clusterGroupNumber>10</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_104"> <Value> <Obj> <type>0</type> <id>104</id> <name>xor_ln325_6</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>325</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>325</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln325_6_fu_608_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>367</item> <item>368</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>88</m_topoIndex> <m_clusterGroupNumber>10</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_105"> <Value> <Obj> <type>0</type> <id>105</id> <name>xor_ln325_7</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>325</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>325</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln325_7_fu_614_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>369</item> <item>370</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>89</m_topoIndex> <m_clusterGroupNumber>10</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_106"> <Value> <Obj> <type>0</type> <id>106</id> <name>xor_ln325_8</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>325</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>325</second> </item> </second> </item> </inlineStackInfo> <originalName>state[2][1]</originalName> <rtlName>xor_ln325_8_fu_620_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>371</item> <item>372</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.97</m_delay> <m_topoIndex>90</m_topoIndex> <m_clusterGroupNumber>10</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_107"> <Value> <Obj> <type>0</type> <id>107</id> <name>xor_ln326_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>326</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>326</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName>xor_ln326_2_fu_626_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>373</item> <item>374</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.79</m_delay> <m_topoIndex>91</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_108"> <Value> <Obj> <type>0</type> <id>108</id> <name>shl_ln311_10</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>327</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>shl_ln311_10_fu_632_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>375</item> <item>376</item> </oprand_edges> <opcode>shl</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>92</m_topoIndex> <m_clusterGroupNumber>11</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_109"> <Value> <Obj> <type>0</type> <id>109</id> <name>tmp_10</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>327</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_10_fu_638_p3</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>377</item> <item>378</item> <item>379</item> </oprand_edges> <opcode>bitselect</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>93</m_topoIndex> <m_clusterGroupNumber>11</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_110"> <Value> <Obj> <type>0</type> <id>110</id> <name>select_ln311_10</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>327</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>select_ln311_10_fu_646_p3</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>380</item> <item>381</item> <item>382</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>94</m_topoIndex> <m_clusterGroupNumber>11</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_111"> <Value> <Obj> <type>0</type> <id>111</id> <name>xor_ln328_6</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>328</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>328</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln328_6_fu_654_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>383</item> <item>384</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>95</m_topoIndex> <m_clusterGroupNumber>11</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_112"> <Value> <Obj> <type>0</type> <id>112</id> <name>xor_ln328_7</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>328</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>328</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln328_7_fu_660_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>385</item> <item>386</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>96</m_topoIndex> <m_clusterGroupNumber>11</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_113"> <Value> <Obj> <type>0</type> <id>113</id> <name>xor_ln328_8</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>328</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>328</second> </item> </second> </item> </inlineStackInfo> <originalName>state[2][2]</originalName> <rtlName>xor_ln328_8_fu_666_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>387</item> <item>388</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.97</m_delay> <m_topoIndex>97</m_topoIndex> <m_clusterGroupNumber>11</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_114"> <Value> <Obj> <type>0</type> <id>114</id> <name>xor_ln329_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>329</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>329</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName>xor_ln329_2_fu_672_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>389</item> <item>390</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.79</m_delay> <m_topoIndex>98</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_115"> <Value> <Obj> <type>0</type> <id>115</id> <name>shl_ln311_11</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>330</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>shl_ln311_11_fu_678_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>391</item> <item>392</item> </oprand_edges> <opcode>shl</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>99</m_topoIndex> <m_clusterGroupNumber>12</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_116"> <Value> <Obj> <type>0</type> <id>116</id> <name>tmp_11</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>330</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_11_fu_684_p3</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>393</item> <item>394</item> <item>395</item> </oprand_edges> <opcode>bitselect</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>100</m_topoIndex> <m_clusterGroupNumber>12</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_117"> <Value> <Obj> <type>0</type> <id>117</id> <name>select_ln311_11</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>330</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>select_ln311_11_fu_692_p3</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>396</item> <item>397</item> <item>398</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>101</m_topoIndex> <m_clusterGroupNumber>12</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_118"> <Value> <Obj> <type>0</type> <id>118</id> <name>xor_ln331_4</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>331</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>331</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln331_4_fu_700_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>399</item> <item>400</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>102</m_topoIndex> <m_clusterGroupNumber>12</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_119"> <Value> <Obj> <type>0</type> <id>119</id> <name>xor_ln331_5</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>331</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>331</second> </item> </second> </item> </inlineStackInfo> <originalName>state[2][3]</originalName> <rtlName>xor_ln331_5_fu_706_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>401</item> <item>402</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.97</m_delay> <m_topoIndex>103</m_topoIndex> <m_clusterGroupNumber>12</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_120"> <Value> <Obj> <type>0</type> <id>120</id> <name>xor_ln319_11</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>319</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>319</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName>xor_ln319_11_fu_712_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>403</item> <item>404</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.79</m_delay> <m_topoIndex>104</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_121"> <Value> <Obj> <type>0</type> <id>121</id> <name>xor_ln319_7</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>319</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>319</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln319_7_fu_718_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>405</item> <item>406</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.79</m_delay> <m_topoIndex>105</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_122"> <Value> <Obj> <type>0</type> <id>122</id> <name>xor_ln319_8</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>319</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>319</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln319_8_fu_724_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>407</item> <item>408</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.79</m_delay> <m_topoIndex>106</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_123"> <Value> <Obj> <type>0</type> <id>123</id> <name>shl_ln311_12</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>321</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>shl_ln311_12_fu_730_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>409</item> <item>410</item> </oprand_edges> <opcode>shl</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>107</m_topoIndex> <m_clusterGroupNumber>13</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_124"> <Value> <Obj> <type>0</type> <id>124</id> <name>tmp_12</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>321</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_12_fu_736_p3</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>411</item> <item>412</item> <item>413</item> </oprand_edges> <opcode>bitselect</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>108</m_topoIndex> <m_clusterGroupNumber>13</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_125"> <Value> <Obj> <type>0</type> <id>125</id> <name>select_ln311_12</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>321</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>select_ln311_12_fu_744_p3</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>414</item> <item>415</item> <item>416</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>109</m_topoIndex> <m_clusterGroupNumber>13</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_126"> <Value> <Obj> <type>0</type> <id>126</id> <name>xor_ln322_9</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>322</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>322</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln322_9_fu_752_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>417</item> <item>418</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>110</m_topoIndex> <m_clusterGroupNumber>13</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_127"> <Value> <Obj> <type>0</type> <id>127</id> <name>xor_ln322_10</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>322</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>322</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln322_10_fu_758_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>419</item> <item>420</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>111</m_topoIndex> <m_clusterGroupNumber>13</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_128"> <Value> <Obj> <type>0</type> <id>128</id> <name>xor_ln322_11</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>322</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>322</second> </item> </second> </item> </inlineStackInfo> <originalName>state[3][0]</originalName> <rtlName>xor_ln322_11_fu_764_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>421</item> <item>422</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.97</m_delay> <m_topoIndex>112</m_topoIndex> <m_clusterGroupNumber>13</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_129"> <Value> <Obj> <type>0</type> <id>129</id> <name>xor_ln323_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>323</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>323</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName>xor_ln323_3_fu_770_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>423</item> <item>424</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.79</m_delay> <m_topoIndex>113</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_130"> <Value> <Obj> <type>0</type> <id>130</id> <name>shl_ln311_13</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>324</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>shl_ln311_13_fu_776_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>425</item> <item>426</item> </oprand_edges> <opcode>shl</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>114</m_topoIndex> <m_clusterGroupNumber>14</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_131"> <Value> <Obj> <type>0</type> <id>131</id> <name>tmp_13</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>324</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_13_fu_782_p3</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>427</item> <item>428</item> <item>429</item> </oprand_edges> <opcode>bitselect</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>115</m_topoIndex> <m_clusterGroupNumber>14</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_132"> <Value> <Obj> <type>0</type> <id>132</id> <name>select_ln311_13</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>324</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>select_ln311_13_fu_790_p3</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>430</item> <item>431</item> <item>432</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>116</m_topoIndex> <m_clusterGroupNumber>14</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_133"> <Value> <Obj> <type>0</type> <id>133</id> <name>xor_ln325_9</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>325</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>325</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln325_9_fu_798_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>433</item> <item>434</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>117</m_topoIndex> <m_clusterGroupNumber>14</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_134"> <Value> <Obj> <type>0</type> <id>134</id> <name>xor_ln325_10</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>325</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>325</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln325_10_fu_804_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>435</item> <item>436</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>118</m_topoIndex> <m_clusterGroupNumber>14</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_135"> <Value> <Obj> <type>0</type> <id>135</id> <name>xor_ln325_11</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>325</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>325</second> </item> </second> </item> </inlineStackInfo> <originalName>state[3][1]</originalName> <rtlName>xor_ln325_11_fu_810_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>437</item> <item>438</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.97</m_delay> <m_topoIndex>119</m_topoIndex> <m_clusterGroupNumber>14</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_136"> <Value> <Obj> <type>0</type> <id>136</id> <name>xor_ln326_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>326</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>326</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName>xor_ln326_3_fu_816_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>439</item> <item>440</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.79</m_delay> <m_topoIndex>120</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_137"> <Value> <Obj> <type>0</type> <id>137</id> <name>shl_ln311_14</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>327</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>shl_ln311_14_fu_822_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>441</item> <item>442</item> </oprand_edges> <opcode>shl</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>121</m_topoIndex> <m_clusterGroupNumber>15</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_138"> <Value> <Obj> <type>0</type> <id>138</id> <name>tmp_14</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>327</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_14_fu_828_p3</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>443</item> <item>444</item> <item>445</item> </oprand_edges> <opcode>bitselect</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>122</m_topoIndex> <m_clusterGroupNumber>15</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_139"> <Value> <Obj> <type>0</type> <id>139</id> <name>select_ln311_14</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>327</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>select_ln311_14_fu_836_p3</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>446</item> <item>447</item> <item>448</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>123</m_topoIndex> <m_clusterGroupNumber>15</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_140"> <Value> <Obj> <type>0</type> <id>140</id> <name>xor_ln328_9</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>328</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>328</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln328_9_fu_844_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>449</item> <item>450</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>124</m_topoIndex> <m_clusterGroupNumber>15</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_141"> <Value> <Obj> <type>0</type> <id>141</id> <name>xor_ln328_10</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>328</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>328</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln328_10_fu_850_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>451</item> <item>452</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>125</m_topoIndex> <m_clusterGroupNumber>15</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_142"> <Value> <Obj> <type>0</type> <id>142</id> <name>xor_ln328_11</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>328</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>328</second> </item> </second> </item> </inlineStackInfo> <originalName>state[3][2]</originalName> <rtlName>xor_ln328_11_fu_856_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>453</item> <item>454</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.97</m_delay> <m_topoIndex>126</m_topoIndex> <m_clusterGroupNumber>15</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_143"> <Value> <Obj> <type>0</type> <id>143</id> <name>xor_ln329_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>329</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>329</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName>xor_ln329_3_fu_862_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>455</item> <item>456</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.79</m_delay> <m_topoIndex>127</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_144"> <Value> <Obj> <type>0</type> <id>144</id> <name>shl_ln311_15</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>330</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>shl_ln311_15_fu_868_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>457</item> <item>458</item> </oprand_edges> <opcode>shl</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>128</m_topoIndex> <m_clusterGroupNumber>16</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_145"> <Value> <Obj> <type>0</type> <id>145</id> <name>tmp_15</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>330</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_15_fu_874_p3</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>459</item> <item>460</item> <item>461</item> </oprand_edges> <opcode>bitselect</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>129</m_topoIndex> <m_clusterGroupNumber>16</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_146"> <Value> <Obj> <type>0</type> <id>146</id> <name>select_ln311_15</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>311</lineNumber> <contextFuncName>xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>330</second> </item> <item> <first> <first>c_src/aes.c</first> <second>xtime</second> </first> <second>311</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>select_ln311_15_fu_882_p3</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>462</item> <item>463</item> <item>464</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>130</m_topoIndex> <m_clusterGroupNumber>16</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_147"> <Value> <Obj> <type>0</type> <id>147</id> <name>xor_ln331_6</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>331</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>331</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>xor_ln331_6_fu_890_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>465</item> <item>466</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>131</m_topoIndex> <m_clusterGroupNumber>16</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_148"> <Value> <Obj> <type>0</type> <id>148</id> <name>xor_ln331_7</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>331</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>331</second> </item> </second> </item> </inlineStackInfo> <originalName>state[3][3]</originalName> <rtlName>xor_ln331_7_fu_896_p2</rtlName> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>467</item> <item>468</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.97</m_delay> <m_topoIndex>132</m_topoIndex> <m_clusterGroupNumber>16</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_149"> <Value> <Obj> <type>0</type> <id>149</id> <name>mrv</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>333</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>333</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>470</item> <item>471</item> </oprand_edges> <opcode>insertvalue</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>133</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_150"> <Value> <Obj> <type>0</type> <id>150</id> <name>mrv_1</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>333</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>333</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>472</item> <item>473</item> </oprand_edges> <opcode>insertvalue</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>134</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_151"> <Value> <Obj> <type>0</type> <id>151</id> <name>mrv_2</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>333</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>333</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>474</item> <item>475</item> </oprand_edges> <opcode>insertvalue</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>135</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_152"> <Value> <Obj> <type>0</type> <id>152</id> <name>mrv_3</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>333</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>333</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>476</item> <item>477</item> </oprand_edges> <opcode>insertvalue</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>136</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_153"> <Value> <Obj> <type>0</type> <id>153</id> <name>mrv_4</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>333</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>333</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>478</item> <item>479</item> </oprand_edges> <opcode>insertvalue</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>137</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_154"> <Value> <Obj> <type>0</type> <id>154</id> <name>mrv_5</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>333</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>333</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>480</item> <item>481</item> </oprand_edges> <opcode>insertvalue</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>138</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_155"> <Value> <Obj> <type>0</type> <id>155</id> <name>mrv_6</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>333</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>333</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>482</item> <item>483</item> </oprand_edges> <opcode>insertvalue</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>139</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_156"> <Value> <Obj> <type>0</type> <id>156</id> <name>mrv_7</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>333</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>333</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>484</item> <item>485</item> </oprand_edges> <opcode>insertvalue</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>140</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_157"> <Value> <Obj> <type>0</type> <id>157</id> <name>mrv_8</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>333</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>333</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>486</item> <item>487</item> </oprand_edges> <opcode>insertvalue</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>141</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_158"> <Value> <Obj> <type>0</type> <id>158</id> <name>mrv_9</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>333</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>333</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>488</item> <item>489</item> </oprand_edges> <opcode>insertvalue</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>142</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_159"> <Value> <Obj> <type>0</type> <id>159</id> <name>mrv_10</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>333</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>333</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>490</item> <item>491</item> </oprand_edges> <opcode>insertvalue</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>143</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_160"> <Value> <Obj> <type>0</type> <id>160</id> <name>mrv_11</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>333</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>333</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>492</item> <item>493</item> </oprand_edges> <opcode>insertvalue</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>144</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_161"> <Value> <Obj> <type>0</type> <id>161</id> <name>mrv_12</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>333</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>333</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>494</item> <item>495</item> </oprand_edges> <opcode>insertvalue</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>145</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_162"> <Value> <Obj> <type>0</type> <id>162</id> <name>mrv_13</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>333</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>333</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>496</item> <item>497</item> </oprand_edges> <opcode>insertvalue</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>146</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_163"> <Value> <Obj> <type>0</type> <id>163</id> <name>mrv_14</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>333</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>333</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>498</item> <item>499</item> </oprand_edges> <opcode>insertvalue</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>147</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_164"> <Value> <Obj> <type>0</type> <id>164</id> <name>mrv_s</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>333</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>333</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>500</item> <item>501</item> </oprand_edges> <opcode>insertvalue</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>148</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_165"> <Value> <Obj> <type>0</type> <id>165</id> <name>_ln333</name> <fileName>c_src/aes.c</fileName> <fileDirectory>..</fileDirectory> <lineNumber>333</lineNumber> <contextFuncName>MixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/nas/ei/share/TUEIEDA/LabSDS/WS20/ge46bod/lab3_aes_hls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>c_src/aes.c</first> <second>MixColumns</second> </first> <second>333</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>502</item> </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>149</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> </nodes> <consts class_id="15" tracking_level="0" version="0"> <count>5</count> <item_version>0</item_version> <item class_id="16" tracking_level="1" version="0" object_id="_166"> <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>8</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_167"> <Value> <Obj> <type>2</type> <id>212</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>7</content> </item> <item class_id_reference="16" object_id="_168"> <Value> <Obj> <type>2</type> <id>215</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>27</content> </item> <item class_id_reference="16" object_id="_169"> <Value> <Obj> <type>2</type> <id>217</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>0</content> </item> <item class_id_reference="16" object_id="_170"> <Value> <Obj> <type>2</type> <id>469</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>128</bitwidth> </Value> <const_type>4</const_type> <content>&lt;Undef not integral&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="_171"> <Obj> <type>3</type> <id>166</id> <name>MixColumns</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>149</count> <item_version>0</item_version> <item>17</item> <item>18</item> <item>19</item> <item>20</item> <item>21</item> <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> <item>92</item> <item>93</item> <item>94</item> <item>95</item> <item>96</item> <item>97</item> <item>98</item> <item>99</item> <item>100</item> <item>101</item> <item>102</item> <item>103</item> <item>104</item> <item>105</item> <item>106</item> <item>107</item> <item>108</item> <item>109</item> <item>110</item> <item>111</item> <item>112</item> <item>113</item> <item>114</item> <item>115</item> <item>116</item> <item>117</item> <item>118</item> <item>119</item> <item>120</item> <item>121</item> <item>122</item> <item>123</item> <item>124</item> <item>125</item> <item>126</item> <item>127</item> <item>128</item> <item>129</item> <item>130</item> <item>131</item> <item>132</item> <item>133</item> <item>134</item> <item>135</item> <item>136</item> <item>137</item> <item>138</item> <item>139</item> <item>140</item> <item>141</item> <item>142</item> <item>143</item> <item>144</item> <item>145</item> <item>146</item> <item>147</item> <item>148</item> <item>149</item> <item>150</item> <item>151</item> <item>152</item> <item>153</item> <item>154</item> <item>155</item> <item>156</item> <item>157</item> <item>158</item> <item>159</item> <item>160</item> <item>161</item> <item>162</item> <item>163</item> <item>164</item> <item>165</item> </node_objs> </item> </blocks> <edges class_id="19" tracking_level="0" version="0"> <count>297</count> <item_version>0</item_version> <item class_id="20" tracking_level="1" version="0" object_id="_172"> <id>169</id> <edge_type>1</edge_type> <source_obj>16</source_obj> <sink_obj>17</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_173"> <id>171</id> <edge_type>1</edge_type> <source_obj>15</source_obj> <sink_obj>18</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_174"> <id>173</id> <edge_type>1</edge_type> <source_obj>14</source_obj> <sink_obj>19</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_175"> <id>175</id> <edge_type>1</edge_type> <source_obj>13</source_obj> <sink_obj>20</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_176"> <id>177</id> <edge_type>1</edge_type> <source_obj>12</source_obj> <sink_obj>21</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_177"> <id>179</id> <edge_type>1</edge_type> <source_obj>11</source_obj> <sink_obj>22</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_178"> <id>181</id> <edge_type>1</edge_type> <source_obj>10</source_obj> <sink_obj>23</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_179"> <id>183</id> <edge_type>1</edge_type> <source_obj>9</source_obj> <sink_obj>24</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_180"> <id>185</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="_181"> <id>187</id> <edge_type>1</edge_type> <source_obj>7</source_obj> <sink_obj>26</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_182"> <id>189</id> <edge_type>1</edge_type> <source_obj>6</source_obj> <sink_obj>27</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_183"> <id>191</id> <edge_type>1</edge_type> <source_obj>5</source_obj> <sink_obj>28</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_184"> <id>193</id> <edge_type>1</edge_type> <source_obj>4</source_obj> <sink_obj>29</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_185"> <id>195</id> <edge_type>1</edge_type> <source_obj>3</source_obj> <sink_obj>30</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_186"> <id>197</id> <edge_type>1</edge_type> <source_obj>2</source_obj> <sink_obj>31</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_187"> <id>199</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>32</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_188"> <id>200</id> <edge_type>1</edge_type> <source_obj>31</source_obj> <sink_obj>33</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_189"> <id>201</id> <edge_type>1</edge_type> <source_obj>32</source_obj> <sink_obj>33</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_190"> <id>202</id> <edge_type>1</edge_type> <source_obj>33</source_obj> <sink_obj>34</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_191"> <id>203</id> <edge_type>1</edge_type> <source_obj>30</source_obj> <sink_obj>34</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_192"> <id>204</id> <edge_type>1</edge_type> <source_obj>34</source_obj> <sink_obj>35</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_193"> <id>205</id> <edge_type>1</edge_type> <source_obj>29</source_obj> <sink_obj>35</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_194"> <id>206</id> <edge_type>1</edge_type> <source_obj>33</source_obj> <sink_obj>36</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_195"> <id>208</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>36</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_196"> <id>211</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="_197"> <id>213</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>37</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_198"> <id>214</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="_199"> <id>216</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>38</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_200"> <id>218</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>38</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_201"> <id>219</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="_202"> <id>220</id> <edge_type>1</edge_type> <source_obj>36</source_obj> <sink_obj>39</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_203"> <id>221</id> <edge_type>1</edge_type> <source_obj>35</source_obj> <sink_obj>40</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_204"> <id>222</id> <edge_type>1</edge_type> <source_obj>32</source_obj> <sink_obj>40</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_205"> <id>223</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="_206"> <id>224</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="_207"> <id>225</id> <edge_type>1</edge_type> <source_obj>30</source_obj> <sink_obj>42</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_208"> <id>226</id> <edge_type>1</edge_type> <source_obj>31</source_obj> <sink_obj>42</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_209"> <id>227</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="_210"> <id>228</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>43</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_211"> <id>230</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="_212"> <id>231</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_213"> <id>232</id> <edge_type>1</edge_type> <source_obj>44</source_obj> <sink_obj>45</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_214"> <id>233</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>45</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_215"> <id>234</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>45</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_216"> <id>235</id> <edge_type>1</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="_217"> <id>236</id> <edge_type>1</edge_type> <source_obj>43</source_obj> <sink_obj>46</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_218"> <id>237</id> <edge_type>1</edge_type> <source_obj>35</source_obj> <sink_obj>47</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_219"> <id>238</id> <edge_type>1</edge_type> <source_obj>31</source_obj> <sink_obj>47</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_220"> <id>239</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="_221"> <id>240</id> <edge_type>1</edge_type> <source_obj>46</source_obj> <sink_obj>48</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_222"> <id>241</id> <edge_type>1</edge_type> <source_obj>29</source_obj> <sink_obj>49</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_223"> <id>242</id> <edge_type>1</edge_type> <source_obj>30</source_obj> <sink_obj>49</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_224"> <id>243</id> <edge_type>1</edge_type> <source_obj>49</source_obj> <sink_obj>50</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_225"> <id>244</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>50</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_226"> <id>246</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="_227"> <id>247</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>51</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_228"> <id>248</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="_229"> <id>249</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>52</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_230"> <id>250</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>52</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_231"> <id>251</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="_232"> <id>252</id> <edge_type>1</edge_type> <source_obj>50</source_obj> <sink_obj>53</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_233"> <id>253</id> <edge_type>1</edge_type> <source_obj>33</source_obj> <sink_obj>54</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_234"> <id>254</id> <edge_type>1</edge_type> <source_obj>29</source_obj> <sink_obj>54</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_235"> <id>255</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="_236"> <id>256</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="_237"> <id>257</id> <edge_type>1</edge_type> <source_obj>29</source_obj> <sink_obj>56</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_238"> <id>258</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="_239"> <id>259</id> <edge_type>1</edge_type> <source_obj>56</source_obj> <sink_obj>57</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_240"> <id>260</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>57</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_241"> <id>262</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="_242"> <id>263</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>58</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_243"> <id>264</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="_244"> <id>265</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>59</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_245"> <id>266</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>59</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_246"> <id>267</id> <edge_type>1</edge_type> <source_obj>57</source_obj> <sink_obj>60</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_247"> <id>268</id> <edge_type>1</edge_type> <source_obj>34</source_obj> <sink_obj>60</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_248"> <id>269</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="_249"> <id>270</id> <edge_type>1</edge_type> <source_obj>59</source_obj> <sink_obj>61</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_250"> <id>271</id> <edge_type>1</edge_type> <source_obj>27</source_obj> <sink_obj>62</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_251"> <id>272</id> <edge_type>1</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="_252"> <id>273</id> <edge_type>1</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="_253"> <id>274</id> <edge_type>1</edge_type> <source_obj>26</source_obj> <sink_obj>63</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_254"> <id>275</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>64</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_255"> <id>276</id> <edge_type>1</edge_type> <source_obj>25</source_obj> <sink_obj>64</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_256"> <id>277</id> <edge_type>1</edge_type> <source_obj>62</source_obj> <sink_obj>65</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_257"> <id>278</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>65</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_258"> <id>280</id> <edge_type>1</edge_type> <source_obj>62</source_obj> <sink_obj>66</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_259"> <id>281</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>66</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_260"> <id>282</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="_261"> <id>283</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>67</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_262"> <id>284</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>67</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_263"> <id>285</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="_264"> <id>286</id> <edge_type>1</edge_type> <source_obj>65</source_obj> <sink_obj>68</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_265"> <id>287</id> <edge_type>1</edge_type> <source_obj>64</source_obj> <sink_obj>69</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_266"> <id>288</id> <edge_type>1</edge_type> <source_obj>28</source_obj> <sink_obj>69</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_267"> <id>289</id> <edge_type>1</edge_type> <source_obj>69</source_obj> <sink_obj>70</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_268"> <id>290</id> <edge_type>1</edge_type> <source_obj>68</source_obj> <sink_obj>70</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_269"> <id>291</id> <edge_type>1</edge_type> <source_obj>26</source_obj> <sink_obj>71</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_270"> <id>292</id> <edge_type>1</edge_type> <source_obj>27</source_obj> <sink_obj>71</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_271"> <id>293</id> <edge_type>1</edge_type> <source_obj>71</source_obj> <sink_obj>72</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_272"> <id>294</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>72</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_273"> <id>296</id> <edge_type>1</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="_274"> <id>297</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>73</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_275"> <id>298</id> <edge_type>1</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="_276"> <id>299</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>74</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_277"> <id>300</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>74</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_278"> <id>301</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="_279"> <id>302</id> <edge_type>1</edge_type> <source_obj>72</source_obj> <sink_obj>75</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_280"> <id>303</id> <edge_type>1</edge_type> <source_obj>64</source_obj> <sink_obj>76</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_281"> <id>304</id> <edge_type>1</edge_type> <source_obj>27</source_obj> <sink_obj>76</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_282"> <id>305</id> <edge_type>1</edge_type> <source_obj>76</source_obj> <sink_obj>77</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_283"> <id>306</id> <edge_type>1</edge_type> <source_obj>75</source_obj> <sink_obj>77</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_284"> <id>307</id> <edge_type>1</edge_type> <source_obj>25</source_obj> <sink_obj>78</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_285"> <id>308</id> <edge_type>1</edge_type> <source_obj>26</source_obj> <sink_obj>78</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_286"> <id>309</id> <edge_type>1</edge_type> <source_obj>78</source_obj> <sink_obj>79</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_287"> <id>310</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>79</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_288"> <id>312</id> <edge_type>1</edge_type> <source_obj>78</source_obj> <sink_obj>80</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_289"> <id>313</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>80</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_290"> <id>314</id> <edge_type>1</edge_type> <source_obj>80</source_obj> <sink_obj>81</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_291"> <id>315</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>81</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_292"> <id>316</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>81</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_293"> <id>317</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="_294"> <id>318</id> <edge_type>1</edge_type> <source_obj>79</source_obj> <sink_obj>82</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_295"> <id>319</id> <edge_type>1</edge_type> <source_obj>62</source_obj> <sink_obj>83</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_296"> <id>320</id> <edge_type>1</edge_type> <source_obj>25</source_obj> <sink_obj>83</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_297"> <id>321</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="_298"> <id>322</id> <edge_type>1</edge_type> <source_obj>82</source_obj> <sink_obj>84</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_299"> <id>323</id> <edge_type>1</edge_type> <source_obj>25</source_obj> <sink_obj>85</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_300"> <id>324</id> <edge_type>1</edge_type> <source_obj>28</source_obj> <sink_obj>85</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_301"> <id>325</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="_302"> <id>326</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>86</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_303"> <id>328</id> <edge_type>1</edge_type> <source_obj>85</source_obj> <sink_obj>87</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_304"> <id>329</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>87</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_305"> <id>330</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="_306"> <id>331</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>88</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_307"> <id>332</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>88</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_308"> <id>333</id> <edge_type>1</edge_type> <source_obj>86</source_obj> <sink_obj>89</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_309"> <id>334</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>89</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_310"> <id>335</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="_311"> <id>336</id> <edge_type>1</edge_type> <source_obj>88</source_obj> <sink_obj>90</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_312"> <id>337</id> <edge_type>1</edge_type> <source_obj>23</source_obj> <sink_obj>91</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_313"> <id>338</id> <edge_type>1</edge_type> <source_obj>24</source_obj> <sink_obj>91</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_314"> <id>339</id> <edge_type>1</edge_type> <source_obj>91</source_obj> <sink_obj>92</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_315"> <id>340</id> <edge_type>1</edge_type> <source_obj>22</source_obj> <sink_obj>92</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_316"> <id>341</id> <edge_type>1</edge_type> <source_obj>92</source_obj> <sink_obj>93</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_317"> <id>342</id> <edge_type>1</edge_type> <source_obj>21</source_obj> <sink_obj>93</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_318"> <id>343</id> <edge_type>1</edge_type> <source_obj>91</source_obj> <sink_obj>94</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_319"> <id>344</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>94</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_320"> <id>346</id> <edge_type>1</edge_type> <source_obj>91</source_obj> <sink_obj>95</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_321"> <id>347</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>95</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_322"> <id>348</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="_323"> <id>349</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>96</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_324"> <id>350</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>96</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_325"> <id>351</id> <edge_type>1</edge_type> <source_obj>96</source_obj> <sink_obj>97</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_326"> <id>352</id> <edge_type>1</edge_type> <source_obj>94</source_obj> <sink_obj>97</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_327"> <id>353</id> <edge_type>1</edge_type> <source_obj>93</source_obj> <sink_obj>98</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_328"> <id>354</id> <edge_type>1</edge_type> <source_obj>24</source_obj> <sink_obj>98</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_329"> <id>355</id> <edge_type>1</edge_type> <source_obj>98</source_obj> <sink_obj>99</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_330"> <id>356</id> <edge_type>1</edge_type> <source_obj>97</source_obj> <sink_obj>99</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_331"> <id>357</id> <edge_type>1</edge_type> <source_obj>22</source_obj> <sink_obj>100</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_332"> <id>358</id> <edge_type>1</edge_type> <source_obj>23</source_obj> <sink_obj>100</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_333"> <id>359</id> <edge_type>1</edge_type> <source_obj>100</source_obj> <sink_obj>101</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_334"> <id>360</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>101</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_335"> <id>362</id> <edge_type>1</edge_type> <source_obj>100</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_336"> <id>363</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_337"> <id>364</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="_338"> <id>365</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>103</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_339"> <id>366</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>103</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_340"> <id>367</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="_341"> <id>368</id> <edge_type>1</edge_type> <source_obj>101</source_obj> <sink_obj>104</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_342"> <id>369</id> <edge_type>1</edge_type> <source_obj>93</source_obj> <sink_obj>105</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_343"> <id>370</id> <edge_type>1</edge_type> <source_obj>23</source_obj> <sink_obj>105</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_344"> <id>371</id> <edge_type>1</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="_345"> <id>372</id> <edge_type>1</edge_type> <source_obj>104</source_obj> <sink_obj>106</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_346"> <id>373</id> <edge_type>1</edge_type> <source_obj>21</source_obj> <sink_obj>107</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_347"> <id>374</id> <edge_type>1</edge_type> <source_obj>22</source_obj> <sink_obj>107</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_348"> <id>375</id> <edge_type>1</edge_type> <source_obj>107</source_obj> <sink_obj>108</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_349"> <id>376</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>108</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_350"> <id>378</id> <edge_type>1</edge_type> <source_obj>107</source_obj> <sink_obj>109</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_351"> <id>379</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>109</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_352"> <id>380</id> <edge_type>1</edge_type> <source_obj>109</source_obj> <sink_obj>110</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_353"> <id>381</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>110</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_354"> <id>382</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>110</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_355"> <id>383</id> <edge_type>1</edge_type> <source_obj>110</source_obj> <sink_obj>111</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_356"> <id>384</id> <edge_type>1</edge_type> <source_obj>108</source_obj> <sink_obj>111</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_357"> <id>385</id> <edge_type>1</edge_type> <source_obj>91</source_obj> <sink_obj>112</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_358"> <id>386</id> <edge_type>1</edge_type> <source_obj>21</source_obj> <sink_obj>112</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_359"> <id>387</id> <edge_type>1</edge_type> <source_obj>112</source_obj> <sink_obj>113</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_360"> <id>388</id> <edge_type>1</edge_type> <source_obj>111</source_obj> <sink_obj>113</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_361"> <id>389</id> <edge_type>1</edge_type> <source_obj>21</source_obj> <sink_obj>114</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_362"> <id>390</id> <edge_type>1</edge_type> <source_obj>24</source_obj> <sink_obj>114</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_363"> <id>391</id> <edge_type>1</edge_type> <source_obj>114</source_obj> <sink_obj>115</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_364"> <id>392</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>115</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_365"> <id>394</id> <edge_type>1</edge_type> <source_obj>114</source_obj> <sink_obj>116</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_366"> <id>395</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>116</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_367"> <id>396</id> <edge_type>1</edge_type> <source_obj>116</source_obj> <sink_obj>117</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_368"> <id>397</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>117</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_369"> <id>398</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>117</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_370"> <id>399</id> <edge_type>1</edge_type> <source_obj>115</source_obj> <sink_obj>118</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_371"> <id>400</id> <edge_type>1</edge_type> <source_obj>92</source_obj> <sink_obj>118</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_372"> <id>401</id> <edge_type>1</edge_type> <source_obj>118</source_obj> <sink_obj>119</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_373"> <id>402</id> <edge_type>1</edge_type> <source_obj>117</source_obj> <sink_obj>119</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_374"> <id>403</id> <edge_type>1</edge_type> <source_obj>19</source_obj> <sink_obj>120</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_375"> <id>404</id> <edge_type>1</edge_type> <source_obj>20</source_obj> <sink_obj>120</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_376"> <id>405</id> <edge_type>1</edge_type> <source_obj>120</source_obj> <sink_obj>121</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_377"> <id>406</id> <edge_type>1</edge_type> <source_obj>18</source_obj> <sink_obj>121</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_378"> <id>407</id> <edge_type>1</edge_type> <source_obj>121</source_obj> <sink_obj>122</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_379"> <id>408</id> <edge_type>1</edge_type> <source_obj>17</source_obj> <sink_obj>122</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_380"> <id>409</id> <edge_type>1</edge_type> <source_obj>120</source_obj> <sink_obj>123</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_381"> <id>410</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>123</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_382"> <id>412</id> <edge_type>1</edge_type> <source_obj>120</source_obj> <sink_obj>124</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_383"> <id>413</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>124</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_384"> <id>414</id> <edge_type>1</edge_type> <source_obj>124</source_obj> <sink_obj>125</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_385"> <id>415</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>125</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_386"> <id>416</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>125</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_387"> <id>417</id> <edge_type>1</edge_type> <source_obj>125</source_obj> <sink_obj>126</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_388"> <id>418</id> <edge_type>1</edge_type> <source_obj>123</source_obj> <sink_obj>126</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_389"> <id>419</id> <edge_type>1</edge_type> <source_obj>122</source_obj> <sink_obj>127</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_390"> <id>420</id> <edge_type>1</edge_type> <source_obj>20</source_obj> <sink_obj>127</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_391"> <id>421</id> <edge_type>1</edge_type> <source_obj>127</source_obj> <sink_obj>128</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_392"> <id>422</id> <edge_type>1</edge_type> <source_obj>126</source_obj> <sink_obj>128</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_393"> <id>423</id> <edge_type>1</edge_type> <source_obj>18</source_obj> <sink_obj>129</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_394"> <id>424</id> <edge_type>1</edge_type> <source_obj>19</source_obj> <sink_obj>129</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_395"> <id>425</id> <edge_type>1</edge_type> <source_obj>129</source_obj> <sink_obj>130</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_396"> <id>426</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>130</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_397"> <id>428</id> <edge_type>1</edge_type> <source_obj>129</source_obj> <sink_obj>131</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_398"> <id>429</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>131</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_399"> <id>430</id> <edge_type>1</edge_type> <source_obj>131</source_obj> <sink_obj>132</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_400"> <id>431</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>132</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_401"> <id>432</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>132</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_402"> <id>433</id> <edge_type>1</edge_type> <source_obj>132</source_obj> <sink_obj>133</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_403"> <id>434</id> <edge_type>1</edge_type> <source_obj>130</source_obj> <sink_obj>133</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_404"> <id>435</id> <edge_type>1</edge_type> <source_obj>122</source_obj> <sink_obj>134</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_405"> <id>436</id> <edge_type>1</edge_type> <source_obj>19</source_obj> <sink_obj>134</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_406"> <id>437</id> <edge_type>1</edge_type> <source_obj>134</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_407"> <id>438</id> <edge_type>1</edge_type> <source_obj>133</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_408"> <id>439</id> <edge_type>1</edge_type> <source_obj>17</source_obj> <sink_obj>136</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_409"> <id>440</id> <edge_type>1</edge_type> <source_obj>18</source_obj> <sink_obj>136</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_410"> <id>441</id> <edge_type>1</edge_type> <source_obj>136</source_obj> <sink_obj>137</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_411"> <id>442</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>137</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_412"> <id>444</id> <edge_type>1</edge_type> <source_obj>136</source_obj> <sink_obj>138</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_413"> <id>445</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>138</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_414"> <id>446</id> <edge_type>1</edge_type> <source_obj>138</source_obj> <sink_obj>139</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_415"> <id>447</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>139</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_416"> <id>448</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>139</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_417"> <id>449</id> <edge_type>1</edge_type> <source_obj>139</source_obj> <sink_obj>140</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_418"> <id>450</id> <edge_type>1</edge_type> <source_obj>137</source_obj> <sink_obj>140</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_419"> <id>451</id> <edge_type>1</edge_type> <source_obj>120</source_obj> <sink_obj>141</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_420"> <id>452</id> <edge_type>1</edge_type> <source_obj>17</source_obj> <sink_obj>141</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_421"> <id>453</id> <edge_type>1</edge_type> <source_obj>141</source_obj> <sink_obj>142</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_422"> <id>454</id> <edge_type>1</edge_type> <source_obj>140</source_obj> <sink_obj>142</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_423"> <id>455</id> <edge_type>1</edge_type> <source_obj>17</source_obj> <sink_obj>143</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_424"> <id>456</id> <edge_type>1</edge_type> <source_obj>20</source_obj> <sink_obj>143</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_425"> <id>457</id> <edge_type>1</edge_type> <source_obj>143</source_obj> <sink_obj>144</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_426"> <id>458</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>144</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_427"> <id>460</id> <edge_type>1</edge_type> <source_obj>143</source_obj> <sink_obj>145</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_428"> <id>461</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>145</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_429"> <id>462</id> <edge_type>1</edge_type> <source_obj>145</source_obj> <sink_obj>146</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_430"> <id>463</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>146</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_431"> <id>464</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>146</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_432"> <id>465</id> <edge_type>1</edge_type> <source_obj>144</source_obj> <sink_obj>147</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_433"> <id>466</id> <edge_type>1</edge_type> <source_obj>121</source_obj> <sink_obj>147</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_434"> <id>467</id> <edge_type>1</edge_type> <source_obj>147</source_obj> <sink_obj>148</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_435"> <id>468</id> <edge_type>1</edge_type> <source_obj>146</source_obj> <sink_obj>148</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_436"> <id>470</id> <edge_type>1</edge_type> <source_obj>469</source_obj> <sink_obj>149</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_437"> <id>471</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>149</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_438"> <id>472</id> <edge_type>1</edge_type> <source_obj>149</source_obj> <sink_obj>150</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_439"> <id>473</id> <edge_type>1</edge_type> <source_obj>48</source_obj> <sink_obj>150</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_440"> <id>474</id> <edge_type>1</edge_type> <source_obj>150</source_obj> <sink_obj>151</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_441"> <id>475</id> <edge_type>1</edge_type> <source_obj>55</source_obj> <sink_obj>151</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_442"> <id>476</id> <edge_type>1</edge_type> <source_obj>151</source_obj> <sink_obj>152</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_443"> <id>477</id> <edge_type>1</edge_type> <source_obj>61</source_obj> <sink_obj>152</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_444"> <id>478</id> <edge_type>1</edge_type> <source_obj>152</source_obj> <sink_obj>153</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_445"> <id>479</id> <edge_type>1</edge_type> <source_obj>70</source_obj> <sink_obj>153</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_446"> <id>480</id> <edge_type>1</edge_type> <source_obj>153</source_obj> <sink_obj>154</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_447"> <id>481</id> <edge_type>1</edge_type> <source_obj>77</source_obj> <sink_obj>154</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_448"> <id>482</id> <edge_type>1</edge_type> <source_obj>154</source_obj> <sink_obj>155</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_449"> <id>483</id> <edge_type>1</edge_type> <source_obj>84</source_obj> <sink_obj>155</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_450"> <id>484</id> <edge_type>1</edge_type> <source_obj>155</source_obj> <sink_obj>156</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_451"> <id>485</id> <edge_type>1</edge_type> <source_obj>90</source_obj> <sink_obj>156</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_452"> <id>486</id> <edge_type>1</edge_type> <source_obj>156</source_obj> <sink_obj>157</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_453"> <id>487</id> <edge_type>1</edge_type> <source_obj>99</source_obj> <sink_obj>157</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_454"> <id>488</id> <edge_type>1</edge_type> <source_obj>157</source_obj> <sink_obj>158</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_455"> <id>489</id> <edge_type>1</edge_type> <source_obj>106</source_obj> <sink_obj>158</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_456"> <id>490</id> <edge_type>1</edge_type> <source_obj>158</source_obj> <sink_obj>159</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_457"> <id>491</id> <edge_type>1</edge_type> <source_obj>113</source_obj> <sink_obj>159</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_458"> <id>492</id> <edge_type>1</edge_type> <source_obj>159</source_obj> <sink_obj>160</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_459"> <id>493</id> <edge_type>1</edge_type> <source_obj>119</source_obj> <sink_obj>160</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_460"> <id>494</id> <edge_type>1</edge_type> <source_obj>160</source_obj> <sink_obj>161</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_461"> <id>495</id> <edge_type>1</edge_type> <source_obj>128</source_obj> <sink_obj>161</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_462"> <id>496</id> <edge_type>1</edge_type> <source_obj>161</source_obj> <sink_obj>162</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_463"> <id>497</id> <edge_type>1</edge_type> <source_obj>135</source_obj> <sink_obj>162</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_464"> <id>498</id> <edge_type>1</edge_type> <source_obj>162</source_obj> <sink_obj>163</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_465"> <id>499</id> <edge_type>1</edge_type> <source_obj>142</source_obj> <sink_obj>163</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_466"> <id>500</id> <edge_type>1</edge_type> <source_obj>163</source_obj> <sink_obj>164</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_467"> <id>501</id> <edge_type>1</edge_type> <source_obj>148</source_obj> <sink_obj>164</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_468"> <id>502</id> <edge_type>1</edge_type> <source_obj>164</source_obj> <sink_obj>165</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="_469"> <mId>1</mId> <mTag>MixColumns</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>166</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="_470"> <states class_id="25" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="26" tracking_level="1" version="0" object_id="_471"> <id>1</id> <operations class_id="27" tracking_level="0" version="0"> <count>149</count> <item_version>0</item_version> <item class_id="28" tracking_level="1" version="0" object_id="_472"> <id>17</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_473"> <id>18</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_474"> <id>19</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_475"> <id>20</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_476"> <id>21</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_477"> <id>22</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_478"> <id>23</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_479"> <id>24</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_480"> <id>25</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_481"> <id>26</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_482"> <id>27</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_483"> <id>28</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_484"> <id>29</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_485"> <id>30</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_486"> <id>31</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_487"> <id>32</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_488"> <id>33</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_489"> <id>34</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_490"> <id>35</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_491"> <id>36</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_492"> <id>37</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_493"> <id>38</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_494"> <id>39</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_495"> <id>40</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_496"> <id>41</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_497"> <id>42</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_498"> <id>43</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_499"> <id>44</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_500"> <id>45</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_501"> <id>46</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_502"> <id>47</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_503"> <id>48</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_504"> <id>49</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_505"> <id>50</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_506"> <id>51</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_507"> <id>52</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_508"> <id>53</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_509"> <id>54</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_510"> <id>55</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_511"> <id>56</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_512"> <id>57</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_513"> <id>58</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_514"> <id>59</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_515"> <id>60</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_516"> <id>61</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_517"> <id>62</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_518"> <id>63</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_519"> <id>64</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_520"> <id>65</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_521"> <id>66</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_522"> <id>67</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_523"> <id>68</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_524"> <id>69</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_525"> <id>70</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_526"> <id>71</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_527"> <id>72</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_528"> <id>73</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_529"> <id>74</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_530"> <id>75</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_531"> <id>76</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_532"> <id>77</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_533"> <id>78</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_534"> <id>79</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_535"> <id>80</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_536"> <id>81</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_537"> <id>82</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_538"> <id>83</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_539"> <id>84</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_540"> <id>85</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_541"> <id>86</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_542"> <id>87</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_543"> <id>88</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_544"> <id>89</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_545"> <id>90</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_546"> <id>91</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_547"> <id>92</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_548"> <id>93</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_549"> <id>94</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_550"> <id>95</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_551"> <id>96</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_552"> <id>97</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_553"> <id>98</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_554"> <id>99</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_555"> <id>100</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_556"> <id>101</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_557"> <id>102</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_558"> <id>103</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_559"> <id>104</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_560"> <id>105</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_561"> <id>106</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_562"> <id>107</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_563"> <id>108</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_564"> <id>109</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_565"> <id>110</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_566"> <id>111</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_567"> <id>112</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_568"> <id>113</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_569"> <id>114</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_570"> <id>115</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_571"> <id>116</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_572"> <id>117</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_573"> <id>118</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_574"> <id>119</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_575"> <id>120</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_576"> <id>121</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_577"> <id>122</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_578"> <id>123</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_579"> <id>124</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_580"> <id>125</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_581"> <id>126</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_582"> <id>127</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_583"> <id>128</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_584"> <id>129</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_585"> <id>130</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_586"> <id>131</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_587"> <id>132</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_588"> <id>133</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_589"> <id>134</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_590"> <id>135</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_591"> <id>136</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_592"> <id>137</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_593"> <id>138</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_594"> <id>139</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_595"> <id>140</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_596"> <id>141</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_597"> <id>142</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_598"> <id>143</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_599"> <id>144</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_600"> <id>145</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_601"> <id>146</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_602"> <id>147</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_603"> <id>148</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_604"> <id>149</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_605"> <id>150</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_606"> <id>151</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_607"> <id>152</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_608"> <id>153</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_609"> <id>154</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_610"> <id>155</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_611"> <id>156</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_612"> <id>157</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_613"> <id>158</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_614"> <id>159</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_615"> <id>160</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_616"> <id>161</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_617"> <id>162</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_618"> <id>163</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_619"> <id>164</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_620"> <id>165</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> </states> <transitions class_id="29" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </transitions> </fsm> <res class_id="30" tracking_level="1" version="0" object_id="_621"> <dp_component_resource class_id="31" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_component_resource> <dp_expression_resource> <count>84</count> <item_version>0</item_version> <item class_id="32" tracking_level="0" version="0"> <first>select_ln311_10_fu_646_p3 ( select ) </first> <second class_id="33" tracking_level="0" version="0"> <count>5</count> <item_version>0</item_version> <item class_id="34" tracking_level="0" version="0"> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>5</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>5</second> </item> </second> </item> <item> <first>select_ln311_11_fu_692_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>5</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>5</second> </item> </second> </item> <item> <first>select_ln311_12_fu_744_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>5</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>5</second> </item> </second> </item> <item> <first>select_ln311_13_fu_790_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>5</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>5</second> </item> </second> </item> <item> <first>select_ln311_14_fu_836_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>5</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>5</second> </item> </second> </item> <item> <first>select_ln311_15_fu_882_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>5</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>5</second> </item> </second> </item> <item> <first>select_ln311_1_fu_220_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>5</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>5</second> </item> </second> </item> <item> <first>select_ln311_2_fu_266_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>5</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>5</second> </item> </second> </item> <item> <first>select_ln311_3_fu_312_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>5</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>5</second> </item> </second> </item> <item> <first>select_ln311_4_fu_364_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>5</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>5</second> </item> </second> </item> <item> <first>select_ln311_5_fu_410_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>5</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>5</second> </item> </second> </item> <item> <first>select_ln311_6_fu_456_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>5</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>5</second> </item> </second> </item> <item> <first>select_ln311_7_fu_502_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>5</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>5</second> </item> </second> </item> <item> <first>select_ln311_8_fu_554_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>5</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>5</second> </item> </second> </item> <item> <first>select_ln311_9_fu_600_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>5</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>5</second> </item> </second> </item> <item> <first>select_ln311_fu_174_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>5</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>5</second> </item> </second> </item> <item> <first>xor_ln319_10_fu_522_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln319_11_fu_712_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln319_1_fu_148_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln319_2_fu_154_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln319_3_fu_338_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln319_4_fu_344_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln319_5_fu_528_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln319_6_fu_534_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln319_7_fu_718_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln319_8_fu_724_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln319_9_fu_332_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln319_fu_142_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln322_10_fu_758_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln322_11_fu_764_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln322_1_fu_188_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln322_2_fu_194_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln322_3_fu_372_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln322_4_fu_378_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln322_5_fu_384_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln322_6_fu_562_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln322_7_fu_568_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln322_8_fu_574_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln322_9_fu_752_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln322_fu_182_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln323_1_fu_390_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln323_2_fu_580_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln323_3_fu_770_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln323_fu_200_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln325_10_fu_804_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln325_11_fu_810_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln325_1_fu_234_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln325_2_fu_240_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln325_3_fu_418_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln325_4_fu_424_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln325_5_fu_430_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln325_6_fu_608_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln325_7_fu_614_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln325_8_fu_620_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln325_9_fu_798_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln325_fu_228_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln326_1_fu_436_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln326_2_fu_626_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln326_3_fu_816_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln326_fu_246_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln328_10_fu_850_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln328_11_fu_856_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln328_1_fu_280_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln328_2_fu_286_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln328_3_fu_464_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln328_4_fu_470_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln328_5_fu_476_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln328_6_fu_654_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln328_7_fu_660_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln328_8_fu_666_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln328_9_fu_844_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln328_fu_274_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln329_1_fu_482_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln329_2_fu_672_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln329_3_fu_862_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln329_fu_292_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln331_1_fu_326_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln331_2_fu_510_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln331_3_fu_516_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln331_4_fu_700_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln331_5_fu_706_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln331_6_fu_890_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln331_7_fu_896_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> <item> <first>xor_ln331_fu_320_p2 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>8</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</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>0</count> <item_version>0</item_version> </dp_memory_resource> <dp_multiplexer_resource> <count>0</count> <item_version>0</item_version> </dp_multiplexer_resource> <dp_register_resource> <count>0</count> <item_version>0</item_version> </dp_register_resource> <dp_dsp_resource> <count>0</count> <item_version>0</item_version> </dp_dsp_resource> <dp_component_map class_id="35" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_component_map> <dp_expression_map> <count>84</count> <item_version>0</item_version> <item class_id="36" tracking_level="0" version="0"> <first>select_ln311_10_fu_646_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>110</item> </second> </item> <item> <first>select_ln311_11_fu_692_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>117</item> </second> </item> <item> <first>select_ln311_12_fu_744_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>125</item> </second> </item> <item> <first>select_ln311_13_fu_790_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>132</item> </second> </item> <item> <first>select_ln311_14_fu_836_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>139</item> </second> </item> <item> <first>select_ln311_15_fu_882_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>146</item> </second> </item> <item> <first>select_ln311_1_fu_220_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>45</item> </second> </item> <item> <first>select_ln311_2_fu_266_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>52</item> </second> </item> <item> <first>select_ln311_3_fu_312_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>59</item> </second> </item> <item> <first>select_ln311_4_fu_364_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>67</item> </second> </item> <item> <first>select_ln311_5_fu_410_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>74</item> </second> </item> <item> <first>select_ln311_6_fu_456_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>81</item> </second> </item> <item> <first>select_ln311_7_fu_502_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>88</item> </second> </item> <item> <first>select_ln311_8_fu_554_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>96</item> </second> </item> <item> <first>select_ln311_9_fu_600_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>103</item> </second> </item> <item> <first>select_ln311_fu_174_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>xor_ln319_10_fu_522_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>91</item> </second> </item> <item> <first>xor_ln319_11_fu_712_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>120</item> </second> </item> <item> <first>xor_ln319_1_fu_148_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>34</item> </second> </item> <item> <first>xor_ln319_2_fu_154_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>35</item> </second> </item> <item> <first>xor_ln319_3_fu_338_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>63</item> </second> </item> <item> <first>xor_ln319_4_fu_344_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>64</item> </second> </item> <item> <first>xor_ln319_5_fu_528_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>92</item> </second> </item> <item> <first>xor_ln319_6_fu_534_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>93</item> </second> </item> <item> <first>xor_ln319_7_fu_718_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>121</item> </second> </item> <item> <first>xor_ln319_8_fu_724_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>122</item> </second> </item> <item> <first>xor_ln319_9_fu_332_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>62</item> </second> </item> <item> <first>xor_ln319_fu_142_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>33</item> </second> </item> <item> <first>xor_ln322_10_fu_758_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>127</item> </second> </item> <item> <first>xor_ln322_11_fu_764_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>128</item> </second> </item> <item> <first>xor_ln322_1_fu_188_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>40</item> </second> </item> <item> <first>xor_ln322_2_fu_194_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>41</item> </second> </item> <item> <first>xor_ln322_3_fu_372_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>68</item> </second> </item> <item> <first>xor_ln322_4_fu_378_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>69</item> </second> </item> <item> <first>xor_ln322_5_fu_384_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>70</item> </second> </item> <item> <first>xor_ln322_6_fu_562_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>97</item> </second> </item> <item> <first>xor_ln322_7_fu_568_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>98</item> </second> </item> <item> <first>xor_ln322_8_fu_574_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>99</item> </second> </item> <item> <first>xor_ln322_9_fu_752_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>126</item> </second> </item> <item> <first>xor_ln322_fu_182_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>39</item> </second> </item> <item> <first>xor_ln323_1_fu_390_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>71</item> </second> </item> <item> <first>xor_ln323_2_fu_580_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>100</item> </second> </item> <item> <first>xor_ln323_3_fu_770_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>129</item> </second> </item> <item> <first>xor_ln323_fu_200_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>42</item> </second> </item> <item> <first>xor_ln325_10_fu_804_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>134</item> </second> </item> <item> <first>xor_ln325_11_fu_810_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>135</item> </second> </item> <item> <first>xor_ln325_1_fu_234_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>47</item> </second> </item> <item> <first>xor_ln325_2_fu_240_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>48</item> </second> </item> <item> <first>xor_ln325_3_fu_418_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>75</item> </second> </item> <item> <first>xor_ln325_4_fu_424_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> <item> <first>xor_ln325_5_fu_430_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>77</item> </second> </item> <item> <first>xor_ln325_6_fu_608_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>104</item> </second> </item> <item> <first>xor_ln325_7_fu_614_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>105</item> </second> </item> <item> <first>xor_ln325_8_fu_620_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>106</item> </second> </item> <item> <first>xor_ln325_9_fu_798_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>133</item> </second> </item> <item> <first>xor_ln325_fu_228_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>46</item> </second> </item> <item> <first>xor_ln326_1_fu_436_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>78</item> </second> </item> <item> <first>xor_ln326_2_fu_626_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>107</item> </second> </item> <item> <first>xor_ln326_3_fu_816_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>136</item> </second> </item> <item> <first>xor_ln326_fu_246_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>xor_ln328_10_fu_850_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>141</item> </second> </item> <item> <first>xor_ln328_11_fu_856_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>142</item> </second> </item> <item> <first>xor_ln328_1_fu_280_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>54</item> </second> </item> <item> <first>xor_ln328_2_fu_286_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>55</item> </second> </item> <item> <first>xor_ln328_3_fu_464_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>82</item> </second> </item> <item> <first>xor_ln328_4_fu_470_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>83</item> </second> </item> <item> <first>xor_ln328_5_fu_476_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>84</item> </second> </item> <item> <first>xor_ln328_6_fu_654_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>111</item> </second> </item> <item> <first>xor_ln328_7_fu_660_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>112</item> </second> </item> <item> <first>xor_ln328_8_fu_666_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>113</item> </second> </item> <item> <first>xor_ln328_9_fu_844_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>140</item> </second> </item> <item> <first>xor_ln328_fu_274_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>53</item> </second> </item> <item> <first>xor_ln329_1_fu_482_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>85</item> </second> </item> <item> <first>xor_ln329_2_fu_672_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>114</item> </second> </item> <item> <first>xor_ln329_3_fu_862_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>143</item> </second> </item> <item> <first>xor_ln329_fu_292_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>56</item> </second> </item> <item> <first>xor_ln331_1_fu_326_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>61</item> </second> </item> <item> <first>xor_ln331_2_fu_510_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>89</item> </second> </item> <item> <first>xor_ln331_3_fu_516_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>90</item> </second> </item> <item> <first>xor_ln331_4_fu_700_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>118</item> </second> </item> <item> <first>xor_ln331_5_fu_706_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>119</item> </second> </item> <item> <first>xor_ln331_6_fu_890_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>147</item> </second> </item> <item> <first>xor_ln331_7_fu_896_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>148</item> </second> </item> <item> <first>xor_ln331_fu_320_p2 ( xor ) </first> <second> <count>1</count> <item_version>0</item_version> <item>60</item> </second> </item> </dp_expression_map> <dp_fifo_map> <count>0</count> <item_version>0</item_version> </dp_fifo_map> <dp_memory_map> <count>0</count> <item_version>0</item_version> </dp_memory_map> </res> <node_label_latency class_id="37" tracking_level="0" version="0"> <count>149</count> <item_version>0</item_version> <item class_id="38" tracking_level="0" version="0"> <first>17</first> <second class_id="39" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> <item> <first>18</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>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>31</first> <second> <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>35</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>36</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>37</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>38</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>39</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>40</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>41</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>42</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>43</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>44</first> <second> <first>0</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>0</first> <second>0</second> </second> </item> <item> <first>47</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>48</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>49</first> <second> <first>0</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>0</first> <second>0</second> </second> </item> <item> <first>52</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>53</first> <second> <first>0</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>0</first> <second>0</second> </second> </item> <item> <first>56</first> <second> <first>0</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>0</first> <second>0</second> </second> </item> <item> <first>59</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>60</first> <second> <first>0</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>63</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>66</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>71</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>73</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>93</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>95</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>96</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>97</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>98</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>99</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>100</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>101</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>102</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>103</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>104</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>105</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>106</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>107</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>108</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>109</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>110</first> <second> <first>0</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>113</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>114</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>115</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>116</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>117</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>118</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>119</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>120</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>121</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>122</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>123</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>124</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>125</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>126</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>127</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>128</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>129</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>130</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>131</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>132</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>133</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>134</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>135</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>136</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>137</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>138</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>139</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>140</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>141</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>142</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>143</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>144</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>145</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>146</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>147</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>148</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>149</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>150</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>151</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>152</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>153</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>154</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>155</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>156</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>157</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>158</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>159</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>160</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>161</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>162</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>163</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>164</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>165</first> <second> <first>0</first> <second>0</second> </second> </item> </node_label_latency> <bblk_ent_exit class_id="40" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="41" tracking_level="0" version="0"> <first>166</first> <second class_id="42" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> </bblk_ent_exit> <regions class_id="43" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="44" tracking_level="1" version="0" object_id="_622"> <region_name>MixColumns</region_name> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>166</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>1</pipe_depth> </item> </regions> <dp_fu_nodes class_id="45" tracking_level="0" version="0"> <count>148</count> <item_version>0</item_version> <item class_id="46" tracking_level="0" version="0"> <first>46</first> <second> <count>1</count> <item_version>0</item_version> <item>17</item> </second> </item> <item> <first>52</first> <second> <count>1</count> <item_version>0</item_version> <item>18</item> </second> </item> <item> <first>58</first> <second> <count>1</count> <item_version>0</item_version> <item>19</item> </second> </item> <item> <first>64</first> <second> <count>1</count> <item_version>0</item_version> <item>20</item> </second> </item> <item> <first>70</first> <second> <count>1</count> <item_version>0</item_version> <item>21</item> </second> </item> <item> <first>76</first> <second> <count>1</count> <item_version>0</item_version> <item>22</item> </second> </item> <item> <first>82</first> <second> <count>1</count> <item_version>0</item_version> <item>23</item> </second> </item> <item> <first>88</first> <second> <count>1</count> <item_version>0</item_version> <item>24</item> </second> </item> <item> <first>94</first> <second> <count>1</count> <item_version>0</item_version> <item>25</item> </second> </item> <item> <first>100</first> <second> <count>1</count> <item_version>0</item_version> <item>26</item> </second> </item> <item> <first>106</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>112</first> <second> <count>1</count> <item_version>0</item_version> <item>28</item> </second> </item> <item> <first>118</first> <second> <count>1</count> <item_version>0</item_version> <item>29</item> </second> </item> <item> <first>124</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>130</first> <second> <count>1</count> <item_version>0</item_version> <item>31</item> </second> </item> <item> <first>136</first> <second> <count>1</count> <item_version>0</item_version> <item>32</item> </second> </item> <item> <first>142</first> <second> <count>1</count> <item_version>0</item_version> <item>33</item> </second> </item> <item> <first>148</first> <second> <count>1</count> <item_version>0</item_version> <item>34</item> </second> </item> <item> <first>154</first> <second> <count>1</count> <item_version>0</item_version> <item>35</item> </second> </item> <item> <first>160</first> <second> <count>1</count> <item_version>0</item_version> <item>36</item> </second> </item> <item> <first>166</first> <second> <count>1</count> <item_version>0</item_version> <item>37</item> </second> </item> <item> <first>174</first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>182</first> <second> <count>1</count> <item_version>0</item_version> <item>39</item> </second> </item> <item> <first>188</first> <second> <count>1</count> <item_version>0</item_version> <item>40</item> </second> </item> <item> <first>194</first> <second> <count>1</count> <item_version>0</item_version> <item>41</item> </second> </item> <item> <first>200</first> <second> <count>1</count> <item_version>0</item_version> <item>42</item> </second> </item> <item> <first>206</first> <second> <count>1</count> <item_version>0</item_version> <item>43</item> </second> </item> <item> <first>212</first> <second> <count>1</count> <item_version>0</item_version> <item>44</item> </second> </item> <item> <first>220</first> <second> <count>1</count> <item_version>0</item_version> <item>45</item> </second> </item> <item> <first>228</first> <second> <count>1</count> <item_version>0</item_version> <item>46</item> </second> </item> <item> <first>234</first> <second> <count>1</count> <item_version>0</item_version> <item>47</item> </second> </item> <item> <first>240</first> <second> <count>1</count> <item_version>0</item_version> <item>48</item> </second> </item> <item> <first>246</first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>252</first> <second> <count>1</count> <item_version>0</item_version> <item>50</item> </second> </item> <item> <first>258</first> <second> <count>1</count> <item_version>0</item_version> <item>51</item> </second> </item> <item> <first>266</first> <second> <count>1</count> <item_version>0</item_version> <item>52</item> </second> </item> <item> <first>274</first> <second> <count>1</count> <item_version>0</item_version> <item>53</item> </second> </item> <item> <first>280</first> <second> <count>1</count> <item_version>0</item_version> <item>54</item> </second> </item> <item> <first>286</first> <second> <count>1</count> <item_version>0</item_version> <item>55</item> </second> </item> <item> <first>292</first> <second> <count>1</count> <item_version>0</item_version> <item>56</item> </second> </item> <item> <first>298</first> <second> <count>1</count> <item_version>0</item_version> <item>57</item> </second> </item> <item> <first>304</first> <second> <count>1</count> <item_version>0</item_version> <item>58</item> </second> </item> <item> <first>312</first> <second> <count>1</count> <item_version>0</item_version> <item>59</item> </second> </item> <item> <first>320</first> <second> <count>1</count> <item_version>0</item_version> <item>60</item> </second> </item> <item> <first>326</first> <second> <count>1</count> <item_version>0</item_version> <item>61</item> </second> </item> <item> <first>332</first> <second> <count>1</count> <item_version>0</item_version> <item>62</item> </second> </item> <item> <first>338</first> <second> <count>1</count> <item_version>0</item_version> <item>63</item> </second> </item> <item> <first>344</first> <second> <count>1</count> <item_version>0</item_version> <item>64</item> </second> </item> <item> <first>350</first> <second> <count>1</count> <item_version>0</item_version> <item>65</item> </second> </item> <item> <first>356</first> <second> <count>1</count> <item_version>0</item_version> <item>66</item> </second> </item> <item> <first>364</first> <second> <count>1</count> <item_version>0</item_version> <item>67</item> </second> </item> <item> <first>372</first> <second> <count>1</count> <item_version>0</item_version> <item>68</item> </second> </item> <item> <first>378</first> <second> <count>1</count> <item_version>0</item_version> <item>69</item> </second> </item> <item> <first>384</first> <second> <count>1</count> <item_version>0</item_version> <item>70</item> </second> </item> <item> <first>390</first> <second> <count>1</count> <item_version>0</item_version> <item>71</item> </second> </item> <item> <first>396</first> <second> <count>1</count> <item_version>0</item_version> <item>72</item> </second> </item> <item> <first>402</first> <second> <count>1</count> <item_version>0</item_version> <item>73</item> </second> </item> <item> <first>410</first> <second> <count>1</count> <item_version>0</item_version> <item>74</item> </second> </item> <item> <first>418</first> <second> <count>1</count> <item_version>0</item_version> <item>75</item> </second> </item> <item> <first>424</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> <item> <first>430</first> <second> <count>1</count> <item_version>0</item_version> <item>77</item> </second> </item> <item> <first>436</first> <second> <count>1</count> <item_version>0</item_version> <item>78</item> </second> </item> <item> <first>442</first> <second> <count>1</count> <item_version>0</item_version> <item>79</item> </second> </item> <item> <first>448</first> <second> <count>1</count> <item_version>0</item_version> <item>80</item> </second> </item> <item> <first>456</first> <second> <count>1</count> <item_version>0</item_version> <item>81</item> </second> </item> <item> <first>464</first> <second> <count>1</count> <item_version>0</item_version> <item>82</item> </second> </item> <item> <first>470</first> <second> <count>1</count> <item_version>0</item_version> <item>83</item> </second> </item> <item> <first>476</first> <second> <count>1</count> <item_version>0</item_version> <item>84</item> </second> </item> <item> <first>482</first> <second> <count>1</count> <item_version>0</item_version> <item>85</item> </second> </item> <item> <first>488</first> <second> <count>1</count> <item_version>0</item_version> <item>86</item> </second> </item> <item> <first>494</first> <second> <count>1</count> <item_version>0</item_version> <item>87</item> </second> </item> <item> <first>502</first> <second> <count>1</count> <item_version>0</item_version> <item>88</item> </second> </item> <item> <first>510</first> <second> <count>1</count> <item_version>0</item_version> <item>89</item> </second> </item> <item> <first>516</first> <second> <count>1</count> <item_version>0</item_version> <item>90</item> </second> </item> <item> <first>522</first> <second> <count>1</count> <item_version>0</item_version> <item>91</item> </second> </item> <item> <first>528</first> <second> <count>1</count> <item_version>0</item_version> <item>92</item> </second> </item> <item> <first>534</first> <second> <count>1</count> <item_version>0</item_version> <item>93</item> </second> </item> <item> <first>540</first> <second> <count>1</count> <item_version>0</item_version> <item>94</item> </second> </item> <item> <first>546</first> <second> <count>1</count> <item_version>0</item_version> <item>95</item> </second> </item> <item> <first>554</first> <second> <count>1</count> <item_version>0</item_version> <item>96</item> </second> </item> <item> <first>562</first> <second> <count>1</count> <item_version>0</item_version> <item>97</item> </second> </item> <item> <first>568</first> <second> <count>1</count> <item_version>0</item_version> <item>98</item> </second> </item> <item> <first>574</first> <second> <count>1</count> <item_version>0</item_version> <item>99</item> </second> </item> <item> <first>580</first> <second> <count>1</count> <item_version>0</item_version> <item>100</item> </second> </item> <item> <first>586</first> <second> <count>1</count> <item_version>0</item_version> <item>101</item> </second> </item> <item> <first>592</first> <second> <count>1</count> <item_version>0</item_version> <item>102</item> </second> </item> <item> <first>600</first> <second> <count>1</count> <item_version>0</item_version> <item>103</item> </second> </item> <item> <first>608</first> <second> <count>1</count> <item_version>0</item_version> <item>104</item> </second> </item> <item> <first>614</first> <second> <count>1</count> <item_version>0</item_version> <item>105</item> </second> </item> <item> <first>620</first> <second> <count>1</count> <item_version>0</item_version> <item>106</item> </second> </item> <item> <first>626</first> <second> <count>1</count> <item_version>0</item_version> <item>107</item> </second> </item> <item> <first>632</first> <second> <count>1</count> <item_version>0</item_version> <item>108</item> </second> </item> <item> <first>638</first> <second> <count>1</count> <item_version>0</item_version> <item>109</item> </second> </item> <item> <first>646</first> <second> <count>1</count> <item_version>0</item_version> <item>110</item> </second> </item> <item> <first>654</first> <second> <count>1</count> <item_version>0</item_version> <item>111</item> </second> </item> <item> <first>660</first> <second> <count>1</count> <item_version>0</item_version> <item>112</item> </second> </item> <item> <first>666</first> <second> <count>1</count> <item_version>0</item_version> <item>113</item> </second> </item> <item> <first>672</first> <second> <count>1</count> <item_version>0</item_version> <item>114</item> </second> </item> <item> <first>678</first> <second> <count>1</count> <item_version>0</item_version> <item>115</item> </second> </item> <item> <first>684</first> <second> <count>1</count> <item_version>0</item_version> <item>116</item> </second> </item> <item> <first>692</first> <second> <count>1</count> <item_version>0</item_version> <item>117</item> </second> </item> <item> <first>700</first> <second> <count>1</count> <item_version>0</item_version> <item>118</item> </second> </item> <item> <first>706</first> <second> <count>1</count> <item_version>0</item_version> <item>119</item> </second> </item> <item> <first>712</first> <second> <count>1</count> <item_version>0</item_version> <item>120</item> </second> </item> <item> <first>718</first> <second> <count>1</count> <item_version>0</item_version> <item>121</item> </second> </item> <item> <first>724</first> <second> <count>1</count> <item_version>0</item_version> <item>122</item> </second> </item> <item> <first>730</first> <second> <count>1</count> <item_version>0</item_version> <item>123</item> </second> </item> <item> <first>736</first> <second> <count>1</count> <item_version>0</item_version> <item>124</item> </second> </item> <item> <first>744</first> <second> <count>1</count> <item_version>0</item_version> <item>125</item> </second> </item> <item> <first>752</first> <second> <count>1</count> <item_version>0</item_version> <item>126</item> </second> </item> <item> <first>758</first> <second> <count>1</count> <item_version>0</item_version> <item>127</item> </second> </item> <item> <first>764</first> <second> <count>1</count> <item_version>0</item_version> <item>128</item> </second> </item> <item> <first>770</first> <second> <count>1</count> <item_version>0</item_version> <item>129</item> </second> </item> <item> <first>776</first> <second> <count>1</count> <item_version>0</item_version> <item>130</item> </second> </item> <item> <first>782</first> <second> <count>1</count> <item_version>0</item_version> <item>131</item> </second> </item> <item> <first>790</first> <second> <count>1</count> <item_version>0</item_version> <item>132</item> </second> </item> <item> <first>798</first> <second> <count>1</count> <item_version>0</item_version> <item>133</item> </second> </item> <item> <first>804</first> <second> <count>1</count> <item_version>0</item_version> <item>134</item> </second> </item> <item> <first>810</first> <second> <count>1</count> <item_version>0</item_version> <item>135</item> </second> </item> <item> <first>816</first> <second> <count>1</count> <item_version>0</item_version> <item>136</item> </second> </item> <item> <first>822</first> <second> <count>1</count> <item_version>0</item_version> <item>137</item> </second> </item> <item> <first>828</first> <second> <count>1</count> <item_version>0</item_version> <item>138</item> </second> </item> <item> <first>836</first> <second> <count>1</count> <item_version>0</item_version> <item>139</item> </second> </item> <item> <first>844</first> <second> <count>1</count> <item_version>0</item_version> <item>140</item> </second> </item> <item> <first>850</first> <second> <count>1</count> <item_version>0</item_version> <item>141</item> </second> </item> <item> <first>856</first> <second> <count>1</count> <item_version>0</item_version> <item>142</item> </second> </item> <item> <first>862</first> <second> <count>1</count> <item_version>0</item_version> <item>143</item> </second> </item> <item> <first>868</first> <second> <count>1</count> <item_version>0</item_version> <item>144</item> </second> </item> <item> <first>874</first> <second> <count>1</count> <item_version>0</item_version> <item>145</item> </second> </item> <item> <first>882</first> <second> <count>1</count> <item_version>0</item_version> <item>146</item> </second> </item> <item> <first>890</first> <second> <count>1</count> <item_version>0</item_version> <item>147</item> </second> </item> <item> <first>896</first> <second> <count>1</count> <item_version>0</item_version> <item>148</item> </second> </item> <item> <first>902</first> <second> <count>1</count> <item_version>0</item_version> <item>149</item> </second> </item> <item> <first>908</first> <second> <count>1</count> <item_version>0</item_version> <item>150</item> </second> </item> <item> <first>914</first> <second> <count>1</count> <item_version>0</item_version> <item>151</item> </second> </item> <item> <first>920</first> <second> <count>1</count> <item_version>0</item_version> <item>152</item> </second> </item> <item> <first>926</first> <second> <count>1</count> <item_version>0</item_version> <item>153</item> </second> </item> <item> <first>932</first> <second> <count>1</count> <item_version>0</item_version> <item>154</item> </second> </item> <item> <first>938</first> <second> <count>1</count> <item_version>0</item_version> <item>155</item> </second> </item> <item> <first>944</first> <second> <count>1</count> <item_version>0</item_version> <item>156</item> </second> </item> <item> <first>950</first> <second> <count>1</count> <item_version>0</item_version> <item>157</item> </second> </item> <item> <first>956</first> <second> <count>1</count> <item_version>0</item_version> <item>158</item> </second> </item> <item> <first>962</first> <second> <count>1</count> <item_version>0</item_version> <item>159</item> </second> </item> <item> <first>968</first> <second> <count>1</count> <item_version>0</item_version> <item>160</item> </second> </item> <item> <first>974</first> <second> <count>1</count> <item_version>0</item_version> <item>161</item> </second> </item> <item> <first>980</first> <second> <count>1</count> <item_version>0</item_version> <item>162</item> </second> </item> <item> <first>986</first> <second> <count>1</count> <item_version>0</item_version> <item>163</item> </second> </item> <item> <first>992</first> <second> <count>1</count> <item_version>0</item_version> <item>164</item> </second> </item> </dp_fu_nodes> <dp_fu_nodes_expression class_id="48" tracking_level="0" version="0"> <count>132</count> <item_version>0</item_version> <item class_id="49" tracking_level="0" version="0"> <first>mrv_10_fu_962</first> <second> <count>1</count> <item_version>0</item_version> <item>159</item> </second> </item> <item> <first>mrv_11_fu_968</first> <second> <count>1</count> <item_version>0</item_version> <item>160</item> </second> </item> <item> <first>mrv_12_fu_974</first> <second> <count>1</count> <item_version>0</item_version> <item>161</item> </second> </item> <item> <first>mrv_13_fu_980</first> <second> <count>1</count> <item_version>0</item_version> <item>162</item> </second> </item> <item> <first>mrv_14_fu_986</first> <second> <count>1</count> <item_version>0</item_version> <item>163</item> </second> </item> <item> <first>mrv_1_fu_908</first> <second> <count>1</count> <item_version>0</item_version> <item>150</item> </second> </item> <item> <first>mrv_2_fu_914</first> <second> <count>1</count> <item_version>0</item_version> <item>151</item> </second> </item> <item> <first>mrv_3_fu_920</first> <second> <count>1</count> <item_version>0</item_version> <item>152</item> </second> </item> <item> <first>mrv_4_fu_926</first> <second> <count>1</count> <item_version>0</item_version> <item>153</item> </second> </item> <item> <first>mrv_5_fu_932</first> <second> <count>1</count> <item_version>0</item_version> <item>154</item> </second> </item> <item> <first>mrv_6_fu_938</first> <second> <count>1</count> <item_version>0</item_version> <item>155</item> </second> </item> <item> <first>mrv_7_fu_944</first> <second> <count>1</count> <item_version>0</item_version> <item>156</item> </second> </item> <item> <first>mrv_8_fu_950</first> <second> <count>1</count> <item_version>0</item_version> <item>157</item> </second> </item> <item> <first>mrv_9_fu_956</first> <second> <count>1</count> <item_version>0</item_version> <item>158</item> </second> </item> <item> <first>mrv_fu_902</first> <second> <count>1</count> <item_version>0</item_version> <item>149</item> </second> </item> <item> <first>mrv_s_fu_992</first> <second> <count>1</count> <item_version>0</item_version> <item>164</item> </second> </item> <item> <first>select_ln311_10_fu_646</first> <second> <count>1</count> <item_version>0</item_version> <item>110</item> </second> </item> <item> <first>select_ln311_11_fu_692</first> <second> <count>1</count> <item_version>0</item_version> <item>117</item> </second> </item> <item> <first>select_ln311_12_fu_744</first> <second> <count>1</count> <item_version>0</item_version> <item>125</item> </second> </item> <item> <first>select_ln311_13_fu_790</first> <second> <count>1</count> <item_version>0</item_version> <item>132</item> </second> </item> <item> <first>select_ln311_14_fu_836</first> <second> <count>1</count> <item_version>0</item_version> <item>139</item> </second> </item> <item> <first>select_ln311_15_fu_882</first> <second> <count>1</count> <item_version>0</item_version> <item>146</item> </second> </item> <item> <first>select_ln311_1_fu_220</first> <second> <count>1</count> <item_version>0</item_version> <item>45</item> </second> </item> <item> <first>select_ln311_2_fu_266</first> <second> <count>1</count> <item_version>0</item_version> <item>52</item> </second> </item> <item> <first>select_ln311_3_fu_312</first> <second> <count>1</count> <item_version>0</item_version> <item>59</item> </second> </item> <item> <first>select_ln311_4_fu_364</first> <second> <count>1</count> <item_version>0</item_version> <item>67</item> </second> </item> <item> <first>select_ln311_5_fu_410</first> <second> <count>1</count> <item_version>0</item_version> <item>74</item> </second> </item> <item> <first>select_ln311_6_fu_456</first> <second> <count>1</count> <item_version>0</item_version> <item>81</item> </second> </item> <item> <first>select_ln311_7_fu_502</first> <second> <count>1</count> <item_version>0</item_version> <item>88</item> </second> </item> <item> <first>select_ln311_8_fu_554</first> <second> <count>1</count> <item_version>0</item_version> <item>96</item> </second> </item> <item> <first>select_ln311_9_fu_600</first> <second> <count>1</count> <item_version>0</item_version> <item>103</item> </second> </item> <item> <first>select_ln311_fu_174</first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>shl_ln311_10_fu_632</first> <second> <count>1</count> <item_version>0</item_version> <item>108</item> </second> </item> <item> <first>shl_ln311_11_fu_678</first> <second> <count>1</count> <item_version>0</item_version> <item>115</item> </second> </item> <item> <first>shl_ln311_12_fu_730</first> <second> <count>1</count> <item_version>0</item_version> <item>123</item> </second> </item> <item> <first>shl_ln311_13_fu_776</first> <second> <count>1</count> <item_version>0</item_version> <item>130</item> </second> </item> <item> <first>shl_ln311_14_fu_822</first> <second> <count>1</count> <item_version>0</item_version> <item>137</item> </second> </item> <item> <first>shl_ln311_15_fu_868</first> <second> <count>1</count> <item_version>0</item_version> <item>144</item> </second> </item> <item> <first>shl_ln311_1_fu_206</first> <second> <count>1</count> <item_version>0</item_version> <item>43</item> </second> </item> <item> <first>shl_ln311_2_fu_252</first> <second> <count>1</count> <item_version>0</item_version> <item>50</item> </second> </item> <item> <first>shl_ln311_3_fu_298</first> <second> <count>1</count> <item_version>0</item_version> <item>57</item> </second> </item> <item> <first>shl_ln311_4_fu_350</first> <second> <count>1</count> <item_version>0</item_version> <item>65</item> </second> </item> <item> <first>shl_ln311_5_fu_396</first> <second> <count>1</count> <item_version>0</item_version> <item>72</item> </second> </item> <item> <first>shl_ln311_6_fu_442</first> <second> <count>1</count> <item_version>0</item_version> <item>79</item> </second> </item> <item> <first>shl_ln311_7_fu_488</first> <second> <count>1</count> <item_version>0</item_version> <item>86</item> </second> </item> <item> <first>shl_ln311_8_fu_540</first> <second> <count>1</count> <item_version>0</item_version> <item>94</item> </second> </item> <item> <first>shl_ln311_9_fu_586</first> <second> <count>1</count> <item_version>0</item_version> <item>101</item> </second> </item> <item> <first>shl_ln311_fu_160</first> <second> <count>1</count> <item_version>0</item_version> <item>36</item> </second> </item> <item> <first>tmp_10_fu_638</first> <second> <count>1</count> <item_version>0</item_version> <item>109</item> </second> </item> <item> <first>tmp_11_fu_684</first> <second> <count>1</count> <item_version>0</item_version> <item>116</item> </second> </item> <item> <first>tmp_12_fu_736</first> <second> <count>1</count> <item_version>0</item_version> <item>124</item> </second> </item> <item> <first>tmp_13_fu_782</first> <second> <count>1</count> <item_version>0</item_version> <item>131</item> </second> </item> <item> <first>tmp_14_fu_828</first> <second> <count>1</count> <item_version>0</item_version> <item>138</item> </second> </item> <item> <first>tmp_15_fu_874</first> <second> <count>1</count> <item_version>0</item_version> <item>145</item> </second> </item> <item> <first>tmp_1_fu_212</first> <second> <count>1</count> <item_version>0</item_version> <item>44</item> </second> </item> <item> <first>tmp_2_fu_258</first> <second> <count>1</count> <item_version>0</item_version> <item>51</item> </second> </item> <item> <first>tmp_3_fu_304</first> <second> <count>1</count> <item_version>0</item_version> <item>58</item> </second> </item> <item> <first>tmp_4_fu_356</first> <second> <count>1</count> <item_version>0</item_version> <item>66</item> </second> </item> <item> <first>tmp_5_fu_402</first> <second> <count>1</count> <item_version>0</item_version> <item>73</item> </second> </item> <item> <first>tmp_6_fu_448</first> <second> <count>1</count> <item_version>0</item_version> <item>80</item> </second> </item> <item> <first>tmp_7_fu_494</first> <second> <count>1</count> <item_version>0</item_version> <item>87</item> </second> </item> <item> <first>tmp_8_fu_546</first> <second> <count>1</count> <item_version>0</item_version> <item>95</item> </second> </item> <item> <first>tmp_9_fu_592</first> <second> <count>1</count> <item_version>0</item_version> <item>102</item> </second> </item> <item> <first>tmp_fu_166</first> <second> <count>1</count> <item_version>0</item_version> <item>37</item> </second> </item> <item> <first>xor_ln319_10_fu_522</first> <second> <count>1</count> <item_version>0</item_version> <item>91</item> </second> </item> <item> <first>xor_ln319_11_fu_712</first> <second> <count>1</count> <item_version>0</item_version> <item>120</item> </second> </item> <item> <first>xor_ln319_1_fu_148</first> <second> <count>1</count> <item_version>0</item_version> <item>34</item> </second> </item> <item> <first>xor_ln319_2_fu_154</first> <second> <count>1</count> <item_version>0</item_version> <item>35</item> </second> </item> <item> <first>xor_ln319_3_fu_338</first> <second> <count>1</count> <item_version>0</item_version> <item>63</item> </second> </item> <item> <first>xor_ln319_4_fu_344</first> <second> <count>1</count> <item_version>0</item_version> <item>64</item> </second> </item> <item> <first>xor_ln319_5_fu_528</first> <second> <count>1</count> <item_version>0</item_version> <item>92</item> </second> </item> <item> <first>xor_ln319_6_fu_534</first> <second> <count>1</count> <item_version>0</item_version> <item>93</item> </second> </item> <item> <first>xor_ln319_7_fu_718</first> <second> <count>1</count> <item_version>0</item_version> <item>121</item> </second> </item> <item> <first>xor_ln319_8_fu_724</first> <second> <count>1</count> <item_version>0</item_version> <item>122</item> </second> </item> <item> <first>xor_ln319_9_fu_332</first> <second> <count>1</count> <item_version>0</item_version> <item>62</item> </second> </item> <item> <first>xor_ln319_fu_142</first> <second> <count>1</count> <item_version>0</item_version> <item>33</item> </second> </item> <item> <first>xor_ln322_10_fu_758</first> <second> <count>1</count> <item_version>0</item_version> <item>127</item> </second> </item> <item> <first>xor_ln322_11_fu_764</first> <second> <count>1</count> <item_version>0</item_version> <item>128</item> </second> </item> <item> <first>xor_ln322_1_fu_188</first> <second> <count>1</count> <item_version>0</item_version> <item>40</item> </second> </item> <item> <first>xor_ln322_2_fu_194</first> <second> <count>1</count> <item_version>0</item_version> <item>41</item> </second> </item> <item> <first>xor_ln322_3_fu_372</first> <second> <count>1</count> <item_version>0</item_version> <item>68</item> </second> </item> <item> <first>xor_ln322_4_fu_378</first> <second> <count>1</count> <item_version>0</item_version> <item>69</item> </second> </item> <item> <first>xor_ln322_5_fu_384</first> <second> <count>1</count> <item_version>0</item_version> <item>70</item> </second> </item> <item> <first>xor_ln322_6_fu_562</first> <second> <count>1</count> <item_version>0</item_version> <item>97</item> </second> </item> <item> <first>xor_ln322_7_fu_568</first> <second> <count>1</count> <item_version>0</item_version> <item>98</item> </second> </item> <item> <first>xor_ln322_8_fu_574</first> <second> <count>1</count> <item_version>0</item_version> <item>99</item> </second> </item> <item> <first>xor_ln322_9_fu_752</first> <second> <count>1</count> <item_version>0</item_version> <item>126</item> </second> </item> <item> <first>xor_ln322_fu_182</first> <second> <count>1</count> <item_version>0</item_version> <item>39</item> </second> </item> <item> <first>xor_ln323_1_fu_390</first> <second> <count>1</count> <item_version>0</item_version> <item>71</item> </second> </item> <item> <first>xor_ln323_2_fu_580</first> <second> <count>1</count> <item_version>0</item_version> <item>100</item> </second> </item> <item> <first>xor_ln323_3_fu_770</first> <second> <count>1</count> <item_version>0</item_version> <item>129</item> </second> </item> <item> <first>xor_ln323_fu_200</first> <second> <count>1</count> <item_version>0</item_version> <item>42</item> </second> </item> <item> <first>xor_ln325_10_fu_804</first> <second> <count>1</count> <item_version>0</item_version> <item>134</item> </second> </item> <item> <first>xor_ln325_11_fu_810</first> <second> <count>1</count> <item_version>0</item_version> <item>135</item> </second> </item> <item> <first>xor_ln325_1_fu_234</first> <second> <count>1</count> <item_version>0</item_version> <item>47</item> </second> </item> <item> <first>xor_ln325_2_fu_240</first> <second> <count>1</count> <item_version>0</item_version> <item>48</item> </second> </item> <item> <first>xor_ln325_3_fu_418</first> <second> <count>1</count> <item_version>0</item_version> <item>75</item> </second> </item> <item> <first>xor_ln325_4_fu_424</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> <item> <first>xor_ln325_5_fu_430</first> <second> <count>1</count> <item_version>0</item_version> <item>77</item> </second> </item> <item> <first>xor_ln325_6_fu_608</first> <second> <count>1</count> <item_version>0</item_version> <item>104</item> </second> </item> <item> <first>xor_ln325_7_fu_614</first> <second> <count>1</count> <item_version>0</item_version> <item>105</item> </second> </item> <item> <first>xor_ln325_8_fu_620</first> <second> <count>1</count> <item_version>0</item_version> <item>106</item> </second> </item> <item> <first>xor_ln325_9_fu_798</first> <second> <count>1</count> <item_version>0</item_version> <item>133</item> </second> </item> <item> <first>xor_ln325_fu_228</first> <second> <count>1</count> <item_version>0</item_version> <item>46</item> </second> </item> <item> <first>xor_ln326_1_fu_436</first> <second> <count>1</count> <item_version>0</item_version> <item>78</item> </second> </item> <item> <first>xor_ln326_2_fu_626</first> <second> <count>1</count> <item_version>0</item_version> <item>107</item> </second> </item> <item> <first>xor_ln326_3_fu_816</first> <second> <count>1</count> <item_version>0</item_version> <item>136</item> </second> </item> <item> <first>xor_ln326_fu_246</first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>xor_ln328_10_fu_850</first> <second> <count>1</count> <item_version>0</item_version> <item>141</item> </second> </item> <item> <first>xor_ln328_11_fu_856</first> <second> <count>1</count> <item_version>0</item_version> <item>142</item> </second> </item> <item> <first>xor_ln328_1_fu_280</first> <second> <count>1</count> <item_version>0</item_version> <item>54</item> </second> </item> <item> <first>xor_ln328_2_fu_286</first> <second> <count>1</count> <item_version>0</item_version> <item>55</item> </second> </item> <item> <first>xor_ln328_3_fu_464</first> <second> <count>1</count> <item_version>0</item_version> <item>82</item> </second> </item> <item> <first>xor_ln328_4_fu_470</first> <second> <count>1</count> <item_version>0</item_version> <item>83</item> </second> </item> <item> <first>xor_ln328_5_fu_476</first> <second> <count>1</count> <item_version>0</item_version> <item>84</item> </second> </item> <item> <first>xor_ln328_6_fu_654</first> <second> <count>1</count> <item_version>0</item_version> <item>111</item> </second> </item> <item> <first>xor_ln328_7_fu_660</first> <second> <count>1</count> <item_version>0</item_version> <item>112</item> </second> </item> <item> <first>xor_ln328_8_fu_666</first> <second> <count>1</count> <item_version>0</item_version> <item>113</item> </second> </item> <item> <first>xor_ln328_9_fu_844</first> <second> <count>1</count> <item_version>0</item_version> <item>140</item> </second> </item> <item> <first>xor_ln328_fu_274</first> <second> <count>1</count> <item_version>0</item_version> <item>53</item> </second> </item> <item> <first>xor_ln329_1_fu_482</first> <second> <count>1</count> <item_version>0</item_version> <item>85</item> </second> </item> <item> <first>xor_ln329_2_fu_672</first> <second> <count>1</count> <item_version>0</item_version> <item>114</item> </second> </item> <item> <first>xor_ln329_3_fu_862</first> <second> <count>1</count> <item_version>0</item_version> <item>143</item> </second> </item> <item> <first>xor_ln329_fu_292</first> <second> <count>1</count> <item_version>0</item_version> <item>56</item> </second> </item> <item> <first>xor_ln331_1_fu_326</first> <second> <count>1</count> <item_version>0</item_version> <item>61</item> </second> </item> <item> <first>xor_ln331_2_fu_510</first> <second> <count>1</count> <item_version>0</item_version> <item>89</item> </second> </item> <item> <first>xor_ln331_3_fu_516</first> <second> <count>1</count> <item_version>0</item_version> <item>90</item> </second> </item> <item> <first>xor_ln331_4_fu_700</first> <second> <count>1</count> <item_version>0</item_version> <item>118</item> </second> </item> <item> <first>xor_ln331_5_fu_706</first> <second> <count>1</count> <item_version>0</item_version> <item>119</item> </second> </item> <item> <first>xor_ln331_6_fu_890</first> <second> <count>1</count> <item_version>0</item_version> <item>147</item> </second> </item> <item> <first>xor_ln331_7_fu_896</first> <second> <count>1</count> <item_version>0</item_version> <item>148</item> </second> </item> <item> <first>xor_ln331_fu_320</first> <second> <count>1</count> <item_version>0</item_version> <item>60</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>16</count> <item_version>0</item_version> <item> <first>state_0_0_read_2_read_fu_136</first> <second> <count>1</count> <item_version>0</item_version> <item>32</item> </second> </item> <item> <first>state_0_1_read_3_read_fu_130</first> <second> <count>1</count> <item_version>0</item_version> <item>31</item> </second> </item> <item> <first>state_0_2_read_3_read_fu_124</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>state_0_3_read_3_read_fu_118</first> <second> <count>1</count> <item_version>0</item_version> <item>29</item> </second> </item> <item> <first>state_1_0_read21_read_fu_112</first> <second> <count>1</count> <item_version>0</item_version> <item>28</item> </second> </item> <item> <first>state_1_1_read22_read_fu_106</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>state_1_2_read_3_read_fu_100</first> <second> <count>1</count> <item_version>0</item_version> <item>26</item> </second> </item> <item> <first>state_1_3_read_3_read_fu_94</first> <second> <count>1</count> <item_version>0</item_version> <item>25</item> </second> </item> <item> <first>state_2_0_read_2_read_fu_88</first> <second> <count>1</count> <item_version>0</item_version> <item>24</item> </second> </item> <item> <first>state_2_1_read_3_read_fu_82</first> <second> <count>1</count> <item_version>0</item_version> <item>23</item> </second> </item> <item> <first>state_2_2_read_3_read_fu_76</first> <second> <count>1</count> <item_version>0</item_version> <item>22</item> </second> </item> <item> <first>state_2_3_read_3_read_fu_70</first> <second> <count>1</count> <item_version>0</item_version> <item>21</item> </second> </item> <item> <first>state_3_0_read_2_read_fu_64</first> <second> <count>1</count> <item_version>0</item_version> <item>20</item> </second> </item> <item> <first>state_3_1_read_3_read_fu_58</first> <second> <count>1</count> <item_version>0</item_version> <item>19</item> </second> </item> <item> <first>state_3_2_read31_read_fu_52</first> <second> <count>1</count> <item_version>0</item_version> <item>18</item> </second> </item> <item> <first>state_3_3_read32_read_fu_46</first> <second> <count>1</count> <item_version>0</item_version> <item>17</item> </second> </item> </dp_fu_nodes_io> <return_ports> <count>16</count> <item_version>0</item_version> <item> <first>ap_return_0</first> <second> <count>1</count> <item_version>0</item_version> <item>165</item> </second> </item> <item> <first>ap_return_1</first> <second> <count>1</count> <item_version>0</item_version> <item>165</item> </second> </item> <item> <first>ap_return_10</first> <second> <count>1</count> <item_version>0</item_version> <item>165</item> </second> </item> <item> <first>ap_return_11</first> <second> <count>1</count> <item_version>0</item_version> <item>165</item> </second> </item> <item> <first>ap_return_12</first> <second> <count>1</count> <item_version>0</item_version> <item>165</item> </second> </item> <item> <first>ap_return_13</first> <second> <count>1</count> <item_version>0</item_version> <item>165</item> </second> </item> <item> <first>ap_return_14</first> <second> <count>1</count> <item_version>0</item_version> <item>165</item> </second> </item> <item> <first>ap_return_15</first> <second> <count>1</count> <item_version>0</item_version> <item>165</item> </second> </item> <item> <first>ap_return_2</first> <second> <count>1</count> <item_version>0</item_version> <item>165</item> </second> </item> <item> <first>ap_return_3</first> <second> <count>1</count> <item_version>0</item_version> <item>165</item> </second> </item> <item> <first>ap_return_4</first> <second> <count>1</count> <item_version>0</item_version> <item>165</item> </second> </item> <item> <first>ap_return_5</first> <second> <count>1</count> <item_version>0</item_version> <item>165</item> </second> </item> <item> <first>ap_return_6</first> <second> <count>1</count> <item_version>0</item_version> <item>165</item> </second> </item> <item> <first>ap_return_7</first> <second> <count>1</count> <item_version>0</item_version> <item>165</item> </second> </item> <item> <first>ap_return_8</first> <second> <count>1</count> <item_version>0</item_version> <item>165</item> </second> </item> <item> <first>ap_return_9</first> <second> <count>1</count> <item_version>0</item_version> <item>165</item> </second> </item> </return_ports> <dp_mem_port_nodes class_id="50" 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="51" tracking_level="0" version="0"> <count>16</count> <item_version>0</item_version> <item class_id="52" tracking_level="0" version="0"> <first>state_0_0_read</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>state_0_1_read</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>31</item> </second> </item> </second> </item> <item> <first>state_0_2_read</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> </second> </item> <item> <first>state_0_3_read</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>29</item> </second> </item> </second> </item> <item> <first>state_1_0_read</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>28</item> </second> </item> </second> </item> <item> <first>state_1_1_read</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> </second> </item> <item> <first>state_1_2_read</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>26</item> </second> </item> </second> </item> <item> <first>state_1_3_read</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>25</item> </second> </item> </second> </item> <item> <first>state_2_0_read</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>state_2_1_read</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>state_2_2_read</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>state_2_3_read</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>21</item> </second> </item> </second> </item> <item> <first>state_3_0_read</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>20</item> </second> </item> </second> </item> <item> <first>state_3_1_read</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>state_3_2_read</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>18</item> </second> </item> </second> </item> <item> <first>state_3_3_read</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>17</item> </second> </item> </second> </item> </dp_port_io_nodes> <port2core class_id="53" 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>
31.762219
87
0.451006
c76a5117bbef556b8287385c15834a42b6096c50
3,605
ads
Ada
source/amf/uml/amf-uml-expressions-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-expressions-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-expressions-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.Expressions.Hash is new AMF.Elements.Generic_Hash (UML_Expression, UML_Expression_Access);
72.1
78
0.401387
9abcc14e488f4ed310b8ecde058143c975aa5523
347
adb
Ada
src/sparknacl-sanitize_u32.adb
yannickmoy/SPARKNaCl
c27fa811bf38b3706c1dc242f30e82967ad8f1c6
[ "BSD-2-Clause" ]
76
2020-02-24T20:30:15.000Z
2022-02-16T15:10:56.000Z
src/sparknacl-sanitize_u32.adb
yannickmoy/SPARKNaCl
c27fa811bf38b3706c1dc242f30e82967ad8f1c6
[ "BSD-2-Clause" ]
10
2020-04-15T10:02:49.000Z
2022-02-24T20:10:46.000Z
src/sparknacl-sanitize_u32.adb
yannickmoy/SPARKNaCl
c27fa811bf38b3706c1dc242f30e82967ad8f1c6
[ "BSD-2-Clause" ]
4
2020-03-10T15:19:45.000Z
2022-02-17T09:46:20.000Z
separate (SPARKNaCl) procedure Sanitize_U32 (R : out U32) is begin R := 0; pragma Inspection_Point (R); -- See RM H3.2 (9) -- Add target-dependent code here to -- 1. flush and invalidate data cache, -- 2. wait until writes have committed (e.g. a memory-fence instruction) -- 3. whatever else is required. end Sanitize_U32;
28.916667
76
0.674352
38d2a7d67ea85b472f380ad5e6bfe27f610f692b
4,158
ads
Ada
source/nodes/program-nodes-formal_floating_point_definitions.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/nodes/program-nodes-formal_floating_point_definitions.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/nodes/program-nodes-formal_floating_point_definitions.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.Formal_Floating_Point_Definitions; with Program.Element_Visitors; package Program.Nodes.Formal_Floating_Point_Definitions is pragma Preelaborate; type Formal_Floating_Point_Definition is new Program.Nodes.Node and Program.Elements.Formal_Floating_Point_Definitions .Formal_Floating_Point_Definition and Program.Elements.Formal_Floating_Point_Definitions .Formal_Floating_Point_Definition_Text with private; function Create (Digits_Token : not null Program.Lexical_Elements.Lexical_Element_Access; Box_Token : not null Program.Lexical_Elements.Lexical_Element_Access) return Formal_Floating_Point_Definition; type Implicit_Formal_Floating_Point_Definition is new Program.Nodes.Node and Program.Elements.Formal_Floating_Point_Definitions .Formal_Floating_Point_Definition with private; function Create (Is_Part_Of_Implicit : Boolean := False; Is_Part_Of_Inherited : Boolean := False; Is_Part_Of_Instance : Boolean := False) return Implicit_Formal_Floating_Point_Definition with Pre => Is_Part_Of_Implicit or Is_Part_Of_Inherited or Is_Part_Of_Instance; private type Base_Formal_Floating_Point_Definition is abstract new Program.Nodes.Node and Program.Elements.Formal_Floating_Point_Definitions .Formal_Floating_Point_Definition with null record; procedure Initialize (Self : in out Base_Formal_Floating_Point_Definition'Class); overriding procedure Visit (Self : not null access Base_Formal_Floating_Point_Definition; Visitor : in out Program.Element_Visitors.Element_Visitor'Class); overriding function Is_Formal_Floating_Point_Definition (Self : Base_Formal_Floating_Point_Definition) return Boolean; overriding function Is_Formal_Type_Definition (Self : Base_Formal_Floating_Point_Definition) return Boolean; overriding function Is_Definition (Self : Base_Formal_Floating_Point_Definition) return Boolean; type Formal_Floating_Point_Definition is new Base_Formal_Floating_Point_Definition and Program.Elements.Formal_Floating_Point_Definitions .Formal_Floating_Point_Definition_Text with record Digits_Token : not null Program.Lexical_Elements .Lexical_Element_Access; Box_Token : not null Program.Lexical_Elements .Lexical_Element_Access; end record; overriding function To_Formal_Floating_Point_Definition_Text (Self : in out Formal_Floating_Point_Definition) return Program.Elements.Formal_Floating_Point_Definitions .Formal_Floating_Point_Definition_Text_Access; overriding function Digits_Token (Self : Formal_Floating_Point_Definition) return not null Program.Lexical_Elements.Lexical_Element_Access; overriding function Box_Token (Self : Formal_Floating_Point_Definition) return not null Program.Lexical_Elements.Lexical_Element_Access; type Implicit_Formal_Floating_Point_Definition is new Base_Formal_Floating_Point_Definition with record Is_Part_Of_Implicit : Boolean; Is_Part_Of_Inherited : Boolean; Is_Part_Of_Instance : Boolean; end record; overriding function To_Formal_Floating_Point_Definition_Text (Self : in out Implicit_Formal_Floating_Point_Definition) return Program.Elements.Formal_Floating_Point_Definitions .Formal_Floating_Point_Definition_Text_Access; overriding function Is_Part_Of_Implicit (Self : Implicit_Formal_Floating_Point_Definition) return Boolean; overriding function Is_Part_Of_Inherited (Self : Implicit_Formal_Floating_Point_Definition) return Boolean; overriding function Is_Part_Of_Instance (Self : Implicit_Formal_Floating_Point_Definition) return Boolean; end Program.Nodes.Formal_Floating_Point_Definitions;
35.538462
77
0.768398
131c61c863845d5f65a8eed5c901288f206452af
5,650
adb
Ada
day23/src/day.adb
jwarwick/aoc_2020
b88e5a69f7ce035c4bc0a2474e0e0cdbb7b43377
[ "MIT" ]
3
2020-12-26T23:44:33.000Z
2021-12-06T16:00:54.000Z
day23/src/day.adb
jwarwick/aoc_2020
b88e5a69f7ce035c4bc0a2474e0e0cdbb7b43377
[ "MIT" ]
null
null
null
day23/src/day.adb
jwarwick/aoc_2020
b88e5a69f7ce035c4bc0a2474e0e0cdbb7b43377
[ "MIT" ]
null
null
null
-- AoC 2020, Day 23 with Ada.Text_IO; with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; with Ada.Strings.Fixed; use Ada.Strings.Fixed; package body Day is package TIO renames Ada.Text_IO; function to_cup_number(n : in Cup_Number_Mod) return Cup_Number is v : Natural := Natural(n+1); begin if v < Natural(Cup_Number'First) then v := Natural(Cup_Number'First); end if; return Cup_Number(v); end to_cup_number; function to_cup_number_mod(n : in Cup_Number) return Cup_Number_Mod is v : Natural := Natural(n) - 1; begin if v = 0 then v := Natural(Cup_Number_Mod'Last); end if; return Cup_Number_Mod(v); end to_cup_number_mod; function index_of(value : in Cup_Number; cups : in Cup_Array) return Cup_Index is begin for i in cups'Range loop if cups(i) = value then return i; end if; end loop; return cups'first; end index_of; function play(c : in Cup_Array; steps : in Natural) return String is cups : Cup_Array := c; next_cups : Cup_Array; current_idx : Cup_Index_Mod := Cup_Index_Mod(cups'first); dest : Cup_Number_Mod; dest_idx : Cup_Index; begin for s in 1..steps loop -- TIO.put_line("Step" & s'IMAGE); -- for c of cups loop -- TIO.put(c'IMAGE & " "); -- end loop; -- TIO.new_line; dest := to_cup_number_mod(cups(Cup_Index(current_idx))) - 1; loop dest_idx := index_of(to_cup_number(dest), cups); declare dest_idx_mod : constant Cup_Index_Mod := Cup_Index_Mod(dest_idx); begin if dest_idx_mod /= current_idx+1 and dest_idx_mod /= current_idx+2 and dest_idx_mod /= current_idx+3 then exit; end if; dest := dest-1; end; end loop; declare idx : Cup_Index_Mod := current_idx + 1; begin next_cups := cups; -- shift by three until we hit dest loop next_cups(Cup_Index(idx)) := cups(Cup_Index(idx+3)); if next_cups(Cup_Index(idx)) = to_cup_number(dest) then exit; end if; idx := idx + 1; end loop; -- add in the three removed items next_cups(Cup_Index(idx+1)) := cups(Cup_Index(current_idx+1)); next_cups(Cup_Index(idx+2)) := cups(Cup_Index(current_idx+2)); next_cups(Cup_Index(idx+3)) := cups(Cup_Index(current_idx+3)); end; current_idx := current_idx + 1; cups := next_cups; end loop; declare s : Unbounded_String := Null_Unbounded_String; one_idx : constant Cup_Index := index_of(1, cups); idx : Cup_Index_Mod := Cup_Index_Mod(one_idx) + 1; begin loop if Cup_Index(idx) = one_idx then TIO.put_line(to_string(s)); return to_string(s); end if; s := s & trim(cups(Cup_Index(idx))'IMAGE, Ada.Strings.Left); idx := idx + 1; end loop; end; end play; function play2(c : in Cup_Array; total_cups : in Natural; steps : in Natural) return Long_Integer is type Cup; type Cup_Access is access Cup; type Cup is record Value : Natural; Next : Cup_Access; end record; type Cup_Lookup_Array is array(1..total_cups) of Cup_Access; lookup : Cup_Lookup_Array; curr_cup : Cup_Access := null; begin declare new_cup : Cup_Access; last : Cup_Access := null; cnt : Natural := 1; begin for v of c loop new_cup := new Cup'(Value=>Natural(v), Next=>null); if curr_cup = null then curr_cup := new_cup; end if; lookup(new_cup.Value) := new_cup; if last /= null then last.Next := new_cup; end if; last := new_cup; cnt := cnt + 1; end loop; for v in cnt..total_cups loop new_cup := new Cup'(Value=>Natural(v), Next=>null); lookup(new_cup.Value) := new_cup; last.Next := new_cup; last := new_cup; end loop; last.next := curr_cup; end; -- declare -- tmp_cup : Cup_Access := curr_cup; -- cnt : Natural := 0; -- begin -- TIO.put_line("cups:"); -- loop -- TIO.put(tmp_cup.value'IMAGE & ", "); -- tmp_cup := tmp_cup.next; -- if cnt >= 20 then -- exit; -- end if; -- cnt := cnt + 1; -- end loop; -- end; for s in 1..steps loop declare type Move_Array is array(1..3) of Natural; target : Natural := curr_cup.value; target_ptr : Cup_Access := null; move_ptr : Cup_Access := null; move_vals : Move_Array; begin move_ptr := curr_cup.next; move_vals(1) := curr_cup.next.value; move_vals(2) := curr_cup.next.next.value; move_vals(3) := curr_cup.next.next.next.value; curr_cup.next := curr_cup.next.next.next.next; loop if target = 1 then target := total_cups; else target := target - 1; end if; if target /= move_vals(1) and target /= move_vals(2) and target /= move_vals(3) then exit; end if; end loop; target_ptr := lookup(target); move_ptr.next.next.next := target_ptr.next; target_ptr.next := move_ptr; curr_cup := curr_cup.next; end; end loop; declare i : constant Cup_Access := lookup(1); n1 : constant Long_Integer := Long_Integer(i.next.value); n2 : constant Long_Integer := Long_Integer(i.next.next.value); begin return n1 * n2; end; end play2; end Day;
27.163462
115
0.578053
38e5dcd255d6c7a247b2ae9a7519c49333515f51
2,781
ads
Ada
tools/scitools/conf/understand/ada/ada95/a-nuflra.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/a-nuflra.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
tools/scitools/conf/understand/ada/ada95/a-nuflra.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUNTIME COMPONENTS -- -- -- -- A D A . N U M E R I C S . F L O A T _ R A N D O M -- -- -- -- S p e c -- -- -- -- $Revision: 2 $ -- -- -- -- 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. -- -- -- ------------------------------------------------------------------------------ package Ada.Numerics.Float_Random is -- Basic facilities type Generator is limited private; subtype Uniformly_Distributed is Float range 0.0 .. 1.0; function Random (Gen : Generator) return Uniformly_Distributed; procedure Reset (Gen : Generator); procedure Reset (Gen : Generator; Initiator : Integer); -- Advanced facilities type State is private; procedure Save (Gen : Generator; To_State : out State); procedure Reset (Gen : Generator; From_State : State); Max_Image_Width : constant := 80; function Image (Of_State : State) return String; function Value (Coded_State : String) return State; private pragma Inline (Random); pragma Inline (Save); type Int_32 is range -2 ** 31 .. 2** 31 - 1; type Longer_Float is digits 14; type State is record X1, X2, P, Q, X : Int_32; Scale : Longer_Float; end record; Initial_State : constant State := (X1 => 2999 ** 2, -- Square mod p X2 => 1439 ** 2, -- Square mod q P => 94_833_359, -- see Blum, Blum & Shub Q => 47_416_679, -- see Blum, Blum & Shub X => 1, -- see Blum, Blum & Shub Scale => 1.0 / (94_833_359.0 * 47_416_679.0)); type Pointer is access State; function Create return Pointer; type Generator is record Point : Pointer := new State' (Initial_State); end record; end Ada.Numerics.Float_Random;
38.09589
78
0.432578
137b77ec2c17337f59a87c359b697280f41b1aae
2,154
adb
Ada
src/sdl-inputs-joysticks-makers.adb
mosteo/sdlada
429c594de613c5ba2f0d7c59f8708956697e14f1
[ "Zlib" ]
89
2015-01-03T01:41:23.000Z
2022-02-23T18:21:11.000Z
src/sdl-inputs-joysticks-makers.adb
mosteo/sdlada
429c594de613c5ba2f0d7c59f8708956697e14f1
[ "Zlib" ]
66
2015-05-01T00:54:03.000Z
2022-01-20T04:09:59.000Z
src/sdl-inputs-joysticks-makers.adb
Jellix/sdlada
997d2ae2da5c75e2ea99cee98372cf5b752519cf
[ "Zlib" ]
33
2015-04-30T23:39:31.000Z
2022-01-03T13:00:41.000Z
-------------------------------------------------------------------------------------------------------------------- -- Copyright (c) 2013-2020, Luke A. Guest -- -- This software is provided 'as-is', without any express or implied -- warranty. In no event will the authors be held liable for any damages -- arising from the use of this software. -- -- Permission is granted to anyone to use this software for any purpose, -- including commercial applications, and to alter it and redistribute it -- freely, subject to the following restrictions: -- -- 1. The origin of this software must not be misrepresented; you must not -- claim that you wrote the original software. If you use this software -- in a product, an acknowledgment in the product documentation would be -- appreciated but is not required. -- -- 2. Altered source versions must be plainly marked as such, and must not be -- misrepresented as being the original software. -- -- 3. This notice may not be removed or altered from any source -- distribution. -------------------------------------------------------------------------------------------------------------------- -- SDL.Inputs.Joysticks.Makers -------------------------------------------------------------------------------------------------------------------- with Interfaces.C; private with SDL.C_Pointers; package body SDL.Inputs.Joysticks.Makers is package C renames Interfaces.C; function SDL_Joystick_Open (Device : in C.int) return SDL.C_Pointers.Joystick_Pointer with Import => True, Convention => C, External_Name => "SDL_JoystickOpen"; function Create (Device : in Devices) return Joystick is begin return J : constant Joystick := (Ada.Finalization.Limited_Controlled with Internal => SDL_Joystick_Open (C.int (Device) - 1), Owns => True) do null; end return; end Create; procedure Create (Device : in Devices; Actual_Stick : out Joystick) is begin Actual_Stick.Internal := SDL_Joystick_Open (C.int (Device) - 1); end Create; end SDL.Inputs.Joysticks.Makers;
43.959184
116
0.582173
1e39b9c4524d0b3c1115cd7d1aa7b0b2c20d111a
3,009
ads
Ada
source/oasis/program-elements-private_extension_definitions.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/oasis/program-elements-private_extension_definitions.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/oasis/program-elements-private_extension_definitions.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
2
2019-09-14T23:18:50.000Z
2019-10-02T10:11:40.000Z
-- Copyright (c) 2019 Maxim Reznik <[email protected]> -- -- SPDX-License-Identifier: MIT -- License-Filename: LICENSE ------------------------------------------------------------- with Program.Elements.Definitions; with Program.Lexical_Elements; with Program.Elements.Subtype_Indications; with Program.Elements.Expressions; package Program.Elements.Private_Extension_Definitions is pragma Pure (Program.Elements.Private_Extension_Definitions); type Private_Extension_Definition is limited interface and Program.Elements.Definitions.Definition; type Private_Extension_Definition_Access is access all Private_Extension_Definition'Class with Storage_Size => 0; not overriding function Ancestor (Self : Private_Extension_Definition) return not null Program.Elements.Subtype_Indications .Subtype_Indication_Access is abstract; not overriding function Progenitors (Self : Private_Extension_Definition) return Program.Elements.Expressions.Expression_Vector_Access is abstract; not overriding function Has_Abstract (Self : Private_Extension_Definition) return Boolean is abstract; not overriding function Has_Limited (Self : Private_Extension_Definition) return Boolean is abstract; not overriding function Has_Synchronized (Self : Private_Extension_Definition) return Boolean is abstract; type Private_Extension_Definition_Text is limited interface; type Private_Extension_Definition_Text_Access is access all Private_Extension_Definition_Text'Class with Storage_Size => 0; not overriding function To_Private_Extension_Definition_Text (Self : aliased in out Private_Extension_Definition) return Private_Extension_Definition_Text_Access is abstract; not overriding function Abstract_Token (Self : Private_Extension_Definition_Text) return Program.Lexical_Elements.Lexical_Element_Access is abstract; not overriding function Limited_Token (Self : Private_Extension_Definition_Text) return Program.Lexical_Elements.Lexical_Element_Access is abstract; not overriding function Synchronized_Token (Self : Private_Extension_Definition_Text) return Program.Lexical_Elements.Lexical_Element_Access is abstract; not overriding function New_Token (Self : Private_Extension_Definition_Text) return not null Program.Lexical_Elements.Lexical_Element_Access is abstract; not overriding function And_Token (Self : Private_Extension_Definition_Text) return Program.Lexical_Elements.Lexical_Element_Access is abstract; not overriding function With_Token (Self : Private_Extension_Definition_Text) return not null Program.Lexical_Elements.Lexical_Element_Access is abstract; not overriding function Private_Token (Self : Private_Extension_Definition_Text) return not null Program.Lexical_Elements.Lexical_Element_Access is abstract; end Program.Elements.Private_Extension_Definitions;
35.821429
79
0.783317
4bc8b9e126ff0e468b475cd5a345ccf6ece93f85
26,527
adb
Ada
tests/src/test_parsers.adb
onox/json-ada
2800de3000500ac3815a593d58baded61bf462fa
[ "Apache-2.0" ]
28
2016-07-30T23:00:19.000Z
2021-09-24T01:48:18.000Z
tests/src/test_parsers.adb
onox/json-ada
2800de3000500ac3815a593d58baded61bf462fa
[ "Apache-2.0" ]
9
2018-01-14T15:18:34.000Z
2021-09-23T14:37:22.000Z
tests/src/test_parsers.adb
onox/json-ada
2800de3000500ac3815a593d58baded61bf462fa
[ "Apache-2.0" ]
4
2018-11-11T03:11:01.000Z
2021-09-23T02:17:03.000Z
-- SPDX-License-Identifier: Apache-2.0 -- -- Copyright (c) 2016 onox <[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 AUnit.Assertions; with AUnit.Test_Caller; with JSON.Parsers; with JSON.Streams; with JSON.Types; package body Test_Parsers is package Types is new JSON.Types (Long_Integer, Long_Float); package Parsers is new JSON.Parsers (Types, Check_Duplicate_Keys => True); use AUnit.Assertions; package Caller is new AUnit.Test_Caller (Test); Test_Suite : aliased AUnit.Test_Suites.Test_Suite; function Suite return AUnit.Test_Suites.Access_Test_Suite is Name : constant String := "(Parsers) "; begin Test_Suite.Add_Test (Caller.Create (Name & "Parse text 'true'", Test_True_Text'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Parse text 'false'", Test_False_Text'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Parse text 'null'", Test_Null_Text'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Parse text '""""'", Test_Empty_String_Text'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Parse text '""test""'", Test_Non_Empty_String_Text'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Parse text '""12.34""'", Test_Number_String_Text'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Parse text '42'", Test_Integer_Number_Text'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Parse text '42' as float", Test_Integer_Number_To_Float_Text'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Parse text '3.14'", Test_Float_Number_Text'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Parse text '[]'", Test_Empty_Array_Text'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Parse text '[""test""]'", Test_One_Element_Array_Text'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Parse text '[3.14, true]'", Test_Multiple_Elements_Array_Text'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Iterate over '[false, ""test"", 0.271e1]'", Test_Array_Iterable'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Iterate over '{""foo"":[1, ""2""],""bar"":[0.271e1]}'", Test_Multiple_Array_Iterable'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Parse text '{}'", Test_Empty_Object_Text'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Parse text '{""foo"":""bar""}'", Test_One_Member_Object_Text'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Parse text '{""foo"":1,""bar"":2}'", Test_Multiple_Members_Object_Text'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Iterate over '{""foo"":1,""bar"":2}'", Test_Object_Iterable'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Parse text '[{""foo"":[true, 42]}]'", Test_Array_Object_Array'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Parse text '{""foo"":[null, {""bar"": 42}]}'", Test_Object_Array_Object'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Test getting array from text '{}'", Test_Object_No_Array'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Test getting object from text '{}'", Test_Object_No_Object'Access)); -- Exceptions Test_Suite.Add_Test (Caller.Create (Name & "Reject text '[3.14""test""]'", Test_Array_No_Value_Separator_Exception'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Reject text '[true'", Test_Array_No_End_Array_Exception'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Reject text '[1]2'", Test_No_EOF_After_Array_Exception'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Reject text ''", Test_Empty_Text_Exception'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Reject text '{""foo"":1""bar"":2}'", Test_Object_No_Value_Separator_Exception'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Reject text '{""foo"",true}'", Test_Object_No_Name_Separator_Exception'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Reject text '{42:true}'", Test_Object_Key_No_String_Exception'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Reject text '{""foo"":true,}'", Test_Object_No_Second_Member_Exception'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Reject text '{""foo"":1,""foo"":2}'", Test_Object_Duplicate_Keys_Exception'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Reject text '{""foo"":}'", Test_Object_No_Value_Exception'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Reject text '{""foo"":true'", Test_Object_No_End_Object_Exception'Access)); Test_Suite.Add_Test (Caller.Create (Name & "Reject text '{""foo"":true}[true]'", Test_No_EOF_After_Object_Exception'Access)); return Test_Suite'Access; end Suite; use Types; procedure Fail (Message : String) is begin Assert (False, Message); end Fail; procedure Test_True_Text (Object : in out Test) is Text : constant String := "true"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = Boolean_Kind, "Not a boolean"); Assert (Value.Value, "Expected boolean value to be True"); end Test_True_Text; procedure Test_False_Text (Object : in out Test) is Text : constant String := "false"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = Boolean_Kind, "Not a boolean"); Assert (not Value.Value, "Expected boolean value to be False"); end Test_False_Text; procedure Test_Null_Text (Object : in out Test) is Text : constant String := "null"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = Null_Kind, "Not a null"); end Test_Null_Text; procedure Test_Empty_String_Text (Object : in out Test) is Text : constant String := """"""; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = String_Kind, "Not a string"); Assert (Value.Value = "", "String value not empty"); end Test_Empty_String_Text; procedure Test_Non_Empty_String_Text (Object : in out Test) is Text : constant String := """test"""; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = String_Kind, "Not a string"); Assert (Value.Value = "test", "String value not equal to 'test'"); end Test_Non_Empty_String_Text; procedure Test_Number_String_Text (Object : in out Test) is Text : constant String := """12.34"""; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = String_Kind, "Not a string"); Assert (Value.Value = "12.34", "String value not equal to 12.34''"); end Test_Number_String_Text; procedure Test_Integer_Number_Text (Object : in out Test) is Text : constant String := "42"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = Integer_Kind, "Not an integer"); Assert (Value.Value = 42, "Integer value not equal to 42"); end Test_Integer_Number_Text; procedure Test_Integer_Number_To_Float_Text (Object : in out Test) is Text : constant String := "42"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = Integer_Kind, "Not an integer"); Assert (Value.Value = 42.0, "Integer value not equal to 42.0"); end Test_Integer_Number_To_Float_Text; procedure Test_Float_Number_Text (Object : in out Test) is Text : constant String := "3.14"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = Float_Kind, "Not a float"); Assert (Value.Value = 3.14, "Float value not equal to 3.14"); end Test_Float_Number_Text; procedure Test_Empty_Array_Text (Object : in out Test) is Text : constant String := "[]"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = Array_Kind, "Not an array"); Assert (Value.Length = 0, "Expected array to be empty"); end Test_Empty_Array_Text; procedure Test_One_Element_Array_Text (Object : in out Test) is Text : constant String := "[""test""]"; String_Value_Message : constant String := "Expected string at index 1 to be equal to 'test'"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = Array_Kind, "Not an array"); Assert (Value.Length = 1, "Expected length of array to be 1, got " & Value.Length'Image); begin Assert (Value.Get (1).Value = "test", String_Value_Message); exception when Constraint_Error => Fail ("Could not get string value at index 1"); end; end Test_One_Element_Array_Text; procedure Test_Multiple_Elements_Array_Text (Object : in out Test) is Text : constant String := "[3.14, true]"; Float_Value_Message : constant String := "Expected float at index 1 to be equal to 3.14"; Boolean_Value_Message : constant String := "Expected boolean at index 2 to be True"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = Array_Kind, "Not an array"); Assert (Value.Length = 2, "Expected length of array to be 2"); begin Assert (Value.Get (1).Value = 3.14, Float_Value_Message); exception when Constraint_Error => Fail ("Could not get float value at index 1"); end; begin Assert (Value.Get (2).Value, Boolean_Value_Message); exception when Constraint_Error => Fail ("Could not get boolean value at index 2"); end; end Test_Multiple_Elements_Array_Text; procedure Test_Array_Iterable (Object : in out Test) is Text : constant String := "[false, ""test"", 0.271e1]"; Iterations_Message : constant String := "Unexpected number of iterations"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = Array_Kind, "Not an array"); Assert (Value.Length = 3, "Expected length of array to be 3"); declare Iterations : Natural := 0; begin for Element of Value loop Iterations := Iterations + 1; if Iterations = 1 then Assert (Element.Kind = Boolean_Kind, "Not a boolean"); Assert (not Element.Value, "Expected boolean value to be False"); elsif Iterations = 2 then Assert (Element.Kind = String_Kind, "Not a string"); Assert (Element.Value = "test", "Expected string value to be 'test'"); elsif Iterations = 3 then Assert (Element.Kind = Float_Kind, "Not a float"); Assert (Element.Value = 2.71, "Expected float value to be 2.71"); end if; end loop; Assert (Iterations = Value.Length, Iterations_Message); end; end Test_Array_Iterable; procedure Test_Multiple_Array_Iterable (Object : in out Test) is Text : constant String := "{""foo"":[1, ""2""],""bar"":[0.271e1]}"; Iterations_Message : constant String := "Unexpected number of iterations"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = Object_Kind, "Not an object"); Assert (Value.Length = 2, "Expected length of object to be 2"); declare Iterations : Natural := 0; begin for Element of Value.Get ("foo") loop Iterations := Iterations + 1; if Iterations = 1 then Assert (Element.Kind = Integer_Kind, "Not an integer"); Assert (Element.Value = 1, "Expected integer value to be 1"); elsif Iterations = 2 then Assert (Element.Kind = String_Kind, "Not a string"); Assert (Element.Value = "2", "Expected string value to be '2'"); end if; end loop; Assert (Iterations = Value.Get ("foo").Length, Iterations_Message); end; declare Iterations : Natural := 0; begin for Element of Value.Get ("bar") loop Iterations := Iterations + 1; if Iterations = 1 then Assert (Element.Kind = Float_Kind, "Not a float"); Assert (Element.Value = 2.71, "Expected float value to be 2.71"); end if; end loop; Assert (Iterations = Value.Get ("bar").Length, Iterations_Message); end; end Test_Multiple_Array_Iterable; procedure Test_Empty_Object_Text (Object : in out Test) is Text : constant String := "{}"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = Object_Kind, "Not an object"); Assert (Value.Length = 0, "Expected object to be empty"); end Test_Empty_Object_Text; procedure Test_One_Member_Object_Text (Object : in out Test) is Text : constant String := "{""foo"":""bar""}"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = Object_Kind, "Not an object"); Assert (Value.Length = 1, "Expected length of object to be 1"); Assert (Value.Get ("foo").Value = "bar", "Expected string value of 'foo' to be 'bar'"); end Test_One_Member_Object_Text; procedure Test_Multiple_Members_Object_Text (Object : in out Test) is Text : constant String := "{""foo"":1,""bar"":2}"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = Object_Kind, "Not an object"); Assert (Value.Length = 2, "Expected length of object to be 2"); Assert (Value.Get ("foo").Value = 1, "Expected integer value of 'foo' to be 1"); Assert (Value.Get ("bar").Value = 2, "Expected integer value of 'bar' to be 2"); end Test_Multiple_Members_Object_Text; procedure Test_Object_Iterable (Object : in out Test) is Text : constant String := "{""foo"":1,""bar"":2}"; Iterations_Message : constant String := "Unexpected number of iterations"; All_Keys_Message : constant String := "Did not iterate over all expected keys"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = Object_Kind, "Not an object"); Assert (Value.Length = 2, "Expected length of object to be 2"); declare Iterations : Natural := 0; Retrieved_Foo : Boolean := False; Retrieved_Bar : Boolean := False; begin for Key of Value loop Iterations := Iterations + 1; if Iterations in 1 .. 2 then Assert (Key.Kind = String_Kind, "Not String"); Assert (Key.Value in "foo" | "bar", "Expected string value to be equal to 'foo' or 'bar'"); Retrieved_Foo := Retrieved_Foo or Key.Value = "foo"; Retrieved_Bar := Retrieved_Bar or Key.Value = "bar"; end if; end loop; Assert (Iterations = Value.Length, Iterations_Message); Assert (Retrieved_Foo and Retrieved_Bar, All_Keys_Message); end; end Test_Object_Iterable; procedure Test_Array_Object_Array (Object : in out Test) is Text : constant String := "[{""foo"":[true, 42]}]"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = Array_Kind, "Not an array"); Assert (Value.Length = 1, "Expected length of array to be 1"); begin declare Object : constant JSON_Value := Value.Get (1); begin Assert (Object.Length = 1, "Expected length of object to be 1"); declare Array_Value : constant JSON_Value := Object.Get ("foo"); begin Assert (Array_Value.Length = 2, "Expected length of array 'foo' to be 2"); Assert (Array_Value.Get (2).Value = 42, "Expected integer value at index 2 to be 42"); end; exception when Constraint_Error => Fail ("Value of 'foo' not an array"); end; exception when Constraint_Error => Fail ("First element in array not an object"); end; end Test_Array_Object_Array; procedure Test_Object_Array_Object (Object : in out Test) is Text : constant String := "{""foo"":[null, {""bar"": 42}]}"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin Assert (Value.Kind = Object_Kind, "Not an object"); Assert (Value.Length = 1, "Expected length of object to be 1"); begin declare Array_Value : constant JSON_Value := Value.Get ("foo"); begin Assert (Array_Value.Length = 2, "Expected length of array 'foo' to be 2"); declare Object : constant JSON_Value := Array_Value.Get (2); begin Assert (Object.Length = 1, "Expected length of object to be 1"); declare Integer_Value : constant JSON_Value := Object.Get ("bar"); begin Assert (Integer_Value.Value = 42, "Expected integer value of 'bar' to be 42"); end; exception when Constraint_Error => Fail ("Element 'bar' in object not an integer"); end; exception when Constraint_Error => Fail ("Value of index 2 not an object"); end; exception when Constraint_Error => Fail ("Element 'foo' in object not an array"); end; end Test_Object_Array_Object; procedure Test_Object_No_Array (Object : in out Test) is Text : constant String := "{}"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin begin declare Object : JSON_Value := Value.Get ("foo"); pragma Unreferenced (Object); begin Fail ("Expected Constraint_Error"); end; exception when Constraint_Error => null; end; begin declare Object : constant JSON_Value := Value.Get_Array_Or_Empty ("foo"); begin Assert (Object.Length = 0, "Expected empty array"); end; exception when Constraint_Error => Fail ("Unexpected Constraint_Error"); end; end Test_Object_No_Array; procedure Test_Object_No_Object (Object : in out Test) is Text : constant String := "{}"; Parser : Parsers.Parser := Parsers.Create (Text); Value : constant JSON_Value := Parser.Parse; begin begin declare Object : JSON_Value := Value.Get ("foo"); pragma Unreferenced (Object); begin Fail ("Expected Constraint_Error"); end; exception when Constraint_Error => null; end; begin declare Object : constant JSON_Value := Value.Get_Object_Or_Empty ("foo"); begin Assert (Object.Length = 0, "Expected empty object"); end; exception when Constraint_Error => Fail ("Unexpected Constraint_Error"); end; end Test_Object_No_Object; procedure Test_Empty_Text_Exception (Object : in out Test) is Text : constant String := ""; Parser : Parsers.Parser := Parsers.Create (Text); begin declare Value : JSON_Value := Parser.Parse; pragma Unreferenced (Value); begin Fail ("Expected Parse_Error"); end; exception when Parsers.Parse_Error => null; end Test_Empty_Text_Exception; procedure Test_Array_No_Value_Separator_Exception (Object : in out Test) is Text : constant String := "[3.14""test""]"; Parser : Parsers.Parser := Parsers.Create (Text); begin declare Value : JSON_Value := Parser.Parse; pragma Unreferenced (Value); begin Fail ("Expected Parse_Error"); end; exception when Parsers.Parse_Error => null; end Test_Array_No_Value_Separator_Exception; procedure Test_Array_No_End_Array_Exception (Object : in out Test) is Text : constant String := "[true"; Parser : Parsers.Parser := Parsers.Create (Text); begin declare Value : JSON_Value := Parser.Parse; pragma Unreferenced (Value); begin Fail ("Expected Parse_Error"); end; exception when Parsers.Parse_Error => null; end Test_Array_No_End_Array_Exception; procedure Test_No_EOF_After_Array_Exception (Object : in out Test) is Text : constant String := "[1]2"; Parser : Parsers.Parser := Parsers.Create (Text); begin declare Value : JSON_Value := Parser.Parse; pragma Unreferenced (Value); begin Fail ("Expected Parse_Error"); end; exception when Parsers.Parse_Error => null; end Test_No_EOF_After_Array_Exception; procedure Test_Object_No_Value_Separator_Exception (Object : in out Test) is Text : constant String := "{""foo"":1""bar"":2}"; Parser : Parsers.Parser := Parsers.Create (Text); begin declare Value : JSON_Value := Parser.Parse; pragma Unreferenced (Value); begin Fail ("Expected Parse_Error"); end; exception when Parsers.Parse_Error => null; end Test_Object_No_Value_Separator_Exception; procedure Test_Object_No_Name_Separator_Exception (Object : in out Test) is Text : constant String := "{""foo"",true}"; Parser : Parsers.Parser := Parsers.Create (Text); begin declare Value : JSON_Value := Parser.Parse; pragma Unreferenced (Value); begin Fail ("Expected Parse_Error"); end; exception when Parsers.Parse_Error => null; end Test_Object_No_Name_Separator_Exception; procedure Test_Object_Key_No_String_Exception (Object : in out Test) is Text : constant String := "{42:true}"; Parser : Parsers.Parser := Parsers.Create (Text); begin declare Value : JSON_Value := Parser.Parse; pragma Unreferenced (Value); begin Fail ("Expected Parse_Error"); end; exception when Parsers.Parse_Error => null; end Test_Object_Key_No_String_Exception; procedure Test_Object_No_Second_Member_Exception (Object : in out Test) is Text : constant String := "{""foo"":true,}"; Parser : Parsers.Parser := Parsers.Create (Text); begin declare Value : JSON_Value := Parser.Parse; pragma Unreferenced (Value); begin Fail ("Expected Parse_Error"); end; exception when Parsers.Parse_Error => null; end Test_Object_No_Second_Member_Exception; procedure Test_Object_Duplicate_Keys_Exception (Object : in out Test) is Text : constant String := "{""foo"":1,""foo"":2}"; Parser : Parsers.Parser := Parsers.Create (Text); begin declare Value : JSON_Value := Parser.Parse; pragma Unreferenced (Value); begin Fail ("Expected Constraint_Error"); end; exception when Constraint_Error => null; end Test_Object_Duplicate_Keys_Exception; procedure Test_Object_No_Value_Exception (Object : in out Test) is Text : constant String := "{""foo"":}"; Parser : Parsers.Parser := Parsers.Create (Text); begin declare Value : JSON_Value := Parser.Parse; pragma Unreferenced (Value); begin Fail ("Expected Parse_Error"); end; exception when Parsers.Parse_Error => null; end Test_Object_No_Value_Exception; procedure Test_Object_No_End_Object_Exception (Object : in out Test) is Text : constant String := "{""foo"":true"; Parser : Parsers.Parser := Parsers.Create (Text); begin declare Value : JSON_Value := Parser.Parse; pragma Unreferenced (Value); begin Fail ("Expected Parse_Error"); end; exception when Parsers.Parse_Error => null; end Test_Object_No_End_Object_Exception; procedure Test_No_EOF_After_Object_Exception (Object : in out Test) is Text : constant String := "{""foo"":true}[true]"; Parser : Parsers.Parser := Parsers.Create (Text); begin declare Value : JSON_Value := Parser.Parse; pragma Unreferenced (Value); begin Fail ("Expected Parse_Error"); end; exception when Parsers.Parse_Error => null; end Test_No_EOF_After_Object_Exception; end Test_Parsers;
36.639503
99
0.624345
386dcd1d9f645225e4b0afdc82423a96353951fc
2,770
ads
Ada
samples/beans/volume.ads
jquorning/ada-asf
ddc697c5dfa4e22c57c6958f4cff27e14d02ce98
[ "Apache-2.0" ]
12
2015-01-18T23:02:20.000Z
2022-03-25T15:30:30.000Z
samples/beans/volume.ads
jquorning/ada-asf
ddc697c5dfa4e22c57c6958f4cff27e14d02ce98
[ "Apache-2.0" ]
3
2021-01-06T09:44:02.000Z
2022-02-04T20:20:53.000Z
samples/beans/volume.ads
jquorning/ada-asf
ddc697c5dfa4e22c57c6958f4cff27e14d02ce98
[ "Apache-2.0" ]
4
2016-04-12T05:29:00.000Z
2022-01-24T23:53:59.000Z
----------------------------------------------------------------------- -- volume - A simple bean example -- Copyright (C) 2010, 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 Ada.Strings.Unbounded; with Util.Beans.Objects; with Util.Beans.Basic; with Util.Beans.Methods; with ASF.Components.Base; with ASF.Contexts.Faces; with ASF.Converters; package Volume is type My_Float is delta 0.01 digits 10; type Compute_Bean is new Util.Beans.Basic.Bean and Util.Beans.Methods.Method_Bean with record Height : My_Float := -1.0; Radius : My_Float := -1.0; Volume : My_Float := -1.0; end record; -- Get the value identified by the name. function Get_Value (From : Compute_Bean; Name : String) return Util.Beans.Objects.Object; -- Set the value identified by the name. procedure Set_Value (From : in out Compute_Bean; Name : in String; Value : in Util.Beans.Objects.Object); -- Compute the volume of the cylinder. procedure Run (From : in out Compute_Bean; Outcome : in out Ada.Strings.Unbounded.Unbounded_String); -- This bean provides some methods that can be used in a Method_Expression overriding function Get_Method_Bindings (From : in Compute_Bean) return Util.Beans.Methods.Method_Binding_Array_Access; type Float_Converter is new ASF.Converters.Converter with null record; overriding function To_String (Convert : in Float_Converter; Context : in ASF.Contexts.Faces.Faces_Context'Class; Component : in ASF.Components.Base.UIComponent'Class; Value : in Util.Beans.Objects.Object) return String; overriding function To_Object (Convert : in Float_Converter; Context : in ASF.Contexts.Faces.Faces_Context'Class; Component : in ASF.Components.Base.UIComponent'Class; Value : in String) return Util.Beans.Objects.Object; end Volume;
40.144928
96
0.631047
adf07fc3dac5f111342057068707586cf8acfbf5
3,739
adb
Ada
code/zlib-1.2.11/contrib/ada/buffer_demo.adb
skrtbhtngr/presto
21392e80b3a1ffce5fd3ce206025962e9dfa00c6
[ "Apache-2.0" ]
null
null
null
code/zlib-1.2.11/contrib/ada/buffer_demo.adb
skrtbhtngr/presto
21392e80b3a1ffce5fd3ce206025962e9dfa00c6
[ "Apache-2.0" ]
null
null
null
code/zlib-1.2.11/contrib/ada/buffer_demo.adb
skrtbhtngr/presto
21392e80b3a1ffce5fd3ce206025962e9dfa00c6
[ "Apache-2.0" ]
null
null
null
---------------------------------------------------------------- -- ZLib for Ada thick binding. -- -- -- -- Copyright (C) 2002-2004 Dmitriy Anisimkov -- -- -- -- Open source license information is in the zlib.ads file. -- ---------------------------------------------------------------- -- -- $Id: buffer_demo.adb,val 1.3 2004/09/06 06:55:35 vagul Exp $ -- This demo program provided by Dr Steve Sangwine <[email protected]> -- -- Demonstration of a problem with Zlib-Ada (already fixed) when a buffer -- of exactly the correct mem_usage is used for decompressed data, and the last -- few bytes passed in to Zlib are checksum bytes. -- This program compresses a string of text, and then decompresses the -- compressed text into a buffer of the same mem_usage as the original text. with Ada.Streams; use Ada.Streams; with Ada.Text_IO; with ZLib; use ZLib; procedure Buffer_Demo is EOL : Character renames ASCII.LF; Text : constant String := "Four score and seven years ago our fathers brought forth," & EOL & "upon this continent, a new nation, conceived in liberty," & EOL & "and dedicated to the proposition that `all men are created equal'."; Source : Stream_Element_Array (1 .. Text'Length); for Source'Address use Text'Address; begin Ada.Text_IO.Put (Text); Ada.Text_IO.New_Line; Ada.Text_IO.Put_Line ("Uncompressed mem_usage : " & Positive'Image (Text'Length) & " bytes"); declare Compressed_Data : Stream_Element_Array (1 .. Text'Length); L : Stream_Element_Offset; begin Compress : declare Compressor : Filter_Type; I : Stream_Element_Offset; begin Deflate_Init (Compressor); -- Compress the whole of T at once. Translate (Compressor, Source, I, Compressed_Data, L, Finish); pragma Assert (I = Source'Last); Close (Compressor); Ada.Text_IO.Put_Line ("Compressed mem_usage : " & Stream_Element_Offset'Image (L) & " bytes"); end Compress; -- Now we decompress the data, passing short blocks of data to Zlib -- (because this demonstrates the problem - the last block passed will -- contain checksum information and there will be no output, only a -- check inside Zlib that the checksum is correct). Decompress : declare Decompressor : Filter_Type; Uncompressed_Data : Stream_Element_Array (1 .. Text'Length); Block_Size : constant := 4; -- This makes sure that the last block contains -- only Adler checksum data. P : Stream_Element_Offset := Compressed_Data'First - 1; O : Stream_Element_Offset; begin Inflate_Init (Decompressor); loop Translate (Decompressor, Compressed_Data (P + 1 .. Stream_Element_Offset'Min (P + Block_Size, L)), P, Uncompressed_Data (Total_Out (Decompressor) + 1 .. Uncompressed_Data'Last), O, No_Flush); Ada.Text_IO.Put_Line ("Total in : " & Count'Image (Total_In (Decompressor)) & ", out : " & Count'Image (Total_Out (Decompressor))); exit when P = L; end loop; Ada.Text_IO.New_Line; Ada.Text_IO.Put_Line ("Decompressed text matches original text : " & Boolean'Image (Uncompressed_Data = Source)); end Decompress; end; end Buffer_Demo;
34.943925
80
0.567531
046ad1f8b7e96ba6b40b43165939cfc09247bcc0
3,194
adb
Ada
bb-runtimes/examples/rpi2-mandel/main.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/examples/rpi2-mandel/main.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/examples/rpi2-mandel/main.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT EXAMPLE -- -- -- -- Copyright (C) 2016-2017, 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 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.Text_IO; use Ada.Text_IO; with Ada.Real_Time; use Ada.Real_Time; with Video; use Video; with Mandel; use Mandel; with Ada.Synchronous_Task_Control; use Ada.Synchronous_Task_Control; procedure Main is T : Time; begin Put_Line ("*******"); Init_Video; Put_Line ("Waiting for screen..."); -- Wait for screen on. T := Clock + Seconds (1); delay until T; Put_Line ("Starting..."); loop -- Start tasks. for I in 1 .. Nbr_Tasks loop Set_True (Starts (I)); end loop; -- Wait until tasks are completed. for I in 1 .. Nbr_Tasks loop Suspend_Until_True (Wait (I)); end loop; -- Display time. for I in Times'Range loop Put ("CPU#"); Put (Natural'Image (I)); Put (":"); Put (Natural'Image (Times (I) / Milliseconds (1))); Put_Line (" ms"); end loop; New_Line; delay until Clock + Seconds (5); end loop; end Main;
42.586667
78
0.484659
4b267d1b04a6d0907ab37456ffd56becccacca21
5,918
ads
Ada
source/amf/uml/amf-uml-extension_ends.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-extension_ends.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-extension_ends.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 extension end is used to tie an extension to a stereotype when -- extending a metaclass. -- -- The default multiplicity of an extension end is 0..1. ------------------------------------------------------------------------------ with AMF.UML.Properties; limited with AMF.UML.Stereotypes; package AMF.UML.Extension_Ends is pragma Preelaborate; type UML_Extension_End is limited interface and AMF.UML.Properties.UML_Property; type UML_Extension_End_Access is access all UML_Extension_End'Class; for UML_Extension_End_Access'Storage_Size use 0; overriding function Get_Lower (Self : not null access constant UML_Extension_End) return AMF.Optional_Integer is abstract; -- Getter of ExtensionEnd::lower. -- -- This redefinition changes the default multiplicity of association ends, -- since model elements are usually extended by 0 or 1 instance of the -- extension stereotype. overriding procedure Set_Lower (Self : not null access UML_Extension_End; To : AMF.Optional_Integer) is abstract; -- Setter of ExtensionEnd::lower. -- -- This redefinition changes the default multiplicity of association ends, -- since model elements are usually extended by 0 or 1 instance of the -- extension stereotype. not overriding function Get_Type (Self : not null access constant UML_Extension_End) return AMF.UML.Stereotypes.UML_Stereotype_Access is abstract; -- Getter of ExtensionEnd::type. -- -- References the type of the ExtensionEnd. Note that this association -- restricts the possible types of an ExtensionEnd to only be Stereotypes. not overriding procedure Set_Type (Self : not null access UML_Extension_End; To : AMF.UML.Stereotypes.UML_Stereotype_Access) is abstract; -- Setter of ExtensionEnd::type. -- -- References the type of the ExtensionEnd. Note that this association -- restricts the possible types of an ExtensionEnd to only be Stereotypes. overriding function Lower_Bound (Self : not null access constant UML_Extension_End) return AMF.Optional_Integer is abstract; -- Operation ExtensionEnd::lowerBound. -- -- The query lowerBound() returns the lower bound of the multiplicity as -- an Integer. This is a redefinition of the default lower bound, which -- normally, for MultiplicityElements, evaluates to 1 if empty. end AMF.UML.Extension_Ends;
54.293578
79
0.519263
9ac2666683509dd5d018f4a4ec6138f5dc89eb23
3,951
adb
Ada
analog_out/obj/b__main.adb
Fabien-Chouteau/microbit_examples
a926cc69faf2cb7805f5dff508b587f2ed7fc065
[ "BSD-3-Clause" ]
null
null
null
analog_out/obj/b__main.adb
Fabien-Chouteau/microbit_examples
a926cc69faf2cb7805f5dff508b587f2ed7fc065
[ "BSD-3-Clause" ]
null
null
null
analog_out/obj/b__main.adb
Fabien-Chouteau/microbit_examples
a926cc69faf2cb7805f5dff508b587f2ed7fc065
[ "BSD-3-Clause" ]
1
2022-02-10T03:35:38.000Z
2022-02-10T03:35:38.000Z
pragma Warnings (Off); pragma Ada_95; pragma Source_File_Name (ada_main, Spec_File_Name => "b__main.ads"); pragma Source_File_Name (ada_main, Body_File_Name => "b__main.adb"); pragma Suppress (Overflow_Check); package body ada_main is E72 : Short_Integer; pragma Import (Ada, E72, "cortex_m__nvic_E"); E66 : Short_Integer; pragma Import (Ada, E66, "nrf__events_E"); E17 : Short_Integer; pragma Import (Ada, E17, "nrf__gpio_E"); E85 : Short_Integer; pragma Import (Ada, E85, "nrf__gpio__tasks_and_events_E"); E68 : Short_Integer; pragma Import (Ada, E68, "nrf__interrupts_E"); E27 : Short_Integer; pragma Import (Ada, E27, "nrf__rtc_E"); E30 : Short_Integer; pragma Import (Ada, E30, "nrf__spi_master_E"); E51 : Short_Integer; pragma Import (Ada, E51, "nrf__tasks_E"); E83 : Short_Integer; pragma Import (Ada, E83, "nrf__adc_E"); E49 : Short_Integer; pragma Import (Ada, E49, "nrf__clock_E"); E87 : Short_Integer; pragma Import (Ada, E87, "nrf__ppi_E"); E34 : Short_Integer; pragma Import (Ada, E34, "nrf__timers_E"); E37 : Short_Integer; pragma Import (Ada, E37, "nrf__twi_E"); E41 : Short_Integer; pragma Import (Ada, E41, "nrf__uart_E"); E05 : Short_Integer; pragma Import (Ada, E05, "nrf__device_E"); E81 : Short_Integer; pragma Import (Ada, E81, "microbit__ios_E"); E47 : Short_Integer; pragma Import (Ada, E47, "microbit__time_E"); E45 : Short_Integer; pragma Import (Ada, E45, "microbit__buttons_E"); E77 : Short_Integer; pragma Import (Ada, E77, "microbit__display_E"); E79 : Short_Integer; pragma Import (Ada, E79, "microbit__display__symbols_E"); Sec_Default_Sized_Stacks : array (1 .. 1) of aliased System.Secondary_Stack.SS_Stack (System.Parameters.Runtime_Default_Sec_Stack_Size); procedure adainit is Binder_Sec_Stacks_Count : Natural; pragma Import (Ada, Binder_Sec_Stacks_Count, "__gnat_binder_ss_count"); Default_Secondary_Stack_Size : System.Parameters.Size_Type; pragma Import (C, Default_Secondary_Stack_Size, "__gnat_default_ss_size"); Default_Sized_SS_Pool : System.Address; pragma Import (Ada, Default_Sized_SS_Pool, "__gnat_default_ss_pool"); begin null; ada_main'Elab_Body; Default_Secondary_Stack_Size := System.Parameters.Runtime_Default_Sec_Stack_Size; Binder_Sec_Stacks_Count := 1; Default_Sized_SS_Pool := Sec_Default_Sized_Stacks'Address; E72 := E72 + 1; E66 := E66 + 1; E17 := E17 + 1; E85 := E85 + 1; Nrf.Interrupts'Elab_Body; E68 := E68 + 1; E27 := E27 + 1; E30 := E30 + 1; E51 := E51 + 1; E83 := E83 + 1; E49 := E49 + 1; E87 := E87 + 1; E34 := E34 + 1; E37 := E37 + 1; E41 := E41 + 1; Nrf.Device'Elab_Spec; E05 := E05 + 1; Microbit.Ios'Elab_Spec; Microbit.Ios'Elab_Body; E81 := E81 + 1; Microbit.Time'Elab_Body; E47 := E47 + 1; Microbit.Buttons'Elab_Body; E45 := E45 + 1; Microbit.Display'Elab_Body; E77 := E77 + 1; E79 := E79 + 1; end adainit; procedure Ada_Main_Program; pragma Import (Ada, Ada_Main_Program, "_ada_main"); procedure main is Ensure_Reference : aliased System.Address := Ada_Main_Program_Name'Address; pragma Volatile (Ensure_Reference); begin adainit; Ada_Main_Program; end; -- BEGIN Object file/option list -- /home/chouteau/src/github/Ada_Drivers_Library/examples/MicroBit/analog_out/obj/main.o -- -L/home/chouteau/src/github/Ada_Drivers_Library/examples/MicroBit/analog_out/obj/ -- -L/home/chouteau/src/github/Ada_Drivers_Library/examples/MicroBit/analog_out/obj/ -- -L/home/chouteau/src/github/Ada_Drivers_Library/boards/MicroBit/obj/zfp_lib_Debug/ -- -L/home/chouteau/src/GNAT_GPL/2020-arm-elf/arm-eabi/lib/gnat/zfp-cortex-m0/adalib/ -- -static -- -lgnat -- END Object file/option list end ada_main;
38.359223
139
0.682865
ad5e137e62ceea873f8f62a2dd22ae4ff7a02751
1,039
ads
Ada
examples/common/blink.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
1
2021-04-06T07:57:56.000Z
2021-04-06T07:57:56.000Z
examples/common/blink.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
null
null
null
examples/common/blink.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
2
2018-05-29T13:59:31.000Z
2019-02-03T19:48:08.000Z
with Ada.Real_Time; use Ada.Real_Time; package Blink is Period : constant Time_Span := Milliseconds (2500); Blink_Duration : constant Time_Span := Milliseconds (100); type LED_Type is (Green, Yellow, Red); type Mode_Type is (Off, Once, Repeat); type LED_Blink_Map is array (LED_Type) of Positive; type LED_Toggle_Map is array (LED_Type) of Natural; type LED_Mode_Map is array (LED_Type) of Mode_Type; protected Blink_Parameters is procedure Start (LED: LED_Type ; M : Mode_Type; C : Positive); procedure Increase_Blink_Count (LED : LED_Type); procedure Decrease_Blink_Count (LED : LED_Type); function Get_Mode (LED: LED_Type) return Mode_Type; function Get_Blink_Count (LED: LED_Type) return Positive; procedure Toggle (LED : LED_Type ; Toggled : out Boolean); private Blink_Count : LED_Blink_Map; Mode : LED_Mode_Map := (Off, Off, Off); Remaining_Toggles : LED_Toggle_Map := (0, 0, 0); end Blink_Parameters; end Blink;
33.516129
68
0.686237
9a1f0401259fdb5d81e943d715116e463e73c1d3
131
adb
Ada
tracker-exec.adb
mimo/Tracker
a913446c6d2f6679a2e557bd92194e255190e6a7
[ "MIT" ]
1
2020-09-30T01:30:48.000Z
2020-09-30T01:30:48.000Z
tracker-exec.adb
mimo/Tracker
a913446c6d2f6679a2e557bd92194e255190e6a7
[ "MIT" ]
null
null
null
tracker-exec.adb
mimo/Tracker
a913446c6d2f6679a2e557bd92194e255190e6a7
[ "MIT" ]
null
null
null
with tracker.presentation; procedure tracker.exec is app : tracker.presentation.instance; begin app.Run; end tracker.exec;
14.555556
39
0.763359
2e6739e73e031c2b9fee5236a8eaf1366f2c3d59
3,779
ads
Ada
source/amf/ocl/amf-ocl-tuple_types.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/ocl/amf-ocl-tuple_types.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/ocl/amf-ocl-tuple_types.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 © 2012-2013, 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.UML.Data_Types; package AMF.OCL.Tuple_Types is pragma Preelaborate; type OCL_Tuple_Type is limited interface and AMF.UML.Data_Types.UML_Data_Type; type OCL_Tuple_Type_Access is access all OCL_Tuple_Type'Class; for OCL_Tuple_Type_Access'Storage_Size use 0; end AMF.OCL.Tuple_Types;
62.983333
78
0.416777
4b40677014458764506eaee48d1f0ba3bb643b5f
4,561
adb
Ada
source/nodes/program-nodes-simple_expression_ranges.adb
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/nodes/program-nodes-simple_expression_ranges.adb
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/nodes/program-nodes-simple_expression_ranges.adb
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 ------------------------------------------------------------- package body Program.Nodes.Simple_Expression_Ranges is function Create (Lower_Bound : not null Program.Elements.Expressions .Expression_Access; Double_Dot_Token : not null Program.Lexical_Elements .Lexical_Element_Access; Upper_Bound : not null Program.Elements.Expressions .Expression_Access) return Simple_Expression_Range is begin return Result : Simple_Expression_Range := (Lower_Bound => Lower_Bound, Double_Dot_Token => Double_Dot_Token, Upper_Bound => Upper_Bound, Enclosing_Element => null) do Initialize (Result); end return; end Create; function Create (Lower_Bound : not null Program.Elements.Expressions .Expression_Access; Upper_Bound : not null Program.Elements.Expressions .Expression_Access; Is_Part_Of_Implicit : Boolean := False; Is_Part_Of_Inherited : Boolean := False; Is_Part_Of_Instance : Boolean := False) return Implicit_Simple_Expression_Range is begin return Result : Implicit_Simple_Expression_Range := (Lower_Bound => Lower_Bound, Upper_Bound => Upper_Bound, Is_Part_Of_Implicit => Is_Part_Of_Implicit, Is_Part_Of_Inherited => Is_Part_Of_Inherited, Is_Part_Of_Instance => Is_Part_Of_Instance, Enclosing_Element => null) do Initialize (Result); end return; end Create; overriding function Lower_Bound (Self : Base_Simple_Expression_Range) return not null Program.Elements.Expressions.Expression_Access is begin return Self.Lower_Bound; end Lower_Bound; overriding function Upper_Bound (Self : Base_Simple_Expression_Range) return not null Program.Elements.Expressions.Expression_Access is begin return Self.Upper_Bound; end Upper_Bound; overriding function Double_Dot_Token (Self : Simple_Expression_Range) return not null Program.Lexical_Elements.Lexical_Element_Access is begin return Self.Double_Dot_Token; end Double_Dot_Token; overriding function Is_Part_Of_Implicit (Self : Implicit_Simple_Expression_Range) return Boolean is begin return Self.Is_Part_Of_Implicit; end Is_Part_Of_Implicit; overriding function Is_Part_Of_Inherited (Self : Implicit_Simple_Expression_Range) return Boolean is begin return Self.Is_Part_Of_Inherited; end Is_Part_Of_Inherited; overriding function Is_Part_Of_Instance (Self : Implicit_Simple_Expression_Range) return Boolean is begin return Self.Is_Part_Of_Instance; end Is_Part_Of_Instance; procedure Initialize (Self : in out Base_Simple_Expression_Range'Class) is begin Set_Enclosing_Element (Self.Lower_Bound, Self'Unchecked_Access); Set_Enclosing_Element (Self.Upper_Bound, Self'Unchecked_Access); null; end Initialize; overriding function Is_Simple_Expression_Range (Self : Base_Simple_Expression_Range) return Boolean is pragma Unreferenced (Self); begin return True; end Is_Simple_Expression_Range; overriding function Is_Constraint (Self : Base_Simple_Expression_Range) return Boolean is pragma Unreferenced (Self); begin return True; end Is_Constraint; overriding function Is_Definition (Self : Base_Simple_Expression_Range) return Boolean is pragma Unreferenced (Self); begin return True; end Is_Definition; overriding procedure Visit (Self : not null access Base_Simple_Expression_Range; Visitor : in out Program.Element_Visitors.Element_Visitor'Class) is begin Visitor.Simple_Expression_Range (Self); end Visit; overriding function To_Simple_Expression_Range_Text (Self : in out Simple_Expression_Range) return Program.Elements.Simple_Expression_Ranges .Simple_Expression_Range_Text_Access is begin return Self'Unchecked_Access; end To_Simple_Expression_Range_Text; overriding function To_Simple_Expression_Range_Text (Self : in out Implicit_Simple_Expression_Range) return Program.Elements.Simple_Expression_Ranges .Simple_Expression_Range_Text_Access is pragma Unreferenced (Self); begin return null; end To_Simple_Expression_Range_Text; end Program.Nodes.Simple_Expression_Ranges;
31.895105
79
0.721333
13e908e93fe40f63d596a0aedad837072adcc21e
5,071
ads
Ada
arch/ARM/STM32/driversL5/stm32-dma.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
2
2018-05-16T03:56:39.000Z
2019-07-31T13:53:56.000Z
arch/ARM/STM32/driversL5/stm32-dma.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
arch/ARM/STM32/driversL5/stm32-dma.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2015, AdaCore -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions are -- -- met: -- -- 1. Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- 2. 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. -- -- 3. Neither the name of STMicroelectronics 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. -- -- -- -- -- -- This file is based on: -- -- -- -- @file stm32f4xx_hal_dma.h -- -- @author MCD Application Team -- -- @version V1.1.0 -- -- @date 19-June-2014 -- -- @brief Header file of DMA HAL module. -- -- -- -- COPYRIGHT(c) 2014 STMicroelectronics -- ------------------------------------------------------------------------------ -- This file provides definitions for the DMA controllers on the STM32F4 (ARM -- Cortex M4F) microcontrollers from ST Microelectronics. -- See Application Note AN4031: "Using the STM32F2 and STM32F4 DMA controller" -- and Reference Manual RM0090: "STM32F405xx/07xx, STM32F415xx/17xx, -- STM32F42xxx and STM32F43xxx advanced ARM-based 32-bit MCUs" In the -- application note, see especially section four, titled "Tips and -- warnings while programming the DMA controller" -- The basic call sequence, given a Controller and a Stream, is as follows: -- 1) Configure -- Configures the Controller and Stream per application requirements. This -- is the primary setup call, specifying the static characteristics of all -- the transfers to be performed on the stream, such as the direction, the -- channel, and so forth. The Controller is disabled after the call. -- 2) Configure_Data_Flow -- Sets the dynamic parameters of a given transfer, i.e., the source and -- destination addresses and the number of data items to transfer. -- 3) Enable -- Enables transfers on the Controller and Stream. Transfers will begin -- immediately unless programmed otherwise. -- You can enable some or all DMA interrupts prior to the call to Enable, if -- required by your usage. -- Ensure all the status flags are cleared prior to the call to Enable, since -- a transfer will then begin. This can be accomplished by relying on the fact -- that the board has just powered-up, by a call to Reset, or by a call to -- Clear_All_Status. -- Note that there are convenience routines that do steps two and three: -- Start_Transfer -- Start_Transfer_with_Interrupts pragma Restrictions (No_Elaboration_Code); with System; use System; with Ada.Real_Time; use Ada.Real_Time; private with STM32_SVD.DMA; package STM32.DMA with SPARK_Mode => Off is end STM32.DMA;
55.725275
79
0.544469
1e6d12c4b94d822536c0493565bc3a83d405c7df
393
adb
Ada
3-mid/opengl/source/platform/egl/opengl-screen.adb
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
20
2015-11-04T09:23:59.000Z
2022-01-14T10:21:42.000Z
3-mid/opengl/source/platform/egl/opengl-screen.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
2
2015-11-04T17:05:56.000Z
2015-12-08T03:16:13.000Z
3-mid/opengl/source/platform/egl/opengl-screen.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
1
2015-12-07T12:53:52.000Z
2015-12-07T12:53:52.000Z
package body openGL.Screen is -- function Thin (Self : in Item) return xcb.xcb_screen_t.Pointer -- is -- begin -- return Self.Thin; -- end Thin; -- procedure Thin_is (Self : in out Item; Now : in xcb.xcb_screen_t.Pointer) -- is -- begin -- Self.Thin := Now; -- end Thin_is; procedure dummy is begin null; end dummy; end openGL.Screen;
17.863636
82
0.597964
38a893c8d4826ab4564c79c668dea0f3eb7407c8
5,664
adb
Ada
tools-src/gnu/gcc/gcc/ada/g-exctra.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/g-exctra.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/g-exctra.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- G N A T . E X C E P T I O N _ T R A C E S -- -- -- -- B o d y -- -- -- -- $Revision$ -- -- -- Copyright (C) 2000-2001 Ada Core Technologies, 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 is maintained by Ada Core Technologies Inc (http://www.gnat.com). -- -- -- ------------------------------------------------------------------------------ with System.Standard_Library; use System.Standard_Library; with System.Soft_Links; use System.Soft_Links; package body GNAT.Exception_Traces is -- Calling the decorator directly from where it is needed would require -- introducing nasty dependencies upon the spec of this package (typically -- in a-except.adb). We also have to deal with the fact that the traceback -- array within an exception occurrence and the one the decorator shall -- accept are of different types. These are two reasons for which a wrapper -- with a System.Address argument is indeed used to call the decorator -- provided by the user of this package. This wrapper is called via a -- soft-link, which either is null when no decorator is in place or "points -- to" the following function otherwise. function Decorator_Wrapper (Traceback : System.Address; Len : Natural) return String; -- The wrapper to be called when a decorator is in place for exception -- backtraces. -- -- Traceback is the address of the call chain array as stored in the -- exception occurrence and Len is the number of significant addresses -- contained in this array. Current_Decorator : Traceback_Decorator := null; -- The decorator to be called by the wrapper when it is not null, as set -- by Set_Trace_Decorator. When this access is null, the wrapper is null -- also and shall then not be called. ----------------------- -- Decorator_Wrapper -- ----------------------- function Decorator_Wrapper (Traceback : System.Address; Len : Natural) return String is Decorator_Traceback : Tracebacks_Array (1 .. Len); for Decorator_Traceback'Address use Traceback; -- Handle the "transition" from the array stored in the exception -- occurrence to the array expected by the decorator. pragma Import (Ada, Decorator_Traceback); begin return Current_Decorator.all (Decorator_Traceback); end Decorator_Wrapper; ------------------------- -- Set_Trace_Decorator -- ------------------------- procedure Set_Trace_Decorator (Decorator : Traceback_Decorator) is begin Current_Decorator := Decorator; if Current_Decorator /= null then Traceback_Decorator_Wrapper := Decorator_Wrapper'Access; else Traceback_Decorator_Wrapper := null; end if; end Set_Trace_Decorator; -- Trace_On/Trace_Off control the kind of automatic output to occur -- by way of the global Exception_Trace variable. --------------- -- Trace_Off -- --------------- procedure Trace_Off is begin Exception_Trace := RM_Convention; end Trace_Off; -------------- -- Trace_On -- -------------- procedure Trace_On (Kind : in Trace_Kind) is begin case Kind is when Every_Raise => Exception_Trace := Every_Raise; when Unhandled_Raise => Exception_Trace := Unhandled_Raise; end case; end Trace_On; end GNAT.Exception_Traces;
43.906977
79
0.529484
3807d50e491318a1f82e5fad004880981693900d
935
adb
Ada
tests/game-test_data-tests-positive_container-test_data.adb
thindil/steamsky
d5d7fea622f7994c91017c4cd7ba5e188153556c
[ "TCL", "MIT" ]
80
2017-04-08T23:14:07.000Z
2022-02-10T22:30:51.000Z
tests/game-test_data-tests-positive_container-test_data.adb
thindil/steamsky
d5d7fea622f7994c91017c4cd7ba5e188153556c
[ "TCL", "MIT" ]
89
2017-06-24T08:18:26.000Z
2021-11-12T04:37:36.000Z
tests/game-test_data-tests-positive_container-test_data.adb
thindil/steamsky
d5d7fea622f7994c91017c4cd7ba5e188153556c
[ "TCL", "MIT" ]
9
2018-04-14T16:37:25.000Z
2020-03-21T14:33:49.000Z
-- This package is intended to set up and tear down the test environment. -- Once created by GNATtest, this package will never be overwritten -- automatically. Contents of this package can be modified in any way -- except for sections surrounded by a 'read only' marker. package body Game.Test_Data.Tests.Positive_Container.Test_Data is procedure Set_Up(Gnattest_T: in out Test) is pragma Unreferenced(Gnattest_T); begin null; end Set_Up; procedure Tear_Down(Gnattest_T: in out Test) is pragma Unreferenced(Gnattest_T); begin null; end Tear_Down; procedure User_Set_Up(Gnattest_T: in out New_Test) is pragma Unreferenced(Gnattest_T); begin null; end User_Set_Up; procedure User_Tear_Down(Gnattest_T: in out New_Test) is pragma Unreferenced(Gnattest_T); begin null; end User_Tear_Down; end Game.Test_Data.Tests.Positive_Container.Test_Data;
28.333333
75
0.731551
9a1ce38bb9bbe598e4e46ae4f871f6ec4b2ce36d
13,650
ads
Ada
extern/gnat_sdl/gnat_sdl2/src/sdl_mouse_h.ads
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
15
2020-10-07T08:56:45.000Z
2022-02-08T23:13:22.000Z
extern/gnat_sdl/gnat_sdl2/src/sdl_mouse_h.ads
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
20
2020-11-05T14:35:20.000Z
2022-01-13T15:59:33.000Z
extern/gnat_sdl/gnat_sdl2/src/sdl_mouse_h.ads
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
6
2020-10-08T15:57:06.000Z
2021-08-31T12:03:08.000Z
pragma Ada_2005; pragma Style_Checks (Off); with Interfaces.C; use Interfaces.C; limited with SDL_video_h; with SDL_stdinc_h; limited with SDL_surface_h; package SDL_mouse_h is -- arg-macro: function SDL_BUTTON (X) -- return 2 ** ((X)-1); SDL_BUTTON_LEFT : constant := 1; -- ..\SDL2_tmp\SDL_mouse.h:282 SDL_BUTTON_MIDDLE : constant := 2; -- ..\SDL2_tmp\SDL_mouse.h:283 SDL_BUTTON_RIGHT : constant := 3; -- ..\SDL2_tmp\SDL_mouse.h:284 SDL_BUTTON_X1 : constant := 4; -- ..\SDL2_tmp\SDL_mouse.h:285 SDL_BUTTON_X2 : constant := 5; -- ..\SDL2_tmp\SDL_mouse.h:286 -- unsupported macro: SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT) -- unsupported macro: SDL_BUTTON_MMASK SDL_BUTTON(SDL_BUTTON_MIDDLE) -- unsupported macro: SDL_BUTTON_RMASK SDL_BUTTON(SDL_BUTTON_RIGHT) -- unsupported macro: SDL_BUTTON_X1MASK SDL_BUTTON(SDL_BUTTON_X1) -- unsupported macro: SDL_BUTTON_X2MASK SDL_BUTTON(SDL_BUTTON_X2) -- Simple DirectMedia Layer -- Copyright (C) 1997-2018 Sam Lantinga <[email protected]> -- This software is provided 'as-is', without any express or implied -- warranty. In no event will the authors be held liable for any damages -- arising from the use of this software. -- Permission is granted to anyone to use this software for any purpose, -- including commercial applications, and to alter it and redistribute it -- freely, subject to the following restrictions: -- 1. The origin of this software must not be misrepresented; you must not -- claim that you wrote the original software. If you use this software -- in a product, an acknowledgment in the product documentation would be -- appreciated but is not required. -- 2. Altered source versions must be plainly marked as such, and must not be -- misrepresented as being the original software. -- 3. This notice may not be removed or altered from any source distribution. -- --* -- * \file SDL_mouse.h -- * -- * Include file for SDL mouse event handling. -- -- Set up for C function definitions, even when using C++ --*< Implementation dependent type SDL_Cursor is null record; -- incomplete struct --* -- * \brief Cursor types for SDL_CreateSystemCursor(). -- --*< Arrow --*< I-beam --*< Wait --*< Crosshair --*< Small wait cursor (or Wait if not available) --*< Double arrow pointing northwest and southeast --*< Double arrow pointing northeast and southwest --*< Double arrow pointing west and east --*< Double arrow pointing north and south --*< Four pointed arrow pointing north, south, east, and west --*< Slashed circle or crossbones --*< Hand type SDL_SystemCursor is (SDL_SYSTEM_CURSOR_ARROW, SDL_SYSTEM_CURSOR_IBEAM, SDL_SYSTEM_CURSOR_WAIT, SDL_SYSTEM_CURSOR_CROSSHAIR, SDL_SYSTEM_CURSOR_WAITARROW, SDL_SYSTEM_CURSOR_SIZENWSE, SDL_SYSTEM_CURSOR_SIZENESW, SDL_SYSTEM_CURSOR_SIZEWE, SDL_SYSTEM_CURSOR_SIZENS, SDL_SYSTEM_CURSOR_SIZEALL, SDL_SYSTEM_CURSOR_NO, SDL_SYSTEM_CURSOR_HAND, SDL_NUM_SYSTEM_CURSORS); pragma Convention (C, SDL_SystemCursor); -- ..\SDL2_tmp\SDL_mouse.h:61 --* -- * \brief Scroll direction types for the Scroll event -- --*< The scroll direction is normal --*< The scroll direction is flipped / natural type SDL_MouseWheelDirection is (SDL_MOUSEWHEEL_NORMAL, SDL_MOUSEWHEEL_FLIPPED); pragma Convention (C, SDL_MouseWheelDirection); -- ..\SDL2_tmp\SDL_mouse.h:70 -- Function prototypes --* -- * \brief Get the window which currently has mouse focus. -- function SDL_GetMouseFocus return access SDL_video_h.Class_SDL_Window.SDL_Window; -- ..\SDL2_tmp\SDL_mouse.h:77 pragma Import (C, SDL_GetMouseFocus, "SDL_GetMouseFocus"); --* -- * \brief Retrieve the current state of the mouse. -- * -- * The current button state is returned as a button bitmask, which can -- * be tested using the SDL_BUTTON(X) macros, and x and y are set to the -- * mouse cursor position relative to the focus window for the currently -- * selected mouse. You can pass NULL for either x or y. -- function SDL_GetMouseState (x : access int; y : access int) return SDL_stdinc_h.Uint32; -- ..\SDL2_tmp\SDL_mouse.h:87 pragma Import (C, SDL_GetMouseState, "SDL_GetMouseState"); --* -- * \brief Get the current state of the mouse, in relation to the desktop -- * -- * This works just like SDL_GetMouseState(), but the coordinates will be -- * reported relative to the top-left of the desktop. This can be useful if -- * you need to track the mouse outside of a specific window and -- * SDL_CaptureMouse() doesn't fit your needs. For example, it could be -- * useful if you need to track the mouse while dragging a window, where -- * coordinates relative to a window might not be in sync at all times. -- * -- * \note SDL_GetMouseState() returns the mouse position as SDL understands -- * it from the last pump of the event queue. This function, however, -- * queries the OS for the current mouse position, and as such, might -- * be a slightly less efficient function. Unless you know what you're -- * doing and have a good reason to use this function, you probably want -- * SDL_GetMouseState() instead. -- * -- * \param x Returns the current X coord, relative to the desktop. Can be NULL. -- * \param y Returns the current Y coord, relative to the desktop. Can be NULL. -- * \return The current button state as a bitmask, which can be tested using the SDL_BUTTON(X) macros. -- * -- * \sa SDL_GetMouseState -- function SDL_GetGlobalMouseState (x : access int; y : access int) return SDL_stdinc_h.Uint32; -- ..\SDL2_tmp\SDL_mouse.h:112 pragma Import (C, SDL_GetGlobalMouseState, "SDL_GetGlobalMouseState"); --* -- * \brief Retrieve the relative state of the mouse. -- * -- * The current button state is returned as a button bitmask, which can -- * be tested using the SDL_BUTTON(X) macros, and x and y are set to the -- * mouse deltas since the last call to SDL_GetRelativeMouseState(). -- function SDL_GetRelativeMouseState (x : access int; y : access int) return SDL_stdinc_h.Uint32; -- ..\SDL2_tmp\SDL_mouse.h:121 pragma Import (C, SDL_GetRelativeMouseState, "SDL_GetRelativeMouseState"); --* -- * \brief Moves the mouse to the given position within the window. -- * -- * \param window The window to move the mouse into, or NULL for the current mouse focus -- * \param x The x coordinate within the window -- * \param y The y coordinate within the window -- * -- * \note This function generates a mouse motion event -- procedure SDL_WarpMouseInWindow (window : access SDL_video_h.Class_SDL_Window.SDL_Window; x : int; y : int); -- ..\SDL2_tmp\SDL_mouse.h:132 pragma Import (C, SDL_WarpMouseInWindow, "SDL_WarpMouseInWindow"); --* -- * \brief Moves the mouse to the given position in global screen space. -- * -- * \param x The x coordinate -- * \param y The y coordinate -- * \return 0 on success, -1 on error (usually: unsupported by a platform). -- * -- * \note This function generates a mouse motion event -- function SDL_WarpMouseGlobal (x : int; y : int) return int; -- ..\SDL2_tmp\SDL_mouse.h:144 pragma Import (C, SDL_WarpMouseGlobal, "SDL_WarpMouseGlobal"); --* -- * \brief Set relative mouse mode. -- * -- * \param enabled Whether or not to enable relative mode -- * -- * \return 0 on success, or -1 if relative mode is not supported. -- * -- * While the mouse is in relative mode, the cursor is hidden, and the -- * driver will try to report continuous motion in the current window. -- * Only relative motion events will be delivered, the mouse position -- * will not change. -- * -- * \note This function will flush any pending mouse motion. -- * -- * \sa SDL_GetRelativeMouseMode() -- function SDL_SetRelativeMouseMode (enabled : SDL_stdinc_h.SDL_bool) return int; -- ..\SDL2_tmp\SDL_mouse.h:162 pragma Import (C, SDL_SetRelativeMouseMode, "SDL_SetRelativeMouseMode"); --* -- * \brief Capture the mouse, to track input outside an SDL window. -- * -- * \param enabled Whether or not to enable capturing -- * -- * Capturing enables your app to obtain mouse events globally, instead of -- * just within your window. Not all video targets support this function. -- * When capturing is enabled, the current window will get all mouse events, -- * but unlike relative mode, no change is made to the cursor and it is -- * not restrained to your window. -- * -- * This function may also deny mouse input to other windows--both those in -- * your application and others on the system--so you should use this -- * function sparingly, and in small bursts. For example, you might want to -- * track the mouse while the user is dragging something, until the user -- * releases a mouse button. It is not recommended that you capture the mouse -- * for long periods of time, such as the entire time your app is running. -- * -- * While captured, mouse events still report coordinates relative to the -- * current (foreground) window, but those coordinates may be outside the -- * bounds of the window (including negative values). Capturing is only -- * allowed for the foreground window. If the window loses focus while -- * capturing, the capture will be disabled automatically. -- * -- * While capturing is enabled, the current window will have the -- * SDL_WINDOW_MOUSE_CAPTURE flag set. -- * -- * \return 0 on success, or -1 if not supported. -- function SDL_CaptureMouse (enabled : SDL_stdinc_h.SDL_bool) return int; -- ..\SDL2_tmp\SDL_mouse.h:193 pragma Import (C, SDL_CaptureMouse, "SDL_CaptureMouse"); --* -- * \brief Query whether relative mouse mode is enabled. -- * -- * \sa SDL_SetRelativeMouseMode() -- function SDL_GetRelativeMouseMode return SDL_stdinc_h.SDL_bool; -- ..\SDL2_tmp\SDL_mouse.h:200 pragma Import (C, SDL_GetRelativeMouseMode, "SDL_GetRelativeMouseMode"); --* -- * \brief Create a cursor, using the specified bitmap data and -- * mask (in MSB format). -- * -- * The cursor width must be a multiple of 8 bits. -- * -- * The cursor is created in black and white according to the following: -- * <table> -- * <tr><td> data </td><td> mask </td><td> resulting pixel on screen </td></tr> -- * <tr><td> 0 </td><td> 1 </td><td> White </td></tr> -- * <tr><td> 1 </td><td> 1 </td><td> Black </td></tr> -- * <tr><td> 0 </td><td> 0 </td><td> Transparent </td></tr> -- * <tr><td> 1 </td><td> 0 </td><td> Inverted color if possible, black -- * if not. </td></tr> -- * </table> -- * -- * \sa SDL_FreeCursor() -- function SDL_CreateCursor (data : access SDL_stdinc_h.Uint8; mask : access SDL_stdinc_h.Uint8; w : int; h : int; hot_x : int; hot_y : int) return access SDL_Cursor; -- ..\SDL2_tmp\SDL_mouse.h:220 pragma Import (C, SDL_CreateCursor, "SDL_CreateCursor"); --* -- * \brief Create a color cursor. -- * -- * \sa SDL_FreeCursor() -- function SDL_CreateColorCursor (surface : access SDL_surface_h.SDL_Surface; hot_x : int; hot_y : int) return access SDL_Cursor; -- ..\SDL2_tmp\SDL_mouse.h:230 pragma Import (C, SDL_CreateColorCursor, "SDL_CreateColorCursor"); --* -- * \brief Create a system cursor. -- * -- * \sa SDL_FreeCursor() -- function SDL_CreateSystemCursor (id : SDL_SystemCursor) return access SDL_Cursor; -- ..\SDL2_tmp\SDL_mouse.h:239 pragma Import (C, SDL_CreateSystemCursor, "SDL_CreateSystemCursor"); --* -- * \brief Set the active cursor. -- procedure SDL_SetCursor (cursor : access SDL_Cursor); -- ..\SDL2_tmp\SDL_mouse.h:244 pragma Import (C, SDL_SetCursor, "SDL_SetCursor"); --* -- * \brief Return the active cursor. -- function SDL_GetCursor return access SDL_Cursor; -- ..\SDL2_tmp\SDL_mouse.h:249 pragma Import (C, SDL_GetCursor, "SDL_GetCursor"); --* -- * \brief Return the default cursor. -- function SDL_GetDefaultCursor return access SDL_Cursor; -- ..\SDL2_tmp\SDL_mouse.h:254 pragma Import (C, SDL_GetDefaultCursor, "SDL_GetDefaultCursor"); --* -- * \brief Frees a cursor created with SDL_CreateCursor() or similar functions. -- * -- * \sa SDL_CreateCursor() -- * \sa SDL_CreateColorCursor() -- * \sa SDL_CreateSystemCursor() -- procedure SDL_FreeCursor (cursor : access SDL_Cursor); -- ..\SDL2_tmp\SDL_mouse.h:263 pragma Import (C, SDL_FreeCursor, "SDL_FreeCursor"); --* -- * \brief Toggle whether or not the cursor is shown. -- * -- * \param toggle 1 to show the cursor, 0 to hide it, -1 to query the current -- * state. -- * -- * \return 1 if the cursor is shown, or 0 if the cursor is hidden. -- function SDL_ShowCursor (toggle : int) return int; -- ..\SDL2_tmp\SDL_mouse.h:273 pragma Import (C, SDL_ShowCursor, "SDL_ShowCursor"); --* -- * Used as a mask when testing buttons in buttonstate. -- * - Button 1: Left mouse button -- * - Button 2: Middle mouse button -- * - Button 3: Right mouse button -- -- Ends C function definitions when using C++ -- vi: set ts=4 sw=4 expandtab: end SDL_mouse_h;
39.450867
130
0.668278
389524f2c893a73c3de5956c4fdaf9834660e5d1
4,434
adb
Ada
src/latin_utils/latin_utils-inflections_package-propack_record_io.adb
Alex-Vasile/whitakers-words
9fa16606d97842746fea0379839f40c959c53d56
[ "FTL" ]
204
2015-06-12T21:22:55.000Z
2022-03-28T10:50:16.000Z
src/latin_utils/latin_utils-inflections_package-propack_record_io.adb
Alex-Vasile/whitakers-words
9fa16606d97842746fea0379839f40c959c53d56
[ "FTL" ]
98
2015-06-15T22:17:04.000Z
2021-10-01T18:17:55.000Z
src/latin_utils/latin_utils-inflections_package-propack_record_io.adb
Alex-Vasile/whitakers-words
9fa16606d97842746fea0379839f40c959c53d56
[ "FTL" ]
50
2015-06-16T22:42:24.000Z
2021-12-29T16:53:08.000Z
-- WORDS, a Latin dictionary, by Colonel William Whitaker (USAF, Retired) -- -- Copyright William A. Whitaker (1936–2010) -- -- This is a free program, which means it is proper to copy it and pass -- it on to your friends. Consider it a developmental item for which -- there is no charge. However, just for form, it is Copyrighted -- (c). Permission is hereby freely given for any and all use of program -- and data. You can sell it as your own, but at least tell me. -- -- This version is distributed without obligation, but the developer -- would appreciate comments and suggestions. -- -- All parts of the WORDS system, source code and data files, are made freely -- available to anyone who wishes to use them, for whatever purpose. separate (Latin_Utils.Inflections_Package) package body Propack_Record_IO is --------------------------------------------------------------------------- procedure Get (File : in File_Type; Item : out Propack_Record) is Spacer : Character := ' '; pragma Unreferenced (Spacer); begin Decn_Record_IO.Get (File, Item.Decl); Get (File, Spacer); Case_Type_IO.Get (File, Item.Of_Case); Get (File, Spacer); Number_Type_IO.Get (File, Item.Number); Get (File, Spacer); Gender_Type_IO.Get (File, Item.Gender); end Get; --------------------------------------------------------------------------- procedure Get (Item : out Propack_Record) is Spacer : Character := ' '; pragma Unreferenced (Spacer); begin Decn_Record_IO.Get (Item.Decl); Get (Spacer); Case_Type_IO.Get (Item.Of_Case); Get (Spacer); Number_Type_IO.Get (Item.Number); Get (Spacer); Gender_Type_IO.Get (Item.Gender); end Get; --------------------------------------------------------------------------- procedure Put (File : in File_Type; Item : in Propack_Record) is begin Decn_Record_IO.Put (File, Item.Decl); Put (File, ' '); Case_Type_IO.Put (File, Item.Of_Case); Put (File, ' '); Number_Type_IO.Put (File, Item.Number); Put (File, ' '); Gender_Type_IO.Put (File, Item.Gender); end Put; --------------------------------------------------------------------------- procedure Put (Item : in Propack_Record) is begin Decn_Record_IO.Put (Item.Decl); Put (' '); Case_Type_IO.Put (Item.Of_Case); Put (' '); Number_Type_IO.Put (Item.Number); Put (' '); Gender_Type_IO.Put (Item.Gender); end Put; --------------------------------------------------------------------------- procedure Get (Source : in String; Target : out Propack_Record; Last : out Integer ) is -- Used for computing lower bound of substrings Low : Integer := Source'First - 1; begin Decn_Record_IO.Get (Source (Low + 1 .. Source'Last), Target.Decl, Low); Low := Low + 1; Case_Type_IO.Get (Source (Low + 1 .. Source'Last), Target.Of_Case, Low); Low := Low + 1; Number_Type_IO.Get (Source (Low + 1 .. Source'Last), Target.Number, Low); Low := Low + 1; Gender_Type_IO.Get (Source (Low + 1 .. Source'Last), Target.Gender, Last); end Get; --------------------------------------------------------------------------- procedure Put (Target : out String; Item : in Propack_Record) is -- Used for computing bounds of substrings Low : Integer := Target'First - 1; High : Integer := 0; begin -- Put Decn_Record High := Low + Decn_Record_IO.Default_Width; Decn_Record_IO.Put (Target (Low + 1 .. High), Item.Decl); -- Put Case_Type Low := High + 1; Target (Low) := ' '; High := Low + Case_Type_IO.Default_Width; Case_Type_IO.Put (Target (Low + 1 .. High), Item.Of_Case); -- Put Number_Type Low := High + 1; Target (Low) := ' '; High := Low + Number_Type_IO.Default_Width; Number_Type_IO.Put (Target (Low + 1 .. High), Item.Number); -- Put Gender_Type Low := High + 1; Target (Low) := ' '; High := Low + Gender_Type_IO.Default_Width; Gender_Type_IO.Put (Target (Low + 1 .. High), Item.Gender); -- Fill remainder of String Target (High + 1 .. Target'Last) := (others => ' '); end Put; --------------------------------------------------------------------------- end Propack_Record_IO;
32.844444
80
0.543753