Searched refs:__map (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/lib/libc/locale/
H A Drunetype.c65 return(re->__map);
H A Dtoupper.c63 return (re->__map + c - re->__min);
H A Dtolower.c62 return (re->__map + c - re->__min);
H A Dnextwctype.c84 } else if (re->__map & wct)
93 } else if (re->__map & wct)
H A Drune.c193 rr[x].__map = frr[x].map;
194 if (rr[x].__map == 0) {
211 rr[x].__map = frr[x].map;
219 rr[x].__map = frr[x].map;
/freebsd-current/include/
H A Drunetype.h50 __rune_t __map; /* What first maps to in maps */ member in struct:__anon80
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dregs.h9 struct __map { struct
22 const struct __map *map;
H A Dmmio.c27 static const struct __map mt7996_reg_map[] = {

Completed in 187 milliseconds