Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds