Home | History | Annotate | Download | only in iotest

Lines Matching defs:repetitions

438     int32_t repetitions;
456 for (repetitions = 0; repetitions < 16; repetitions++) {
475 if (readSize != expectedSize*repetitions) {
476 log_err("Buffer is the wrong size. Got %d Expected %d\n", u_strlen(buffer), expectedSize*repetitions);
478 if (buffer[(expectedSize*repetitions) + 1] != 0xBEEF) {
498 for (repetitions = 0; repetitions < 16; repetitions++) {
520 if (readSize != expectedSize*repetitions) {
521 log_err("Buffer is the wrong size. Got %d Expected %d\n", u_strlen(buffer), expectedSize*repetitions);
523 if (buffer[(expectedSize*repetitions) + 1] != 0xBEEF) {
540 for (repetitions = 0; repetitions < 1; repetitions++) {
570 int32_t repetitions;
573 for (repetitions = 0; repetitions < 2; repetitions++) {
595 int32_t repetitions;
604 for (repetitions = 0; repetitions < 16; repetitions++) {
606 for (nlRepetitions = 0; nlRepetitions < repetitions; nlRepetitions++) {
727 int32_t repetitions;
737 for (repetitions = 0; repetitions < numRepititions; repetitions++) {
757 for (repetitions = 0; ; repetitions++) {
766 log_err("buffers are different at count %d\n", repetitions);
772 if (repetitions != numRepititions) {
773 log_err("got wrong number of lines. got=%d expected=%d\n", repetitions, numRepititions);
791 int32_t repetitions;
802 for (repetitions = 0; repetitions < ((sizeof(buffer)/sizeof(buffer[0]))*2); repetitions++) {
803 fwrite(repetitions ? "1" : "2", 1, 1, stdFile);