Home
last modified time | relevance | path

Searched refs:__oldstate (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__algorithm/ !
H A Dshuffle.h44 uint_fast64_t __oldstate = __state_; in operator() local
45 __state_ = __oldstate * 6364136223846793005ULL + __inc_; in operator()
46 return __oldstate >> 32; in operator()