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

/freebsd-9.3-release/lib/libutil/
H A Dquotafile.c149 case sizeof(dqh): function
[all...]
/freebsd-9.3-release/sys/amd64/amd64/
H A Ddb_trace.c67 CTASSERT(sizeof(struct dbreg) == sizeof(((struct pcpu *)NULL)->pc_dbreg)); variable
/freebsd-9.3-release/sys/kern/
H A Dsubr_unit.c185 CTASSERT(sizeof(struct unr) == sizeof(struct unrb)); variable
[all...]
/freebsd-9.3-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-9.3-release/sys/ufs/ufs/
H A Dufs_quota.c63 CTASSERT(sizeof(struct dqblk64) == sizeof(struct dqhdr64)); variable
[all...]
/freebsd-9.3-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-9.3-release/lib/libusb/
H A Dlibusb.h247 } libusb_endpoint_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_endpoint_descriptor
255 } libusb_ss_endpoint_companion_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_ss_endpoint_companion_descriptor
270 } libusb_interface_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_interface_descriptor
275 } libusb_interface __aligned(sizeof(void *)); typedef in typeref:struct:libusb_interface
289 } libusb_config_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_config_descriptor
297 } libusb_usb_2_0_device_capability_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_usb_2_0_device_capability_descriptor
313 } libusb_ss_usb_device_capability_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_ss_usb_device_capability_descriptor
322 } libusb_bos_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_bos_descriptor
338 } libusb_iso_packet_descriptor __aligned(sizeof(void *)); typedef in typeref:struct:libusb_iso_packet_descriptor
357 } libusb_transfer __aligned(sizeof(voi typedef in typeref:struct:libusb_transfer
[all...]

Completed in 134 milliseconds