Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_def_task01.c69 #define NUM_SETS 4 /* How many share values (with same ratio) */ macro
229 if (second_counter >= NUM_SETS) in main()
Dcpuctl_test01.c68 #define NUM_SETS 4 /* How many share values (with same ratio) */ macro
217 if (second_counter >= NUM_SETS) in main()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp6161 static const uint32_t NUM_SETS = 4; in TEST_F() local
6162 VkDescriptorSet descriptorSet[NUM_SETS] = {}; in TEST_F()