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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-fortran-modules-2.f90 21 subroutine check_all subroutine in module:mod1
24 end subroutine check_all
mi-fortran-modules.f90 21 subroutine check_all subroutine in module:mod3
25 end subroutine check_all
44 subroutine check_all subroutine in module:moduse
47 end subroutine check_all
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-fortran-modules-2.f90 21 subroutine check_all subroutine in module:mod1
24 end subroutine check_all
mi-fortran-modules.f90 21 subroutine check_all subroutine in module:mod3
25 end subroutine check_all
44 subroutine check_all subroutine in module:moduse
47 end subroutine check_all
  /src/external/lgpl3/gmp/dist/tests/mpq/
t-equal.c 46 check_all (mpq_ptr x, mpq_ptr y, int want) function
85 check_all (x, y, 1);
90 check_all (x, y, 1);
95 check_all (x, y, 1);
100 check_all (x, y, 0);
103 check_all (x, y, 0);
106 check_all (x, y, 0);
110 check_all (x, y, 0);
114 check_all (x, y, 0);
117 check_all (x, y, 0)
    [all...]
t-aors.c 31 check_all (mpq_ptr x, mpq_ptr y, mpq_ptr want_add, mpq_ptr want_sub) function
126 check_all (x, y, want_add, want_sub);
161 check_all (x, y, want_add, want_sub);
t-get_str.c 84 check_all (mpq_srcptr q, int base, const char *want) function
127 check_all (q, data[i].base, data[i].want);
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-cmp.c 60 check_all (mpz_ptr x, mpz_ptr y, int want_cmp, int want_cmpabs) function
97 check_all (x, y, 0, 0);
103 check_all (x, y, 1, 1);
108 check_all (x, y, 1, 1);
114 check_all (x, y, 0, 0);
119 check_all (x, y, -1, 0);
125 check_all (x, y, -1, -1);
130 check_all (x, y, -1, -1);
135 check_all (x, y, 1, -1);
141 check_all (x, y, 0, 0)
    [all...]
t-lcm.c 30 check_all (mpz_ptr want, mpz_srcptr x_orig, mpz_srcptr y_orig) function
116 check_all (want, want, want);
117 check_all (want, want, x);
118 check_all (want, x, want);
127 check_all (want, x, y);
135 check_all (want, x, y);
145 check_all (want, x, y);
164 check_all (want, x, y);
t-div_2exp.c 137 check_all (mpz_ptr a, unsigned long d) function
177 check_all (a, d);
206 check_all (a, d);
t-aorsmul.c 215 check_all (mpz_ptr w, mpz_ptr x, mpz_ptr y) function
365 check_all (w, x, y);
393 check_all (w, x, y);
399 check_all (w, x, y);
  /src/external/bsd/kyua-cli/dist/integration/
cmd_about_test.sh 38 check_all() { function
55 check_all stdout
66 check_all stdout
  /src/external/lgpl3/gmp/dist/tests/mpf/
t-trunc.c 91 check_all (mpf_ptr src, mpf_ptr trunc, mpf_ptr ceil, mpf_ptr floor) function
124 check_all (src, trunc, ceil, floor);
131 check_all (src, trunc, ceil, floor);
139 check_all (src, trunc, ceil, floor);
147 check_all (src, trunc, ceil, floor);
155 check_all (src, trunc, ceil, floor);
164 check_all (src, trunc, ceil, floor);
176 check_all (src, trunc, ceil, floor);
191 check_all (src, trunc, ceil, floor);
207 check_all (src, trunc, ceil, floor)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/kasp/
tests_kasp.py 162 def check_all( function
705 check_all(ns3, zone, policy, ksks, zsks, zsk_missing=zsk_missing)
779 check_all(server, zone, policy, keys, [], tsig=tsig)
860 check_all(ns3, zone, policy, keys, [])
920 check_all(ns3, zone, policy, keys, [])
936 check_all(ns3, zone, policy, keys, [])
956 check_all(ns3, zone, policy, keys, [])
1021 check_all(ns3, zone, policy, keys, [])
1060 check_all(ns3, zone, policy, keys, [])
1087 check_all(ns3, zone, policy, ksks, zsks
    [all...]
  /src/libexec/rshd/
rshd.c 136 static int check_all; variable
171 check_all = 1;
402 if (check_all || local_domain(saddr)) {
  /src/libexec/rlogind/
rlogind.c 125 static int check_all = 0; variable
162 check_all = 1;
295 if (check_all || local_domain(saddr)) {
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 251 static bool check_all = false;
7125 check_all = true;
25404 if (do_archive_index && !check_all)
249 static bool check_all = false; variable
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 249 static bool check_all = false;
6731 check_all = true;
24271 if (do_archive_index && !check_all)
247 static bool check_all = false; variable

Completed in 84 milliseconds