Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_common.h82 #define INT32_MASK 0xFFFFFFFF macro
94 #define TO_INT32(value) ((int32_t)(((uint32_t)(value)) & INT32_MASK))
95 #define TO_UINT32(value) ((uint32_t)(((uint32_t)(value)) & INT32_MASK))