OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [ada/] [a-stboha.ads] - Diff between revs 281 and 384

Only display areas with differences | Details | Blame | View Log

Rev 281 Rev 384
------------------------------------------------------------------------------
------------------------------------------------------------------------------
--                                                                          --
--                                                                          --
--                         GNAT LIBRARY COMPONENTS                          --
--                         GNAT LIBRARY COMPONENTS                          --
--                                                                          --
--                                                                          --
--             A D A . S T R I N G S . B O U N D E D . H A S H              --
--             A D A . S T R I N G S . B O U N D E D . H A S H              --
--                                                                          --
--                                                                          --
--                                S p e c                                   --
--                                S p e c                                   --
--                                                                          --
--                                                                          --
-- This specification is derived from the Ada Reference Manual for use with --
-- This specification is derived from the Ada Reference Manual for use with --
-- GNAT.  In accordance with the copyright of that document, you can freely --
-- GNAT.  In accordance with the copyright of that document, you can freely --
-- copy and modify this specification,  provided that if you redistribute a --
-- copy and modify this specification,  provided that if you redistribute a --
-- modified version,  any changes that you have made are clearly indicated. --
-- modified version,  any changes that you have made are clearly indicated. --
--                                                                          --
--                                                                          --
------------------------------------------------------------------------------
------------------------------------------------------------------------------
 
 
with Ada.Containers;
with Ada.Containers;
 
 
generic
generic
   with package Bounded is
   with package Bounded is
     new Ada.Strings.Bounded.Generic_Bounded_Length (<>);
     new Ada.Strings.Bounded.Generic_Bounded_Length (<>);
 
 
function Ada.Strings.Bounded.Hash (Key : Bounded.Bounded_String)
function Ada.Strings.Bounded.Hash (Key : Bounded.Bounded_String)
    return Containers.Hash_Type;
    return Containers.Hash_Type;
 
 
pragma Preelaborate (Ada.Strings.Bounded.Hash);
pragma Preelaborate (Ada.Strings.Bounded.Hash);
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.