Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/fs/common/src/
Dfs_overlay.c714 const u32 region_bottom = region_top + FS_GetOverlayTotalSize(p_ovi); in FS_EndOverlay() local
726 if (((obj == 0) && (dtor >= region_top) && (dtor < region_bottom)) || in FS_EndOverlay()
727 ((obj >= region_top) && (obj < region_bottom))) in FS_EndOverlay()