content
stringlengths
23
1.05M
with Ada.Text_IO; use Ada.Text_IO; procedure Main is type Days_Of_Week_T is (Mon, Tue, Wed, Thu, Fri, Sat, Sun); -- type Unconstrained_Array_T is ? -- Constant_Array : ? -- Array2 : ? -- type Name_T is ? (array of characters) -- Weekly_Staff : ? (2-dimensional array using day and counter as ind...
with System; package STM32GD.Vectors is pragma Preelaborate; procedure Default_Handler; type IRQ_Vectors is record HardFault_Handler : System.Address; MemManage_Handler : System.Address; BusFault_Handler : System.Address; UsageFault_Handler : System.Address; ...
------------------------------------------------------------------------------ -- -- -- Unicode Utilities -- -- -- -- ...
with Prime_Numbers, Ada.Text_IO; procedure Test_Prime is package Integer_Numbers is new Prime_Numbers (Natural, 0, 1, 2); use Integer_Numbers; procedure Put (List : Number_List) is begin for Index in List'Range loop Ada.Text_IO.Put (Positive'Image (List (Index))); end loop; e...
-- Automatically generated, do not edit. with System; with OpenAL.Types; package OpenAL.Extension.EFX_Thin is ALC_EFX_MAJOR_VERSION : constant := 16#20001#; ALC_EFX_MINOR_VERSION : constant := 16#20002#; ALC_MAX_AUXILIARY_SENDS : co...
-- gamma(1+x) = x! for x=0,1,2 ... -- gamma(0.5) = sqrt(pi) -- ln (sqrt(pi)) = 0.57236494292470008707171367567652935582354993281988 -- sqrt(pi) = 1.77245385090551602729816748334114518279737668859774 with Gamma; with text_io; use text_io; with ada.numerics.generic_elementary_functions; procedure gamma_tst_1 is ...
with Ada.Text_IO; use Ada.Text_IO; with System.OS_Lib; use System.OS_Lib; procedure Execute_Synchronously is Result : Integer; Arguments : Argument_List := ( 1=> new String'("cmd.exe"), 2=> new String'("/C dir c:\temp\*.adb") ); begin Spawn ( ...
-- part of OpenGLAda, (c) 2017 Felix Krause -- released under the terms of the MIT license, see the file "COPYING" with GL.Buffers; with GL.Objects.Renderbuffers; with GL.Objects.Textures; private with GL.Low_Level.Enums; package GL.Objects.Framebuffers is pragma Preelaborate; type Framebuffer_Status is (Un...
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
with Blueprint; use Blueprint; package Init_Project is procedure Init(Path: String; ToDo: Action); private end Init_Project;
------------------------------------------------------------------------------ -- Copyright (c) 2016, Natacha Porté -- -- -- -- Permission to use, copy, modify, and distribute this software for any -- -- p...
package prefix1 is type Arr is array (1..10) of Natural; type T is tagged null record; function Func (Object : T) return Arr; end prefix1;
------------------------------------------------------------------------------ -- -- -- Ada User Repository Annex (AURA) -- -- ANNEXI-STRAYLINE Reference Implementation -- -- ...
----------------------------------------------------------------------- -- strings.tests -- Unit tests for strings -- Copyright (C) 2009, 2010, 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not u...
----------------------------------------------------------------------- -- files.tests -- Unit tests for files -- Copyright (C) 2009, 2010, 2011, 2012, 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not...
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- ...
----------------------------------------------------------------------- -- words -- Extract words and links from a Wiki or HTML document -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may n...
with Person; with Ada.Text_IO; use Ada.Text_IO; package body A is procedure Print_Modify is package I is new Ada.Text_IO.Integer_IO (Integer); begin I.Put (Person.Unit_Age); New_Line; Person.Unit_Age := 10; end Print_Modify; end A;
-- -- -- package Strings_Edit.Quoted Copyright (c) Dmitry A. Kazakov -- -- Interface Luebeck -- -- Summer, 2004 -- -- ...
-- @summary this package serves as config lookup in HIL. -- actually this should not be here. Rather, HIL should -- offer an API for that. package HIL.Config is -- PX4IO PX4IO_BAUD_RATE_HZ : constant := 1_500_000; -- UBLOX Baudrate: Default: 9_600, PX4-FMU configured: 38_400 UBLOX_BAUD_RATE_HZ : con...
package Real_Typedecl is type FloatT is digits 10; IndianaPi : FloatT := 3.2; end Real_Typedecl;
with Ada.Integer_Text_Io; use Ada.Integer_Text_Io; with Ada.Text_Io; use Ada.Text_Io; procedure Array_Selection is type Array_Type is array (Positive range <>) of Integer; Null_Array : Array_Type(1..0); function Evens (Item : Array_Type) return Array_Type is begin if Item'Length > 0 then if...
with Ada.Text_IO; use Ada.Text_IO; package body Yeison_Experiments is ------------ -- Append -- ------------ procedure Append (L : in out List; I : Integer) is begin Put_Line ("Append Integer " & I'Image); end Append; ------------ -- Append -- ------------ procedure Append (L : ...
package addr2_p is type Block is array (1 .. 9) of Integer; procedure Process (Blk : Block); B1 : constant Block := Block'((1,2,3,4,5, others => 0)); B2 : constant Block := (1,2,3,4,5, others => 0); end;
-- Copyright 2015,2016,2017 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 ...
M:main F:G$main$0_0$0({2}DF,SV:S),C,0,0,0,0,0 S:G$tiles$0_0$0({1}SC:U),E,0,0 S:G$bgmap$0_0$0({1}SC:U),E,0,0 S:G$NR52$0_0$0({1}SC:U),I,0,0 S:G$LCDC$0_0$0({1}SC:U),I,0,0 S:G$STAT$0_0$0({1}SC:U),I,0,0 S:G$SCY$0_0$0({1}SC:U),I,0,0 S:G$SCX$0_0$0({1}SC:U),I,0,0 S:G$LY$0_0$0({1}SC:U),I,0,0 S:G$LYC$0_0$0({1}SC:U),I,0,0 S:G$BGP...
-- Copyright (c) 2015-2017 Maxim Reznik <reznikmm@gmail.com> -- -- SPDX-License-Identifier: MIT -- License-Filename: LICENSE ------------------------------------------------------------- package body Incr.Version_Trees is ---------------------- -- Versioned_Values -- ---------------------- package bod...
------------------------------------------------------------------------------ -- -- -- GNU ADA RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- ...
-- -- Copyright (C) 2018, AdaCore -- -- 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 t...
-- Copyright 2017-2021 Bartek thindil Jasicki -- -- This file is part of Steam Sky. -- -- Steam Sky 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 -- (a...
-- part of ParserTools, (c) 2017 Felix Krause -- released under the terms of the MIT license, see the file "copying.txt" package body Text.Pool is procedure Create (P : in out Reference'Class; Initial_Size : Pool_Offset := Default_Size) is Initial_Chunk : constant Chunk := new Pool_Ar...
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
with Ada.Text_IO, Ada.Integer_Text_IO; use Ada; procedure fizz_buzz is begin for i in 1..100 loop if i mod 15 = 0 then Text_IO.Put_Line("fizz buzz"); elsif i mod 5 = 0 then Text_IO.Put_Line("buzz"); elsif i mod 3 = 0 then Text_IO.Put_Line("fizz"...
with registre; with text_io; use text_io; with ada.integer_text_io; use ada.integer_text_io; procedure Test_Registre is package Registre_Test is new registre (20, integer); use Registre_Test; mon_reg : t_registre; begin initialiser(mon_reg); if not existe(mon_reg, 42) then put("ca marche"); ...
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2015-2016, AdaCore -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- J E W L . W I N D O W _ I M P L E M E N T A T I O N -- -- -- ...
pragma Style_Checks (Off); -- This spec has been automatically generated from STM32G474xx.svd pragma Restrictions (No_Elaboration_Code); with HAL; with System; package STM32_SVD.UCPD is pragma Preelaborate; --------------- -- Registers -- --------------- subtype CFG1_HBITCLKDIV_Field is HAL.UInt6;...
with Ada.Text_IO; use Ada.Text_IO; with Langkit_Support.Text; use Langkit_Support.Text; with Libadalang.Analysis; use Libadalang.Analysis; with Libadalang.Common; use Libadalang.Common; with Rejuvenation.Patterns; use Rejuvenation.Patterns; with Rejuvenation.Simple_Factory...
-- -- Jan & Uwe R. Zimmer, Australia, July 2011 -- package body Vectors_3D_LF is function "*" (V_Left, V_Right : Vector_3D_LF) return Vector_3D_LF is (x => (V_Left (y) * V_Right (z) - V_Left (z) * V_Right (y)), y => (V_Left (z) * V_Right (x) - V_Left (x) * V_Right (z)), z => (V_Left (x) * V_Right ...
with DOM.Core.Documents; with Project_Processor.Parsers.Parser_Tables; with XML_Utilities; with XML_Scanners; with DOM.Core.Nodes; with EU_Projects.Nodes.Action_Nodes.Tasks; with EU_Projects.Nodes.Action_Nodes.WPs; with EU_Projects.Nodes.Timed_Nodes.Milestones; with Project_Processor.Parsers.XML_Parsers.Sub_Parsers...
with Ada.Text_Io,Ada.Integer_Text_IO; use Ada.Text_Io,Ada.Integer_Text_IO; with vectores; use vectores; with posicion; procedure prueba_posicion is -- este programa hace llamadas a la funcion Esta_en_vector y es util -- para comprobar si su funcionamiento es correcto Vector1: Vector_De_Enteros(1..10); Vec...
with System.Storage_Elements; with Hide.BMP; package body Hide.file_coder is use type Posix.C_String; procedure Encode (Source_File_Name : Posix.C_String; Output_File_Name : Posix.C_String; Offset : Natural; Text : String) is ...
package FLTK.Devices is type Device is new Wrapper with private; private type Device is new Wrapper with null record; end FLTK.Devices;
------------------------------------------------------------------------------ -- -- -- GESTE -- -- -- -- ...
pragma License (Restricted); -- -- Copyright (C) 2020 Jesper Quorning All Rights Reserved. -- -- The author disclaims copyright to this source code. In place of -- a legal notice, here is a blessing: -- -- May you do good and not evil. -- May you find forgiveness for yourself and forgive others. -- May you...
with Ada.Containers; with Adda; with Adda.Generator; package Adda.Defaults is use Ada.Containers; function Hash (Element : in Integer) return Hash_Type; package All_Integer is new Adda.Generator (Variable_Type => Integer, Value_Type => Integer, Terminal_Type => Integer, Hash_Variable...
with Ada.Finalization; with Interfaces; use Interfaces; package My_Class is type Object is new Ada.Finalization.Limited_Controlled with private; overriding procedure Initialize (O : in out Object); overriding procedure Finalize (O : in out Object); procedure Write (O : in Objec...
-- Copyright 2016-2019 NXP -- All rights reserved.SPDX-License-Identifier: BSD-3-Clause -- This spec has been automatically generated from LPC55S6x.svd pragma Restrictions (No_Elaboration_Code); pragma Ada_2012; pragma Style_Checks (Off); with HAL; with System; package NXP_SVD.PINT is pragma Preelaborate; ...
----------------------------------------------------------------------- -- AWA.Users.Models -- AWA.Users.Models ----------------------------------------------------------------------- -- File generated by ada-gen DO NOT MODIFY -- Template used: templates/model/package-spec.xhtml -- Ada Generator: https://ada-gen.go...
type Person (Gender : Gender_Type) is record Name : Name_String; Age : Natural; Weight : Float; Case Gender is when Male => Beard_Length : Float; when Female => null; end case; end record;
with Ada.Text_IO; use Ada.Text_IO; with Ada.Real_Time; use Ada.Real_Time; with Buffer; use Buffer; with Ada.Numerics.Discrete_Random; procedure ProducerConsumer_prot is N : constant Integer := 40; -- Number of produced and comsumed variables -- Random Delays subtype Delay_Interval is Integer range 50..25...
-- { dg-do run } with Ada.Text_IO; use Ada.Text_IO; with System.Storage_Elements; use System.Storage_Elements; procedure Task_Stack_Align is type Align_Me is record Value : Integer; end record; for Align_Me'Alignment use Standard'Maximum_Alignment; procedure Check_Local_Alignment_From (Context : S...
with Tables; procedure Table_Test is My_Table : Tables.Table; begin ... -- insert stuff in table Sort (My_Table); -- use default sorting Sort (My_Table, Psionic, 5, True); -- use psionic sorting by 5th column in reverse order Sort (It => My_Table, Reverse_Ordering => True); -- use default sorting in reve...
----------------------------------------------------------------------- -- upload_servlet -- Servlet example to upload files on the server -- Copyright (C) 2012, 2015, 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License");...
with GESTE; package Game is procedure Game_Loop; procedure Set_Screen_Pos (Pt : GESTE.Pix_Point); end Game;
pragma Ada_2005; pragma Style_Checks (Off); with Interfaces.C; use Interfaces.C; package umingw_secapi_h is --* -- * This file has no copyright assigned and is placed in the Public Domain. -- * This file is part of the mingw-w64 runtime package. -- * No warranty is given; refer to the file DISCLAIMER.PD with...
with Ada.Calendar; use Ada.Calendar; with Ada.Containers.Generic_Array_Sort; with Ada.Containers.Vectors; with Ada.Exceptions; with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; with Ada.Strings.Wide_Wide_Unbounded; use Ada.Strings.Wide_Wide_Unbounded; with Ada.Text_IO; with Ada.Uncheck...
pragma Profile (Ravenscar); with GNAT.Command_Line; with App; procedure Main is function Run_Remote_Node return Boolean is begin loop case GNAT.Command_Line.Getopt ("r") is when 'r' => return True; when others => exit; end ca...
with Text_IO; procedure Hello_World is begin Text_IO.Put_line("Hello World!"); end Hello_World;
package Rejuvenation.Node_Locations is type Node_Location is (No_Trivia, Trivia_On_Same_Line, All_Trivia); -- Between two adjacent nodes in the AST, trivia -- (i.e. white space and comment) can occur. -- This raises the question: Where does a Node start / end? -- No_Trivia : Trivia before ...
-- Test program. Read bytes on the standard input as a TOML document. -- -- If it's a valid TOML document, parse it and emit on the standard output a -- JSON representation of it. -- -- If it's not a valid TOML document, print an error message on the standard -- output. with Ada.Command_Line; with Ada.Strings.UTF...
-- { dg-do run } with System; with Ada.Unchecked_Conversion; with Ada.Streams; use Ada.Streams; with Ada.Text_IO; procedure SSO1 is type Unsigned_Integer_4 is mod 2 ** 32; for Unsigned_Integer_4'Size use 32; Default_Bit_Order_Pos : constant Natural := System.Bit_Order'Pos (System.Default_Bit_Order); Op...
package Callbacks is procedure On_Change (Value : in Integer); end Callbacks;
-- This spec has been automatically generated from STM32F0xx.svd pragma Restrictions (No_Elaboration_Code); pragma Ada_2012; pragma Style_Checks (Off); with System; package STM32_SVD.RTC is pragma Preelaborate; --------------- -- Registers -- --------------- subtype TR_SU_Field is STM32_SVD.UInt4; ...
package Important_Dates with SPARK_Mode => On is type Date_T is record Year : Positive := Positive'First; Month : Positive := Positive'First; Day : Positive := Positive'First; end record; type Calendar_T is private; procedure Add_Event (Calendar : in out Calendar_T; ...
with Suma_Divisores_Propios; function Es_Primo(N: Integer) return Boolean is begin if Suma_Divisores_Propios(N) = 1 then return True; end if; return False; end Es_Primo;
package Complex is type Complex is record Re : Float := 0.0; Im : Float := 0.0; end record; I : constant Complex := (0.0, 1.0); function II return Complex; end Complex;
pragma SPARK_Mode (On); with Bounded_Dynamic_Arrays; package Bounded_Dynamic_Strings is new Bounded_Dynamic_Arrays (Component => Character, List_Index => Positive, List => String, Default_Value => ' ');
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- ...
-- Generated by gperfhash with Util.Strings.Transforms; with Interfaces; use Interfaces; package body Mysql.Perfect_Hash is C : constant array (Character) of Unsigned_8 := (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
-- -- -- package Copyright (c) Dmitry A. Kazakov -- -- GNAT.Sockets.Connection_State_Machine. Luebeck -- -- HTTP_Server Winter, 2013 -- -- Implementation ...
package GESTE_Fonts.FreeSerif6pt7b is Font : constant Bitmap_Font_Ref; private FreeSerif6pt7bBitmaps : aliased constant Font_Bitmap := ( 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#02#, 16#00#, 16#40#, 16#08#, 16#01#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#, 16#10#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 1...
with parse_tokens, parse_goto, parse_shift_reduce, text_io, scanner; with nfa, ccl, misc, misc_defs, sym, ecs, aflex_scanner; with tstring, int_io, main_body, text_io, external_file_manager; use aflex_scanner, external_file_manager; package parser is procedure build_eof_action; procedure yyerror(msg: string...
-- auto_counters_tests_config.ads -- Configuration for Unit tests for Auto_Counters -- Configuration for optimized builds -- Copyright (c) 2016, James Humphry - see LICENSE file for details package Auto_Counters_Tests_Config is pragma Pure; Assertions_Enabled : constant Boolean := False; -- Some unit tests...
pragma License (Unrestricted); -- Ada 2012 with Ada.Characters.Conversions; with Ada.Strings.UTF_Encoding.Generic_Strings; package Ada.Strings.UTF_Encoding.Strings is new Strings.UTF_Encoding.Generic_Strings ( Character, String, Expanding_From_8 => Characters.Conversions.Expanding_From_UT...
pragma License (Unrestricted); -- implementation unit specialized for FreeBSD with System.Long_Long_Complex_Types; package System.Long_Long_Complex_Elementary_Functions is pragma Pure; -- Complex subtype Imaginary is Long_Long_Complex_Types.Imaginary; subtype Complex is Long_Long_Complex_Types.Complex; ...
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
with lace.Event.Logger, lace.Event.utility, ada.unchecked_Deallocation; package body lace.make_Observer.deferred is procedure free is new ada.unchecked_Deallocation (String, String_view); overriding procedure destroy (Self : in out Item) is begin make_Observer.destroy (make_Observe...
-- SPDX-License-Identifier: Apache-2.0 -- -- Copyright (c) 2016 onox <denkpadje@gmail.com> -- -- 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/L...
with Memory.Transform.Shift; use Memory.Transform.Shift; with Memory.Join; use Memory.Join; package body Test.Shift is procedure Test_Positive is mem : constant Monitor_Pointer := Create_Monitor(0); bank : constant Monitor_Pointer := Create_Monitor(1, False); shift : Shift_Point...
--Helen: added this file to implement wide_text_io.editing package Ada.Wide_Text_IO.Editing is type Picture is private; function Valid (Pic_String : in String; Blank_When_Zero : in Boolean := False) return Boolean; function To_Picture (Pic_String ...
with Ada.Text_IO; use Ada.Text_IO; with GL.Types; with Maths; -- with Utilities; with Blade_Types; with E3GA; with GA_Maths; with GA_Utilities; with Multivector_Utilities; with Metric; with Multivector_Type; package body Multivector_Analyze_C3GA is function Analyze_Flat (Analysis_In : MV_Analysis; ...
-- SPDX-FileCopyrightText: 2019 Max Reznik <reznikmm@gmail.com> -- -- SPDX-License-Identifier: MIT ------------------------------------------------------------- with System.Storage_Elements; with System.Address_To_Access_Conversions; package body Program.Relative_Access_Types is package Conversions is new Syste...
------------------------------------------------------------------------------ -- -- -- Standard Peripheral Library for STM32 Targets -- -- -- -- ...
with Ada.Unchecked_Deallocation; package body Google_Naive is procedure Initialiser(Google: out T_Google) is begin for I in 0..Taille-1 loop for J in 0..Taille-1 loop Google.G(I,J) := 0.0; end loop; end loop; end Initialiser; procedure Creer(Google: in o...
with Ayacc_File_Names, Text_IO, Source_File, Str_pack; use Ayacc_File_Names, Text_IO; package body Error_Report_File is -- -- TITLE: package body Error_Report_File -- Output the code which allows users to see what the error token was. -- This is for non-correctable errors. -- Also in this package: Th...
with Ada.Text_IO; use Ada.Text_IO; with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; procedure Program is type WorldData is array(0..499, 0..499) of Integer; InputFile: file_type; sline : unbounded_string; fname : unbounded_string; xp, yp : Integer; size, expansion : Integer; line : u...
GENERIC TYPE ValueType IS PRIVATE; WITH FUNCTION "+"(L, R: ValueType) RETURN ValueType; PACKAGE Matrices IS TYPE Matrix IS ARRAY(Integer RANGE <>, Integer RANGE <>) OF ValueType; FUNCTION "+" (K : IN ValueType; M : IN Matrix) RETURN Matrix; end Matrices; PACKAGE BODY Matrices IS FUNCTION "+" (K : IN Val...
-- part of OpenGLAda, (c) 2017 Felix Krause -- released under the terms of the MIT license, see the file "COPYING" with Glfw.API; with Glfw.Enums; package body Glfw.Windows.Context is procedure Make_Current (Window : access Glfw.Windows.Window'Class) is begin if not Window.Initialized then -- ...
-- Syntax Highlighting test file for Ada -- Some Comments about this file pragma Name (Parameter_List); with Ada.Text_IO; procedure Hello is begin Ada.Text_IO.Put_Line("Hello, world!"); Ada.Text_IO.Put_Line("Unclosed string); end Hello; My_Number := 1; _Ilegal_Identifier := 'a';
----------------------------------------------------------------------- -- akt-commands-edit -- Edit content in keystore -- Copyright (C) 2019 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file...
-- -- 3.3.1 Object Declarations -- -- object_declaration ::= -- defining_identifier_list : [aliased] [constant] subtype_indication [:= expression]; -- | defining_identifier_list : [aliased] [constant] array_type_definition [:= expression]; -- | single_task_declaration -- | single_protected_declaration -- -- defini...
-- POK header -- -- The following file is a part of the POK project. Any modification should -- be made according to the POK licence. You CANNOT use this file or a part -- of a file for your own project. -- -- For more information on the POK licence, please see our LICENCE FILE -- -- Pleas...
------------------------------------------------------------------------------ -- -- -- Copyright (c) 2016-2021 Vitalii Bondarenko <vibondare@gmail.com> -- -- -- ----...
----------------------------------------------------------------------- -- awa-workspaces-tests -- Unit tests for workspaces and invitations -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you m...
pragma Style_Checks (Off); -- This spec has been automatically generated from STM32H743x.svd pragma Restrictions (No_Elaboration_Code); with HAL; with System; package STM32_SVD.SDMMC is pragma Preelaborate; --------------- -- Registers -- --------------- subtype POWER_PWRCTRL_Field is HAL.UInt2; ...
----------------------------------------------------------------------- -- are-installer-merges -- Web file merge -- Copyright (C) 2020, 2021 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file ...
-- Test_Input_Lengths -- Ensure that headers and trailers of different lengths are accepted -- and messages of different lengths correctly decrypted (to check padding) -- Copyright (c) 2016, James Humphry - see LICENSE file for details with NORX; with System.Storage_Elements; use System.Storage_Elements; generic ...
-- 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 C...
-- Copyright 2019 Michael Casadevall <michael@casadevall.pro> -- -- 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, cop...