Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/libraries/fs/common/src/
Dfs_overlay.c872 const int length_ntr = (int)(FS_OVERLAY_NTR_TOTAL * sizeof(FSOverlayInfoHeader)); in FS_AttachOverlayTable() local
875 if ((len != length_ntr) && (len != length_ntr + length_twl)) in FS_AttachOverlayTable()
883 … if (!FSi_CompareDigest((const u8 *)SDK_OVERLAYTABLE_DIGEST, buffer_ntr, length_ntr, TRUE)) in FS_AttachOverlayTable()
890 u8 *buffer_twl = buffer_ntr + length_ntr; in FS_AttachOverlayTable()