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

  /src/external/gpl3/gdb.old/dist/sim/testsuite/or1k/
mul.S 15 You should have received a copy of the GNU General Public License
366 /* Multiply two small positive numbers. This should set no flags.
370 /* Multiply two quite large positive numbers. This should set no
374 /* Multiply two slightly too large positive numbers. This should
378 /* Multiply two large positive numbers. This should set the
389 /* Multiply two slightly too large negative numbers. This should
393 /* Multiply two large negative numbers. This should set the
407 too large positive number. This should set the overflow flag. */
411 should set neither carry, nor overflow flag. */ define
433 /* Multiply two small positive numbers. This should set no flags. *
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/or1k/
mul.S 15 You should have received a copy of the GNU General Public License
366 /* Multiply two small positive numbers. This should set no flags.
370 /* Multiply two quite large positive numbers. This should set no
374 /* Multiply two slightly too large positive numbers. This should
378 /* Multiply two large positive numbers. This should set the
389 /* Multiply two slightly too large negative numbers. This should
393 /* Multiply two large negative numbers. This should set the
407 too large positive number. This should set the overflow flag. */
411 should set neither carry, nor overflow flag. */ define
433 /* Multiply two small positive numbers. This should set no flags. *
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/test/
test_archive_read_set_filter_option.c 28 #define should(__a, __code, __m, __o, __v) \ macro
39 should(a, ARCHIVE_OK, NULL, NULL, NULL);
40 should(a, ARCHIVE_OK, "", "", "");
42 should(a, ARCHIVE_FAILED, NULL, "fubar", NULL);
43 should(a, ARCHIVE_FAILED, NULL, "fubar", "snafu");
44 should(a, ARCHIVE_FAILED, "fubar", "snafu", NULL);
45 should(a, ARCHIVE_FAILED, "fubar", "snafu", "betcha");
test_archive_write_set_filter_option.c 28 #define should(__a, __code, __m, __o, __v) \ macro
39 should(a, ARCHIVE_OK, NULL, NULL, NULL);
40 should(a, ARCHIVE_OK, "", "", "");
42 should(a, ARCHIVE_FAILED, NULL, "fubar", NULL);
43 should(a, ARCHIVE_FAILED, NULL, "fubar", "snafu");
44 should(a, ARCHIVE_FAILED, "fubar", "snafu", NULL);
45 should(a, ARCHIVE_FAILED, "fubar", "snafu", "betcha");
test_archive_read_set_format_option.c 28 #define should(__a, __code, __m, __o, __v) \ macro
42 should(a, ARCHIVE_OK, NULL, NULL, NULL);
43 should(a, ARCHIVE_OK, "", "", "");
46 should(a, ARCHIVE_FAILED, "fubar", "snafu", NULL);
47 should(a, ARCHIVE_FAILED, "fubar", "snafu", "betcha");
50 should(a, ARCHIVE_FAILED, NULL, "snafu", NULL);
51 should(a, ARCHIVE_FAILED, NULL, "snafu", "betcha");
54 should(a, known_option_rv, "iso9660", "joliet", NULL);
55 should(a, known_option_rv, "iso9660", "joliet", NULL);
56 should(a, known_option_rv, NULL, "joliet", NULL)
    [all...]
test_archive_read_set_option.c 28 #define should(__a, __code, __m, __o, __v) \ macro
44 should(a, ARCHIVE_OK, NULL, NULL, NULL);
45 should(a, ARCHIVE_OK, "", "", "");
48 should(a, ARCHIVE_FAILED, "fubar", "snafu", NULL);
49 should(a, ARCHIVE_FAILED, "fubar", "snafu", "betcha");
52 should(a, ARCHIVE_FAILED, NULL, "snafu", NULL);
53 should(a, ARCHIVE_FAILED, NULL, "snafu", "betcha");
56 should(a, known_option_rv, "iso9660", "joliet", NULL);
57 should(a, known_option_rv, "iso9660", "joliet", NULL);
58 should(a, known_option_rv, NULL, "joliet", NULL)
    [all...]
test_archive_write_set_format_option.c 28 #define should(__a, __code, __m, __o, __v) \ macro
42 should(a, ARCHIVE_OK, NULL, NULL, NULL);
43 should(a, ARCHIVE_OK, "", "", "");
46 should(a, ARCHIVE_FAILED, "fubar", "snafu", NULL);
47 should(a, ARCHIVE_FAILED, "fubar", "snafu", "betcha");
50 should(a, ARCHIVE_FAILED, NULL, "snafu", NULL);
51 should(a, ARCHIVE_FAILED, NULL, "snafu", "betcha");
54 should(a, known_option_rv, "iso9660", "joliet", NULL);
55 should(a, known_option_rv, "iso9660", "joliet", NULL);
56 should(a, known_option_rv, NULL, "joliet", NULL)
    [all...]
test_archive_write_set_option.c 28 #define should(__a, __code, __m, __o, __v) \ macro
44 should(a, ARCHIVE_OK, NULL, NULL, NULL);
45 should(a, ARCHIVE_OK, "", "", "");
48 should(a, ARCHIVE_FAILED, "fubar", "snafu", NULL);
49 should(a, ARCHIVE_FAILED, "fubar", "snafu", "betcha");
52 should(a, ARCHIVE_FAILED, NULL, "snafu", NULL);
53 should(a, ARCHIVE_FAILED, NULL, "snafu", "betcha");
56 should(a, known_option_rv, "iso9660", "joliet", NULL);
57 should(a, known_option_rv, "iso9660", "joliet", NULL);
58 should(a, known_option_rv, NULL, "joliet", NULL)
    [all...]
test_archive_read_set_options.c 28 #define should(__a, __code, __opts) \ macro
45 should(a, ARCHIVE_OK, NULL);
46 should(a, ARCHIVE_OK, "");
49 should(a, ARCHIVE_FAILED, "fubar:snafu");
52 should(a, ARCHIVE_FAILED, "fubar:snafu=betcha");
57 should(a, ARCHIVE_FAILED, "snafu");
60 should(a, ARCHIVE_FAILED, "snafu=betcha");
65 should(a, known_option_rv, "iso9660:joliet");
70 should(a, known_option_rv, "iso9660:joliet");
75 should(a, known_option_rv, "joliet")
    [all...]
test_archive_write_set_options.c 28 #define should(__a, __code, __opts) \ macro
45 should(a, ARCHIVE_OK, NULL);
46 should(a, ARCHIVE_OK, "");
49 should(a, ARCHIVE_FAILED, "fubar:snafu");
52 should(a, ARCHIVE_FAILED, "fubar:snafu=betcha");
57 should(a, ARCHIVE_FAILED, "snafu");
60 should(a, ARCHIVE_FAILED, "snafu=betcha");
65 should(a, known_option_rv, "iso9660:joliet");
70 should(a, known_option_rv, "iso9660:joliet");
75 should(a, known_option_rv, "joliet")
    [all...]
  /src/tests/lib/libc/regex/
main.c 250 char *should[NSHOULD]; local
276 fprintf(stderr, "%d: %s should have given REG_%s\n",
309 fprintf(stderr, "%d: %s exec should have failed\n",
327 should[i] = NULL;
328 nshould = split(f4, &should[1], NSHOULD-1, ",");
331 should[1] = ∅
334 grump = check(f2, subs[i], should[i]);
439 check(char *str, regmatch_t sub, char *should)
447 if (should != NULL && strcmp(should, "-") == 0
    [all...]

Completed in 17 milliseconds