Searched refs:packed (Results 1 - 25 of 132) sorted by path

123456

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c256 char *packed = umem_alloc(nvsize, UMEM_NOFAIL); local
258 VERIFY(0 == dmu_read(os, object, 0, nvsize, packed, DMU_READ_PREFETCH));
260 VERIFY(nvlist_unpack(packed, nvsize, &nv, 0) == 0);
262 umem_free(packed, nvsize);
2037 dump_none, /* packed nvlist */
2038 dump_packed_nvlist, /* packed nvlist size */
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c699 * Block Elements (U+2581 through U+2588, inclusive) to represent our packed
721 * packed aggregation. To do this, we will check for terminals
2110 boolean_t packed = pd->dtpa_agghist || pd->dtpa_aggpack; local
2125 if (packed && pd->dtpa_agghisthdr != agg->dtagd_varid) {
2227 width = packed ? fmt->packedwidth : fmt->width;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dppcboot.c69 __attribute__ ((packed))
/freebsd-11-stable/contrib/binutils/include/
H A Dansidecl.h367 # define ATTRIBUTE_PACKED __attribute__ ((packed))
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunaligned-funcs.c35 struct __attribute__((packed)) u4 { int data; };
36 struct __attribute__((packed)) u8 { long long data; };
/freebsd-11-stable/contrib/gcc/config/
H A Dfp-bit.h391 fractype fraction:FRACBITS __attribute__ ((packed));
392 unsigned int exp:EXPBITS __attribute__ ((packed));
393 unsigned int sign:1 __attribute__ ((packed));
401 unsigned int sign:1 __attribute__ ((packed));
402 unsigned int exp:EXPBITS __attribute__ ((packed));
403 fractype fraction:FRACBITS __attribute__ ((packed));
409 fractype fraction:FRACBITS __attribute__ ((packed));
410 unsigned int exp:EXPBITS __attribute__ ((packed));
411 unsigned int sign:1 __attribute__ ((packed));
/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Ddouble.h82 } bits __attribute__((packed));
179 } bits __attribute__((packed));
H A Dextended.h82 } bits __attribute__((packed));
H A Dquad.h87 } bits __attribute__((packed));
H A Dsingle.h71 } bits __attribute__((packed));
/freebsd-11-stable/contrib/gcc/
H A Dunwind-dw2-fde.h147 } __attribute__ ((packed, aligned (__alignof__ (void *))));
155 } __attribute__ ((packed, aligned (__alignof__ (void *))));
H A Dunwind-dw2.c101 } __attribute__ ((packed));
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.h138 __attribute__ ((packed))
H A Dgo32-nat.c1258 unsigned short limit0 __attribute__((packed));
1259 unsigned short base0 __attribute__((packed));
1260 unsigned char base1 __attribute__((packed));
1261 unsigned stype:5 __attribute__((packed));
1262 unsigned dpl:2 __attribute__((packed));
1263 unsigned present:1 __attribute__((packed));
1264 unsigned limit1:4 __attribute__((packed));
1265 unsigned available:1 __attribute__((packed));
1266 unsigned dummy:1 __attribute__((packed));
1267 unsigned bit32:1 __attribute__((packed));
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dextract.h44 * __attribute__((packed)), which we can use to convince the compiler
47 * Declare packed structures containing a uint16_t and a uint32_t,
50 * __attribute__((packed)) causes the compiler to generate unaligned-safe
88 * __attribute__((packed))? How can we get it to generate unaligned
93 } __attribute__((packed)) unaligned_uint16_t;
97 } __attribute__((packed)) unaligned_uint32_t;
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp142 } __attribute__ ((packed));
/freebsd-11-stable/contrib/ofed/libibumad/
H A Dumad.h75 } __attribute__((aligned(4))) __attribute__((packed));
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_packon.h53 * they are not packed. Packing a structure that is not transmitted between
56 * packed structures that the alignment rules for all platforms are followed.
60 * can be packed between the two include statements if desired.
78 #define PACK_SUFFIX __attribute__((packed))
/freebsd-11-stable/contrib/tcpdump/
H A Dextract.h75 * we assume that mean we have __attribute__((packed)), and this is
79 * Declare packed structures containing a uint16_t and a uint32_t,
82 * __attribute__((packed)) causes the compiler to generate unaligned-safe
120 * __attribute__((packed))? How can we get it to generate unaligned
125 } __attribute__((packed)) unaligned_uint16_t;
129 } __attribute__((packed)) unaligned_uint32_t;
H A Dnetdissect-stdinc.h228 * 1) they support __attribute__((packed));
249 * at least for compilers where it's implemented as __attribute__((packed)).
254 #define UNALIGNED __attribute__((packed))
/freebsd-11-stable/contrib/wpa/src/ap/
H A Diapp.c59 } __attribute__ ((packed));
80 } __attribute__ ((packed));
92 } __attribute__ ((packed));
103 } __attribute__ ((packed));
114 } __attribute__ ((packed));
133 } __attribute__ ((packed));
142 } __attribute__ ((packed));
155 } __attribute__ ((packed));
162 } __attribute__ ((packed));
/freebsd-11-stable/contrib/wpa/src/common/
H A Dqca-vendor-attr.h21 } __attribute__ ((packed));
26 } __attribute__ ((packed));
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dplatform.h14 } __attribute__((packed)) *__ptr = (void *) (p); \
/freebsd-11-stable/lib/libnv/tests/
H A Dnv_array_tests.cc914 void *packed; local
933 packed = nvlist_pack(nvl, &packed_size);
934 ATF_REQUIRE(packed != NULL);
936 unpacked = nvlist_unpack(packed, packed_size, 0);
949 free(packed);
958 void *packed; local
975 packed = nvlist_pack(nvl, &packed_size);
976 ATF_REQUIRE(packed != NULL);
978 unpacked = nvlist_unpack(packed, packed_size, 0);
991 free(packed);
1064 void *packed; local
1108 void *packed; local
[all...]
H A Dnv_tests.cc435 void *packed; local
441 packed = nvlist_pack(nvl, &packed_size);
442 ATF_REQUIRE(packed != NULL);
444 unpacked = nvlist_unpack(packed, packed_size, 0);
451 free(packed);
458 void *packed; local
468 packed = nvlist_pack(nvl, &packed_size);
469 ATF_REQUIRE(packed != NULL);
471 unpacked = nvlist_unpack(packed, packed_size, 0);
474 unpacked = nvlist_unpack(packed, packed_siz
542 void *binvalue, *packed, *it; local
610 void *packed; local
629 void *packed, *keypos; local
[all...]

Completed in 297 milliseconds

123456