| /freebsd/usr.bin/diff/tests/ |
| H A D | diff_test.sh | 31 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 D | simple_u.out | 2 +++ input2
|
| H A D | Makefile | 10 input2.in \
|
| /freebsd/crypto/libecc/src/arithmetic_tests/ |
| H A D | arithmetic_tests.c | 663 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 D | sm3_internal_test.c | 38 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 D | adi,adau1373.yaml | 50 adi,input2-differential: 102 adi,input2-differential;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerArgs.cpp | 42 // %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 D | hash.c | 475 …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 D | crypto.c | 2478 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 D | join.c | 75 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 D | meson-axg-jethome-jethub-j1xx.dtsi | 325 "Input2", "Input1", "", "", "", // 45 - 49
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | xxhash.cpp | 242 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 D | LegalizeVectorTypes.cpp | 2644 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 D | xxhash.h | 3497 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 D | LoongArchISelLowering.cpp | 3489 // | Input1 | | Input2 | | CC | 3516 // | Input1 | | Input2 | | Constant -1 | | Constant 0 | | CC |
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 9189 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 D | ARMISelLowering.cpp | 7623 // This inserts Input2 into Input1 in isVMOVNMask() 7626 // This inserts Input1 into Input2 in isVMOVNMask()
|