Home
last modified time | relevance | path

Searched defs:inout (Results 1 – 25 of 59) sorted by relevance

123

/aosp_15_r20/external/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp55 auto inout = ShaderArg<struct shift>({ in TEST_F() local
361 auto inout = ShaderArg<uint8_t> ({ 100, 110, 120, 130 }, SHADER_ARG_INOUT); in TEST_F() local
378 auto inout = ShaderArg<uint16_t> ({ 10000, 10010, 10020, 10030 }, SHADER_ARG_INOUT); in TEST_F() local
396 auto inout = ShaderArg<uint64_t>({ base, base + 10, base + 20, base + 30 }, in TEST_F() local
432 auto inout = ShaderArg<uint32_t>({0x00000001, 0x10000001, 0x00020002, 0x04010203}, in TEST_F() local
589 auto inout = ShaderArg<uint64_t>({ 0, 0, 0, 0 }, SHADER_ARG_INOUT); in TEST_F() local
612 auto inout = ShaderArg<uint16_t>({ 0, 0, 0, 0 }, SHADER_ARG_INOUT); in TEST_F() local
637 auto inout = ShaderArg<uint32_t>({ 0, 0, 0, 0 }, SHADER_ARG_INOUT); in TEST_F() local
658 auto inout = ShaderArg<uint32_t>({ 0, 0, 0, 0 }, SHADER_ARG_INOUT); in TEST_F() local
678 auto inout = ShaderArg<struct two_vals>({ { 8, 8 }, { 16, 16 }, { 64, 64 }, { 65536, 65536 } }, in TEST_F() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/
Dstepper_details.cpp87 state_type in , out , dxdtin , inout; in main() local
103 state_type in , in2 , in3 , out , dxdtin , dxdtout , inout , dxdtinout; in main() local
159 state_type inout; in main() local
184 state_type inout; in main() local
/aosp_15_r20/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
H A Dcp_size_mode.pass.cpp24 std::strstream inout(buf, 0); in main() local
44 std::strstream inout(buf, 11, std::ios::app); in main() local
H A Ddefault.pass.cpp22 std::strstream inout; in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
H A Dcp_size_mode.pass.cpp27 std::strstream inout(buf, 0); in main() local
47 std::strstream inout(buf, 11, std::ios::app); in main() local
H A Ddefault.pass.cpp26 std::strstream inout; in main() local
/aosp_15_r20/external/vboot_reference/tests/
H A Dvb20_rsa_padding_tests.c18 void vb2_modexp(const struct vb2_public_key *key, uint8_t *inout, in vb2_modexp()
25 uint8_t *inout, void *workbuf, in vb2ex_hwcrypto_modexp()
H A Dvb20_hwcrypto_rsa_padding_tests.c18 void vb2_modexp(const struct vb2_public_key *key, uint8_t *inout, in vb2_modexp()
25 uint8_t *inout, void *workbuf, in vb2ex_hwcrypto_modexp()
/aosp_15_r20/external/tink/cc/internal/
H A Daes_util_test.cc128 std::string inout = test_vector_.plaintext; in TEST_F() local
147 std::string inout = test_vector_.ciphertext; in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/
Dextrapolation_stepper.hpp157 void do_step_impl_io( System system, StateInOut &inout, const DerivIn &dxdt, in do_step_impl_io()
190 void do_step_impl_io( System system, StateInOut &inout, const DerivIn &dxdt, in do_step_impl_io()
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DTelemetryStatsd.cpp102 #define STATIC_ASSERT_DATA_CLASS_EQ_VALUE(type, inout, value) \ argument
106 #define STATIC_ASSERT_DATA_CLASS_EQ(type, inout) \ argument
/aosp_15_r20/external/vboot_reference/firmware/2lib/
H A D2stub_hwcrypto.c41 vb2_error_t vb2ex_hwcrypto_modexp(const struct vb2_public_key *key, uint8_t *inout, in vb2ex_hwcrypto_modexp()
H A D2modpow_neon.c162 uint8_t *inout, void *workbuf, in vb2ex_hwcrypto_modexp()
H A D2modpow_sse2.c168 uint8_t *inout, void *workbuf, in vb2ex_hwcrypto_modexp()
H A D2rsa.c128 void vb2_modexp(const struct vb2_public_key *key, uint8_t *inout, in vb2_modexp()
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuFillKernel.cpp56 auto inout = tensors.get_tensor(TensorType::ACL_SRC_DST); in run_op() local
/aosp_15_r20/external/coreboot/src/soc/amd/common/psp_verstage/
H A Dvboot_crypto.c137 uint8_t *inout, in vb2ex_hwcrypto_modexp()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad.h100 struct quad_header_inout inout; member
/aosp_15_r20/external/boringssl/src/crypto/evp/
H A Dscrypt.c37 static void salsa208_word_specification(block_t *inout) { in salsa208_word_specification()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/evp/
H A Dscrypt.c37 static void salsa208_word_specification(block_t *inout) { in salsa208_word_specification()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/evp/
Dscrypt.c40 static void salsa208_word_specification(block_t *inout) { in salsa208_word_specification()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/
Dscrypt.c40 static void salsa208_word_specification(block_t *inout) { in salsa208_word_specification()
/aosp_15_r20/external/avb/libavb/
H A Davb_rsa.c175 static void modpowF4(const IAvbKey* key, uint8_t* inout) { in modpowF4()
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp608 bool initStreaming(unique_fd inout, MetadataMode mode) { in initStreaming()
790 void receiver(unique_fd inout, MetadataMode mode) { in receiver()
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/benches/
Dcrossbeam.rs29 fn inout(b: &mut Bencher) { in inout() function

123