HomeSort by relevance Sort by last modified time
    Searched defs:RANK (Results 1 - 6 of 6) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherSettings.java 105 * The rank of this screen -- ie. how it is ordered relative to the other screens.
252 public static final String RANK = "rank";
281 "rank INTEGER NOT NULL DEFAULT 0," +
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.c 158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
159 #define RANK(f) (((f) << 1) - ((f) > 4 ? 9 : 0))
887 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
    [all...]
  /external/python/cpython2/Modules/zlib/
deflate.c 158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
159 #define RANK(f) (((f) << 1) - ((f) > 4 ? 9 : 0))
887 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
    [all...]
  /external/python/cpython3/Modules/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))
803 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
    [all...]
  /external/zlib/src/
deflate.c 154 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
155 #define RANK(f) (((f) * 2) - ((f) > 4 ? 9 : 0))
803 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
deflate.c 158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
159 #define RANK(f) (((f) << 1) - ((f) > 4 ? 9 : 0))
887 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
    [all...]

Completed in 269 milliseconds