Home
last modified time | relevance | path

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

12

/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
Dtest_VIDIOC_EXT_CTRLS.c282 int ret1; in test_VIDIOC_G_EXT_CTRLS_one() local
Dtest_VIDIOC_TUNER.c418 int ret1, errno1; in test_VIDIOC_S_TUNER_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/llvm-project/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
Dextract_outside_compilation_pass_test.cc51 auto ret1 = ops::_Retval(s.WithOpName("ret1"), arg1, 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/llvm-project/clang/test/SemaCUDA/
Dfunction-overload.cu323 ExpectedReturnTy ret1 = template_vs_function(1.0f); in test_host_device_calls_template() local
330 TemplateReturnTy ret1 = template_vs_function(1.0f); in test_host_calls_template_fn() local
335 DeviceReturnTy ret1 = template_vs_function(1.0f); in test_device_calls_template_fn() local
356 HostDeviceReturnTy ret1 = template_vs_hd_function(1.0f); in test_host_device_calls_hd_template() local
362 HostDeviceReturnTy ret1 = template_vs_hd_function(1.0f); in test_host_calls_hd_template() local
367 HostDeviceReturnTy ret1 = template_vs_hd_function(1.0f); in test_device_calls_hd_template() local
390 DeviceReturnTy ret1 = device_only_function(1); in test_host_device_single_side_overloading() local
407 DeviceReturnTy ret1 = device_only_function(1); in test_host_device_wrong_side_overloading_inline_no_diag() local
416 DeviceReturnTy ret1 = device_only_function(1); in test_host_device_wrong_side_overloading_inline_diag() local
/external/ltp/testcases/kernel/syscalls/sbrk/
Dsbrk03.c43 void *ret1, *ret2; in sbrk_test() local
/external/clang/test/SemaCXX/
Dunknown-anytype-blocks.cpp7 auto ret1 = (int)foo(); in test() local
/external/llvm-project/clang/test/SemaCXX/
Dunknown-anytype-blocks.cpp7 auto ret1 = (int)foo(); in test() local
Dcxx2a-consteval.cpp187 consteval int(*ret1(int i))() { in ret1() function
/external/ltp/testcases/kernel/io/direct_io/
Ddiotest_routines.c115 int ret1, ret2 = 0; in filecmp() 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/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.compare.pass.cpp95 int ret1 = normalize_ret(p1.compare(p2)); in test_compare_basic() local
/external/llvm-project/clang/test/CodeGen/
Dppc32-and-aix-struct-return.c60 One ret1(void) { return (One){'a'}; } in ret1() function
/external/llvm-project/polly/lib/External/isl/
Disl_test_cpp-checked.cc145 isl::stat ret1 = s.foreach_basic_set(add_to_vector); in test_foreach() local
/external/libavc/decoder/
Dih264d_api.c2430 WORD32 ret1; in ih264d_video_decode() local
/external/libgav1/libgav1/src/dsp/arm/
Dfilm_grain_neon.cc162 const int16x8_t ret1 = vcombine_s16(vpaddl_s8(vget_low_s8(src1)), in GetSubsampledLuma() local
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc171 const int32x2_t ret1 = in ToInt32x2() local
/external/tensorflow/tensorflow/core/framework/
Dfunction.cc876 std::map<string, string> ret1(f1.ret().begin(), f1.ret().end()); in FunctionDefsEqual() local
/external/wpa_supplicant_8/hs20/client/
Dosu_client.c488 int ret, ret1; in download_trust_roots() local
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp4027 auto ret1 = std::move(db.names.back().first); in parse_encoding() local

12