HomeSort by: relevance | last modified time | path
    Searched refs:dmax (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/external/lgpl3/mpfr/dist/examples/
divworst.c 6 * Arguments: max difference of exponents dmax, significand size n.
10 * 1/2 <= y < 1, 0 <= Ex - Ey <= dmax, x - y is exactly representable
55 int dmax, n, p; local
60 fprintf (stderr, "Usage: divworst <dmax> <n> [ <p> ]\n");
64 dmax = atoi (argv[1]);
77 mpfr_get_exp (x) <= dmax;
  /src/external/cddl/osnet/dist/uts/common/zmod/
inflate.h 85 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
inffast.c 80 unsigned dmax; /* maximum distance from zlib header */ local
107 dmax = state->dmax;
179 if (dist > dmax) {
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_intern.c 144 return a->dmax;
151 for (i = a->top; i < a->dmax; i++)
178 a->dmax = a->top = size;
bn_lib.c 150 * This function still leaks `a->dmax`: it's caller's responsibility to
160 for (j = 0, past_i = 0, ret = 0; j < a->dmax; j++) {
186 * so that a->dmax is not leaking secret information.
205 OPENSSL_secure_clear_free(a->d, a->dmax * sizeof(a->d[0]));
207 OPENSSL_clear_free(a->d, a->dmax * sizeof(a->d[0]));
263 /* The caller MUST check that words > b->dmax before calling this */
300 if (words > b->dmax) {
307 b->dmax = words;
338 bn_words = BN_get_flags(b, BN_FLG_CONSTTIME) ? b->dmax : b->top;
372 tmp_dmax = a->dmax;
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_intern.c 148 return a->dmax;
155 for (i = a->top; i < a->dmax; i++)
182 a->dmax = a->top = size;
bn_lib.c 149 * This function still leaks `a->dmax`: it's caller's responsibility to
160 for (j = 0, past_i = 0, ret = 0; j < a->dmax; j++) {
186 * so that a->dmax is not leaking secret information.
205 OPENSSL_secure_clear_free(a->d, a->dmax * sizeof(a->d[0]));
207 OPENSSL_clear_free(a->d, a->dmax * sizeof(a->d[0]));
265 /* The caller MUST check that words > b->dmax before calling this */
304 if (words > b->dmax) {
311 b->dmax = words;
342 bn_words = BN_get_flags(b, BN_FLG_CONSTTIME) ? b->dmax : b->top;
379 tmp_dmax = a->dmax;
    [all...]
bn_mod.c 85 ai += (i - a->dmax) >> (8 * sizeof(i) - 1);
86 bi += (i - b->dmax) >> (8 * sizeof(i) - 1);
162 ai += (i - a->dmax) >> (8 * sizeof(i) - 1);
163 bi += (i - b->dmax) >> (8 * sizeof(i) - 1);
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_intern.c 148 return a->dmax;
155 for (i = a->top; i < a->dmax; i++)
182 a->dmax = a->top = size;
bn_lib.c 148 * This function still leaks `a->dmax`: it's caller's responsibility to
159 for (j = 0, past_i = 0, ret = 0; j < a->dmax; j++) {
185 * so that a->dmax is not leaking secret information.
204 OPENSSL_secure_clear_free(a->d, a->dmax * sizeof(a->d[0]));
206 OPENSSL_clear_free(a->d, a->dmax * sizeof(a->d[0]));
264 /* The caller MUST check that words > b->dmax before calling this */
303 if (words > b->dmax) {
310 b->dmax = words;
341 bn_words = BN_get_flags(b, BN_FLG_CONSTTIME) ? b->dmax : b->top;
378 tmp_dmax = a->dmax;
    [all...]
bn_mod.c 76 ai += (i - a->dmax) >> (8 * sizeof(i) - 1);
77 bi += (i - b->dmax) >> (8 * sizeof(i) - 1);
153 ai += (i - a->dmax) >> (8 * sizeof(i) - 1);
154 bi += (i - b->dmax) >> (8 * sizeof(i) - 1);
  /src/external/gpl3/gdb/dist/sim/testsuite/aarch64/
fstur.s 22 dmax: label
88 adrp x0, dmax
89 add x0, x0, :lo12:dmax
  /src/external/gpl3/gdb.old/dist/sim/testsuite/aarch64/
fstur.s 22 dmax: label
88 adrp x0, dmax
89 add x0, x0, :lo12:dmax
  /src/tests/usr.bin/indent/
fmt_decl.c 336 dmax = (double)3 * 10.0;
337 dmin = (double)dmax * 10.0;
338 davg = (double)dmax * dmin;
353 dmax = (double)3 * 10.0;
354 dmin = (double)dmax * 10.0;
355 davg = (double)dmax * dmin;
  /src/external/gpl3/binutils/dist/zlib/
inffast.c 58 unsigned dmax; /* maximum distance from zlib header */ local
85 dmax = state->dmax;
157 if (dist > dmax) {
inflate.h 91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
  /src/external/gpl3/binutils.old/dist/zlib/
inffast.c 61 unsigned dmax; /* maximum distance from zlib header */ local
88 dmax = state->dmax;
160 if (dist > dmax) {
inflate.h 91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
  /src/external/gpl3/gdb/dist/zlib/
inflate.h 91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
inffast.c 58 unsigned dmax; /* maximum distance from zlib header */ local
85 dmax = state->dmax;
157 if (dist > dmax) {
  /src/external/gpl3/gdb.old/dist/zlib/
inffast.c 61 unsigned dmax; /* maximum distance from zlib header */ local
88 dmax = state->dmax;
160 if (dist > dmax) {
inflate.h 91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
  /src/common/dist/zlib/
inffast.c 60 unsigned dmax; /* maximum distance from zlib header */ local
87 dmax = state->dmax;
159 if (dist > dmax) {
inflate.h 91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
  /src/sbin/fsck_ffs/
pass5.c 66 daddr_t dbase, dmax; local
202 dmax = ffs_blknum(fs, fs->fs_size + fs->fs_frag - 1);
203 for (d = fs->fs_size; d < dmax; d++)
268 dmax = dbase + fs->fs_fpg;
269 if (dmax > fs->fs_size)
270 dmax = fs->fs_size;
275 newcg->cg_ndblk = dmax - dbase;
356 d < dmax;

Completed in 119 milliseconds

1 2 3