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

  /src/external/gpl3/gdb/dist/gnulib/import/glthread/
threadlib.c 40 static int tested; local
43 if (!tested)
56 tested = 1;
75 static int tested; local
78 if (!tested)
93 tested = 1;
threadlib.c 40 static int tested; local
43 if (!tested)
56 tested = 1;
75 static int tested; local
78 if (!tested)
93 tested = 1;
  /src/external/gpl3/gdb.old/dist/gnulib/import/glthread/
threadlib.c 40 static int tested; local
43 if (!tested)
56 tested = 1;
75 static int tested; local
78 if (!tested)
93 tested = 1;
threadlib.c 40 static int tested; local
43 if (!tested)
56 tested = 1;
75 static int tested; local
78 if (!tested)
93 tested = 1;
  /src/sys/arch/mips/cavium/
octeon_misc.c 97 bool tested; local
141 * Assume all CPU families haven't been tested unless explicitly
145 tested = false;
172 tested = true;
203 tested = true;
208 tested = true;
215 clock_mhz, tested ? "" : " (unverified)");
217 if (!tested)
octeon_misc.c 97 bool tested; local
141 * Assume all CPU families haven't been tested unless explicitly
145 tested = false;
172 tested = true;
203 tested = true;
208 tested = true;
215 clock_mhz, tested ? "" : " (unverified)");
217 if (!tested)
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
lock.c 45 static int tested; local
48 if (!tested)
63 tested = 1;
lock.c 45 static int tested; local
48 if (!tested)
63 tested = 1;
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
lock.c 44 static int tested; local
47 if (!tested)
62 tested = 1;
lock.c 44 static int tested; local
47 if (!tested)
62 tested = 1;
javacomp.c 789 bool tested; member in struct:result_t
799 if (!resultp->tested)
1023 resultp->tested = true;
1310 bool tested; member in struct:result_t
1320 if (!resultp->tested)
1532 resultp->tested = true;
javacomp.c 789 bool tested; member in struct:result_t
799 if (!resultp->tested)
1023 resultp->tested = true;
1310 bool tested; member in struct:result_t
1320 if (!resultp->tested)
1532 resultp->tested = true;
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
lock.c 44 static int tested; local
47 if (!tested)
62 tested = 1;
lock.c 44 static int tested; local
47 if (!tested)
62 tested = 1;
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_filter_uu.c 233 ssize_t tested; local
252 tested = len;/* Skip some bytes we already determined. */
253 len = get_line(*b + tested, *avail - tested, nl);
255 len += tested;
archive_read_support_filter_uu.c 233 ssize_t tested; local
252 tested = len;/* Skip some bytes we already determined. */
253 len = get_line(*b + tested, *avail - tested, nl);
255 len += tested;
archive_read_support_format_mtree.c 390 ssize_t tested; local
416 tested = len;/* Skip some bytes we already determined. */
419 len += tested;
archive_read_support_format_mtree.c 390 ssize_t tested; local
416 tested = len;/* Skip some bytes we already determined. */
419 len += tested;
  /src/external/bsd/libarchive/dist/test_utils/
test_main.c 181 /* Pathname of exe to be tested. */
2529 * in checking whether the program being tested can create them.
2542 static int value = 0, tested = 0; local
2543 if (tested)
2546 ++tested;
2573 canRunCommand(const char *cmd, int *tested)
2575 int value = tested ? *tested : 0;
2578 if (tested)
2579 *tested = value
    [all...]
test_main.c 181 /* Pathname of exe to be tested. */
2529 * in checking whether the program being tested can create them.
2542 static int value = 0, tested = 0; local
2543 if (tested)
2546 ++tested;
2573 canRunCommand(const char *cmd, int *tested)
2575 int value = tested ? *tested : 0;
2578 if (tested)
2579 *tested = value
    [all...]

Completed in 53 milliseconds