Home
last modified time | relevance | path

Searched refs:tempS (Results 1 – 2 of 2) sorted by relevance

/openbmc/smbios-mdr/src/
H A Dsystem.cpp131 std::string tempS = in version() local
133 if (std::find_if(tempS.begin(), tempS.end(), in version()
134 [](char ch) { return !isprint(ch); }) != tempS.end()) in version()
150 result = tempS; in version()
/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c152 int16_t tempS; in mipsdsp_sat_add_i16() local
154 tempS = a + b; in mipsdsp_sat_add_i16()
156 if (MIPSDSP_OVERFLOW_ADD(a, b, tempS, 0x8000)) { in mipsdsp_sat_add_i16()
158 tempS = 0x7FFF; in mipsdsp_sat_add_i16()
160 tempS = 0x8000; in mipsdsp_sat_add_i16()
165 return tempS; in mipsdsp_sat_add_i16()