Home
last modified time | relevance | path

Searched refs:Ss (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dconcepts.hpp10 template <typename T, typename... Ss>
11 concept any_but = (... && !std::convertible_to<T, Ss>);
H A Dconversion.hpp372 template <typename... Ts, log_flags... Fs, typename V, typename... Ss>
374 log_flag<Fs...> f, V&& v, Ss&&... ss) in step()
388 if constexpr (sizeof...(Ss) == 0) in step()
401 template <typename... Ts, typename V, typename... Ss>
403 Ss&&... ss) in step()
416 if constexpr (sizeof...(Ss) == 0) in step()
431 template <typename... Ts, not_constexpr_string H, typename... Ss>
432 static void step(std::tuple<Ts...>&&, H, Ss&&...) in step() argument
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dproxy.hpp124 template <typename... Rs, typename... Ss>
125 auto call(context& ctx, sv_ref method, Ss&&... ss) const in call()
131 if constexpr (sizeof...(Ss) > 0) in call()
133 msg.append(std::forward<Ss>(ss)...); in call()
/openbmc/libcper/sections/
H A Dcper-section-ia32x64.c442 json_object_new_uint64(registers->Ss)); in cper_ia32x64_register_32bit_to_ir()
521 json_object_new_int(registers->Ss)); in cper_ia32x64_register_64bit_to_ir()
861 register_state.Ss = (UINT16)json_object_get_uint64( in ir_ia32x64_ia32_registers_to_cper()
946 register_state.Ss = (UINT16)json_object_get_int( in ir_ia32x64_x64_registers_to_cper()
/openbmc/libcper/edk/
H A DCper.h757 UINT16 Ss; member
796 UINT16 Ss; member