| /src/common/dist/zlib/ |
| inftrees.c | 53 unsigned mmin, mmax; /* minimum and maximum code lengths */ local 125 for (mmax = MAXBITS; mmax >= 1; mmax--) 126 if (count[mmax] != 0) break; 127 if (root > mmax) root = mmax; 128 if (mmax == 0) { /* no symbols to code at all */ 148 if (left > 0 && (type == CODES || mmax != 1)) 186 all codes of length mmax, i.e. all codes, have been processed. Thi [all...] |
| /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...] |
| simplify-rtx.cc | 6426 HOST_WIDE_INT mmin, mmax; 6440 mmax = nonzero; 6448 mmax = INTVAL (mmax_rtx); 6455 mmax >>= (sign_copies - 1); 6461 /* x >= y is always true for y <= mmin, always false for y > mmax. */ 6465 if ((unsigned HOST_WIDE_INT) val > (unsigned HOST_WIDE_INT) mmax) 6471 if (val > mmax) 6475 /* x <= y is always true for y >= mmax, always false for y < mmin. */ 6477 if ((unsigned HOST_WIDE_INT) val >= (unsigned HOST_WIDE_INT) mmax) 6483 if (val >= mmax) [all...] |
| stor-layout.cc | 3243 rtx *mmin, rtx *mmax) 3276 *mmax = gen_int_mode (max_val, target_mode);
|
| /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...] |
| simplify-rtx.cc | 6161 HOST_WIDE_INT mmin, mmax; 6175 mmax = nonzero; 6183 mmax = INTVAL (mmax_rtx); 6190 mmax >>= (sign_copies - 1); 6196 /* x >= y is always true for y <= mmin, always false for y > mmax. */ 6200 if ((unsigned HOST_WIDE_INT) val > (unsigned HOST_WIDE_INT) mmax) 6206 if (val > mmax) 6210 /* x <= y is always true for y >= mmax, always false for y < mmin. */ 6212 if ((unsigned HOST_WIDE_INT) val >= (unsigned HOST_WIDE_INT) mmax) 6218 if (val >= mmax) [all...] |
| stor-layout.cc | 3114 rtx *mmin, rtx *mmax) 3147 *mmax = gen_int_mode (max_val, target_mode);
|
| /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/external/bsd/openpam/dist/ |
| config.sub | 896 encore | umax | mmax)
|
| /src/lib/librumpuser/build-aux/ |
| config.sub | 664 encore | umax | mmax)
|
| /src/sys/external/isc/libsodium/dist/build-aux/ |
| config.sub | 666 encore | umax | mmax)
|
| /src/sys/external/isc/libsodium/dist/ |
| config.sub | 637 encore | umax | mmax)
|
| /src/crypto/external/bsd/netpgp/dist/buildaux/ |
| config.sub | 664 encore | umax | mmax)
|
| /src/crypto/external/cpl/tpm-tools/dist/ |
| config.sub | 664 encore | umax | mmax)
|
| /src/crypto/external/cpl/trousers/dist/ |
| config.sub | 664 encore | umax | mmax)
|
| /src/external/apache2/llvm/autoconf/autoconf/ |
| config.sub | 628 encore | umax | mmax)
|
| /src/external/bsd/am-utils/dist/ |
| config.sub | 664 encore | umax | mmax)
|
| /src/external/bsd/flex/dist/build-aux/ |
| config.sub | 664 encore | umax | mmax)
|
| /src/external/bsd/iscsi/dist/buildaux/ |
| config.sub | 664 encore | umax | mmax)
|
| /src/external/bsd/libbind/dist/ |
| config.sub | 664 encore | umax | mmax)
|
| /src/external/bsd/libpcap/dist/ |
| config.sub | 727 encore | umax | mmax)
|
| /src/external/bsd/nsd/dist/ |
| config.sub | 727 encore | umax | mmax)
|