Searched refs:NVS_XDR_HDR_LEN (Results 1 – 1 of 1) sorted by relevance
3219 #define NVS_XDR_HDR_LEN ((size_t)(5 * 4)) macro3220 #define NVS_XDR_DATA_LEN(y) (((size_t)(y) <= NVS_XDR_HDR_LEN) ? \3221 0 : ((size_t)(y) - NVS_XDR_HDR_LEN))