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

1 2

  /bionic/libc/include/
sched.h 67 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
68 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
70 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
73 __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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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); \

Completed in 93 milliseconds

1 2