Home
last modified time | relevance | path

Searched refs:__map (Results 1 – 9 of 9) sorted by relevance

/dragonfly/lib/libc/locale/
H A Drune.c196 rr[x].__map = frr[x].map; in _Read_RuneMagi()
197 if (rr[x].__map == 0) { in _Read_RuneMagi()
214 rr[x].__map = frr[x].map; in _Read_RuneMagi()
222 rr[x].__map = frr[x].map; in _Read_RuneMagi()
H A Dnextwctype.c85 } else if (re->__map & wct) in nextwctype_l()
94 } else if (re->__map & wct) in nextwctype_l()
H A Dtolower.c63 return (re->__map + c - re->__min); in ___tolower_l()
H A Dtoupper.c64 return (re->__map + c - re->__min); in ___toupper_l()
H A Drunetype.c66 return(re->__map); in ___runetype_l()
/dragonfly/include/
H A Drunetype.h59 __rune_t __map; /* What first maps to in maps */ member
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dunordered_map.h2098 _S_get_table(unordered_map<_Key, _Val, _Hash2, _Eq2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
2099 { return __map._M_h; } in _GLIBCXX_VISIBILITY()
2102 _S_get_table(unordered_multimap<_Key, _Val, _Hash2, _Eq2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
2103 { return __map._M_h; } in _GLIBCXX_VISIBILITY()
2122 _S_get_table(unordered_map<_Key, _Val, _Hash2, _Eq2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
2123 { return __map._M_h; } in _GLIBCXX_VISIBILITY()
2126 _S_get_table(unordered_multimap<_Key, _Val, _Hash2, _Eq2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
2127 { return __map._M_h; } in _GLIBCXX_VISIBILITY()
H A Dstl_multimap.h1169 _S_get_tree(_GLIBCXX_STD_C::map<_Key, _Val, _Cmp2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
1170 { return __map._M_t; } in _GLIBCXX_VISIBILITY()
1173 _S_get_tree(_GLIBCXX_STD_C::multimap<_Key, _Val, _Cmp2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
1174 { return __map._M_t; } in _GLIBCXX_VISIBILITY()
H A Dstl_map.h1505 _S_get_tree(_GLIBCXX_STD_C::map<_Key, _Val, _Cmp2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
1506 { return __map._M_t; } in _GLIBCXX_VISIBILITY()
1509 _S_get_tree(_GLIBCXX_STD_C::multimap<_Key, _Val, _Cmp2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
1510 { return __map._M_t; } in _GLIBCXX_VISIBILITY()