Searched defs:sizeof (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-12-stable/sys/kern/
H A Dsubr_epoch.c93 CTASSERT(sizeof(ck_epoch_entry_t) == sizeof(struct epoch_context)); variable
H A Duipc_mbuf.c182 CTASSERT(sizeof(m_assertbuf.m_slist) == sizeof(m_assertbuf.m_next)); variable
183 CTASSERT(sizeof(m_assertbuf.m_stailq) == sizeof(m_assertbuf.m_next)); variable
184 CTASSERT(sizeof(m_assertbuf.m_slistpkt) == sizeof(m_assertbu variable
185 CTASSERT(sizeof(m_assertbuf.m_stailqpkt) == sizeof(m_assertbuf.m_nextpkt)); variable
[all...]
H A Dkern_umtx.c235 _Static_assert(sizeof(struct umutex) == sizeof(struct umutex32), "umutex32"); variable
[all...]
/freebsd-12-stable/sys/ufs/ufs/
H A Dufs_quota.c65 CTASSERT(sizeof(struct dqblk64) == sizeof(struct dqhdr64)); variable
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp25 getObject(MemoryBufferRef M, const void *Ptr, const uint64_t Size = sizeof(T)) argument
H A DCOFFObjectFile.cpp57 getObject(const T *&Obj, MemoryBufferRef M, const void *Ptr, const uint64_t Size = sizeof(T)) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp193 COMPILER_CHECK(sizeof(socklen_t) == sizeof(unsigned)); variable
269 COMPILER_CHECK(sizeof(__sanitizer_sigaction) == sizeof(struct sigaction)); variable
325 sizeof(((ifaddrs *)nullptr)->ifa_ifu)); variable
[all...]
H A Dsanitizer_platform_limits_freebsd.cpp359 COMPILER_CHECK(sizeof(socklen_t) == sizeof(unsigned)); variable
433 COMPILER_CHECK(sizeof(__sanitizer_sigaction) == sizeof(struct sigaction)); variable
[all...]
H A Dsanitizer_platform_limits_posix.cpp928 COMPILER_CHECK(sizeof(socklen_t) == sizeof(unsigned)); variable
1051 COMPILER_CHECK(sizeof(__sanitizer_sigaction) == sizeof(struct sigaction)); variable
1170 sizeof(((ifaddrs *)nullptr)->ifa_ifu)); variable
1181 COMPILER_CHECK(sizeof(__sanitizer_struct_mallinfo) == sizeof(struct mallinfo)); variable
[all...]
H A Dsanitizer_platform_limits_netbsd.cpp2233 COMPILER_CHECK(sizeof(socklen_t) == sizeof(unsigned)); variable
2307 COMPILER_CHECK(sizeof(__sanitizer_sigaction) == sizeof(struct sigaction)); variable
[all...]
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_logging.c195 PMC_CALLCHAIN_DEPTH_MAX*sizeof(uintfptr_t)); variable
199 5*4 + sizeof(uintfptr_ variable
201 5*4 + TSDELTA + sizeof(uintfptr_t)); variable
211 sizeof(uintfptr_t)); variable
[all...]
/freebsd-12-stable/sys/arm/arm/
H A Ddebug_monitor.c976 CTASSERT(sizeof(struct dbreg) == sizeof(((struct pcpu *)NULL)->pc_dbreg)); variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h244 static_assert(sizeof(uint32_t) == sizeof(unsigned), "Those should be equal"); variable
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp3958 KMP_BUILD_ASSERT(sizeof(long) == 4 || sizeof(long) == 8); variable
[all...]
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2576 CTASSERT(sizeof(unsigned long) == sizeof(uintptr_t)); variable
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_fs.h295 CTASSERT(sizeof(struct nandfs_binfo_v) == sizeof(struct nandfs_binfo_dat)); variable
[all...]
/freebsd-12-stable/lib/libusb/
H A Dlibusb.h327 } libusb_endpoint_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_endpoint_descriptor
335 } libusb_ss_endpoint_companion_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_ss_endpoint_companion_descriptor
350 } libusb_interface_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_interface_descriptor
355 } libusb_interface __aligned(sizeof(void *)); typedef in typeref:struct:libusb_interface
369 } libusb_config_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_config_descriptor
377 } libusb_usb_2_0_device_capability_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_usb_2_0_device_capability_descriptor
393 } libusb_ss_usb_device_capability_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_ss_usb_device_capability_descriptor
400 } libusb_bos_dev_capability_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_bos_dev_capability_descriptor
410 } libusb_bos_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_bos_descriptor
417 } libusb_usb_2_0_extension_descriptor __aligned(sizeof(voi typedef in typeref:struct:libusb_usb_2_0_extension_descriptor
425 } libusb_container_id_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_container_id_descriptor
441 } libusb_iso_packet_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_iso_packet_descriptor
459 } libusb_transfer __aligned(sizeof(void *)); typedef in typeref:struct:libusb_transfer
[all...]
/freebsd-12-stable/sys/net/
H A Dif.c148 CTASSERT(sizeof(struct ifreq) == sizeof(struct ifreq32)); variable
[all...]
H A Diflib.c479 CTASSERT(sizeof(struct if_pkt_info_pad) == sizeof(struct if_pkt_info)); variable
480 CTASSERT(sizeof(struct if_rxd_info_pad) == sizeof(struct if_rxd_info)); variable
[all...]

Completed in 400 milliseconds

12