Searched refs:UINT8_MAX (Results 1 – 3 of 3) sorted by relevance
186 #define UINT8_MAX _UI8_MAX macro200 #define UINT_LEAST8_MAX UINT8_MAX214 #define UINT_FAST8_MAX UINT8_MAX
243 static final int UINT8_MAX = 0xFF; field in FormatSpec
157 } else if (Math.abs(address) <= FormatSpec.UINT8_MAX) { in getByteSize()