Home
last modified time | relevance | path

Searched refs:const_val (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qat_c2xxx/
H A Dqatreg.h794 #define INSERT_IMMED_GPRA_CONST(inst, const_val) \ argument
796 ((((const_val) << 12) & 0x0FF00000ull) | \
797 (((const_val) << 10) & 0x0003FC00ull))
798 #define INSERT_IMMED_GPRB_CONST(inst, const_val) \ argument
800 ((((const_val) << 12) & 0x0FF00000ull) | \
801 (((const_val) << 0) & 0x000000FFull))
/freebsd/contrib/libpcap/
H A Doptimize.c227 bpf_u_int32 const_val; member
754 opt_state->vmap[val].const_val = v0; in F()
786 a = opt_state->vmap[v0].const_val; in fold_op()
787 b = opt_state->vmap[v1].const_val; in fold_op()
1057 b->s.k += opt_state->vmap[val].const_val; in opt_peep()
1135 bpf_u_int32 v = opt_state->vmap[val].const_val; in opt_peep()
1145 bpf_u_int32 v = opt_state->vmap[val].const_val; in opt_peep()
1208 s->k += opt_state->vmap[v].const_val; in opt_stmt()
1336 s->k = opt_state->vmap[val[X_ATOM]].const_val; in opt_stmt()
1388 s->k = opt_state->vmap[v].const_val; in opt_stmt()
[all …]
/freebsd/sys/dev/qat/qat_common/
H A Dqat_hal.c35 #define INSERT_IMMED_GPRA_CONST(inst, const_val) \ argument
37 ((((const_val) << 12) & 0x0FF00000ull) | \
38 (((const_val) << 10) & 0x0003FC00ull))))
39 #define INSERT_IMMED_GPRB_CONST(inst, const_val) \ argument
41 ((((const_val) << 12) & 0x0FF00000ull) | \
42 (((const_val) << 0) & 0x000000FFull))))