Home
last modified time | relevance | path

Searched refs:log_table (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/coreboot/src/security/tpm/
H A Dtspi.h58 static inline uint16_t tpm_log_get_size(const void *log_table) in tpm_log_get_size() argument
61 return tpm_cb_log_get_size(log_table); in tpm_log_get_size()
63 return tpm1_log_get_size(log_table); in tpm_log_get_size()
65 return tpm2_log_get_size(log_table); in tpm_log_get_size()
/aosp_15_r20/external/coreboot/src/security/tpm/tspi/
H A Dlogs.h14 uint16_t tpm_cb_log_get_size(const void *log_table);
29 uint16_t tpm1_log_get_size(const void *log_table);
44 uint16_t tpm2_log_get_size(const void *log_table);
H A Dlog.c135 uint16_t tpm_cb_log_get_size(const void *log_table) in tpm_cb_log_get_size() argument
137 const struct tpm_cb_log_table *tclt = log_table; in tpm_cb_log_get_size()
H A Dlog-tpm1.c160 uint16_t tpm1_log_get_size(const void *log_table) in tpm1_log_get_size() argument
162 const struct tpm_1_log_table *tclt = log_table; in tpm1_log_get_size()
H A Dlog-tpm2.c191 uint16_t tpm2_log_get_size(const void *log_table) in tpm2_log_get_size() argument
193 const struct tpm_2_log_table *tclt = log_table; in tpm2_log_get_size()
/aosp_15_r20/external/llvm-libc/src/math/generic/
H A Dlog_range_reduction.h37 log_range_reduction(double m_x, const LogRR &log_table, in log_range_reduction() argument
59 sum = fputil::quick_add(sum, log_table.step_3[idx3]); in log_range_reduction()
73 sum = fputil::quick_add(sum, log_table.step_4[idx4]); in log_range_reduction()
/aosp_15_r20/external/webrtc/modules/audio_processing/ns/
H A Dnoise_estimator.cc23 constexpr std::array<float, 129> log_table = { variable
73 float log_i = log_table[i]; in PreUpdate()