Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dsettings.h256 unsigned long long L2_cache_size; member
332 L2_cache_size(256 << 10), in _Settings()
H A Drandom_shuffle.h309 (std::max<_DifferenceType>(1, __n / (__s.L2_cache_size in __parallel_random_shuffle_drs()
442 (std::max<_DifferenceType>(1, __n / (__s.L2_cache_size in __sequential_random_shuffle()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dsettings.h256 unsigned long long L2_cache_size; member
332 L2_cache_size(256 << 10), in _Settings()
H A Drandom_shuffle.h309 (std::max<_DifferenceType>(1, __n / (__s.L2_cache_size in __parallel_random_shuffle_drs()
442 (std::max<_DifferenceType>(1, __n / (__s.L2_cache_size in __sequential_random_shuffle()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Ddriver-rs6000.cc367 l2_sizekb = _system_configuration.L2_cache_size / 1024; in detect_caches_aix()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Ddriver-rs6000.c367 l2_sizekb = _system_configuration.L2_cache_size / 1024; in detect_caches_aix()
/netbsd-src/sys/arch/rs6000/include/
H A Diplcb.h244 int L2_cache_size; /* L2 cache size */ member