OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__bits
(Results
1 - 25
of
27
) sorted by null
1
2
/bionic/libc/include/
sched.h
98
__CPU_BITTYPE
__bits
[ CPU_SETSIZE / __CPU_BITS ];
member in struct:__anon39
110
(set_)->
__bits
[0] = 0; \
117
(set_)->
__bits
[0] |= __CPU_MASK(__cpu); \
124
(set_)->
__bits
[0] &= ~__CPU_MASK(__cpu); \
131
? ((set_)->
__bits
[0] & __CPU_MASK(__cpu)) != 0 \
136
((set1_)->
__bits
[0] == (set2_)->
__bits
[0])
140
(dst_)->
__bits
[0] = (set1_)->
__bits
[0] op_ (set2_)->
__bits
[0];
[
all
...]
/bionic/libm/include/powerpc/
fenv.h
93
}
__bits
;
member in union:__fpscr
104
__r.
__bits
.__reg &= ~__excepts;
115
*__flagp = __r.
__bits
.__reg & __excepts;
127
__r.
__bits
.__reg &= ~__excepts;
128
__r.
__bits
.__reg |= *__flagp & __excepts;
141
__r.
__bits
.__reg |= __excepts;
152
return (__r.
__bits
.__reg & __excepts);
161
return (__r.
__bits
.__reg & _ROUND_MASK);
172
__r.
__bits
.__reg &= ~_ROUND_MASK;
173
__r.
__bits
.__reg |= __round
[
all
...]
/bionic/libm/powerpc/
fenv.h
93
}
__bits
;
member in union:__fpscr
104
__r.
__bits
.__reg &= ~__excepts;
115
*__flagp = __r.
__bits
.__reg & __excepts;
127
__r.
__bits
.__reg &= ~__excepts;
128
__r.
__bits
.__reg |= *__flagp & __excepts;
141
__r.
__bits
.__reg |= __excepts;
152
return (__r.
__bits
.__reg & __excepts);
161
return (__r.
__bits
.__reg & _ROUND_MASK);
172
__r.
__bits
.__reg &= ~_ROUND_MASK;
173
__r.
__bits
.__reg |= __round
[
all
...]
/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:__anon22874
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:__anon24464
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:__anon25976
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
...]
/bionic/libm/alpha/
fenv.c
57
*envp = r.
__bits
| p.mask;
70
*envp = r.
__bits
| p.mask;
71
r.
__bits
&= ~((fenv_t)FE_ALL_EXCEPT << _FPUSW_SHIFT);
89
r.
__bits
= *envp & ~FE_ALL_EXCEPT;
104
newr.
__bits
= *envp & ~FE_ALL_EXCEPT;
107
feraiseexcept((oldr.
__bits
>> _FPUSW_SHIFT) & FE_ALL_EXCEPT);
fenv.h
64
fenv_t
__bits
;
member in union:__fpcr
80
__r.
__bits
&= ~((fenv_t)__excepts << _FPUSW_SHIFT);
94
*__flagp = (__r.
__bits
>> _FPUSW_SHIFT) & __excepts;
108
__r.
__bits
&= ~__xexcepts;
109
__r.
__bits
|= __xflag & __xexcepts;
138
return ((__r.
__bits
>> _FPUSW_SHIFT) & __excepts);
151
return ((int)(__r.
__bits
>> _ROUND_SHIFT) & _ROUND_MASK);
163
__r.
__bits
&= ~((fenv_t)_ROUND_MASK << _ROUND_SHIFT);
164
__r.
__bits
|= (fenv_t)__round << _ROUND_SHIFT;
/bionic/libm/include/alpha/
fenv.h
64
fenv_t
__bits
;
member in union:__fpcr
80
__r.
__bits
&= ~((fenv_t)__excepts << _FPUSW_SHIFT);
94
*__flagp = (__r.
__bits
>> _FPUSW_SHIFT) & __excepts;
108
__r.
__bits
&= ~__xexcepts;
109
__r.
__bits
|= __xflag & __xexcepts;
138
return ((__r.
__bits
>> _FPUSW_SHIFT) & __excepts);
151
return ((int)(__r.
__bits
>> _ROUND_SHIFT) & _ROUND_MASK);
163
__r.
__bits
&= ~((fenv_t)_ROUND_MASK << _ROUND_SHIFT);
164
__r.
__bits
|= (fenv_t)__round << _ROUND_SHIFT;
/bionic/libc/bionic/
sched_cpucount.c
37
count += __builtin_popcount(set->
__bits
[nn]);
/external/oprofile/daemon/
opd_perfmon.c
53
unsigned long
__bits
[CPU_SETSIZE / __NCPUBITS];
member in struct:__anon10158
57
((cpusetp)->
__bits
[(cpu)/__NCPUBITS] |= (1UL << ((cpu) % __NCPUBITS)))
/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
,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread.a
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libpthread.a
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread.a
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/xen/
libpthread.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread.a
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libgomp.so
libgomp.so.1
libgomp.so.1.0.0
libgomp.a
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.tcc
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
random.tcc
[
all
...]
Completed in 2137 milliseconds
1
2