Searched refs:__oldstate (Results 1 – 1 of 1) sorted by relevance
44 uint_fast64_t __oldstate = __state_; in operator() local45 __state_ = __oldstate * 6364136223846793005ULL + __inc_; in operator()46 return __oldstate >> 32; in operator()