Home
last modified time | relevance | path

Searched refs:sstr (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/rx/
H A Dhelper.h26 DEF_HELPER_2(sstr, void, env, i32)
H A Dtranslate.c1690 STRING(sstr); in trans_SSTR()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp402 std::string sstr; in strToBytes() local
407 sstr = str.substr(i * 2, 2); in strToBytes()
408 data[i] = (uint8_t)std::strtol(sstr.c_str(), NULL, 16); in strToBytes()