Home
last modified time | relevance | path

Searched defs:dValue (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp139 const double* dValue = entry->get_ptr<const double*>(); in operator ()() local
/openbmc/openpower-proc-control/extensions/phal/
H A Dphal_error.cpp989 static inline uint8_t getLogLevelFromEnv(const char* env, const uint8_t dValue) in getLogLevelFromEnv()