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.c70 #define NUM_SETS 4 /* How many share values (with same ratio) */ macro
228 if (second_counter >= NUM_SETS) in main()
Dcpuctl_test01.c69 #define NUM_SETS 4 /* How many share values (with same ratio) */ macro
214 if (second_counter >= NUM_SETS) in main()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp12499 static const uint32_t NUM_SETS = 4; in TEST_F() local
12500 VkDescriptorSet descriptorSet[NUM_SETS] = {}; in TEST_F()