Home | History | Annotate | Download | only in iotest

Lines Matching refs:repetitions

444     int32_t repetitions;
462 for (repetitions = 0; repetitions < 16; repetitions++) {
481 if (readSize != expectedSize*repetitions) {
482 log_err("Buffer is the wrong size. Got %d Expected %d\n", u_strlen(buffer), expectedSize*repetitions);
484 if (buffer[(expectedSize*repetitions) + 1] != 0xBEEF) {
504 for (repetitions = 0; repetitions < 16; repetitions++) {
526 if (readSize != expectedSize*repetitions) {
527 log_err("Buffer is the wrong size. Got %d Expected %d\n", u_strlen(buffer), expectedSize*repetitions);
529 if (buffer[(expectedSize*repetitions) + 1] != 0xBEEF) {
546 for (repetitions = 0; repetitions < 1; repetitions++) {
576 int32_t repetitions;
579 for (repetitions = 0; repetitions < 2; repetitions++) {
601 int32_t repetitions;
610 for (repetitions = 0; repetitions < 16; repetitions++) {
612 for (nlRepetitions = 0; nlRepetitions < repetitions; nlRepetitions++) {
733 int32_t repetitions;
743 for (repetitions = 0; repetitions < numRepititions; repetitions++) {
763 for (repetitions = 0; ; repetitions++) {
772 log_err("buffers are different at count %d\n", repetitions);
778 if (repetitions != numRepititions) {
779 log_err("got wrong number of lines. got=%d expected=%d\n", repetitions, numRepititions);
797 int32_t repetitions;
808 for (repetitions = 0; repetitions < ((sizeof(buffer)/sizeof(buffer[0]))*2); repetitions++) {
809 fwrite(repetitions ? "1" : "2", 1, 1, stdFile);