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

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

Completed in 191 milliseconds