Searched defs:sizeof (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/lib/libstdthreads/
H A Dcall_once.c43 _Static_assert(sizeof(once_flag) == sizeof(pthread_once_t), variable
/freebsd-10-stable/contrib/libc++/src/
H A Dstdexcept.cpp25 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char *), ""); variable
/freebsd-10-stable/contrib/libcxxrt/
H A Dguard.cc104 static_assert(sizeof(guard_t) == sizeof(uint64_t), ""); variable
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMacOSXFrameBackchain.cpp124 case sizeof (float): function
137 case sizeof (double): function
153 case sizeof (long double): function
[all...]
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mem.c32 CTASSERT(sizeof(uintptr_t) == sizeof(unsigned long)); variable
/freebsd-10-stable/lib/libstand/
H A Dqdivrem.c51 _Static_assert(sizeof(int) / 2 == sizeof(short), variable
/freebsd-10-stable/lib/libutil/
H A Dquotafile.c149 case sizeof(dqh): function
[all...]
/freebsd-10-stable/sys/amd64/amd64/
H A Ddb_trace.c58 CTASSERT(sizeof(struct dbreg) == sizeof(((struct pcpu *)NULL)->pc_dbreg)); variable
/freebsd-10-stable/sys/kern/
H A Dsubr_unit.c185 CTASSERT(sizeof(struct unr) == sizeof(struct unrb)); variable
[all...]
/freebsd-10-stable/sys/dev/hwpmc/
H A Dhwpmc_logging.c146 PMC_CALLCHAIN_DEPTH_MAX*sizeof(uintfptr_t)); variable
150 4*4 + sizeof(uintfptr_t)); variable
152 4*4 + sizeof(uintfptr_ variable
153 CTASSERT(sizeof(struct pmclog_map_out) == 4*4 + 2*sizeof(uintfptr_t)); variable
154 CTASSERT(sizeof(struct pmclog_pcsample) == 6*4 + sizeof(uintfptr_t)); variable
161 sizeof(uintfptr_t)); variable
163 sizeof(uintfptr_t)); variable
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_geom.c59 == sizeof(struct consumer_priv_t*), variable
[all...]
/freebsd-10-stable/sys/ufs/ufs/
H A Dufs_quota.c63 CTASSERT(sizeof(struct dqblk64) == sizeof(struct dqhdr64)); variable
[all...]
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp46 getObject(const T *&Obj, const MemoryBuffer *M, const uint8_t *Ptr, const size_t Size = sizeof(T)) argument
[all...]
/freebsd-10-stable/sys/net/
H A Dflowtable.c117 CTASSERT(sizeof(struct flist) == sizeof(void *)); variable
[all...]
/freebsd-10-stable/sys/fs/nandfs/
H A Dnandfs_fs.h293 CTASSERT(sizeof(struct nandfs_binfo_v) == sizeof(struct nandfs_binfo_dat)); variable
[all...]
/freebsd-10-stable/lib/libusb/
H A Dlibusb.h325 } libusb_endpoint_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_endpoint_descriptor
333 } libusb_ss_endpoint_companion_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_ss_endpoint_companion_descriptor
348 } libusb_interface_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_interface_descriptor
353 } libusb_interface __aligned(sizeof(void *)); typedef in typeref:struct:libusb_interface
367 } libusb_config_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_config_descriptor
375 } libusb_usb_2_0_device_capability_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_usb_2_0_device_capability_descriptor
391 } libusb_ss_usb_device_capability_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_ss_usb_device_capability_descriptor
398 } libusb_bos_dev_capability_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_bos_dev_capability_descriptor
407 } libusb_bos_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_bos_descriptor
414 } libusb_usb_2_0_extension_descriptor __aligned(sizeof(voi typedef in typeref:struct:libusb_usb_2_0_extension_descriptor
422 } libusb_container_id_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_container_id_descriptor
438 } libusb_iso_packet_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_iso_packet_descriptor
456 } libusb_transfer __aligned(sizeof(void *)); typedef in typeref:struct:libusb_transfer
[all...]

Completed in 141 milliseconds