Searched refs:packed (Results 76 - 100 of 143) sorted by relevance

123456

/freebsd-12-stable/contrib/libpcap/
H A Dpcap-bt-monitor-linux.c60 } __attribute__((packed));
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_blake2.h25 #define BLAKE2_PACKED(x) x __attribute__((packed))
H A Dxxhash.c125 # define _PACKED __attribute__ ((packed))
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-nand.h387 typedef struct __attribute__ ((packed))
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dopa_port_info.h419 } __attribute__ ((packed));
/freebsd-12-stable/usr.sbin/mlxcontrol/
H A Dinterface.c239 } __attribute__ ((packed)) dcdb_cmd;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h459 void setPacked(bool packed) { argument
460 this->Packed = packed;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dutil.c54 /* Return TRUE is REV is packed in FS, FALSE otherwise. */
63 /* Return TRUE is REV is packed in FS, FALSE otherwise. */
69 /* rev 0 will not be packed */
156 * PACKED says whether we want the packed shard's name.
162 svn_boolean_t packed,
173 if (packed)
241 /* Revprops for packed r0 are not packed, yet stored in the packed shard.
242 Hence, the second flag must check for packed _rev
160 construct_shard_sub_path(svn_fs_t *fs, svn_revnum_t rev, svn_boolean_t packed, const char *filename, apr_pool_t *result_pool) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dutil.c52 /* rev 0 will not be packed */
158 svn_boolean_t packed,
161 return packed
156 path_rev_absolute_internal(svn_fs_t *fs, svn_revnum_t rev, svn_boolean_t packed, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h367 /// Used to specify a packed structure.
389 # define LLVM_PACKED(d) d __attribute__((packed))
/freebsd-12-stable/contrib/gcc/config/soft-fp/
H A Dquad.h87 } bits __attribute__((packed));
H A Dextended.h82 } bits __attribute__((packed));
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c857 char *packed; local
862 if ((packed = zfs_alloc(hdl, len)) == NULL)
865 verify(nvlist_pack(nvl, &packed, &len, NV_ENCODE_NATIVE, 0) == 0);
867 *outnv = (uint64_t)(uintptr_t)packed;
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhim.h196 __attribute__((packed))
/freebsd-12-stable/sys/dev/hptnr/
H A Dhim.h194 __attribute__((packed))
/freebsd-12-stable/sys/dev/hptrr/
H A Dhim.h167 __attribute__((packed))
/freebsd-12-stable/sys/conf/
H A Dkern.mk38 CWARNEXTRA+= -Wno-address-of-packed-member
77 CWARNEXTRA+= -Wno-error=packed-not-aligned
/freebsd-12-stable/sys/netinet/
H A Dsctp.h45 #define SCTP_PACKED __attribute__((packed))
H A Dsctp_header.h45 #define SCTP_PACKED __attribute__((packed))
/freebsd-12-stable/lib/libsdp/
H A Dsearch.c57 } __attribute__ ((packed)) xpdu;
/freebsd-12-stable/usr.sbin/bluetooth/hccontrol/
H A Dhost_controller_baseband.c182 } __attribute__ ((packed)) cmd;
191 } __attribute__ ((packed)) event;
264 } __attribute__ ((packed)) *k = NULL;
/freebsd-12-stable/contrib/binutils/bfd/
H A Dppcboot.c69 __attribute__ ((packed))
/freebsd-12-stable/sys/dev/nand/
H A Dnand.h237 }__attribute__((packed));
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c1367 char *packed; local
1377 packed = kmem_alloc(size, KM_SLEEP);
1379 if ((error = ddi_copyin((void *)(uintptr_t)nvl, packed, size,
1381 kmem_free(packed, size);
1385 if ((error = nvlist_unpack(packed, size, &list, 0)) != 0) {
1386 kmem_free(packed, size);
1390 kmem_free(packed, size);
1438 char *packed = NULL; local
1455 packed = fnvlist_pack(nvl, &size);
1456 if (ddi_copyout(packed, (voi
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h229 bool packed = false);
235 bool packed = false);

Completed in 196 milliseconds

123456