Lines Matching refs:bpf_u_int32
215 bpf_u_int32 v0, v1;
225 bpf_u_int32 const_val;
271 bpf_u_int32 *space;
273 #define BITS_PER_WORD (8*sizeof(bpf_u_int32))
278 ((p)[(unsigned)(a) / BITS_PER_WORD] & ((bpf_u_int32)1 << ((unsigned)(a) % BITS_PER_WORD)))
284 (p)[(unsigned)(a) / BITS_PER_WORD] |= ((bpf_u_int32)1 << ((unsigned)(a) % BITS_PER_WORD))
290 (p)[(unsigned)(a) / BITS_PER_WORD] &= ~((bpf_u_int32)1 << ((unsigned)(a) % BITS_PER_WORD))
298 register bpf_u_int32 *_x = a, *_y = b;\
309 register bpf_u_int32 *_x = a, *_y = b;\
320 register bpf_u_int32 *_x = a, *_y = b;\
331 bpf_u_int32 curval;
332 bpf_u_int32 maxval;
422 bpf_u_int32 *x; in find_dom()
724 static bpf_u_int32
725 F(opt_state_t *opt_state, int code, bpf_u_int32 v0, bpf_u_int32 v1) in F()
728 bpf_u_int32 val; in F()
767 vstore(struct stmt *s, bpf_u_int32 *valp, bpf_u_int32 newval, int alter) in vstore()
780 fold_op(opt_state_t *opt_state, struct stmt *s, bpf_u_int32 v0, bpf_u_int32 v1) in fold_op()
782 bpf_u_int32 a, b; in fold_op()
894 bpf_u_int32 val; in opt_peep()
1133 bpf_u_int32 v = opt_state->vmap[val].const_val; in opt_peep()
1143 bpf_u_int32 v = opt_state->vmap[val].const_val; in opt_peep()
1186 opt_stmt(opt_state_t *opt_state, struct stmt *s, bpf_u_int32 val[], int alter) in opt_stmt()
1189 bpf_u_int32 v; in opt_stmt()
1488 bpf_u_int32 aval, xval; in opt_blk()
1621 bpf_u_int32 aval0, aval1, oval0, oval1; in fold_edge()
1758 register bpf_u_int32 x = ep->edom[i]; in opt_j()
1763 x &=~ ((bpf_u_int32)1 << k); in opt_j()
1824 bpf_u_int32 val; in or_pullup()
1993 bpf_u_int32 val; in and_pullup()
2536 bpf_u_int32 *p; in opt_init()
2635 opt_state->space = (bpf_u_int32 *)malloc(block_memsize + edge_memsize); in opt_init()