Home | History | Annotate | Download | only in iotest

Lines Matching refs:how_many

578     int32_t how_many;
589 how_many = u_file_read(buffer, 1024, myFile);
590 if (how_many != 1024 || buffer[1023] != 0xBEEF) {