| /src/external/gpl3/gdb.old/dist/gdb/arch/ |
| aarch64-mte-linux.c | 36 for (int unpacked = 0, packed = 0; unpacked < tags.size (); 37 unpacked += 2, packed++) 38 tags[packed] = (tags[unpacked + 1] << 4) | tags[unpacked]; 57 int unpacked = 0, packed = 0; local 63 unpacked_tags[unpacked] = (tags[packed] >> 4) & 0xf; 65 packed++; 68 for (; packed < tags.size (); unpacked += 2, packed++) 70 unpacked_tags[unpacked] = tags[packed] & 0xf; 71 unpacked_tags[unpacked + 1] = (tags[packed] >> 4) & 0xf [all...] |
| /src/external/gpl3/gdb/dist/gdb/arch/ |
| aarch64-mte-linux.c | 36 for (int unpacked = 0, packed = 0; unpacked < tags.size (); 37 unpacked += 2, packed++) 38 tags[packed] = (tags[unpacked + 1] << 4) | tags[unpacked]; 57 int unpacked = 0, packed = 0; local 63 unpacked_tags[unpacked] = (tags[packed] >> 4) & 0xf; 65 packed++; 68 for (; packed < tags.size (); unpacked += 2, packed++) 70 unpacked_tags[unpacked] = tags[packed] & 0xf; 71 unpacked_tags[unpacked + 1] = (tags[packed] >> 4) & 0xf [all...] |
| /src/external/bsd/wpa/dist/src/common/ |
| qca-vendor-attr.h | 21 } __attribute__ ((packed)); 26 } __attribute__ ((packed));
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| packed.h | 24 /* Each instantiation and full specialization of the packed template 33 on bitfields and attribute packed (and attribute gcc_struct on 35 debugging GDB -- printing a struct packed variable prints its field 48 otherwise the size of e.g., "packed<int, 1>" will be larger than 58 struct ATTRIBUTE_GCC_STRUCT packed struct 61 packed () noexcept = default; 63 packed (T val) function in struct:packed 79 static_assert (sizeof (packed) == Bytes); 80 static_assert (alignof (packed) == 1); 82 /* Make sure packed can be wrapped with std::atomic. * [all...] |
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| packed.h | 24 /* Each instantiation and full specialization of the packed template 33 on bitfields and attribute packed (and attribute gcc_struct on 35 debugging GDB -- printing a struct packed variable prints its field 48 otherwise the size of e.g., "packed<int, 1>" will be larger than 58 struct ATTRIBUTE_GCC_STRUCT packed struct 61 packed () noexcept = default; 63 packed (T val) function in struct:packed 79 static_assert (sizeof (packed) == Bytes); 80 static_assert (alignof (packed) == 1); 82 /* Make sure packed can be wrapped with std::atomic. * [all...] |
| /src/sys/arch/shark/include/ |
| profileio.h | 91 __attribute__ ((packed)); 127 __attribute__ ((packed)); 136 __attribute__ ((packed)); 143 __attribute__ ((packed)); 151 __attribute__ ((packed)); 158 __attribute__ ((packed)); 164 __attribute__ ((packed));
|
| /src/external/gpl2/lvm2/dist/lib/format_text/ |
| layout.h | 30 } __attribute__ ((packed)); 49 } __attribute__ ((packed)); 57 } __attribute__ ((packed)); 69 } __attribute__ ((packed));
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| packed-selftests.c | 1 /* Self tests for packed for GDB, the GNU debugger. 21 #include "gdbsupport/packed.h" 34 static_assert (sizeof (packed<test_enum, 1>) == 1); 35 static_assert (sizeof (packed<test_enum, 2>) == 2); 36 static_assert (sizeof (packed<test_enum, 3>) == 3); 37 static_assert (sizeof (packed<test_enum, 4>) == 4); 39 static_assert (alignof (packed<test_enum, 1>) == 1); 40 static_assert (alignof (packed<test_enum, 2>) == 1); 41 static_assert (alignof (packed<test_enum, 3>) == 1); 42 static_assert (alignof (packed<test_enum, 4>) == 1) [all...] |
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| packed-selftests.c | 1 /* Self tests for packed for GDB, the GNU debugger. 21 #include "gdbsupport/packed.h" 34 static_assert (sizeof (packed<test_enum, 1>) == 1); 35 static_assert (sizeof (packed<test_enum, 2>) == 2); 36 static_assert (sizeof (packed<test_enum, 3>) == 3); 37 static_assert (sizeof (packed<test_enum, 4>) == 4); 39 static_assert (alignof (packed<test_enum, 1>) == 1); 40 static_assert (alignof (packed<test_enum, 2>) == 1); 41 static_assert (alignof (packed<test_enum, 3>) == 1); 42 static_assert (alignof (packed<test_enum, 4>) == 1) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| unaligned-funcs.c | 30 struct __attribute__((packed)) u4 { int data; }; 31 struct __attribute__((packed)) u8 { long long data; };
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| unaligned-funcs.c | 30 struct __attribute__((packed)) u4 { int data; }; 31 struct __attribute__((packed)) u8 { long long data; };
|
| /src/external/gpl3/gcc/dist/libgfortran/generated/ |
| in_pack_c10.c | 46 int packed; local 53 packed = 1; 62 packed = 1; 67 packed = 0; 72 if (packed)
|
| in_pack_c16.c | 46 int packed; local 53 packed = 1; 62 packed = 1; 67 packed = 0; 72 if (packed)
|
| in_pack_c17.c | 46 int packed; local 53 packed = 1; 62 packed = 1; 67 packed = 0; 72 if (packed)
|
| in_pack_c4.c | 46 int packed; local 53 packed = 1; 62 packed = 1; 67 packed = 0; 72 if (packed)
|
| in_pack_c8.c | 46 int packed; local 53 packed = 1; 62 packed = 1; 67 packed = 0; 72 if (packed)
|
| in_pack_i1.c | 46 int packed; local 53 packed = 1; 62 packed = 1; 67 packed = 0; 72 if (packed)
|
| in_pack_i16.c | 46 int packed; local 53 packed = 1; 62 packed = 1; 67 packed = 0; 72 if (packed)
|
| in_pack_i2.c | 46 int packed; local 53 packed = 1; 62 packed = 1; 67 packed = 0; 72 if (packed)
|
| in_pack_i4.c | 46 int packed; local 53 packed = 1; 62 packed = 1; 67 packed = 0; 72 if (packed)
|
| in_pack_i8.c | 46 int packed; local 53 packed = 1; 62 packed = 1; 67 packed = 0; 72 if (packed)
|
| in_pack_r10.c | 46 int packed; local 53 packed = 1; 62 packed = 1; 67 packed = 0; 72 if (packed)
|
| in_pack_r16.c | 46 int packed; local 53 packed = 1; 62 packed = 1; 67 packed = 0; 72 if (packed)
|
| in_pack_r17.c | 46 int packed; local 53 packed = 1; 62 packed = 1; 67 packed = 0; 72 if (packed)
|
| in_pack_r4.c | 46 int packed; local 53 packed = 1; 62 packed = 1; 67 packed = 0; 72 if (packed)
|