HomeSort by: relevance | last modified time | path
    Searched defs:packed (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /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/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/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/gcc.old/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)
in_pack_r8.c 46 int packed; local
53 packed = 1;
62 packed = 1;
67 packed = 0;
72 if (packed)
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
in_pack_generic.c 44 int packed; local
164 packed = 1;
173 packed = 1;
178 packed = 0;
183 if (packed)
  /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)

Completed in 50 milliseconds

1 2 3