Home
last modified time | relevance | path

Searched refs:__type (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dparser_std_format_spec.h198 enum class __type : uint8_t { enum
221 _LIBCPP_HIDE_FROM_ABI inline constexpr uint32_t __create_type_mask(__type __t) { in __create_type_mask()
233 __create_type_mask(__type::__binary_lower_case) | //
234 __create_type_mask(__type::__binary_upper_case) | //
235 __create_type_mask(__type::__decimal) | //
236 __create_type_mask(__type::__octal) | //
237 __create_type_mask(__type::__hexadecimal_lower_case) | //
238 __create_type_mask(__type::__hexadecimal_upper_case);
245 __type __type_;
529 __type __type_{__type::__default};
[all …]
H A Dformatter_bool.h48 case __format_spec::__type::__default:
49 case __format_spec::__type::__string:
52 case __format_spec::__type::__binary_lower_case:
53 case __format_spec::__type::__binary_upper_case:
54 case __format_spec::__type::__octal:
55 case __format_spec::__type::__decimal:
56 case __format_spec::__type::__hexadecimal_lower_case:
57 case __format_spec::__type::__hexadecimal_upper_case:
H A Dformatter_floating_point.h455 __format_spec::__type __type) {
457 switch (__type) {
458 case __format_spec::__type::__default:
464 case __format_spec::__type::__hexfloat_lower_case:
468 case __format_spec::__type::__hexfloat_upper_case:
472 case __format_spec::__type::__scientific_lower_case:
475 case __format_spec::__type::__scientific_upper_case:
478 case __format_spec::__type::__fixed_lower_case:
479 case __format_spec::__type::__fixed_upper_case:
482 case __format_spec::__type::__general_lower_case:
[all …]
H A Drange_formatter.h100 if (__parser_.__type_ != __format_spec::__type::__default) { in parse()
105 if (__parser_.__type_ == __format_spec::__type::__string) in parse()
110 if (__parser_.__type_ == __format_spec::__type::__string) in parse()
158 case __format_spec::__type::__string: in __format_range()
159 case __format_spec::__type::__debug: in __format_range()
160 return __format_as_string(__range, __ctx, __specs.__std_.__type_ == __format_spec::__type::__debug); in __format_range()
226 __parser_.__type_ = __format_spec::__type::__string; in __parse_type()
237 __parser_.__type_ = __format_spec::__type::__debug; in __parse_type()
H A Dformatter_char.h45 …if (__parser_.__type_ == __format_spec::__type::__default || __parser_.__type_ == __format_spec::_… in format()
49 if (__parser_.__type_ == __format_spec::__type::__debug) in format()
71 …_FROM_ABI constexpr void set_debug_format() { __parser_.__type_ = __format_spec::__type::__debug; } in set_debug_format()
H A Dformatter_integral.h263 if (__specs.__std_.__type_ == __format_spec::__type::__hexadecimal_upper_case) { in __write_using_decimal_separators()
337 if (__specs.__std_.__type_ != __format_spec::__type::__hexadecimal_upper_case) [[likely]] in __format_integer()
350 case __format_spec::__type::__binary_lower_case: {
354 case __format_spec::__type::__binary_upper_case: {
358 case __format_spec::__type::__octal: {
364 case __format_spec::__type::__default:
365 case __format_spec::__type::__decimal: {
370 case __format_spec::__type::__hexadecimal_lower_case: {
374 case __format_spec::__type::__hexadecimal_upper_case: {
H A Dformatter_pointer.h46 __specs.__std_.__type_ == __format_spec::__type::__pointer_upper_case in format()
47 ? __format_spec::__type::__hexadecimal_upper_case in format()
48 : __format_spec::__type::__hexadecimal_lower_case; in format()
H A Dformatter_string.h45 if (__parser_.__type_ == __format_spec::__type::__debug) in format()
53 …_FROM_ABI constexpr void set_debug_format() { __parser_.__type_ = __format_spec::__type::__debug; } in set_debug_format()
70 if (_Base::__parser_.__type_ == __format_spec::__type::__debug)
H A Dformat_functions.h162 auto __validate_type = [](__arg_t __type) { in __compile_time_validate_argument()
169 switch (__type) { in __compile_time_validate_argument()
196 __arg_t __type) { in __compile_time_visit_format_arg() argument
197 switch (__type) { in __compile_time_visit_format_arg()
268 __arg_t __type = __ctx.arg(__r.__value); in __handle_replacement_field() local
269 if (__type == __arg_t::__none) in __handle_replacement_field()
271 else if (__type == __arg_t::__handle) in __handle_replacement_field()
274 __format::__compile_time_visit_format_arg(__parse_ctx, __ctx, __type); in __handle_replacement_field()
H A Dformatter_integer.h46 if (__specs.__std_.__type_ == __format_spec::__type::__char) in format()
H A Dformat_arg.h350 _LIBCPP_HIDE_FROM_ABI explicit basic_format_arg(__format::__arg_t __type, in basic_format_arg() argument
352 : __value_(__value), __type_(__type) {} in basic_format_arg()
/freebsd/usr.sbin/bsdconfig/share/
H A Dgeom.subr254 local __name="$1" __type="${2:-$GEOM_CLASS_ANY}" __var_to_set="$3"
260 if [ "$__type" != "$GEOM_CLASS_ANY" -a \
261 "$__type" != "$__class_name" ]
308 local __prop="$1" __find="$2" __type="$3" __var_to_set="$4"
319 case "$__type" in
321 class|GEOM_CLASS) __type=class ;;
322 geom|GEOM_GEOM) __type=geom ;;
323 consumer|GEOM_CONSUMER) __type=consumer ;;
324 provider|GEOM_PROVIDER) __type=provider ;;
333 if [ "${__type:-class}" = "class" ]; then
[all …]
H A Ddevice.subr134 local __type="$5" __enabled="$6" __init_func="$7" __get_func="$8"
144 if f_device_find -1 "$__name" "$__type" __device; then
155 $__device set type "$__type"
795 local __type="$1" __name="$2" __var_to_set="$3"
821 [ "$__type" = "$DEVICE_TYPE_ANY" ] && __type=
828 [ "${__type:-$__dev_type}" = "$__dev_type" ] || continue
888 local __name="$1" __type="$2" __var_to_set="$3"
893 [ "$__type" = "$DEVICE_TYPE_ANY" ] && type=
920 debug= f_device_catalog_get "$__type" "$__name" __catalog_struct
927 case "$__type" in
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c172 enum pid_type __type; local
173 if (dequeue_signal(current, &set, &__info, &__type) != 0) {
175 enum pid_type __type;
176 if (dequeue_signal(&set, &__info, &__type) != 0) {
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dinvpcidintrin.h19 _invpcid(unsigned int __type, void *__descriptor) { in _invpcid() argument
20 __builtin_ia32_invpcid(__type, __descriptor); in _invpcid()
H A Dptrauth.h225 #define ptrauth_type_discriminator(__type) \ argument
226 __builtin_ptrauth_type_discriminator(__type)
315 #define ptrauth_type_discriminator(__type) ((ptrauth_extra_data_t)0) argument
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dcommon_reference.h51 using __common_ref_t = typename __common_ref<_Xp, _Yp>::__type;
64 using __type = __cv_cond_res<_Xp, _Yp>;
81 using __type = __common_ref_C<_Xp, _Yp>;
97 using __type = __common_ref_D<_Xp, _Yp>;
/freebsd/contrib/llvm-project/libcxx/include/__compare/
H A Dcommon_comparison_category.h44 for (auto __type : __types) in __type_to_enum()
45 ++__seen[__type]; in __type_to_enum()
52 for (auto __type : __types) __compute_comp_type() local
/freebsd/sys/sys/
H A Ddevctl.h18 const char *__type, const char *__data);
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dformatter.h66 __specs.__std_.__type_ = __format_spec::__type::__hexadecimal_lower_case;
/freebsd/sys/contrib/dev/rtw89/
H A Ddebug.c1200 #define DLE_DFI_DUMP(__type, __target, __sel) \ in rtw89_debug_mac_dump_dle_dbg() argument
1203 u32 __reg_ctrl = R_AX_##__type##_DBG_FUN_INTF_CTL; \ in rtw89_debug_mac_dump_dle_dbg()
1204 u32 __reg_data = R_AX_##__type##_DBG_FUN_INTF_DATA; \ in rtw89_debug_mac_dump_dle_dbg()
1208 __ctrl = FIELD_PREP(B_AX_##__type##_DFI_TRGSEL_MASK, \ in rtw89_debug_mac_dump_dle_dbg()
1210 FIELD_PREP(B_AX_##__type##_DFI_ADDR_MASK, __sel) | \ in rtw89_debug_mac_dump_dle_dbg()
1214 !(__val32 & B_AX_##__type##_DFI_ACTIVE), \ in rtw89_debug_mac_dump_dle_dbg()
1219 #__type, #__target, __sel); \ in rtw89_debug_mac_dump_dle_dbg()
1227 #define DLE_DFI_FREE_PAGE_DUMP(__m, __type) \ in rtw89_debug_mac_dump_dle_dbg() argument
1232 __freepg = DLE_DFI_DUMP(__type, FREEPG, 0); \ in rtw89_debug_mac_dump_dle_dbg()
1233 __pubpg = DLE_DFI_DUMP(__type, FREEPG, 1); \ in rtw89_debug_mac_dump_dle_dbg()
[all …]
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dindex.subr87 local __type __data __site
88 device_media get type __type
90 case "$__type" in
/freebsd/sys/dev/hptrr/
H A Dldm.h285 HPT_U8 __type; member
/freebsd/sys/dev/hpt27xx/
H A Dldm.h291 HPT_U8 __type; member
/freebsd/sys/dev/hptnr/
H A Dldm.h290 HPT_U8 __type; member

12