Home
last modified time | relevance | path

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

/freebsd/lib/libc/locale/
H A Drune.c193 rr[x].__map = frr[x].map; in _Read_RuneMagi()
194 if (rr[x].__map == 0) { in _Read_RuneMagi()
211 rr[x].__map = frr[x].map; in _Read_RuneMagi()
219 rr[x].__map = frr[x].map; in _Read_RuneMagi()
H A Dnextwctype.c84 } else if (re->__map & wct) in nextwctype_l()
93 } else if (re->__map & wct) in nextwctype_l()
H A Dtoupper.c63 return (re->__map + c - re->__min); in ___toupper_l()
H A Dtolower.c62 return (re->__map + c - re->__min); in ___tolower_l()
H A Drunetype.c65 return(re->__map); in ___runetype_l()
/freebsd/include/
H A Drunetype.h50 __rune_t __map; /* What first maps to in maps */ member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dregs.h9 struct __map { struct
22 const struct __map *map; argument
H A Dmmio.c27 static const struct __map mt7996_reg_map[] = {
/freebsd/contrib/llvm-project/libcxx/include/
H A Ddeque492 using __map = __split_buffer<pointer, __pointer_allocator>;
496 using __map_const_iterator = typename __map::const_iterator;
508 …// - __map: is a `__split_buffer`, see `__split_buffer` for more information on when it is trivial…
513 …__libcpp_is_trivially_relocatable<__map>::value && __libcpp_is_trivially_relocatable<allocator_typ…
521 is_nothrow_move_constructible<typename __map::allocator_type>::value,
585 __map __map_;
599 typename __map::iterator __i = __map_.begin();
600 typename __map::iterator __e = __map_.end();