Searched refs:g_uniqueId (Results 1 – 1 of 1) sorted by relevance
48 static uint64_t g_uniqueId = 0; variable216 g_uniqueId = (g_uniqueId << BYTES_BIT_NUM) | hashId[i]; in UpdateUniqueId()219 g_uniqueId = (g_uniqueId << SEQ_TIME_STAMP_BITS) | (SEQ_TIME_STAMP_MASK & timeStamp); in UpdateUniqueId()234 seq = (g_uniqueId << SEQ_INTEGER_BITS) | (seq & SEQ_INTEGER_MAX); in GenSeq()