Searched refs:Packed_Array (Results 1 – 2 of 2) sorted by relevance
20 type Packed_Array is array (4 .. 8) of Boolean; type21 pragma pack (Packed_Array);23 Var : Packed_Array;31 type Outer_Array is array (1 .. 4) of Packed_Array;37 type Outer_Array2 is array (1 .. 4) of Packed_Array;
33 type Packed_Array is array (1..10) of Small; type34 pragma Pack (Packed_Array);36 type Packed_Array_Ptr is access Packed_Array;38 := new Packed_Array'(10, 20, 30, 40, 50, 60, 62, 63, -23, 42);