Searched refs:DOUBLE_TIMES (Results 1 – 1 of 1) sorted by relevance
92 constexpr int32_t DOUBLE_TIMES = 2; in GetDeviceIdByUUID() local96 hash[i * DOUBLE_TIMES] = hexCode[(value >> WIDTH) & MASK]; in GetDeviceIdByUUID()97 hash[i * DOUBLE_TIMES + 1] = hexCode[value & MASK]; in GetDeviceIdByUUID()99 hash[SHA256_DIGEST_LENGTH * DOUBLE_TIMES] = 0; in GetDeviceIdByUUID()