Searched refs:OFFSETBITS (Results 1 – 7 of 7) sorted by relevance
122 public static final int OFFSETBITS = 19; field123 public static final int MAXFILESIZE = (1 << OFFSETBITS) - 1;124 public static final int MAXLINENUMBER = (1 << (32 - OFFSETBITS)) - 1;
51 #define OFFSETBITS 0xffff macro71 offset = (address & OFFSETBITS) >> 2; in GetWord()107 offset = (address & OFFSETBITS) >> 2; in PutWord()
50 #define OFFSETBITS 0xffff macro70 offset = (address & OFFSETBITS) >> 2; in GetWord()106 offset = (address & OFFSETBITS) >> 2; in PutWord()
58 #define OFFSETBITS 0xffff macro