Lines Matching refs:bpf_u_int32
130 bpf_u_int32 *space;
131 #define BITS_PER_WORD (8*sizeof(bpf_u_int32))
155 register bpf_u_int32 *_x = a, *_y = b;\
165 register bpf_u_int32 *_x = a, *_y = b;\
175 register bpf_u_int32 *_x = a, *_y = b;\
233 bpf_u_int32 *x;
585 bpf_u_int32 a, b;
1356 register bpf_u_int32 x = ep->edom[i];
1909 bpf_u_int32 *p;
1937 edgewords = n_edges / (8 * sizeof(bpf_u_int32)) + 1;
1938 nodewords = n_blocks / (8 * sizeof(bpf_u_int32)) + 1;
1941 space = (bpf_u_int32 *)malloc(2 * n_blocks * nodewords * sizeof(*space)