Searched refs:s32 (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.101.5/tests/ |
| H A D | turnstile_multihop_types.h | 14 typedef int32_t s32; typedef 22 typedef s32 sn;
|
| /xnu-8796.101.5/osfmk/i386/ |
| H A D | fpu.c | 892 x86_avx512_state32_t *s32; in fpu_set_fxstate() member 909 __nochk_bcopy(&xs.s32->fpu_k0, iavx->x_Opmask, 8 * sizeof(_STRUCT_OPMASK_REG)); in fpu_set_fxstate() 910 __nochk_bcopy(&xs.s32->fpu_zmmh0, iavx->x_ZMM_Hi256, 8 * sizeof(_STRUCT_YMM_REG)); in fpu_set_fxstate() 919 __nochk_bcopy(&xs.s32->fpu_ymmh0, iavx->x_YMM_Hi128, 8 * sizeof(_STRUCT_XMM_REG)); in fpu_set_fxstate() 927 __nochk_bcopy(&xs.s32->fpu_ymmh0, iavx->x_YMM_Hi128, 8 * sizeof(_STRUCT_XMM_REG)); in fpu_set_fxstate() 1085 x86_avx512_state32_t *s32; in fpu_get_fxstate() member 1090 __nochk_bcopy(iavx->x_Opmask, &xs.s32->fpu_k0, 8 * sizeof(_STRUCT_OPMASK_REG)); in fpu_get_fxstate() 1091 __nochk_bcopy(iavx->x_ZMM_Hi256, &xs.s32->fpu_zmmh0, 8 * sizeof(_STRUCT_YMM_REG)); in fpu_get_fxstate() 1092 __nochk_bcopy(iavx->x_YMM_Hi128, &xs.s32->fpu_ymmh0, 8 * sizeof(_STRUCT_XMM_REG)); in fpu_get_fxstate() 1096 __nochk_bcopy(iavx->x_YMM_Hi128, &xs.s32->fpu_ymmh0, 8 * sizeof(_STRUCT_XMM_REG)); in fpu_get_fxstate()
|
| /xnu-8796.101.5/bsd/netinet/ |
| H A D | ip_compat.h | 697 # define s32 __s32
|
| /xnu-8796.101.5/bsd/net/ |
| H A D | if.c | 2218 struct if_agentidsreq32 s32; in ifioctl_netagent() member 2255 bcopy(data, &u.s32, sizeof(u.s32)); in ifioctl_netagent() 2256 error = ifioctl_getnetagents(ifp, &u.s32.ifar_count, in ifioctl_netagent() 2257 u.s32.ifar_uuids); in ifioctl_netagent() 2259 bcopy(&u.s32, data, sizeof(u.s32)); in ifioctl_netagent()
|
| /xnu-8796.101.5/bsd/kern/ |
| H A D | mach_loader.c | 331 struct section s32; in note_all_image_info_section() member 347 is64 ? sectionp->s64.addr : sectionp->s32.addr; in note_all_image_info_section() 350 is64 ? sectionp->s64.size : sectionp->s32.size; in note_all_image_info_section()
|