HomeSort by: relevance | last modified time | path
    Searched refs:ignore_count (Results 1 - 18 of 18) 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.old/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/dist/gdb/mi/
mi-cmd-break.c 174 int ignore_count = 0; local
243 ignore_count = atol (oarg);
372 ignore_count, local
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
breakpoint.py 184 bp.ignore_count = 0
186 bp.ignore_count = int(
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
breakpoint.py 180 bp.ignore_count = 0
182 bp.ignore_count = int(
  /src/external/gpl3/gdb.old/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/dist/gdb/
breakpoint.h 827 int ignore_count = 0;
954 int thread, int task, int inferior, int ignore_count,
1685 int ignore_count,
826 int ignore_count = 0; member in struct:breakpoint
breakpoint.c 5813 else if (b->ignore_count > 0)
5816 b->ignore_count);
5817 b->ignore_count--;
6846 if (!part_of_multiple && b->ignore_count)
6850 signed_field ("ignore", b->ignore_count));
6862 if (b->ignore_count)
8821 ignore_count = ignore_count_;
8914 int thread, int task, int inferior, int ignore_count,
8928 thread, task, inferior, ignore_count,
8958 int ignore_count,
    [all...]
  /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/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/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/dist/gdb/python/
py-breakpoint.c 466 _("Cannot delete `ignore_count' attribute."));
472 _("The value of `ignore_count' must be an integer."));
821 return gdb_py_object_from_longest (self_bp->bp->ignore_count).release ();
1462 { "ignore_count", bppy_get_ignore_count, bppy_set_ignore_count,
  /src/external/bsd/jemalloc.old/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/dist/bin/
jeprof 1025 my $ignore_count = TotalProfile($profile);
1028 Unparse($ignore_count), Units(),
1030 ($ignore_count*100.0) / $total_count);
jeprof.in 1025 my $ignore_count = TotalProfile($profile);
1028 Unparse($ignore_count), Units(),
1030 ($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 110 milliseconds