/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/ |
cpumask.h | 55 #define cpulist_parse(buf, dst) __cpulist_parse((buf), &(dst), NR_CPUS) macro
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/ |
cpumask.h | 55 #define cpulist_parse(buf, dst) __cpulist_parse((buf), &(dst), NR_CPUS) macro
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/ |
cpumask.h | 55 #define cpulist_parse(buf, dst) __cpulist_parse((buf), &(dst), NR_CPUS) macro
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/ |
cpumask.h | 55 #define cpulist_parse(buf, dst) __cpulist_parse((buf), &(dst), NR_CPUS) macro
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/ |
cpumask.h | 55 #define cpulist_parse(buf, dst) __cpulist_parse((buf), &(dst), NR_CPUS) macro
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/ |
cpumask.h | 55 #define cpulist_parse(buf, dst) __cpulist_parse((buf), &(dst), NR_CPUS) macro
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ |
cpumask.h | 55 #define cpulist_parse(buf, dst) __cpulist_parse((buf), &(dst), NR_CPUS) macro
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
cpumask.h | 55 #define cpulist_parse(buf, dst) __cpulist_parse((buf), &(dst), NR_CPUS) macro
|
/external/kernel-headers/original/linux/ |
cpumask.h | 13 * For details of cpulist_scnprintf() and cpulist_parse(), see 54 * int cpulist_parse(buf, map) Parse ascii string as cpulist 292 #define cpulist_parse(buf, dst) __cpulist_parse((buf), &(dst), NR_CPUS) macro
|
/ndk/sources/android/cpufeatures/ |
cpu-features.c | 343 cpulist_parse(CpuList* list, const char* line, int line_len) function 408 cpulist_parse(list, file, filelen);
|