Lines Matching refs:bpf_u_int32
158 bpf_u_int32 *space;
159 #define BITS_PER_WORD (8*sizeof(bpf_u_int32))
183 register bpf_u_int32 *_x = a, *_y = b;\
193 register bpf_u_int32 *_x = a, *_y = b;\
203 register bpf_u_int32 *_x = a, *_y = b;\
264 bpf_u_int32 *x;
627 bpf_u_int32 a, b;
1393 register bpf_u_int32 x = ep->edom[i];
1967 bpf_u_int32 *p;
1995 edgewords = n_edges / (8 * sizeof(bpf_u_int32)) + 1;
1996 nodewords = n_blocks / (8 * sizeof(bpf_u_int32)) + 1;
1999 space = (bpf_u_int32 *)malloc(2 * n_blocks * nodewords * sizeof(*space)