/bionic/libc/include/ |
sched.h | 99 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ]; member in struct:__anon91 111 (set_)->__bits[0] = 0; \ 118 (set_)->__bits[0] |= __CPU_MASK(__cpu); \ 125 (set_)->__bits[0] &= ~__CPU_MASK(__cpu); \ 132 ? ((set_)->__bits[0] & __CPU_MASK(__cpu)) != 0 \ 137 ((set1_)->__bits[0] == (set2_)->__bits[0]) 141 (dst_)->__bits[0] = (set1_)->__bits[0] op_ (set2_)->__bits[0]; [all...] |
/bionic/libc/bionic/ |
sched_cpucount.c | 37 count += __builtin_popcount(set->__bits[nn]);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
random_number.h | 107 * @param __bits Number of bits to generate. */ 109 __genrand_bits(int __bits) 111 unsigned long __res = __cache & ((1 << __bits) - 1); 112 __cache = __cache >> __bits; 113 __bits_left -= __bits;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
sched.h | 117 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS]; member in struct:__anon40013 131 __arr->__bits[__i] = 0; \ 138 ? ((cpusetp)->__bits[__CPUELT (__cpu)] |= __CPUMASK (__cpu)) : 0; })) 143 ? ((cpusetp)->__bits[__CPUELT (__cpu)] &= ~__CPUMASK (__cpu)) : 0; })) 148 ? (((cpusetp)->__bits[__CPUELT (__cpu)] & __CPUMASK (__cpu))) != 0 \ 165 if (__arr1->__bits[__i] != __arr2->__bits[__i]) \ 178 __dest->__bits[__i] = __arr1->__bits[__i] op __arr2->__bits[__i]; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sched.h | 117 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS]; member in struct:__anon41603 131 __arr->__bits[__i] = 0; \ 138 ? ((cpusetp)->__bits[__CPUELT (__cpu)] |= __CPUMASK (__cpu)) : 0; })) 143 ? ((cpusetp)->__bits[__CPUELT (__cpu)] &= ~__CPUMASK (__cpu)) : 0; })) 148 ? (((cpusetp)->__bits[__CPUELT (__cpu)] & __CPUMASK (__cpu))) != 0 \ 165 if (__arr1->__bits[__i] != __arr2->__bits[__i]) \ 178 __dest->__bits[__i] = __arr1->__bits[__i] op __arr2->__bits[__i]; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sched.h | 117 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS]; member in struct:__anon43118 131 __arr->__bits[__i] = 0; \ 138 ? ((cpusetp)->__bits[__CPUELT (__cpu)] |= __CPUMASK (__cpu)) : 0; })) 143 ? ((cpusetp)->__bits[__CPUELT (__cpu)] &= ~__CPUMASK (__cpu)) : 0; })) 148 ? (((cpusetp)->__bits[__CPUELT (__cpu)] & __CPUMASK (__cpu))) != 0 \ 165 if (__arr1->__bits[__i] != __arr2->__bits[__i]) \ 178 __dest->__bits[__i] = __arr1->__bits[__i] op __arr2->__bits[__i]; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/ |
inet.h | 83 extern char *inet_net_ntop (int __af, __const void *__cp, int __bits,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
inet.h | 83 extern char *inet_net_ntop (int __af, __const void *__cp, int __bits,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
inet.h | 83 extern char *inet_net_ntop (int __af, __const void *__cp, int __bits,
|
/external/oprofile/daemon/ |
opd_perfmon.c | 53 unsigned long __bits[CPU_SETSIZE / __NCPUBITS]; member in struct:__anon27072 57 ((cpusetp)->__bits[(cpu)/__NCPUBITS] |= (1UL << ((cpu) % __NCPUBITS)))
|
/system/core/adb/ |
adb.c | 1013 D("orig cpu_set[0]=0x%08lx\n", cpu_set.__bits[0]); 1018 D("new cpu_set[0]=0x%08lx\n", cpu_set.__bits[0]); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
random.h | 55 template<typename _RealType, size_t __bits, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
random.h | 55 template<typename _RealType, size_t __bits, [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
random.h | 55 template<typename _RealType, size_t __bits, [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
random.h | 55 template<typename _RealType, size_t __bits, [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
random.h | 55 template<typename _RealType, size_t __bits, [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
random.h | 55 template<typename _RealType, size_t __bits, [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
random.h | 55 template<typename _RealType, size_t __bits, [all...] |