Home | History | Annotate | Download | only in iotest

Lines Matching refs:how_many

569     int32_t how_many;
580 how_many = u_file_read(buffer, 1024, myFile);
581 if (how_many != 1024 || buffer[1023] != 0xBEEF) {