Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Drandom.cc247 device_file = 1, prng = 2, rand_s = 4, getentropy = 8, arc4random = 16, enumerator
286 return device_file; in which_source()
366 which = device_file; in _M_init()
467 if (which & device_file) in _M_init()
627 case device_file: in _M_getentropy()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Drandom.cc163 enum { rand_s, rdseed, rdrand, device_file } which; in _M_init()
176 which = device_file; in _M_init()
197 which = device_file; in _M_init()
272 case device_file: in _M_init()