OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__bits
(Results
1 - 5
of
5
) sorted by null
/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
...]
/external/oprofile/daemon/
opd_perfmon.c
53
unsigned long
__bits
[CPU_SETSIZE / __NCPUBITS];
member in struct:__anon24356
57
((cpusetp)->
__bits
[(cpu)/__NCPUBITS] |= (1UL << ((cpu) % __NCPUBITS)))
/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:__anon37297
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:__anon38887
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:__anon40402
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
...]
Completed in 77 milliseconds