Home
last modified time | relevance | path

Searched refs:__types (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/locale/
H A Dnextwctype.c80 if (re->__types != NULL) { in nextwctype_l()
82 if (re->__types[wc - re->__min] & wct) in nextwctype_l()
89 if (re->__types != NULL) { in nextwctype_l()
91 if (re->__types[wc - re->__min] & wct) in nextwctype_l()
H A Drune.c148 runetype_ext_len * sizeof(*rr->__types) + frl->variable_len); in _Read_RuneMagi()
198 rr[x].__types = rl->__variable; in _Read_RuneMagi()
199 rl->__variable = rr[x].__types + len; in _Read_RuneMagi()
201 rr[x].__types[len] = types[len]; in _Read_RuneMagi()
203 rr[x].__types = NULL; in _Read_RuneMagi()
H A Drunetype.c62 if (re->__types) in ___runetype_l()
63 return(re->__types[c - re->__min]); in ___runetype_l()
/freebsd/contrib/llvm-project/libcxx/include/__compare/
H A Dcommon_comparison_category.h42 __compute_comp_type(const _ClassifyCompCategory (&__types)[_Size]) { in __type_to_enum()
44 for (auto __type : __types) in __type_to_enum()
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h209 __create_packed_storage(uint64_t& __types, __basic_format_arg_value<_Context>* __values, _Args&... … in __create_packed_storage() argument
215 __types |= static_cast<uint64_t>(__arg.__type_) << __shift; in __create_packed_storage()
218 __types = static_cast<uint64_t>(__arg.__type_); in __create_packed_storage()
H A Dformat_arg.h88 _LIBCPP_HIDE_FROM_ABI constexpr __arg_t __get_packed_type(uint64_t __types, size_t __id) { in __get_packed_type() argument
92 __types >>= __id * __packed_arg_t_bits; in __get_packed_type()
94 return static_cast<__format::__arg_t>(__types & __packed_arg_t_mask); in __get_packed_type()
/freebsd/include/
H A Drunetype.h51 unsigned long *__types; /* Array of types in range */ member