HomeSort by: relevance | last modified time | path
    Searched defs:check1 (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/tests/bin/sh/
t_set_e.sh 43 check1() function
58 check1 "$1" "$2" "$1"
66 check1 'eval '"'( $1 )'" "$2" "eval '($1)'"
t_set_e.sh 43 check1() function
58 check1 "$1" "$2" "$1"
66 check1 'eval '"'( $1 )'" "$2" "eval '($1)'"
  /src/external/lgpl3/mpfr/dist/tests/
ttotal_order.c 26 check1 (mpfr_ptr x, mpfr_ptr y) function
101 check1 (x[i], x[0]);
ttotal_order.c 26 check1 (mpfr_ptr x, mpfr_ptr y) function
101 check1 (x[i], x[0]);
tfrexp.c 131 static void check1 (void) function
189 printf ("Error in check1 for %s, red = %d, x = ",
207 printf ("Error in check1 for %s, red = %d, x = ",
239 check1 ();
tsubnormal.c 51 check1 (void) function
277 check1 ();
tfrexp.c 131 static void check1 (void) function
189 printf ("Error in check1 for %s, red = %d, x = ",
207 printf ("Error in check1 for %s, red = %d, x = ",
239 check1 ();
tsubnormal.c 51 check1 (void) function
277 check1 ();
tfrac.c 112 check1 (mpfr_ptr ip, mpfr_ptr fp) function
268 check1 (ip, fp);
274 check1 (ip, fp);
280 check1 (ip, fp);
287 check1 (ip, fp); /* test infinities */
tui_pow.c 83 check1 (mpfr_ptr x, mpfr_prec_t prec, unsigned long nt, mpfr_rnd_t rnd) function
220 check1 (x, 2, 398441521, MPFR_RNDN); /* 398441521 = 19961^2 */
232 check1 (x, prec, nt, rnd);
tfrac.c 112 check1 (mpfr_ptr ip, mpfr_ptr fp) function
268 check1 (ip, fp);
274 check1 (ip, fp);
280 check1 (ip, fp);
287 check1 (ip, fp); /* test infinities */
tui_pow.c 83 check1 (mpfr_ptr x, mpfr_prec_t prec, unsigned long nt, mpfr_rnd_t rnd) function
220 check1 (x, 2, 398441521, MPFR_RNDN); /* 398441521 = 19961^2 */
232 check1 (x, prec, nt, rnd);
tsum.c 374 check1 (int h) function
424 printf ("Error in check1 on %s, prec = %d, "
1324 check1 (h);
  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
encode_key2blob.c 73 int check1 = (selection & checks[i]) != 0; local
80 if (check1)
encode_key2blob.c 73 int check1 = (selection & checks[i]) != 0; local
80 if (check1)
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
encode_key2blob.c 73 int check1 = (selection & checks[i]) != 0; local
80 if (check1)
encode_key2blob.c 73 int check1 = (selection & checks[i]) != 0; local
80 if (check1)
  /src/regress/sys/kern/getcwd/
getcwd.c 55 static void check1(char *dir, char *buf, char *calltext,
118 check1 (dir, buf, calltext, actual, expected, experr) function
230 check1((dir), kbuf, #call, (call), (ret), (err))
getcwd.c 55 static void check1(char *dir, char *buf, char *calltext,
118 check1 (dir, buf, calltext, actual, expected, experr) function
230 check1((dir), kbuf, #call, (call), (ret), (err))
  /src/crypto/external/apache2/openssl/dist/test/
namemap_internal_test.c 39 int check1 = ossl_namemap_name2num(nm, NAME1); local
49 && TEST_int_eq(num1, check1)
namemap_internal_test.c 39 int check1 = ossl_namemap_name2num(nm, NAME1); local
49 && TEST_int_eq(num1, check1)
  /src/crypto/external/bsd/openssl/dist/test/
namemap_internal_test.c 39 int check1 = ossl_namemap_name2num(nm, NAME1); local
49 && TEST_int_eq(num1, check1)
namemap_internal_test.c 39 int check1 = ossl_namemap_name2num(nm, NAME1); local
49 && TEST_int_eq(num1, check1)
  /src/external/mpl/bind/dist/tests/dns/
qp_test.c 462 static struct check_partialmatch check1[] = { local
477 check_partialmatch(qp, check1);
586 static struct check_qpchain check1[] = { local
603 check_qpchain(qp, check1);
741 static struct check_predecessors check1[] = { local
778 check_predecessors(qp, check1);
856 static struct check_predecessors check1[] = { local
867 check_predecessors(qp, check1);
qp_test.c 462 static struct check_partialmatch check1[] = { local
477 check_partialmatch(qp, check1);
586 static struct check_qpchain check1[] = { local
603 check_qpchain(qp, check1);
741 static struct check_predecessors check1[] = { local
778 check_predecessors(qp, check1);
856 static struct check_predecessors check1[] = { local
867 check_predecessors(qp, check1);

Completed in 123 milliseconds

1 2