Searched refs:idx (Results 1 – 1 of 1) sorted by relevance
/stdio-common/ |
A D | tst-rndseek.c | 25 int idx = random () % (sizeof (tempdata) - 2); in fp_test() local 29 if (fseek (fp, idx, SEEK_SET) != 0) in fp_test() 37 ch2 = tempdata[idx]; in fp_test() 41 name, rounds, idx, ch1, ch2); in fp_test() 47 ch2 = tempdata[idx + 1]; in fp_test() 51 name, rounds, idx + 1, ch1, ch2); in fp_test()
|
Completed in 3 milliseconds