Home
last modified time | relevance | path

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

/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/
H A Drandom_helper.h66 uint32_t nextStat = curStat_; in XorShift32() local
67 nextStat ^= nextStat << XORSHITF32_FIRST_STEP_LEFT; in XorShift32()
68 nextStat ^= nextStat >> XORSHITF32_SECOND_STEP_RIGHT; in XorShift32()
69 nextStat ^= nextStat << XORSHITF32_THIRD_STEP_LEFT; in XorShift32()
70 curStat_ = nextStat; in XorShift32()

Completed in 1 milliseconds