Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/utils/include/
Dhcs_blob_if.h39 static inline size_t HcsAlignSize(size_t size) in HcsAlignSize() function
74 #define HCS_STRING_LENGTH(str) (HcsIsByteAlign() ? HcsAlignSize(strlen(str) + 1) : (strlen(str) + 1…