Searched defs:LOG_BITS (Results 1 – 11 of 11) sorted by relevance
33 #define LOG_BITS ((sizeof(NSUInteger)==8)?6:5) macro
34 #define LOG_BITS ((sizeof(NSUInteger)==8)?6:5) macro
20 sub LOG_BITS { return $LOG_BITS } subroutine
36 protected static const LOG_BITS:uint = 5; // 2^5 == 32 constant in org.antlr.runtime.BitSet
43 LOG_BITS: 5, // 2^5 == 32 property
51 private const int LOG_BITS = 6; // 2^6 == 64 field in Antlr.Runtime.BitSet
53 private const int LOG_BITS = 6; // 2^6 == 64 field in Antlr.Runtime.BitSet
38 protected final static int LOG_BITS = 6; // 2^6 == 64 field in BitSet
55 protected final static int LOG_BITS = 6; // 2^6 == 64 field in BitSet