Searched defs:SO_CONT_HASH_AND_PAD_SIZE (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
H A DmcContainer.h223 #define SO_CONT_HASH_AND_PAD_SIZE(contTotalSize, contCoSize) ( \ macro
228 #define SO_CONT_HASH_AND_PAD_SIZE(contTotalSize, contCoSize) ( \ macro
242 uint8_t hashAndPad[SO_CONT_HASH_AND_PAD_SIZE(sizeof(mcSocCont_t), sizeof(mcCoSocCont_t))];
249 uint8_t hashAndPad[SO_CONT_HASH_AND_PAD_SIZE(sizeof(mcRootCont_t), sizeof(mcCoRootCont_t))];
256 uint8_t hashAndPad[SO_CONT_HASH_AND_PAD_SIZE(sizeof(mcSpCont_t), sizeof(mcCoSpCont_t))];
263 uint8_t hashAndPad[SO_CONT_HASH_AND_PAD_SIZE(sizeof(mcTltCont_t), sizeof(mcCoTltCont_t))];
270 uint8_t hashAndPad[SO_CONT_HASH_AND_PAD_SIZE(sizeof(mcDataCont_t), sizeof(mcCoDataCont_t))];

Completed in 72 milliseconds