Home
last modified time | relevance | path

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

/external/arm-optimized-routines/test/rtest/
Dmain.c89 for (i = 0; i < nfunctions; i++) { in find_function()
186 for (i = 0; i < nfunctions; i++) { in dofile()
192 if (i == nfunctions) { in dofile()
Dintern.h85 extern const int nfunctions;
Ddotest.c712 const int nfunctions = ( sizeof(functions)/sizeof(*functions) ); variable