Home | History | Annotate | Download | only in libpcap

Lines Matching refs:_y

155 	register bpf_u_int32 *_x = a, *_y = b;\
157 while (--_n >= 0) *_x++ &= *_y++;\
165 register bpf_u_int32 *_x = a, *_y = b;\
167 while (--_n >= 0) *_x++ &=~ *_y++;\
175 register bpf_u_int32 *_x = a, *_y = b;\
177 while (--_n >= 0) *_x++ |= *_y++;\