Lines Matching refs:Swp_p
417 } *Swp_p; variable
6836 Swp_p = (union swpbuf *)buf_p; in swap()
6838 tbyte = Swp_p->s_byte[0]; in swap()
6839 Swp_p->s_byte[0] = Swp_p->s_byte[1]; in swap()
6840 Swp_p->s_byte[1] = tbyte; in swap()
6841 tbyte = Swp_p->s_byte[2]; in swap()
6842 Swp_p->s_byte[2] = Swp_p->s_byte[3]; in swap()
6843 Swp_p->s_byte[3] = tbyte; in swap()
6844 Swp_p++; in swap()
6847 tbyte = Swp_p->s_byte[0]; in swap()
6848 Swp_p->s_byte[0] = Swp_p->s_byte[1]; in swap()
6849 Swp_p->s_byte[1] = tbyte; in swap()
6850 tbyte = Swp_p->s_byte[2]; in swap()
6856 Swp_p = (union swpbuf *)buf_p; in swap()
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()
6861 Swp_p++; in swap()