Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dcpuid.h228 __get_cpuid_max (unsigned int __ext, unsigned int *__sig) in __get_cpuid_max() argument
269 __cpuid (__ext, __eax, __ebx, __ecx, __edx); in __get_cpuid_max()
287 unsigned int __ext = __leaf & 0x80000000; in __get_cpuid() local
288 unsigned int __maxlevel = __get_cpuid_max (__ext, 0); in __get_cpuid()
304 unsigned int __ext = __leaf & 0x80000000; in __get_cpuid_count() local
305 unsigned int __maxlevel = __get_cpuid_max (__ext, 0); in __get_cpuid_count()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcpuid.h243 __get_cpuid_max (unsigned int __ext, unsigned int *__sig) in __get_cpuid_max() argument
284 __cpuid (__ext, __eax, __ebx, __ecx, __edx); in __get_cpuid_max()
302 unsigned int __ext = __leaf & 0x80000000; in __get_cpuid() local
303 unsigned int __maxlevel = __get_cpuid_max (__ext, 0); in __get_cpuid()
319 unsigned int __ext = __leaf & 0x80000000; in __get_cpuid_count() local
320 unsigned int __maxlevel = __get_cpuid_max (__ext, 0); in __get_cpuid_count()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h90 encoding_state(const char* __int, const char* __ext, in _GLIBCXX_VISIBILITY()
92 : _M_int_enc(__int), _M_ext_enc(__ext), _M_in_desc(0), _M_out_desc(0), in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h90 encoding_state(const char* __int, const char* __ext, in _GLIBCXX_VISIBILITY()
92 : _M_int_enc(__int), _M_ext_enc(__ext), _M_in_desc(0), _M_out_desc(0), in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
H A Dhashtable.h333 const _EqualKey& __eql, const _ExtractKey& __ext, in _GLIBCXX_VISIBILITY()
336 _M_get_key(__ext), _M_buckets(__a), _M_num_elements(0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dhashtable.h333 const _EqualKey& __eql, const _ExtractKey& __ext, in _GLIBCXX_VISIBILITY()
336 _M_get_key(__ext), _M_buckets(__a), _M_num_elements(0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfilesystem1909 copy_symlink(const path& __ext, const path& __new, error_code& __ec) noexcept {
1910 __copy_symlink(__ext, __new, &__ec);