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

/freebsd-10.1-release/lib/libstdthreads/
H A Dcall_once.c43 _Static_assert(sizeof(once_flag) == sizeof(pthread_once_t), variable
/freebsd-10.1-release/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.1-release/lib/libstand/
H A Dqdivrem.c51 _Static_assert(sizeof(int) / 2 == sizeof(short), variable
/freebsd-10.1-release/lib/libutil/
H A Dquotafile.c149 case sizeof(dqh): function
[all...]
/freebsd-10.1-release/sys/amd64/amd64/
H A Ddb_trace.c67 CTASSERT(sizeof(struct dbreg) == sizeof(((struct pcpu *)NULL)->pc_dbreg)); variable
/freebsd-10.1-release/sys/kern/
H A Dsubr_unit.c185 CTASSERT(sizeof(struct unr) == sizeof(struct unrb)); variable
[all...]
/freebsd-10.1-release/sys/dev/hwpmc/
H A Dhwpmc_logging.c144 PMC_CALLCHAIN_DEPTH_MAX*sizeof(uintfptr_t)); variable
148 4*4 + sizeof(uintfptr_t)); variable
150 4*4 + sizeof(uintfptr_ variable
151 CTASSERT(sizeof(struct pmclog_map_out) == 4*4 + 2*sizeof(uintfptr_t)); variable
152 CTASSERT(sizeof(struct pmclog_pcsample) == 6*4 + sizeof(uintfptr_t)); variable
159 sizeof(uintfptr_t)); variable
161 sizeof(uintfptr_t)); variable
[all...]
/freebsd-10.1-release/sys/ufs/ufs/
H A Dufs_quota.c63 CTASSERT(sizeof(struct dqblk64) == sizeof(struct dqhdr64)); variable
[all...]
/freebsd-10.1-release/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.1-release/sys/net/
H A Dflowtable.c117 CTASSERT(sizeof(struct flist) == sizeof(void *)); variable
[all...]
/freebsd-10.1-release/lib/libusb/
H A Dlibusb.h271 } libusb_endpoint_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_endpoint_descriptor
279 } libusb_ss_endpoint_companion_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_ss_endpoint_companion_descriptor
294 } libusb_interface_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_interface_descriptor
299 } libusb_interface __aligned(sizeof(void *)); typedef in typeref:struct:libusb_interface
313 } libusb_config_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_config_descriptor
321 } libusb_usb_2_0_device_capability_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_usb_2_0_device_capability_descriptor
337 } libusb_ss_usb_device_capability_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_ss_usb_device_capability_descriptor
346 } libusb_bos_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_bos_descriptor
362 } libusb_iso_packet_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_iso_packet_descriptor
380 } libusb_transfer __aligned(sizeof(voi typedef in typeref:struct:libusb_transfer
[all...]
/freebsd-10.1-release/sys/fs/nandfs/
H A Dnandfs_fs.h293 CTASSERT(sizeof(struct nandfs_binfo_v) == sizeof(struct nandfs_binfo_dat)); variable
[all...]

Completed in 195 milliseconds