Home
last modified time | relevance | path

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

/freebsd-14.2/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.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-14.2/include/
H A Drunetype.h52 __rune_t __map; /* What first maps to in maps */ member
/freebsd-14.2/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-14.2/contrib/llvm-project/libcxx/include/
H A Ddeque467 using __map = __split_buffer<pointer, __pointer_allocator>;
471 using __map_const_iterator = typename __map::const_iterator;
489 is_nothrow_move_constructible<typename __map::allocator_type>::value,
553 __map __map_;
567 typename __map::iterator __i = __map_.begin();
568 typename __map::iterator __e = __map_.end();