Searched refs:input2 (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/tests/tcg/mips/include/ |
| H A D | wrappers_mips64r6.h | 53 const void *input2, \ 62 : "r" (input1), "r" (input2), "r" (output) \ 86 const void *input2, \ 100 : "r" (input1), "r" (input2), "r" (output) \
|
| H A D | wrappers_msa.h | 109 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 D | serial_unittest.cpp | 67 std::span<uint8_t> input2(dataBytesSplit2); in TEST() local 79 result = channel->consumeIpmiSerialPacket(input2, output); in TEST()
|
| /openbmc/phosphor-pid-control/test/ |
| H A D | pid_zone_unittest.cpp | 324 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 D | 0004-fast_float-Add-single-header-library-for-from_char-i.patch | 363 +fastfloat_strncasecmp(UC const *input1, UC const *input2, size_t length) { 366 + running_diff |= (char(input1[i]) ^ char(input2[i]));
|