Home
last modified time | relevance | path

Searched refs:value_width (Results 1 – 9 of 9) sorted by relevance

/external/coreboot/src/soc/amd/common/block/psp/
Dpsp_smm_gen2.c16 trig->value_width = SMM_TRIGGER_DWORD; in soc_fill_smm_trig_info()
28 reg->smi_enb.value_width = SMM_TRIGGER_DWORD; in soc_fill_smm_reg_info()
34 reg->eos.value_width = SMM_TRIGGER_DWORD; in soc_fill_smm_reg_info()
41 reg->psp_smi_en.value_width = SMM_TRIGGER_DWORD; in soc_fill_smm_reg_info()
/external/coreboot/src/soc/amd/common/block/include/amdblocks/
Dpsp.h18 uint32_t value_width; /* 0=byte, 1=word, 2=qword */ member
26 uint32_t value_width; /* 0=byte, 1=word, 2=qword */ member
/external/openscreen/platform/base/
Dip_address.cc241 int value_width; in operator <<() local
248 value_width = 0; in operator <<()
255 value_width = 2; in operator <<()
261 out << std::setw(value_width) << static_cast<int>(values[i]); in operator <<()
/external/ethtool/
Dsfc.c3745 size_t name_width, value_width; in column_width() local
3748 value_width = (field->width + 3) >> 2; in column_width()
3750 return name_width > value_width ? name_width : value_width; in column_width()
3755 size_t name_width, value_width; in column_padding() local
3758 value_width = (field->width + 3) >> 2; in column_padding()
3760 return name_width > value_width ? name_width - value_width : 0; in column_padding()
3814 size_t value_width = (field->width + 3) >> 2; in print_simple_table() local
3815 size_t column_count = 72 / (value_width + 1); in print_simple_table()
/external/webrtc/logging/rtc_event_log/events/
Drtc_event_field_encoding.h63 const uint64_t value_width; member
Drtc_event_field_encoding.cc214 base, remaining_values, params.value_width, values_optional); in EncodeField()
Drtc_event_field_encoding_parser.cc333 auto status = ParseNumericFieldInternal(params.value_width, field_type); in ParseField()
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h801 BitWidth value_width) { in Mutate() argument
802 auto fits = static_cast<size_t>(static_cast<size_t>(1U) << value_width) <= in Mutate()
813 BitWidth value_width) { in MutateF() argument
815 return Mutate(dest, static_cast<double>(t), byte_width, value_width); in MutateF()
817 return Mutate(dest, static_cast<float>(t), byte_width, value_width); in MutateF()
/external/chromium-crossbench/crossbench/probes/
Dmetric.py48 value_width = max(0, 1 - stddev_significant_digit)