Searched refs:BITSIZE (Results 1 – 3 of 3) sorted by relevance
114 #define BITSIZE(x) (sizeof(x) * 8) macro115 char clz1[__builtin_clz(1) == BITSIZE(int) - 1 ? 1 : -1];116 char clz2[__builtin_clz(7) == BITSIZE(int) - 3 ? 1 : -1];117 char clz3[__builtin_clz(1 << (BITSIZE(int) - 1)) == 0 ? 1 : -1];119 char clz5[__builtin_clzl(0xFL) == BITSIZE(long) - 4 ? 1 : -1];120 char clz6[__builtin_clzll(0xFFLL) == BITSIZE(long long) - 8 ? 1 : -1];121 char clz7[__builtin_clzs(0x1) == BITSIZE(short) - 1 ? 1 : -1];122 char clz8[__builtin_clzs(0xf) == BITSIZE(short) - 4 ? 1 : -1];123 char clz9[__builtin_clzs(0xfff) == BITSIZE(short) - 12 ? 1 : -1];127 char ctz3[__builtin_ctz(1 << (BITSIZE(int) - 1)) == BITSIZE(int) - 1 ? 1 : -1];[all …]
68 #ifndef BITSIZE69 #define BITSIZE 32 macro1071 r = bbConfig(c, ENDIAN, BITSIZE); in ucl_nrv2b_99_compress()1335 #if ENDIAN == 0 && BITSIZE == 81338 #if ENDIAN == 0 && BITSIZE == 161341 #if ENDIAN == 0 && BITSIZE == 321344 #if ENDIAN == 0 && BITSIZE == 641365 #if BITSIZE <= 32 in Decode()1367 #elif BITSIZE == 64 in Decode()
70 // registers as having BITSIZE bits and displacements as having DISPSIZE bits.82 // BITSIZE, DISPSIZE and LENGTH are the parameters to an associated98 // FORMAT, BITSIZE, DISPSIZE and LENGTH are the parameters to an associated