Searched refs:input1 (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/tests/tcg/mips/include/ |
| H A D | wrappers_mips64r6.h | 52 static inline void do_mips64r6_##suffix(const void *input1, \ 62 : "r" (input1), "r" (input2), "r" (output) \ 85 static inline void do_mips64r6_##suffix(const void *input1, \ 100 : "r" (input1), "r" (input2), "r" (output) \
|
| H A D | wrappers_msa.h | 108 static inline void do_msa_##suffix(const void *input1, \ 121 : "r" (input1), "r" (input2), "r" (output) \ 127 static inline void do_msa_##suffix(const void *input1, \ 140 : "r" (input1), "r" (input2), "r" (output) \ 146 static inline void do_msa_##suffix(const void *input1, \ 159 : "r" (input1), "r" (input2), "r" (output) \
|
| /openbmc/phosphor-host-ipmid/transport/serialbridge/test/ |
| H A D | serial_unittest.cpp | 66 std::span<uint8_t> input1(dataBytesSplit1); in TEST() local 77 result = channel->consumeIpmiSerialPacket(input1, output); in TEST()
|
| /openbmc/phosphor-pid-control/test/ |
| H A D | pid_zone_unittest.cpp | 323 std::vector<std::string> input1 = {"temp1"}; in TEST_F() local 328 zone->addPidFailSafePercent(input1, values[0]); in TEST_F() 348 std::vector<std::string> input1 = {"temp1"}; in TEST_F() local 353 zone->addPidFailSafePercent(input1, values[0]); in TEST_F()
|
| /openbmc/libpldm/docs/ |
| H A D | fuzzing.md | 44 totally fresh start, copy in `tests/fuzz/fd-fuzz-input1.dat`, a sample
|
| /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]));
|