Searched refs:HIGV_CONTROL_PAGENUM (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/ |
H A D | listbox.c | 26 #define HIGV_CONTROL_PAGENUM 10 macro 72 HI_U32 strSet[HIGV_CONTROL_PAGENUM] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in LISTBOX_WIN_Onshow() 88 for (index = 0; index < HIGV_CONTROL_PAGENUM; index++) { in LISTBOX_WIN_Onshow()
|
H A D | app.c | 34 #define HIGV_CONTROL_PAGENUM 10 // 10 the maximum number of characters to read at one time macro 244 while (fgets(cmd, HIGV_CONTROL_PAGENUM, stdin) != 0) { in app_main()
|
Completed in 2 milliseconds