Home
last modified time | relevance | path

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

/system/extras/tests/bionic/libc/common/
Dtest_cpu_set.c70 int nn, nnMax = CPU_SETSIZE; in test_1() local
81 for (nn = 0; nn < nnMax; nn++) in test_1()
85 for (nn = 0; nn < nnMax; nn++) { in test_1()
89 for (mm = 0; mm < nnMax; mm++) { in test_1()
97 for (nn = 0; nn < nnMax; nn++) { in test_1()
101 for (mm = 0; mm < nnMax; mm++) { in test_1()
107 for (nn = 0; nn < nnMax; nn++) { in test_1()
110 TEST_INT_EQ(CPU_COUNT(set), nnMax-1); in test_1()
111 for (mm = 0; mm < nnMax; mm++) { in test_1()
118 for (nn = nnMax-1; nn >= 0; nn--) { in test_1()
[all …]