OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__CPU_BITS
(Results
1 - 20
of
20
) sorted by null
/bionic/libc/include/
sched.h
67
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
68
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/development/ndk/platforms/android-21/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
sched.h
69
#define
__CPU_BITS
(8 * sizeof(__CPU_BITTYPE))
70
#define __CPU_ELT(x) ((x) /
__CPU_BITS
)
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)
Completed in 198 milliseconds