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

  /external/smack/src/com/kenai/jbosh/
RequestIDSequence.java 34 private static final int MAX_BITS = 53;
50 private static final long MAX_INITIAL = (1L << MAX_BITS) - MIN_INCREMENTS;
55 private static final long MASK = ~(Long.MAX_VALUE << MAX_BITS);
  /external/chromium_org/third_party/zlib/
deflate.h 48 #define MAX_BITS 15
49 /* All codes must not exceed MAX_BITS bits */
205 ush bl_count[MAX_BITS+1];
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
deflate.h 48 #define MAX_BITS 15
49 /* All codes must not exceed MAX_BITS bits */
203 ush bl_count[MAX_BITS+1];
  /external/qemu/distrib/zlib-1.2.8/
deflate.h 48 #define MAX_BITS 15
49 /* All codes must not exceed MAX_BITS bits */
203 ush bl_count[MAX_BITS+1];
  /external/zlib/src/
deflate.h 48 #define MAX_BITS 15
49 /* All codes must not exceed MAX_BITS bits */
203 ush bl_count[MAX_BITS+1];

Completed in 119 milliseconds