Home
last modified time | relevance | path

Searched refs:other_set (Results 1 – 1 of 1) sorted by relevance

/tools/test/graphicsbenchmark/functional_tests/native/
Dcpu_test.cpp68 cpu_set_t other_set; in TEST() local
69 CPU_ZERO(&other_set); in TEST()
70 CPU_SET(cpu, &other_set); in TEST()
71 CPU_OR(&set, &set, &other_set); in TEST()