Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_common.c38 #define SEQ_INTEGER_MAX 0xFFFFFF macro
236 if (integer >= SEQ_INTEGER_MAX) { in GenSeq()
245 seq = (g_uniqueId << SEQ_INTEGER_BITS) | (seq & SEQ_INTEGER_MAX); in GenSeq()

Completed in 2 milliseconds