HomeSort by: relevance | last modified time | path
    Searched defs:jf (Results 1 - 20 of 20) sorted by relevancy

  /src/external/bsd/libpcap/dist/pcap/
bpf.h 249 u_char jf; member in struct:bpf_insn
270 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k }
  /src/external/bsd/dhcpcd/dist/src/
bpf.c 70 (insn)->jf = 0; \
77 (insn)->jf = (f); \
363 uint8_t jt, jf; local
387 jf = 0;
390 jf = (uint8_t)njmps;
409 htonl(mac32), jt, jf);
416 htons(mac16), jt, jf);
422 *hwaddr, jt, jf);
426 if (jf)
427 jf = (uint8_t)(jf - 2)
    [all...]
  /src/usr.sbin/npf/npfctl/
npf_bpf_comp.c 93 * the jt and jf continuations in the first pass, and then, once
233 if (insn->jf == JUMP_MAGIC) {
234 insn->jf = fail_off;
240 insn->jt = insn->jf;
241 insn->jf = jt;
426 const uint8_t jf = ver ? JUMP_MAGIC : 0; local
445 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, ver, jt, jf),
480 const uint8_t jf = type ? JUMP_MAGIC : 0; local
498 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, type, jt, jf),
647 uint8_t jf; local
798 const unsigned jf = usingmask ? 3 : 2; local
    [all...]
  /src/sys/net/
bpfjit.c 173 * jtf[1] - when coming from jf path.
1288 uint32_t jt, jf; local
1423 jt = jf = insns[i].k;
1426 jf = insns[i].jf;
1430 jf >= insn_count - (i + 1)) {
1434 if (jt > 0 && jf > 0)
1438 jf += i + 1;
1446 if (jf != jt) {
1448 SLIST_INSERT_HEAD(&insn_dat[jf].bjumps
1715 uint32_t jt, jf; local
    [all...]
bpf.h 337 u_char jf; member in struct:bpf_insn
355 #define BPF_JUMP(code, k, jt, jf) { (uint16_t)(code), jt, jf, k }
  /src/external/bsd/ipf/bin/ipftest/
bpf-ipf.h 408 u_char jf; member in struct:bpf_insn
416 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k }
  /src/external/bsd/libpcap/dist/
gencode.h 227 struct slist *jf; /* only for relative jump in block */ member in struct:stmt
280 u_int longjf; /* jf branch requires long jump */
285 struct edge ef; /* edge corresponding to the jf branch */
420 #define JF(b) ((b)->ef.succ)
rpcap-protocol.h 337 uint8 jf; /* relative offset to jump to in case of 'false' */ member in struct:rpcap_filterbpf_insn
optimize.c 394 find_levels_r(opt_state, ic, JF(b));
395 level = MAX(JT(b)->level, JF(b)->level) + 1;
454 SET_INTERSECT(JF(b)->dom, b->dom, opt_state->nodewords);
527 SET_UNION(JF(b)->closure, b->closure, opt_state->nodewords);
706 p->out_use |= JT(p)->in_use | JF(p)->in_use;
890 JT(b) = JF(b);
891 JF(b) = tmp;
1127 JT(b) = JF(b);
1129 JF(b) = JT(b);
1170 if (JF(b) != JT(b))
2771 int jt, jf; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.h 1022 ipa_jump_func *jf; local
1023 FOR_EACH_VEC_SAFE_ELT (jump_functions, i, jf)
1024 vec_free (jf->agg.items);
ipa-fnsummary.cc 643 struct ipa_jump_func *jf = ipa_get_ith_jump_func (args, i); local
650 tree cst = ipa_value_from_jfunc (caller_parms_info, jf, type);
680 ipa_value_range_from_jfunc (vr, caller_parms_info, e, jf, type);
693 caller, &jf->agg, i,
703 ctx = ipa_context_from_jfunc (caller_parms_info, e, i, jf);
709 = ipa_context_from_jfunc (caller_parms_info, e, i, jf);
ipa-modref.cc 4327 struct ipa_jump_func *jf local
4329 if (jf && callee_pi)
4332 jf,
4341 if (jf && jf->type == IPA_JF_PASS_THROUGH)
4344 = ipa_get_jf_pass_through_formal_id (jf);
4345 if (ipa_get_jf_pass_through_operation (jf) == NOP_EXPR)
4350 else if (ipa_get_jf_pass_through_operation (jf)
4352 && ptrdiff_tree_p (ipa_get_jf_pass_through_operand (jf),
4359 if (jf && jf->type == IPA_JF_ANCESTOR
4481 struct ipa_jump_func *jf = ipa_get_ith_jump_func (args, size_arg); local
    [all...]
ipa-prop.cc 2290 /* Assign to JF a pointer to a range just like TMP but either fetch a
2294 ipa_set_jfunc_vr (ipa_jump_func *jf, const vrange &tmp)
2296 jf->m_vr = ipa_get_value_range (tmp);
2300 ipa_set_jfunc_vr (ipa_jump_func *jf, const ipa_vr &vr)
2304 ipa_set_jfunc_vr (jf, tmp);
4241 struct ipa_jump_func *jf = ipa_get_ith_jump_func (args, i); local
4244 if (jf->type == IPA_JF_PASS_THROUGH
4245 && !ipa_get_jf_pass_through_refdesc_decremented (jf))
4248 src_idx = ipa_get_jf_pass_through_formal_id (jf);
4252 gcc_checking_assert (ipa_get_jf_pass_through_operation (jf)
4343 struct ipa_jump_func *jf = ipa_get_ith_jump_func (args, i); local
4385 struct ipa_jump_func *jf; local
4488 struct ipa_jump_func *jf; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.h 984 ipa_jump_func *jf; local
985 FOR_EACH_VEC_SAFE_ELT (jump_functions, i, jf)
986 vec_free (jf->agg.items);
ipa-fnsummary.cc 623 struct ipa_jump_func *jf = ipa_get_ith_jump_func (args, i); local
629 tree cst = ipa_value_from_jfunc (caller_parms_info, jf,
659 = ipa_value_range_from_jfunc (caller_parms_info, e, jf,
680 caller, &jf->agg);
696 ctx = ipa_context_from_jfunc (caller_parms_info, e, i, jf);
702 = ipa_context_from_jfunc (caller_parms_info, e, i, jf);
ipa-modref.cc 4271 struct ipa_jump_func *jf local
4273 if (jf && callee_pi)
4276 jf,
4285 if (jf && jf->type == IPA_JF_PASS_THROUGH)
4288 = ipa_get_jf_pass_through_formal_id (jf);
4289 if (ipa_get_jf_pass_through_operation (jf) == NOP_EXPR)
4294 else if (ipa_get_jf_pass_through_operation (jf)
4296 && ptrdiff_tree_p (ipa_get_jf_pass_through_operand (jf),
4303 if (jf && jf->type == IPA_JF_ANCESTOR
4425 struct ipa_jump_func *jf = ipa_get_ith_jump_func (args, size_arg); local
    [all...]
ipa-prop.cc 2184 /* Assign to JF a pointer to ipa_bits structure with VALUE and MASK. Use hash
2188 ipa_set_jfunc_bits (ipa_jump_func *jf, const widest_int &value,
2191 jf->bits = ipa_get_ipa_bits_for_value (value, mask);
2222 /* Assign to JF a pointer to a value_range structure with TYPE, MIN and MAX and
2227 ipa_set_jfunc_vr (ipa_jump_func *jf, enum value_range_kind type,
2230 jf->m_vr = ipa_get_value_range (type, min, max);
2233 /* Assign to JF a pointer to a value_range just like TMP but either fetch a
2237 ipa_set_jfunc_vr (ipa_jump_func *jf, value_range *tmp)
2239 jf->m_vr = ipa_get_value_range (tmp);
4158 struct ipa_jump_func *jf = ipa_get_ith_jump_func (args, i) local
4261 struct ipa_jump_func *jf = ipa_get_ith_jump_func (args, i); local
4303 struct ipa_jump_func *jf; local
4410 struct ipa_jump_func *jf; local
    [all...]
  /src/external/mit/lua/dist/src/
lparser.c 1657 int jf; /* instruction to skip 'then' code (if condition is false) */ local
1673 jf = luaK_jump(fs);
1678 jf = v.f;
1685 luaK_patchtohere(fs, jf);
  /src/external/gpl3/binutils/dist/gprofng/src/
DbeSession.cc 1529 DbeJarFile *jf = dbeJarFiles->get (name); local
1530 if (jf == NULL)
1532 jf = new DbeJarFile (name);
1533 dbeJarFiles->put (name, jf);
1535 return jf;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DbeSession.cc 1529 DbeJarFile *jf = dbeJarFiles->get (name); local
1530 if (jf == NULL)
1532 jf = new DbeJarFile (name);
1533 dbeJarFiles->put (name, jf);
1535 return jf;

Completed in 221 milliseconds