Home
last modified time | relevance | path

Searched refs:__leaf (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dcpuid.h255 __get_cpuid (unsigned int __leaf, in __get_cpuid() argument
259 unsigned int __ext = __leaf & 0x80000000; in __get_cpuid()
262 if (__maxlevel == 0 || __maxlevel < __leaf) in __get_cpuid()
265 __cpuid (__leaf, *__eax, *__ebx, *__ecx, *__edx); in __get_cpuid()
272 __get_cpuid_count (unsigned int __leaf, unsigned int __subleaf, in __get_cpuid_count() argument
276 unsigned int __ext = __leaf & 0x80000000; in __get_cpuid_count()
279 if (__maxlevel == 0 || __maxlevel < __leaf) in __get_cpuid_count()
282 __cpuid_count (__leaf, __subleaf, *__eax, *__ebx, *__ecx, *__edx); in __get_cpuid_count()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dropeimpl.h76 switch(__leaf->_M_tag) in _GLIBCXX_VISIBILITY()
81 __x._M_buf_end = __x._M_buf_start + __leaf->_M_size; in _GLIBCXX_VISIBILITY()
88 size_t __leaf_end = __leaf_pos + __leaf->_M_size; in _GLIBCXX_VISIBILITY()
90 _Alloc>*)__leaf)->_M_fn; in _GLIBCXX_VISIBILITY()
853 operator()(const _CharT* __leaf, size_t __n) in _GLIBCXX_VISIBILITY()
855 uninitialized_copy_n(__leaf, __n, _M_buf_ptr); in _GLIBCXX_VISIBILITY()
876 operator()(const _CharT* __leaf, size_t __n) in _GLIBCXX_VISIBILITY()
881 if (__leaf[__i] == _M_pattern) in _GLIBCXX_VISIBILITY()
904 bool operator() (const _CharT* __leaf, size_t __n); in _GLIBCXX_VISIBILITY()
911 operator()(const _CharT* __leaf, size_t __n) in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dropeimpl.h75 switch(__leaf->_M_tag) in _GLIBCXX_VISIBILITY()
80 __x._M_buf_end = __x._M_buf_start + __leaf->_M_size; in _GLIBCXX_VISIBILITY()
87 size_t __leaf_end = __leaf_pos + __leaf->_M_size; in _GLIBCXX_VISIBILITY()
89 _Alloc>*)__leaf)->_M_fn; in _GLIBCXX_VISIBILITY()
852 operator()(const _CharT* __leaf, size_t __n) in _GLIBCXX_VISIBILITY()
854 uninitialized_copy_n(__leaf, __n, _M_buf_ptr); in _GLIBCXX_VISIBILITY()
875 operator()(const _CharT* __leaf, size_t __n) in _GLIBCXX_VISIBILITY()
880 if (__leaf[__i] == _M_pattern) in _GLIBCXX_VISIBILITY()
903 bool operator() (const _CharT* __leaf, size_t __n); in _GLIBCXX_VISIBILITY()
910 operator()(const _CharT* __leaf, size_t __n) in _GLIBCXX_VISIBILITY()
[all …]