| /third_party/ffmpeg/libavfilter/dnn/ |
| H A D | dnn_backend_native_layer_mathbinary.c | 69 const DnnOperand *input1 = &operands[input_operand_indexes[1]]; in math_binary_commutative() local 93 const DnnOperand *input1 = &operands[input_operand_indexes[1]]; in math_binary_not_commutative() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
| H A D | math_data_test.h | 49 double input1; member 55 float input1; member 61 double input1; member 67 float input1; member 97 double input1; member 104 float input1; member 111 double input1; member 118 float input1; member
|
| /base/security/crypto_framework/test/unittest/src/ |
| H A D | crypto_rsa_verify_test.cpp | 746 HcfBlob input1 = {.data = plan1, .len = strlen((char *)plan1)}; in HWTEST_F() local
|
| H A D | crypto_rsa_cipher_test.cpp | 1095 HcfBlob input1 = {.data = (uint8_t *)plan1, .len = strlen((char *)plan1)}; in HWTEST_F() local 1144 HcfBlob input1 = {.data = (uint8_t *)plan1, .len = strlen((char *)plan1)}; in HWTEST_F() local 1188 HcfBlob input1 = {.data = (uint8_t *)plan1, .len = strlen((char *)plan1)}; in HWTEST_F() local
|
| /foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/ |
| H A D | nn_compiler_test.cpp | 124 OH_NN_Tensor input1 = {OH_NN_FLOAT32, 4, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
| H A D | types_util_test.cpp | 125 uint32_t input1 = 10; in HWTEST_F() local
|
| /test/xts/acts/ai/nncore/common/ |
| H A D | nncore_utils.h | 80 OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, TENSOR_SHAPE, inputValue1, ADD_DATA_LENGTH}; member 99 OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, {-1, -1, -1, -1}, inputValue1, ADD_DATA_LENGTH}; member
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | vp8_idct_msa.c | 50 v8i16 input0, input1; in ff_vp8_idct_add_msa() local 107 v8i16 input0, input1; in ff_vp8_luma_dc_wht_msa() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/ |
| H A D | common.h | 152 Int input1 = input[offset + 1]; in bytesToInt() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
| H A D | smp_tool.h | 48 uint8_t input1[CRYPT_AESCMAC_IN_LEN]; member
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| H A D | mshyperv.h | 121 static inline u64 hv_do_fast_hypercall8(u16 code, u64 input1) in hv_do_fast_hypercall8() argument 152 static inline u64 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2) in hv_do_fast_hypercall16() argument
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| H A D | mshyperv.h | 129 static inline u64 _hv_do_fast_hypercall8(u64 control, u64 input1) in _hv_do_fast_hypercall8() argument 168 static inline u64 hv_do_fast_hypercall8(u16 code, u64 input1) in hv_do_fast_hypercall8() argument 175 static inline u64 hv_do_fast_nested_hypercall8(u16 code, u64 input1) in hv_do_fast_nested_hypercall8() argument 183 _hv_do_fast_hypercall16(u64 control, u64 input1, u64 input2) _hv_do_fast_hypercall16() argument 226 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2) hv_do_fast_hypercall16() argument 233 hv_do_fast_nested_hypercall16(u16 code, u64 input1, u64 input2) hv_do_fast_nested_hypercall16() argument [all...] |
| /foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/ |
| H A D | neural_network_runtime_test.cpp | 108 OH_NN_Tensor input1 = {OH_NN_FLOAT32, 2, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
|
| /foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/continuation_manager/ |
| H A D | continuation_manager_test.cpp | 1330 std::vector<std::u16string> input1; in HWTEST_F() local
|
| /foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/ |
| H A D | neural_network_runtime_test.cpp | 109 OH_NN_Tensor input1 = {OH_NN_FLOAT32, 2, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
|
| /foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/ |
| H A D | neural_network_core_test.cpp | 38 OH_NN_Tensor input1 = {OH_NN_FLOAT32, 2, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_color_unquantize.cpp | 43 rgba_delta_unpack( vint4 input0, vint4 input1, vint4& output0, vint4& output1 ) rgba_delta_unpack() argument 76 rgb_delta_unpack( vint4 input0, vint4 input1, vint4& output0, vint4& output1 ) rgb_delta_unpack() argument 87 rgba_unpack( vint4 input0, vint4 input1, vint4& output0, vint4& output1 ) rgba_unpack() argument 115 rgb_unpack( vint4 input0, vint4 input1, vint4& output0, vint4& output1 ) rgb_unpack() argument [all...] |
| /third_party/mbedtls/tests/src/ |
| H A D | psa_exercise_key.c | 594 unsigned char input1[] = "Input 1"; in exercise_key_derivation_key() local 486 mbedtls_test_psa_setup_key_derivation_wrap( psa_key_derivation_operation_t *operation, mbedtls_svc_key_id_t key, psa_algorithm_t alg, const unsigned char *input1, size_t input1_length, const unsigned char *input2, size_t input2_length, size_t capacity, int key_destroyable) mbedtls_test_psa_setup_key_derivation_wrap() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | listformattertest.cpp | 137 UnicodeString input1[] = {one}; in CheckFourCases() local 158 UnicodeString input1[] = {one}; in RecordFourCases() local 487 UnicodeString input1[] = {one}; in TestOutOfOrderPatterns() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc_fs.c | 162 static bool npc_check_overlap_fields(struct npc_key_field *input1, in npc_check_overlap_fields() argument
|
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | vtn_opencl.c | 880 struct nir_ssa_def *input1 = srcs[1]; in handle_shuffle2() local
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | ncnvtst.c | 671 static const char input1[INPUT_SIZE]={ 0x70 }; in TestGetNextErrorBehaviour() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm64bitCompareTests.cpp | 1185 BufferWithMemory input1 = createStorageBuffer(vkdi, device, allocator, m_inputBufferSize); iterate() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
| H A D | container.h | 598 OutputIterator c_transform(const InputSequence1& input1, in c_transform() argument
|
| /kernel/linux/linux-5.10/drivers/platform/x86/ |
| H A D | dell-laptop.c | 1323 u32 input1; in kbd_set_state() local
|