Home
last modified time | relevance | path

Searched refs:__bits (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsched.h122 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS]; member
136 __arr->__bits[__i] = 0; \
143 ? ((cpusetp)->__bits[__CPUELT (__cpu)] |= __CPUMASK (__cpu)) : 0; }))
148 ? ((cpusetp)->__bits[__CPUELT (__cpu)] &= ~__CPUMASK (__cpu)) : 0; }))
153 ? (((cpusetp)->__bits[__CPUELT (__cpu)] & __CPUMASK (__cpu))) != 0 \
170 if (__arr1->__bits[__i] != __arr2->__bits[__i]) \
183 __dest->__bits[__i] = __arr1->__bits[__i] op __arr2->__bits[__i]; \
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/arpa/
H A Dinet.h83 extern char *inet_net_ntop (int __af, __const void *__cp, int __bits,