Home
last modified time | relevance | path

Searched full:input2 (Results 1 – 17 of 17) sorted by relevance

/freebsd/usr.bin/diff/tests/
H A Ddiff_test.sh31 diff "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in"
34 diff -e "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in"
37 diff -u -L input1 -L input2 "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in"
40 diff -n "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in"
42 …atf_check -o inline:"Files $(atf_get_srcdir)/input1.in and $(atf_get_srcdir)/input2.in differ\n" -…
43 diff -q "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in"
H A Dsimple_u.out2 +++ input2
H A DMakefile10 input2.in \
/freebsd/crypto/libecc/src/arithmetic_tests/
H A Darithmetic_tests.c663 SET_PARAMETER_PRETTY_NAME(3, "input1", "input2", "output"), NO_RET, 3,
666 SET_PARAMETER_PRETTY_NAME(3, "input1", "input2", "output"), NO_RET, 3,
669 SET_PARAMETER_PRETTY_NAME(3, "input1", "input2", "output"), NO_RET, 3,
677 SET_PARAMETER_PRETTY_NAME(3, "input1", "input2", "output"),
681 SET_PARAMETER_PRETTY_NAME(3, "input1", "input2", "output"),
695 SET_PARAMETER_PRETTY_NAME(4, "input1", "input2", "modulo", "output"),
699 SET_PARAMETER_PRETTY_NAME(4, "input1", "input2", "modulo", "output"),
711 SET_PARAMETER_PRETTY_NAME(4, "input1", "input2", "modulo", "output"),
722 SET_PARAMETER_PRETTY_NAME(3, "output1", "input1", "input2"),
731 SET_PARAMETER_PRETTY_NAME(4, "quotient", "remainder", "input1", "input2"),
[all …]
/freebsd/crypto/openssl/test/
H A Dsm3_internal_test.c38 static const unsigned char input2[] = { in test_sm3() local
69 || !TEST_true(ossl_sm3_update(&ctx2, input2, sizeof(input2))) in test_sm3()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dadi,adau1373.yaml50 adi,input2-differential:
102 adi,input2-differential;
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp42 // %input2 = addrspacecast float* %input to float addrspace(1)*
43 // %input3 = addrspacecast float addrspace(1)* %input2 to float*
51 // %input2 = addrspacecast float* %input to float addrspace(1)*
52 // %v = load float, float addrspace(1)* %input2, align 4
101 // %input2 = addrspacecast ptr %input to ptr addrspace(101)
102 // %input3 = load %struct.s, ptr addrspace(101) %input2, align 4
/freebsd/crypto/libecc/src/examples/hash/
H A Dhash.c475 …const u8 input2[] = "\x54\x68\x69\x73\x20\x69\x73\x20\x6D\x65\x73\x73\x61\x67\x65\x2C\x20\x6C\x65\… in main() local
492 ret = gen_hash_hfunc(input2, sizeof(input2)-1, output, HASH_GOST34_11_94_NORM); EG(ret, err); in main()
/freebsd/crypto/heimdal/lib/krb5/
H A Dcrypto.c2478 krb5_data input2; in krb5_crypto_prfplus() local
2482 krb5_data_zero(&input2); in krb5_crypto_prfplus()
2489 ret = krb5_data_alloc(&input2, input->length + 1); in krb5_crypto_prfplus()
2494 memcpy(((unsigned char *)input2.data) + 1, input->data, input->length); in krb5_crypto_prfplus()
2501 ((unsigned char *)input2.data)[0] = i++; in krb5_crypto_prfplus()
2503 ret = krb5_crypto_prf(context, crypto, &input2, &block); in krb5_crypto_prfplus()
2519 krb5_data_free(&input2); in krb5_crypto_prfplus()
/freebsd/usr.bin/join/
H A Djoin.c75 input2 = { NULL, 0, 0, 2, NULL, 0, 0, 0, 0 }; variable
115 F2 = &input2; in main()
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-axg-jethome-jethub-j1xx.dtsi325 "Input2", "Input1", "", "", "", // 45 - 49
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp242 const uint32_t input2 = endian::read32le(input + len - 4); in XXH3_len_4to8_64b() local
245 const uint64_t input64 = (uint64_t)input2 | ((uint64_t)input1 << 32); in XXH3_len_4to8_64b()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2644 SDValue &Input2, in SplitVecRes_VECTOR_SHUFFLE()
2647 Input2->getOpcode() == ISD::BUILD_VECTOR && in SplitVecRes_VECTOR_SHUFFLE()
2656 Ops[I] = Input2.getOperand(Idx - NewElts); in SplitVecRes_VECTOR_SHUFFLE()
2641 __anon75d1774a0302(SDValue &Input1, SDValue &Input2, ArrayRef<int> Mask) SplitVecRes_VECTOR_SHUFFLE() argument
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h3497 xxh_u32 const input2 = XXH_readLE32(input + len - 4); in XXH3_len_4to8_64b() local
3499 xxh_u64 const input64 = input2 + (((xxh_u64)input1) << 32); in XXH3_len_4to8_64b()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3489 // | Input1 | | Input2 | | CC |
3516 // | Input1 | | Input2 | | Constant -1 | | Constant 0 | | CC |
/freebsd/share/misc/
H A Dpci_vendors9189 aa02 1462 Spectra8 CardA Input2
9197 aa06 1466 Spectra8 CardB Input2
9205 aa0a 146a Spectra8 CardC Input2
9213 aa0e 146e Spectra8 CardD Input2
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7623 // This inserts Input2 into Input1 in isVMOVNMask()
7626 // This inserts Input1 into Input2 in isVMOVNMask()