Searched refs:BITS_PER_CELL (Results 1 – 8 of 8) sorted by relevance
121 #if !defined BITS_PER_CELL122 #define BITS_PER_CELL 64 macro125 #if ((BITS_PER_CELL != 32) && (BITS_PER_CELL != 64))
119 #if !defined BITS_PER_CELL120 #define BITS_PER_CELL 32 macro123 #if ((BITS_PER_CELL != 32) && (BITS_PER_CELL != 64))
121 #if !defined BITS_PER_CELL122 #define BITS_PER_CELL 32 macro125 #if ((BITS_PER_CELL != 32) && (BITS_PER_CELL != 64))
80 #define CELL_HI_BIT (1L << (BITS_PER_CELL-1))
303 #if (BITS_PER_CELL == 32)308 #elif (BITS_PER_CELL == 64)