Home
last modified time | relevance | path

Searched refs:input1 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/tcg/mips/include/
H A Dwrappers_mips64r6.h52 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 Dwrappers_msa.h108 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 Dserial_unittest.cpp66 std::span<uint8_t> input1(dataBytesSplit1); in TEST() local
77 result = channel->consumeIpmiSerialPacket(input1, output); in TEST()
/openbmc/phosphor-pid-control/test/
H A Dpid_zone_unittest.cpp323 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 Dfuzzing.md44 totally fresh start, copy in `tests/fuzz/fd-fuzz-input1.dat`, a sample
/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]));