HomeSort by: relevance | last modified time | path
    Searched refs:current_group (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-opts.h 96 current_group, enumerator in enum:group_termination
rs6000.cc 18197 if (insn_terminates_group_p (insn, current_group))
19626 If WHICH_GROUP == current_group, this function will return true if INSN
19650 if (which_group == current_group)
20173 if (insn_terminates_group_p (insn, current_group))
20257 && !insn_terminates_group_p (insn, current_group)
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-opts.h 95 current_group, enumerator in enum:group_termination
rs6000.cc 17739 if (insn_terminates_group_p (insn, current_group))
19161 If WHICH_GROUP == current_group, this function will return true if INSN
19185 if (which_group == current_group)
19708 if (insn_terminates_group_p (insn, current_group))
19792 && !insn_terminates_group_p (insn, current_group)
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-regs.c 440 CURRENT_GROUP in the register group list for GDBARCH, with wrap around
443 If CURRENT_GROUP is nullptr (e.g. if the tui register window has only
450 tui_reg_next (const reggroup *current_group, struct gdbarch *gdbarch)
453 auto it = std::find (groups.begin (), groups.end (), current_group);
462 CURRENT_GROUP in the register group list for GDBARCH, with wrap around
465 If CURRENT_GROUP is nullptr (e.g. if the tui register window has only
472 tui_reg_prev (const reggroup *current_group, struct gdbarch *gdbarch)
475 auto it = std::find (groups.rbegin (), groups.rend (), current_group);
508 const reggroup *current_group = tui_data_win ()->get_current_group (); local
510 match = tui_reg_next (current_group, gdbarch)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-regs.c 440 CURRENT_GROUP in the register group list for GDBARCH, with wrap around
443 If CURRENT_GROUP is nullptr (e.g. if the tui register window has only
450 tui_reg_next (const reggroup *current_group, struct gdbarch *gdbarch)
453 auto it = std::find (groups.begin (), groups.end (), current_group);
462 CURRENT_GROUP in the register group list for GDBARCH, with wrap around
465 If CURRENT_GROUP is nullptr (e.g. if the tui register window has only
472 tui_reg_prev (const reggroup *current_group, struct gdbarch *gdbarch)
475 auto it = std::find (groups.rbegin (), groups.rend (), current_group);
508 const reggroup *current_group = tui_data_win ()->get_current_group (); local
510 match = tui_reg_next (current_group, gdbarch)
    [all...]
  /src/usr.sbin/npf/npfctl/
npf_build.c 64 static nl_rule_t * current_group[MAX_RULE_NESTING]; variable
77 memset(current_group, 0, sizeof(current_group));
781 current_group[++rule_nesting_level] = rl;
790 parent = current_group[rule_nesting_level - 1];
791 group = current_group[rule_nesting_level];
792 current_group[rule_nesting_level--] = NULL;
857 cg = current_group[rule_nesting_level];
887 cg = current_group[rule_nesting_level];
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_srvr.c 792 uint16_t current_group; local
800 for (current_group = 0; current_group < candidate_num_groups; current_group++) {
801 if (!check_in_list(s, candidate_groups[current_group], prio_groups,
803 || !tls_group_allowed(s, candidate_groups[current_group],
805 || !tls_valid_group(s, candidate_groups[current_group], TLS1_3_VERSION,
816 *candidate_group_idx = current_group;
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 8036 int current_group = 0; local
8054 &dataref_groups, current_group))
8055 ++current_group;
8058 ++current_group;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc 6179 int current_group = 0; local
6197 &dataref_groups, current_group))
6198 ++current_group;
6201 ++current_group;

Completed in 357 milliseconds