Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/demos/fs/arc-2/src/
Dmain.c58 extern const int dir_max;
93 const int dir_max = sizeof(dir_list) / sizeof(*dir_list); variable
134 file->prop.dir.parent = (u16)((dir_id != 0) ? dir_list[dir_id].parent : dir_max); in CustomRom_ArchiveProc()
154 if ((cur->obj.dir >= dir_list) && (cur->obj.dir < dir_list + dir_max)) in CustomRom_ArchiveProc()