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

  /src/common/dist/zlib/
inftrees.c 39 unsigned mmin, mmax; /* minimum and maximum code lengths */ local
111 for (mmax = MAXBITS; mmax >= 1; mmax--)
112 if (count[mmax] != 0) break;
113 if (root > mmax) root = mmax;
114 if (mmax == 0) { /* no symbols to code at all */
134 if (left > 0 && (type == CODES || mmax != 1))
172 all codes of length mmax, i.e. all codes, have been processed. Thi
    [all...]
  /src/sys/arch/hppa/spmath/
impys.S 219 mmax: extrs op1,30,31,pu label
228 movb,tr op2,op1,mmax ; use op2 as multiplicand
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.c 770 unsigned mmin, mmax; /* minimum and maximum code lengths */ local
842 for (mmax = MAXBITS; mmax >= 1; mmax--)
843 if (count[mmax] != 0) break;
844 if (root > mmax) root = mmax;
845 if (mmax == 0) { /* no symbols to code at all */
865 if (left > 0 && (type == CODES || mmax != 1))
904 all codes of length mmax, i.e. all codes, have been processed. Thi
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
genmodes.cc 1015 unsigned int max, mmax; local
1028 mmax = max;
1032 if (max > mmax)
1033 mmax = max;
1034 printf ("#define MAX_BITSIZE_MODE_ANY_INT (%d*BITS_PER_UNIT)\n", mmax);
1041 mmax = 0;
1044 if (mmax < i->bytesize)
1045 mmax = i->bytesize;
1046 printf ("#define MAX_BITSIZE_MODE_ANY_MODE (%d*BITS_PER_UNIT)\n", mmax);
loop-iv.cc 2063 rtx mmin, mmax, cond_over, cond_under; local
2065 get_mode_bounds (mode, signed_p, iv->extend_mode, &mmin, &mmax);
2069 iv->base, mmax);
2238 rtx mmin, mmax, cmp; local
2254 get_mode_bounds (desc->mode, desc->signed_p, desc->mode, &mmin, &mmax);
2255 nmax = UINTVAL (mmax) - UINTVAL (mmin);
2270 desc->mode, old_niter, mmax);
2302 rtx mmin, mmax, mode_mmin, mode_mmax; local
2381 get_mode_bounds (mode, (cond == LE || cond == LT), comp_mode, &mmin, &mmax);
2383 mode_mmax = lowpart_subreg (mode, mmax, comp_mode)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmodes.cc 1013 unsigned int max, mmax; local
1026 mmax = max;
1030 if (max > mmax)
1031 mmax = max;
1032 printf ("#define MAX_BITSIZE_MODE_ANY_INT (%d*BITS_PER_UNIT)\n", mmax);
1039 mmax = 0;
1042 if (mmax < i->bytesize)
1043 mmax = i->bytesize;
1044 printf ("#define MAX_BITSIZE_MODE_ANY_MODE (%d*BITS_PER_UNIT)\n", mmax);
loop-iv.cc 2079 rtx mmin, mmax, cond_over, cond_under; local
2081 get_mode_bounds (mode, signed_p, iv->extend_mode, &mmin, &mmax);
2085 iv->base, mmax);
2254 rtx mmin, mmax, cmp; local
2270 get_mode_bounds (desc->mode, desc->signed_p, desc->mode, &mmin, &mmax);
2271 nmax = UINTVAL (mmax) - UINTVAL (mmin);
2286 desc->mode, old_niter, mmax);
2318 rtx mmin, mmax, mode_mmin, mode_mmax; local
2397 get_mode_bounds (mode, (cond == LE || cond == LT), comp_mode, &mmin, &mmax);
2399 mode_mmax = lowpart_subreg (mode, mmax, comp_mode)
    [all...]

Completed in 43 milliseconds