Searched refs:CHAR_BIT (Results 1 – 11 of 11) sorted by relevance
52 #define CHAR_BIT 8 /* number of bits in a char */ macro
157 static_assert(sizeof(cpumask_t) * CHAR_BIT >= MAX_CPUS, "cpumask_t bitvector is too small for curre…
49 static_assert(PERFMON_SPEC_MAX_ATTR_COUNT < sizeof(uint64_t) * CHAR_BIT,
47 #define CHAR_BIT 8 /* number of bits in a char */ macro
46 #define CHAR_BIT 8 /* number of bits in a char */ macro
64 static_assert(sizeof(cpumap_t) * CHAR_BIT >= MAX_CPUS, "cpumap_t bitvector is too small for current…
252 return num ? __builtin_clz(num) : sizeof(num) * CHAR_BIT; in clz()
352 static_assert(sizeof(uncore_active_ctrs) * CHAR_BIT >= UNCORE_NCTRS,
1124 …((((x) * STACKSHOT_PLH_SHIFT) < (sizeof(ispl) * CHAR_BIT)) ? ((ptr) >> ((x) * STACKSHOT_PLH_SHIFT)… in stackshot_plh_hash()
316 static_assert(sizeof(wq_thactive_t) * CHAR_BIT - WQ_THACTIVE_QOS_SHIFT >= 3,
9986 portNameNumber = OSNumber::withNumber(portName, CHAR_BIT * sizeof(portName));