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

  /src/external/gpl3/binutils/dist/binutils/
strings.c 829 unsigned int num_found = 0;
840 num_found = 0;
848 num_found = 0;
855 num_found = 0;
862 num_found = 0;
867 if (num_found == 0)
871 ++ num_found;
873 if (num_found >= string_min)
877 if (num_found < string_min)
825 unsigned int num_found = 0; local
  /src/external/gpl3/binutils.old/dist/binutils/
strings.c 829 unsigned int num_found = 0;
840 num_found = 0;
848 num_found = 0;
855 num_found = 0;
862 num_found = 0;
867 if (num_found == 0)
871 ++ num_found;
873 if (num_found >= string_min)
877 if (num_found < string_min)
825 unsigned int num_found = 0; local
  /src/external/gpl3/gdb/dist/gdbsupport/
event-loop.cc 567 int num_found = 0;
588 num_found = poll (gdb_notifier.poll_fds.data (),
593 if (num_found == -1 && errno != EINTR)
614 num_found = gdb_select (gdb_notifier.num_fds,
621 if (num_found == -1)
635 if (num_found <= 0)
566 int num_found = 0; local
  /src/external/gpl3/gdb.old/dist/gdbsupport/
event-loop.cc 567 int num_found = 0;
588 num_found = poll (gdb_notifier.poll_fds.data (),
593 if (num_found == -1 && errno != EINTR)
614 num_found = gdb_select (gdb_notifier.num_fds,
621 if (num_found == -1)
635 if (num_found <= 0)
566 int num_found = 0; local
  /src/external/gpl2/texinfo/dist/info/
dir.c 246 int num_found = 0; local
251 num_found++;
256 if (num_found >= 2)
  /src/external/gpl3/gdb/dist/gdb/unittests/
environ-selftests.c 80 int num_found = 0; local
84 ++num_found;
85 SELF_CHECK (num_found == 1);
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
environ-selftests.c 80 int num_found = 0; local
84 ++num_found;
85 SELF_CHECK (num_found == 1);
  /src/crypto/dist/ipsec-tools/src/racoon/
remoteconf.c 335 int num_found; member in struct:rmconf_find_context
354 fctx->num_found++;
361 fctx->num_found = 1;
397 if (ctx.num_found != 1) {
443 if (ctx.num_found != 1) {
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-ports.c 260 int num_found;
266 num_found = interruptible_select (num_fds,
269 if (num_found < 0)
275 return num_found > 0 && FD_ISSET (fdes, &input_fds);
258 int num_found; local
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-ports.c 260 int num_found;
266 num_found = interruptible_select (num_fds,
269 if (num_found < 0)
275 return num_found > 0 && FD_ISSET (fdes, &input_fds);
258 int num_found; local
  /src/usr.sbin/sysinst/
mbr.c 2774 size_t i, num_found; local
2778 num_found = 0;
2792 if (num_found == 0) {
2796 num_found++;
2808 if (num_found == 1) {
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 10890 unsigned num_found () { return parms.elements (); }
30499 unsigned nusedatparms = ftpi.num_found ();
10889 unsigned num_found () { return parms.elements (); } function in struct:find_template_parameter_info

Completed in 58 milliseconds