Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/mb/multiboot/src/
Dparent.c50 static u8 entry_max = 15; variable
284 (void)MB_SetParentCommParam(parent_send_size, entry_max); in ParentInit()
295 BgSetMessage(WHITE, "max children : %2d", entry_max); in ParentInit()
432 BgPrintf(DISP_OX, DISP_OY - 2, WHITE, "CH:%2d Max Children:%2d", parent_channel, entry_max); in ParentMain()
440 for (i = 0; i < entry_max; ++i) in ParentMain()
477 for (i = 1; i <= entry_max; i++) in ParentMain()
568 (void)RotateU8(&cursor, 0, (u8)(entry_max - 1), 1); in ParentMain()
572 (void)RotateU8(&cursor, 0, (u8)(entry_max - 1), -1); in ParentMain()
592 entry_max = num; in SetMaxEntry()
598 return entry_max; in GetMaxEntry()
/TwlSDK-5.1.0/build/demos/fs/explorer/src/
Dmain.c54 enum { entry_max = 20 }; enumerator
59 FSDirectoryEntryInfo entry[entry_max];
92 while ((context->entry_count < entry_max) && in CommandLS()