OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CpuList
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.c
309
}
CpuList
;
312
cpulist_init(
CpuList
* list) {
317
cpulist_and(
CpuList
* list1,
CpuList
* list2) {
322
cpulist_set(
CpuList
* list, int index) {
329
cpulist_count(
CpuList
* list) {
333
/* Parse a textual list of cpus and store the result inside a
CpuList
object.
344
cpulist_parse(
CpuList
* list, const char* line, int line_len)
396
cpulist_read_from(
CpuList
* list, const char* filename)
512
CpuList
cpus_present[1]
[
all
...]
/external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
329
}
CpuList
;
332
cpulist_init(
CpuList
* list) {
337
cpulist_and(
CpuList
* list1,
CpuList
* list2) {
342
cpulist_set(
CpuList
* list, int index) {
349
cpulist_count(
CpuList
* list) {
353
/* Parse a textual list of cpus and store the result inside a
CpuList
object.
364
cpulist_parse(
CpuList
* list, const char* line, int line_len)
416
cpulist_read_from(
CpuList
* list, const char* filename)
629
CpuList
cpus_present[1]
[
all
...]
/ndk/sources/android/cpufeatures/
cpu-features.c
348
}
CpuList
;
351
cpulist_init(
CpuList
* list) {
356
cpulist_and(
CpuList
* list1,
CpuList
* list2) {
361
cpulist_set(
CpuList
* list, int index) {
368
cpulist_count(
CpuList
* list) {
372
/* Parse a textual list of cpus and store the result inside a
CpuList
object.
383
cpulist_parse(
CpuList
* list, const char* line, int line_len)
435
cpulist_read_from(
CpuList
* list, const char* filename)
639
CpuList
cpus_present[1]
[
all
...]
Completed in 4557 milliseconds