Home
last modified time | relevance | path

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

/frameworks/rs/tests/cpp_api/cpp-globalguard/
Dcompute.cpp35 int tempNumElems = atoi(argv[1]); in main() local
36 if (tempNumElems < 1) { in main()
40 numElems = (uint32_t) tempNumElems; in main()
/frameworks/rs/tests/cpp_api/cppallocation/
Dcompute.cpp12 int tempNumElems = atoi(argv[1]); in main() local
13 if (tempNumElems < 1) { in main()
17 numElems = (uint32_t) tempNumElems; in main()