Home
last modified time | relevance | path

Searched refs:__packed_arg_t_bits (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg.h78 inline constexpr unsigned __packed_arg_t_bits = 5; variable
82 …constexpr unsigned __packed_types_max = __packed_types_storage_bits / __packed_arg_t_bits;
92 __types >>= __id * __packed_arg_t_bits; in __get_packed_type()
H A Dformat_arg_store.h219 __shift += __packed_arg_t_bits; in __create_packed_storage()