/aosp_15_r20/external/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler_test.cpp | 55 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/ |
D | stepper_details.cpp | 87 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 D | cp_size_mode.pass.cpp | 24 std::strstream inout(buf, 0); in main() local 44 std::strstream inout(buf, 11, std::ios::app); in main() local
|
H A D | default.pass.cpp | 22 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 D | cp_size_mode.pass.cpp | 27 std::strstream inout(buf, 0); in main() local 47 std::strstream inout(buf, 11, std::ios::app); in main() local
|
H A D | default.pass.cpp | 26 std::strstream inout; in main() local
|
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | vb20_rsa_padding_tests.c | 18 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 D | vb20_hwcrypto_rsa_padding_tests.c | 18 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 D | aes_util_test.cc | 128 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/ |
D | extrapolation_stepper.hpp | 157 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/ |
D | TelemetryStatsd.cpp | 102 #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 D | 2stub_hwcrypto.c | 41 vb2_error_t vb2ex_hwcrypto_modexp(const struct vb2_public_key *key, uint8_t *inout, in vb2ex_hwcrypto_modexp()
|
H A D | 2modpow_neon.c | 162 uint8_t *inout, void *workbuf, in vb2ex_hwcrypto_modexp()
|
H A D | 2modpow_sse2.c | 168 uint8_t *inout, void *workbuf, in vb2ex_hwcrypto_modexp()
|
H A D | 2rsa.c | 128 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 D | CpuFillKernel.cpp | 56 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 D | vboot_crypto.c | 137 uint8_t *inout, in vb2ex_hwcrypto_modexp()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad.h | 100 struct quad_header_inout inout; member
|
/aosp_15_r20/external/boringssl/src/crypto/evp/ |
H A D | scrypt.c | 37 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 D | scrypt.c | 37 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/ |
D | scrypt.c | 40 static void salsa208_word_specification(block_t *inout) { in salsa208_word_specification()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/ |
D | scrypt.c | 40 static void salsa208_word_specification(block_t *inout) { in salsa208_word_specification()
|
/aosp_15_r20/external/avb/libavb/ |
H A D | avb_rsa.c | 175 static void modpowF4(const IAvbKey* key, uint8_t* inout) { in modpowF4()
|
/aosp_15_r20/frameworks/base/services/core/jni/ |
H A D | com_android_server_pm_PackageManagerShellCommandDataLoader.cpp | 608 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/ |
D | crossbeam.rs | 29 fn inout(b: &mut Bencher) { in inout() function
|