Home
last modified time | relevance | path

Searched refs:read_byte (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.2.1/build/demos/wm/wireless-all/src/
Dtest.c38 static int read_byte; variable
68 read_byte = (int)FS_GetFileLength(file); in BeginFileTest()
70 if (read_byte > (int)sizeof(tmp_buf)) in BeginFileTest()
72 read_byte = (int)sizeof(tmp_buf); in BeginFileTest()
74 OS_TPrintf("reading... %d BYTE\n", read_byte); in BeginFileTest()
101 read_time = (int)(((u64)read_byte * 8 * 1000) / milli); in EndFileTest()
334 PrintString(3, 20, PLTT_WHITE, "read done %d BYTE", read_byte); in DrawFrame()
343 PrintString(3, 20, PLTT_WHITE, "reading %d BYTE", read_byte); in DrawFrame()