Home
last modified time | relevance | path

Searched defs:ret1 (Results 1 – 25 of 52) sorted by relevance

123

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_CTRL.c124 int ret1; in test_VIDIOC_G_CTRL() local
817 int ret1; in test_VIDIOC_S_CTRL() local
844 int ret1; in test_VIDIOC_S_CTRL_invalid() local
871 int ret1; in test_VIDIOC_S_CTRL_white_balance() local
882 int ret1; in test_VIDIOC_S_CTRL_white_balance_invalid() local
893 int ret1; in test_VIDIOC_S_CTRL_gain() local
902 int ret1; in test_VIDIOC_S_CTRL_gain_invalid() local
Dtest_VIDIOC_CROP.c30 int ret1, errno1; in do_get_crop() local
60 int ret1, errno1; in do_get_crop_invalid() local
/external/clang/test/CXX/over/over.built/
Dp23.cpp11 bool ret1 = getValue() || getValue(); in testVariant() local
23 bool ret1 = getExplicitValue() || getExplicitValue(); in testExplicitVariant() local
/external/tensorflow/tensorflow/compiler/jit/
Drearrange_function_argument_pass_test.cc51 auto ret1 = ops::_Retval(s.WithOpName("ret1"), arg0, 1); in TEST() local
66 auto ret1 = ops::_Retval(s.WithOpName("ret1"), arg1, 1); in TEST() local
100 auto ret1 = ops::_Retval(s.WithOpName("ret1"), if_op.output[1], 1); in TEST() local
183 auto ret1 = ops::_Retval(s.WithOpName("ret1"), arg0, 1); in TEST() local
/external/clang/test/SemaCUDA/
Dfunction-overload.cu326 ExpectedReturnTy ret1 = template_vs_function(1.0f); in test_host_device_calls_template() local
333 TemplateReturnTy ret1 = template_vs_function(1.0f); in test_host_calls_template_fn() local
338 DeviceReturnTy ret1 = template_vs_function(1.0f); in test_device_calls_template_fn() local
352 HostDeviceReturnTy ret1 = template_vs_hd_function(1.0f); in test_host_device_calls_hd_template() local
357 HostDeviceReturnTy ret1 = template_vs_hd_function(1.0f); in test_host_calls_hd_template() local
362 HostDeviceReturnTy ret1 = template_vs_hd_function(1.0f); in test_device_calls_hd_template() local
377 DeviceReturnTy ret1 = device_only_function(1); in test_host_device_single_side_overloading() local
/external/sdv/vsomeip/third_party/boost/algorithm/test/
Dsearch_test1.cpp46 ret_type ret1 = ba::boyer_moore_search (hBeg, hEnd, nBeg, nEnd); in check_one_iter() local
110 ret_type ret1 = ba::boyer_moore_search (hBeg, hEnd, nBeg, nEnd); in check_one_pointer() local
166 ret_type ret1 = bm (hBeg, hEnd); in check_one_object() local
/external/ltp/testcases/kernel/syscalls/sbrk/
Dsbrk03.c40 void *ret1, *ret2; in sbrk_test() local
/external/clang/test/SemaCXX/
Dunknown-anytype-blocks.cpp7 auto ret1 = (int)foo(); in test() local
/external/arm-trusted-firmware/plat/mediatek/mt8192/drivers/apusys/
Dmtk_apusys.c14 uint32_t *ret1) in apusys_kernel_ctrl()
/external/trusty/arm-trusted-firmware/plat/mediatek/mt8192/drivers/apusys/
Dmtk_apusys.c14 uint32_t *ret1) in apusys_kernel_ctrl()
/external/trusty/arm-trusted-firmware/plat/mediatek/mt8195/drivers/apusys/
Dmtk_apusys.c16 uint32_t *ret1) in apusys_kernel_ctrl()
/external/trusty/arm-trusted-firmware/plat/st/stm32mp1/services/
Dstm32mp1_svc_setup.c44 uint32_t ret1 = 0U, ret2 = 0U; in stm32mp1_svc_smc_handler() local
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dbpf_iter_test_kern4.c13 volatile const __u32 ret1; variable
/external/pytorch/c10/test/util/
Dcomplex_test_common.h237 c10::complex<float> ret1; in one_two() local
253 c10::complex<float> ret1; in one_two_std() local
271 c10::complex<float> ret1; in one_two_thrust() local
/external/bcc/src/cc/frontends/clang/
Dkbuild_helper.cc207 int ret1 = system("rmmod kheaders"); in extract_kheaders() local
/external/pytorch/torch/csrc/inductor/aoti_torch/
Dshim_common.cpp473 AtenTensorHandle* ret1, // returns new reference in aoti_torch__embedding_bag()
521 AtenTensorHandle* ret1, // returns new reference in aoti_torch__scaled_dot_product_flash_attention_v2()
571 AtenTensorHandle* ret1, // returns new reference in aoti_torch__scaled_dot_product_flash_attention()
610 AtenTensorHandle* ret1, // returns new reference in aoti_torch__scaled_dot_product_efficient_attention()
693 AtenTensorHandle* ret1) { in aoti_torch__scaled_mm()
/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dhas_prefix_operators.hpp57 struct ret1 { }; struct
Dhas_postfix_operators.hpp52 struct ret1 { }; struct
/external/ltp/testcases/kernel/io/direct_io/
Ddiotest_routines.c111 int ret1, ret2 = 0; in filecmp() local
/external/cronet/stable/third_party/libc++/src/test/libcxx/utilities/function.objects/func.bind.partial/
Dbind_back.pass.cpp328 auto ret1 = std::move(ret); in test() local
345 auto ret1 = std::move(ret); in test() local
/external/cronet/tot/third_party/libc++/src/test/libcxx/utilities/function.objects/func.bind.partial/
Dbind_back.pass.cpp328 auto ret1 = std::move(ret); in test() local
345 auto ret1 = std::move(ret); in test() local
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.compare.pass.cpp97 int ret1 = normalize_ret(p1.compare(p2)); in test_compare_basic() local
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/func.bind_front/
Dbind_front.pass.cpp343 auto ret1 = std::move(ret); in test() local
360 auto ret1 = std::move(ret); in test() local
/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/func.bind_front/
Dbind_front.pass.cpp343 auto ret1 = std::move(ret); in test() local
360 auto ret1 = std::move(ret); in test() local
/external/cronet/stable/third_party/libc++/src/test/std/input.output/filesystems/class.path/path.member/
Dpath.compare.pass.cpp110 int ret1 = normalize_ret(p1.compare(p2)); in test_compare_basic() local

123