HomeSort by relevance Sort by last modified time
    Searched defs:__CPU_BITTYPE (Results 1 - 20 of 20) sorted by null

  /bionic/libc/include/
sched.h 66 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
67 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
69 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
72 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
95 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
136 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
137 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
138 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /development/ndk/platforms/android-21/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
138 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
139 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
140 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \

Completed in 2074 milliseconds