Home
last modified time | relevance | path

Searched refs:input2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/tcg/mips/include/
H A Dwrappers_mips64r6.h53 const void *input2, \
62 : "r" (input1), "r" (input2), "r" (output) \
86 const void *input2, \
100 : "r" (input1), "r" (input2), "r" (output) \
H A Dwrappers_msa.h109 const void *input2, \
121 : "r" (input1), "r" (input2), "r" (output) \
128 const void *input2, \
140 : "r" (input1), "r" (input2), "r" (output) \
147 const void *input2, \
159 : "r" (input1), "r" (input2), "r" (output) \
/openbmc/phosphor-host-ipmid/transport/serialbridge/test/
H A Dserial_unittest.cpp67 std::span<uint8_t> input2(dataBytesSplit2); in TEST() local
79 result = channel->consumeIpmiSerialPacket(input2, output); in TEST()
/openbmc/phosphor-pid-control/test/
H A Dpid_zone_unittest.cpp324 std::vector<std::string> input2 = {"temp2"}; in TEST_F() local
329 zone->addPidFailSafePercent(input2, values[1]); in TEST_F()
349 std::vector<std::string> input2 = {"temp2"}; in TEST_F() local
354 zone->addPidFailSafePercent(input2, values[1]); in TEST_F()
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch363 +fastfloat_strncasecmp(UC const *input1, UC const *input2, size_t length) {
366 + running_diff |= (char(input1[i]) ^ char(input2[i]));