Home
last modified time | relevance | path

Searched defs:in2 (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/hw/hyperv/
H A Dhv-balloon-internal.h18 #define SUM_OVERFLOW_U64(in1, in2) ((in1) > UINT64_MAX - (in2)) argument
19 #define SUM_SATURATE_U64(in1, in2) \ argument
/openbmc/linux/arch/ia64/lib/
H A Dip_fast_csum.S30 #define in2 r34 macro
H A Dmemcpy_mck.S73 #define in2 r34 macro
/openbmc/qemu/crypto/
H A Dafsplit.c33 const uint8_t *in2, in qcrypto_afsplit_xor()
H A Dakcipher.c78 const void *in2, size_t in2_len, Error **errp) in qcrypto_akcipher_verify()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_skeleton.c17 long long in2 = -1; variable
/openbmc/linux/security/keys/
H A Dkeyctl_pkey.c294 void *in, *in2; in keyctl_pkey_verify() local
/openbmc/qemu/target/hppa/
H A Dtranslate.c754 TCGv_i64 in2, TCGv_i64 sv) in do_sub_cond()
899 TCGv_i64 in1, TCGv_i64 in2) in do_unit_cond()
987 TCGv_i64 in1, TCGv_i64 in2) in do_add_sv()
1001 TCGv_i64 in1, TCGv_i64 in2) in do_sub_sv()
1014 TCGv_i64 in2, unsigned shift, bool is_l, in do_add()
1114 TCGv_i64 in2, bool is_tsv, bool is_b, in do_sub()
1206 TCGv_i64 in2, unsigned cf, bool d) in do_cmpclr()
1233 TCGv_i64 in2, unsigned cf, bool d, in do_log()
2728 TCGv_i64 dest, add1, add2, addc, in1, in2; in trans_ds() local
3232 TCGv_i64 dest, in2, sv; in do_cmpb() local
[all …]
/openbmc/linux/crypto/
H A Dansi_cprng.c68 static void xor_vectors(unsigned char *in1, unsigned char *in2, in xor_vectors()
/openbmc/linux/crypto/asymmetric_keys/
H A Dasymmetric_type.c595 const void *in, const void *in2) in asymmetric_key_verify_signature()
/openbmc/libpldm/tests/dsp/
H A Dpdr.cpp391 std::array<uint32_t, 10> in2{1000, 3450, 30, 60, 890, in TEST() local
465 std::array<uint32_t, 10> in2{1000, 3450, 30, 60, 890, in TEST() local
/openbmc/linux/drivers/thunderbolt/
H A Dtest.c1606 struct tb_port *in1, *in2, *in3, *out1, *out2, *out3; in tb_test_tunnel_3dp() local
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c1062 TCGv_i64 out, out2, in1, in2; member