Home
last modified time | relevance | path

Searched defs:_Primes (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h83 struct _Primes in _GLIBCXX_BEGIN_NAMESPACE() struct
85 static const int __n_primes = __ulongsize != 8 ? 256 : 256 + 48; in _GLIBCXX_BEGIN_NAMESPACE()
86 static const unsigned long __primes[256 + 48 + 1]; in _GLIBCXX_BEGIN_NAMESPACE()