Searched refs:minbytes (Results 1 - 1 of 1) sorted by relevance
/system/core/libcutils/tests/memset_mips/ |
H A D | test_memset.c | 82 testone(char *tag, void (*fn)(), int trials, int minbytes, int maxbytes, int size, int threshold) argument 96 n = minbytes + (rand() % (maxbytes-minbytes)); /* How many bytes to do */ 188 int minbytes, maxbytes; member in struct:__anon167 225 sprintf(tag, "%10s: %7s %4d-%4d", fp->name, pp->type, pp->minbytes, pp->maxbytes); 229 testone(tag, fp->fn, pp->trials, pp->minbytes, pp->maxbytes, fp->size, threshold);
|
Completed in 66 milliseconds