Lines Matching refs:s_half
415 ushort_t s_half[2]; member
5403 swp_b.s_half[0] = v[1]; in mklong()
5404 swp_b.s_half[1] = v[0]; in mklong()
5406 swp_b.s_half[0] = v[0]; in mklong()
5407 swp_b.s_half[1] = v[1]; in mklong()
5426 swp_p->s_half[0] = swp_b.s_half[1]; in mkshort()
5427 swp_p->s_half[1] = swp_b.s_half[0]; in mkshort()
5430 swp_p->s_half[0] = swp_b.s_half[0]; in mkshort()
5431 swp_p->s_half[1] = swp_b.s_half[1]; in mkshort()
6858 thalf = Swp_p->s_half[0]; in swap()
6859 Swp_p->s_half[0] = Swp_p->s_half[1]; in swap()
6860 Swp_p->s_half[1] = thalf; in swap()