Searched refs:__bits (Results 1 – 5 of 5) sorted by relevance
22 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS]; member31 __arr->__bits[__i] = 0; \34 ((cpusetp)->__bits[__CPUELT (cpu)] |= __CPUMASK (cpu))36 ((cpusetp)->__bits[__CPUELT (cpu)] &= ~__CPUMASK (cpu))38 (((cpusetp)->__bits[__CPUELT (cpu)] & __CPUMASK (cpu)) != 0)
116 (long)mask.__bits[0]); in func_nonrt()165 (long)mask.__bits[0]); in func_rt()221 (long)mask.__bits[0]); in func_noise()
133 tst_resm(TINFO, "mask.__bits[0] = %lu ", mask->__bits[0]); in do_test()
538 unsigned int __bits[4]; member
3637 template<class _RealType, size_t __bits, class _URNG>3642 const size_t __b = _Dt < __bits ? _Dt : __bits;