Searched refs:PrintLine (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/child/src/ |
| D | child.c | 404 PrintLine(3, 16, "read done %d BYTE", ret); in ModeChildFile() 405 PrintLine(3, 17, "%d [bps]/%d [Bps]", bps, bps / 8); in ModeChildFile() 481 PrintLine(3, 11, tmp); in ModeChildOverlay() 491 PrintLine(2, 14, "loading...%8d BYTE", FS_GetFileLength(file)); in ModeChildOverlay() 494 PrintLine(2, 15, "progress %8d / %8d", current, total); in ModeChildOverlay() 502 PrintLine(2, 14, "loading done. %8d BYTE", FS_GetFileLength(file)); in ModeChildOverlay() 503 PrintLine(2, 15, ""); in ModeChildOverlay()
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/common/include/ |
| D | util.h | 173 void PrintLine(int x, int y, const char *text, ...);
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/common/src/ |
| D | util.c | 288 void PrintLine(int x, int y, const char *text, ...) in PrintLine() function
|