Home
last modified time | relevance | path

Searched refs:Byte_Array (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/security/libadacrypt/Ada-Crypto-Library-abc534f/src/
H A Dcrypto-types-random_source-hashfunction.adb31 Byte_Array : out Bytes) is
32 Len : Natural := Byte_Array'Length;
33 Out_Index : Natural := Byte_Array'First;
36 Byte_Array(Out_Index..(Out_Index+L-1)) := H.To_Bytes(H.Hash(This.Input));
43 Byte_Array(Out_Index..Byte_Array'Last) := This.Buffer(This.Index-Len+1..This.Index);
46 Byte_Array(Out_Index..Out_Index+This.Index-1) := This.Buffer(1..This.Index);
50 Byte_Array(Out_Index..Byte_Array'Last) := This.Buffer(1..Len);
H A Dcrypto-symmetric-blockcipher.adb54 function To_Key(Byte_Array : Crypto.Types.Bytes) return Key_Type is
56 if Byte_Array'Size /= Key_Type'Size then
59 return To_Key_Type(Byte_Array);
64 function To_Block(Byte_Array : Crypto.Types.Bytes) return Block is
66 if Byte_Array'Size /= Block'Size then
69 return To_Block_Type(Byte_Array);
H A Dcrypto-types.adb458 function To_Words(Byte_Array : Bytes) return Words is
462 N : Integer := Byte_Array'First;
466 for I in 0..(Byte_Array'Length/4)-1 loop
467 W(I) := To_Word(Byte_Array(N..N+3));
471 for I in 1..(Byte_Array'Length mod 4) loop
497 Natural(Float'Ceiling(Float(Byte_Array'Length)/8.0))-1;
499 N : Natural := Byte_Array'First;
503 for I in 0..(Byte_Array'Length/8)-1 loop
504 W(I) := To_DWord(Byte_Array(N..N+7));
508 for I in 1..(Byte_Array'Length mod 8) loop
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4007.a27 -- Check that the function Valid with Byte_Array and Binary_Format
28 -- parameters returns True if the Byte_Array parameter corresponds
30 -- Check that function Valid returns False if the Byte_Array parameter
34 -- the minimum length of a Byte_Array value required to hold any value
37 -- Check that function To_Decimal with Byte_Array and Binary_Format
39 -- parameter Item (of type Byte_Array) under the specified Format.
42 -- the Byte_Array parameter Item represents a decimal value outside the
45 -- Check that function To_Binary will produce a Byte_Array result that
52 -- This test uses the function To_Binary to create all Byte_Array
113 -- Check that the function Valid with Byte_Array and Binary_Format
[all …]
/dports/graphics/generic_image_decoder/gid/test/
H A Dmini.adb35 type Byte_Array is array(Integer range <>) of Unsigned_8; type
36 type p_Byte_Array is access Byte_Array;
37 procedure Dispose is new Ada.Unchecked_Deallocation(Byte_Array, p_Byte_Array);
88 buffer:= new Byte_Array(0..3 * image_width * image_height - 1);
104 Byte_Array'Write(Stream(f), img_buf.all);

123456789