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

  /src/common/dist/zlib/
deflate.c 134 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
135 #define RANK(f) (((f) * 2) - ((f) > 4 ? 9 : 0))
985 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
  /src/external/gpl3/binutils/dist/zlib/
deflate.c 132 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
133 #define RANK(f) (((f) * 2) - ((f) > 4 ? 9 : 0))
983 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.c 154 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
155 #define RANK(f) (((f) * 2) - ((f) > 4 ? 9 : 0))
844 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
  /src/external/gpl3/gdb.old/dist/zlib/
deflate.c 154 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
155 #define RANK(f) (((f) * 2) - ((f) > 4 ? 9 : 0))
844 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
  /src/external/gpl3/gdb/dist/zlib/
deflate.c 132 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
133 #define RANK(f) (((f) * 2) - ((f) > 4 ? 9 : 0))
983 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
  /src/external/gpl3/gcc/dist/gcc/
poly-int.h 37 - poly_coeff_traits<T1>::rank is less than poly_coeff_traits<T2>::rank
38 if T1 can promote to T2. For C-like types the rank is:
42 wide_ints don't have a normal rank and so use a value of INT_MAX.
79 static const int rank = sizeof (T) * 2 + !signedness; member in struct:poly_coeff_traits
92 static const int rank = INT_MAX; member in struct:poly_coeff_traits
106 static const int rank = precision * 2 / CHAR_BIT; member in struct:poly_coeff_traits
120 static const int rank = precision * 2 / CHAR_BIT; member in struct:poly_coeff_traits
156 #define RANK(X) poly_coeff_traits<X>::rank
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
poly-int.h 38 - poly_coeff_traits<T1>::rank is less than poly_coeff_traits<T2>::rank
39 if T1 can promote to T2. For C-like types the rank is:
43 wide_ints don't have a normal rank and so use a value of INT_MAX.
76 static const int rank = sizeof (T) * 2 + !signedness; member in struct:poly_coeff_traits
86 static const int rank = INT_MAX; member in struct:poly_coeff_traits
97 static const int rank = precision * 2 / CHAR_BIT; member in struct:poly_coeff_traits
130 #define RANK(X) poly_coeff_traits<X>::rank
132 = ((RANK (T1) <= RANK (HOST_WIDE_INT
    [all...]

Completed in 55 milliseconds