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

  /src/external/bsd/openldap/dist/tests/progs/
slapd-common.c 50 * ignore_count[] is indexed by result code:
56 #define ignore_count (ignore_base - TESTER_CLIENT_FIRST) macro
148 ignore_count[ ignore_str2err[ i ].err ] = 1;
150 ignore_count[ LDAP_SUCCESS ] = 0;
169 ignore_count[ err ] = ignore;
201 rc = ignore_count[ err ];
203 ignore_count[ err ] = rc + (rc > 0 ? 1 : -1);
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-break.c 177 int ignore_count = 0; local
246 ignore_count = atol (oarg);
375 ignore_count, local
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-break.c 176 int ignore_count = 0; local
245 ignore_count = atol (oarg);
374 ignore_count, local
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
breakpoint.py 184 bp.ignore_count = 0
186 bp.ignore_count = int(
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
breakpoint.py 172 bp.ignore_count = 0
174 bp.ignore_count = int(
  /src/external/gpl3/gdb/dist/gdb/
breakpoint.h 825 int ignore_count = 0;
952 int thread, int task, int inferior, int ignore_count,
1683 int ignore_count,
824 int ignore_count = 0; member in struct:breakpoint
breakpoint.c 5802 else if (b->ignore_count > 0)
5805 b->ignore_count);
5806 b->ignore_count--;
6814 if (!part_of_multiple && b->ignore_count)
6818 signed_field ("ignore", b->ignore_count));
6830 if (b->ignore_count)
8792 ignore_count = ignore_count_;
8885 int thread, int task, int inferior, int ignore_count,
8899 thread, task, inferior, ignore_count,
8929 int ignore_count,
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
breakpoint.h 814 int ignore_count = 0;
929 int thread, int task, int inferior, int ignore_count,
1656 int ignore_count,
813 int ignore_count = 0; member in struct:breakpoint
breakpoint.c 5709 else if (b->ignore_count > 0)
5712 b->ignore_count);
5713 b->ignore_count--;
6733 if (!part_of_multiple && b->ignore_count)
6737 signed_field ("ignore", b->ignore_count));
6749 if (b->ignore_count)
8657 ignore_count = ignore_count_;
8750 int thread, int task, int inferior, int ignore_count,
8764 thread, task, inferior, ignore_count,
8794 int ignore_count,
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-breakpoint.c 188 gdbscm_printf (port, " ignore:%d", b->ignore_count);
674 return scm_from_long (bp_smob->bp->ignore_count);
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-breakpoint.c 188 gdbscm_printf (port, " ignore:%d", b->ignore_count);
674 return scm_from_long (bp_smob->bp->ignore_count);
  /src/external/gpl3/gdb/dist/gdb/python/
py-breakpoint.c 465 _("Cannot delete `ignore_count' attribute."));
471 _("The value of `ignore_count' must be an integer."));
820 return gdb_py_object_from_longest (self_bp->bp->ignore_count).release ();
1461 { "ignore_count", bppy_get_ignore_count, bppy_set_ignore_count,
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-breakpoint.c 465 _("Cannot delete `ignore_count' attribute."));
471 _("The value of `ignore_count' must be an integer."));
821 return gdb_py_object_from_longest (self_bp->bp->ignore_count).release ();
1473 { "ignore_count", bppy_get_ignore_count, bppy_set_ignore_count,
  /src/external/bsd/jemalloc/dist/bin/
jeprof.in 1024 my $ignore_count = TotalProfile($profile);
1027 Unparse($ignore_count), Units(),
1029 ($ignore_count*100.0) / $total_count);
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 1009 my $ignore_count = TotalProfile($profile);
1012 Unparse($ignore_count), Units(),
1014 ($ignore_count*100.0) / $total_count);
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 3376 my $ignore_count;
3439 $ignore_count = chomp ($line);
3440 $ignore_count = chomp (@split_line);
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 3376 my $ignore_count;
3439 $ignore_count = chomp ($line);
3440 $ignore_count = chomp (@split_line);

Completed in 86 milliseconds