Home
last modified time | relevance | path

Searched refs:Static_Size (Results 1 – 25 of 78) sorted by relevance

1234

/dports/devel/matreshka/matreshka-0.7.0/source/league/
H A Dmatreshka-internals-stream_element_vectors.adb85 Static_Size : constant Ada.Streams.Stream_Element_Offset constant
101 (((Static_Size + Size + Size / Growth_Factor)
102 / Min_Mul_Alloc + 1) * Min_Mul_Alloc - Static_Size);
H A Dmatreshka-internals-strings.adb99 Static_Size : constant Utf16_String_Index constant
111 (((Static_Size + Size + Size / Growth_Factor)
112 / Min_Mul_Alloc + 1) * Min_Mul_Alloc - Static_Size);
H A Dmatreshka-internals-string_vectors.adb87 Static_Size : constant String_Vector_Index constant
103 ((Static_Size + Size + Size / Growth_Factor) / Min_Mul_Alloc + 1)
104 * Min_Mul_Alloc - Static_Size;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Da-strunb__shared.adb494 Static_Size : constant Natural := constant
498 if Max_Length > Natural'Last - Static_Size then
502 ((Static_Size + Max_Length - 1) / Min_Mul_Alloc + 2) * Min_Mul_Alloc
503 - Static_Size;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Da-strunb__shared.adb494 Static_Size : constant Natural := constant
498 if Required_Length > Natural'Last - Static_Size - Reserved_Length then
506 ((Static_Size + Required_Length + Reserved_Length - 1)
507 / Min_Mul_Alloc + 2) * Min_Mul_Alloc - Static_Size;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Da-strunb__shared.adb494 Static_Size : constant Natural := constant
498 if Max_Length > Natural'Last - Static_Size then
502 ((Static_Size + Max_Length - 1) / Min_Mul_Alloc + 2) * Min_Mul_Alloc
503 - Static_Size;
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Da-strunb__shared.adb494 Static_Size : constant Natural := constant
498 if Max_Length > Natural'Last - Static_Size then
502 ((Static_Size + Max_Length - 1) / Min_Mul_Alloc + 2) * Min_Mul_Alloc
503 - Static_Size;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Da-strunb__shared.adb488 Static_Size : constant Natural := constant
494 ((Static_Size + Max_Length - 1) / Min_Mul_Alloc + 2) * Min_Mul_Alloc
495 - Static_Size;
H A Da-stwiun__shared.adb488 Static_Size : constant Natural := constant
497 (((Static_Size + Max_Length * Element_Size - 1) / Min_Mul_Alloc + 2)
498 * Min_Mul_Alloc - Static_Size) / Element_Size;
H A Da-stzunb__shared.adb488 Static_Size : constant Natural := constant
497 (((Static_Size + Max_Length * Element_Size - 1) / Min_Mul_Alloc + 2)
498 * Min_Mul_Alloc - Static_Size) / Element_Size;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Da-stwiun-shared.adb488 Static_Size : constant Natural := constant
497 (((Static_Size + Max_Length * Element_Size - 1) / Min_Mul_Alloc + 2)
498 * Min_Mul_Alloc - Static_Size) / Element_Size;
H A Da-strunb-shared.adb488 Static_Size : constant Natural := constant
494 ((Static_Size + Max_Length - 1) / Min_Mul_Alloc + 2) * Min_Mul_Alloc
495 - Static_Size;
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Da-stzunb__shared.adb488 Static_Size : constant Natural := constant
497 (((Static_Size + Max_Length * Element_Size - 1) / Min_Mul_Alloc + 2)
498 * Min_Mul_Alloc - Static_Size) / Element_Size;
H A Da-strunb__shared.adb488 Static_Size : constant Natural := constant
494 ((Static_Size + Max_Length - 1) / Min_Mul_Alloc + 2) * Min_Mul_Alloc
495 - Static_Size;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Da-strunb-shared.adb488 Static_Size : constant Natural := constant
494 ((Static_Size + Max_Length - 1) / Min_Mul_Alloc + 2) * Min_Mul_Alloc
495 - Static_Size;
H A Da-stzunb-shared.adb488 Static_Size : constant Natural := constant
497 (((Static_Size + Max_Length * Element_Size - 1) / Min_Mul_Alloc + 2)
498 * Min_Mul_Alloc - Static_Size) / Element_Size;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Da-strunb__shared.adb488 Static_Size : constant Natural := constant
494 ((Static_Size + Max_Length - 1) / Min_Mul_Alloc + 2) * Min_Mul_Alloc
495 - Static_Size;
H A Da-stwiun__shared.adb488 Static_Size : constant Natural := constant
497 (((Static_Size + Max_Length * Element_Size - 1) / Min_Mul_Alloc + 2)
498 * Min_Mul_Alloc - Static_Size) / Element_Size;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Da-stzunb__shared.adb488 Static_Size : constant Natural := constant
497 (((Static_Size + Max_Length * Element_Size - 1) / Min_Mul_Alloc + 2)
498 * Min_Mul_Alloc - Static_Size) / Element_Size;
H A Da-stwiun__shared.adb488 Static_Size : constant Natural := constant
497 (((Static_Size + Max_Length * Element_Size - 1) / Min_Mul_Alloc + 2)
498 * Min_Mul_Alloc - Static_Size) / Element_Size;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Da-stzunb__shared.adb488 Static_Size : constant Natural := constant
497 (((Static_Size + Max_Length * Element_Size - 1) / Min_Mul_Alloc + 2)
498 * Min_Mul_Alloc - Static_Size) / Element_Size;
H A Da-strunb__shared.adb488 Static_Size : constant Natural := constant
494 ((Static_Size + Max_Length - 1) / Min_Mul_Alloc + 2) * Min_Mul_Alloc
495 - Static_Size;
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Da-stzunb-shared.adb488 Static_Size : constant Natural := constant
497 (((Static_Size + Max_Length * Element_Size - 1) / Min_Mul_Alloc + 2)
498 * Min_Mul_Alloc - Static_Size) / Element_Size;
H A Da-strunb-shared.adb488 Static_Size : constant Natural := constant
494 ((Static_Size + Max_Length - 1) / Min_Mul_Alloc + 2) * Min_Mul_Alloc
495 - Static_Size;
H A Da-stwiun-shared.adb488 Static_Size : constant Natural := constant
497 (((Static_Size + Max_Length * Element_Size - 1) / Min_Mul_Alloc + 2)
498 * Min_Mul_Alloc - Static_Size) / Element_Size;

1234