/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | isl-noexceptions.h | 3839 auto res = isl_aff_zero_on_domain(ls.release()); in aff() local 3844 auto res = isl_aff_val_on_domain(ls.release(), val.release()); in aff() local 3849 auto res = isl_aff_read_from_str(ctx.release(), str.c_str()); in aff() local 3905 auto res = isl_aff_add(copy(), aff2.release()); in add() local 3911 auto res = isl_aff_add_coefficient_si(copy(), static_cast<enum isl_dim_type>(type), pos, v); in add_coefficient_si() local 3917 …auto res = isl_aff_add_coefficient_val(copy(), static_cast<enum isl_dim_type>(type), pos, v.releas… in add_coefficient_val() local 3923 auto res = isl_aff_add_constant_num_si(copy(), v); in add_constant_num_si() local 3929 auto res = isl_aff_add_constant_si(copy(), v); in add_constant_si() local 3935 auto res = isl_aff_add_constant_val(copy(), v.release()); in add_constant_val() local 3941 auto res = isl_aff_add_dims(copy(), static_cast<enum isl_dim_type>(type), n); in add_dims() local [all …]
|
D | cpp-checked.h | 3226 auto res = isl_aff_read_from_str(ctx.release(), str.c_str()); in aff() local 3264 auto res = isl_aff_add(copy(), aff2.release()); in add() local 3270 auto res = isl_aff_add_constant_val(copy(), v.release()); in add_constant() local 3281 auto res = isl_aff_bind_id(copy(), id.release()); in bind() local 3292 auto res = isl_aff_ceil(copy()); in ceil() local 3298 auto res = isl_aff_div(copy(), aff2.release()); in div() local 3304 auto res = isl_aff_eq_set(copy(), aff2.release()); in eq_set() local 3310 auto res = isl_aff_eval(copy(), pnt.release()); in eval() local 3316 auto res = isl_aff_floor(copy()); in floor() local 3322 auto res = isl_aff_ge_set(copy(), aff2.release()); in ge_set() local [all …]
|
D | cpp.h | 3307 auto res = isl_aff_read_from_str(ctx.release(), str.c_str()); in aff() local 3351 auto res = isl_aff_add(copy(), aff2.release()); in add() local 3363 auto res = isl_aff_add_constant_val(copy(), v.release()); in add_constant() local 3382 auto res = isl_aff_bind_id(copy(), id.release()); in bind() local 3401 auto res = isl_aff_ceil(copy()); in ceil() local 3413 auto res = isl_aff_div(copy(), aff2.release()); in div() local 3425 auto res = isl_aff_eq_set(copy(), aff2.release()); in eq_set() local 3437 auto res = isl_aff_eval(copy(), pnt.release()); in eval() local 3449 auto res = isl_aff_floor(copy()); in floor() local 3461 auto res = isl_aff_ge_set(copy(), aff2.release()); in ge_set() local [all …]
|
/external/flac/oss-fuzz/ |
D | fuzz-encoder.cc | 61 const bool res = encoder.set_streamable_subset(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local 65 const bool res = encoder.set_ogg_serial_number(ds.Get<long>()); in LLVMFuzzerTestOneInput() local 69 const bool res = encoder.set_verify(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local 73 const bool res = encoder.set_compression_level(ds.Get<uint8_t>()); in LLVMFuzzerTestOneInput() local 77 const bool res = encoder.set_do_exhaustive_model_search(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local 81 const bool res = encoder.set_do_mid_side_stereo(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local 85 const bool res = encoder.set_loose_mid_side_stereo(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local 90 const bool res = encoder.set_apodization(s.data()); in LLVMFuzzerTestOneInput() local 94 const bool res = encoder.set_max_lpc_order(ds.Get<uint8_t>()); in LLVMFuzzerTestOneInput() local 98 const bool res = encoder.set_qlp_coeff_precision(ds.Get<uint32_t>()); in LLVMFuzzerTestOneInput() local [all …]
|
D | fuzz-decoder.cc | 233 const bool res = decoder.flush(); in LLVMFuzzerTestOneInput() local 242 const bool res = decoder.reset(); in LLVMFuzzerTestOneInput() local 251 const bool res = decoder.process_single(); in LLVMFuzzerTestOneInput() local 260 const bool res = decoder.process_until_end_of_metadata(); in LLVMFuzzerTestOneInput() local 269 const bool res = decoder.process_until_end_of_stream(); in LLVMFuzzerTestOneInput() local 278 const bool res = decoder.skip_single_frame(); in LLVMFuzzerTestOneInput() local 287 const bool res = decoder.seek_absolute(ds.Get<uint64_t>()); in LLVMFuzzerTestOneInput() local 296 const bool res = decoder.get_md5_checking(); in LLVMFuzzerTestOneInput() local 305 const bool res = decoder.get_total_samples(); in LLVMFuzzerTestOneInput() local 314 const bool res = decoder.get_channels(); in LLVMFuzzerTestOneInput() local [all …]
|
/external/skia/infra/bots/recipe_modules/flavor/resources/ |
D | win_run_and_check_log.ps1 | 18 $res = $LastExitCode variable 24 if ($res -ne 0) { variable 25 $res = 1 variable 40 if ($res -eq 0) { variable 41 $res = 2 variable 46 if ($res -ne 0) { variable 48 exit $res variable
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 7 VkExtent2D res; local 15 VkExtent3D res; local 24 VkOffset2D res; local 32 VkOffset3D res; local 41 VkDispatchIndirectCommand res; local 50 VkDrawIndexedIndirectCommand res; local 61 VkDrawIndirectCommand res; local 71 VkImageSubresourceRange res; local 82 VkAllocationCallbacks res; local 94 VkMemoryRequirements res; local [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | msp430-abi-complex.c | 159 int _Complex res; in complex_i16_res() local 160 __real__ res = 0x1122; in complex_i16_res() local 162 __imag__ res = 0x3344; in complex_i16_res() local 170 long _Complex res; in complex_i32_res() local 171 __real__ res = 0x11223344; in complex_i32_res() local 174 __imag__ res = 0x55667788; in complex_i32_res() local 183 long long _Complex res; in complex_i64_res() local 184 __real__ res = 0x1122334455667788; in complex_i64_res() local 189 __imag__ res = 0x99aabbccddeeff00; in complex_i64_res() local 200 float _Complex res; in complex_float_res() local [all …]
|
/external/llvm-project/clang/test/Sema/ |
D | arm_inline_asm_constraints.c | 10 int res; in test_j() local 49 int res; in test_I() local 76 int res; in test_J() local 137 int res; in test_K() local 150 int res; in test_L() local 177 int res; in test_M() local 189 int res; in test_N() local 231 int res; in test_O() local 247 int res; in test_l() local 259 int res; in test_h() local [all …]
|
/external/rust/crates/nom/src/ |
D | regexp.rs | 38 let res: IResult<_,_> = Err(Err::Error(error_position!($i, ErrorKind::RegexpMatch))); localVariable 63 let res: IResult<_,_> = Err(Err::Error(error_position!($i, ErrorKind::RegexpMatch))); localVariable 87 let res: IResult<_,_> = Err(Err::Error(error_position!($i, ErrorKind::RegexpMatch))); localVariable 112 let res: IResult<_,_> = Err(Err::Error(error_position!($i, ErrorKind::RegexpMatch))); localVariable 135 let res: IResult<_,_> = Err(Err::Error(error_position!($i, ErrorKind::RegexpFind))); localVariable 159 let res: IResult<_,_> = Err(Err::Error(error_position!($i, ErrorKind::RegexpFind))); localVariable 183 let res: IResult<_,_> = Err(Err::Error(error_position!($i, ErrorKind::RegexpFind))); localVariable 207 let res: IResult<_,_> = Err(Err::Error(error_position!($i, ErrorKind::RegexpFind))); localVariable 236 let res: IResult<_,_> = Err(Err::Error(error_position!($i, ErrorKind::RegexpMatches))); localVariable 265 let res: IResult<_,_> = Err(Err::Error(error_position!($i, ErrorKind::RegexpMatches))); localVariable [all …]
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 26 #define __sanitizer_syscall_post_time(res, tloc) \ argument 30 #define __sanitizer_syscall_post_stime(res, tptr) \ argument 34 #define __sanitizer_syscall_post_gettimeofday(res, tv, tz) \ argument 38 #define __sanitizer_syscall_post_settimeofday(res, tv, tz) \ argument 42 #define __sanitizer_syscall_post_adjtimex(res, txc_p) \ argument 46 #define __sanitizer_syscall_post_times(res, tbuf) \ argument 49 #define __sanitizer_syscall_post_gettid(res) \ argument 53 #define __sanitizer_syscall_post_nanosleep(res, rqtp, rmtp) \ argument 57 #define __sanitizer_syscall_post_alarm(res, seconds) \ argument 60 #define __sanitizer_syscall_post_getpid(res) \ argument [all …]
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 25 #define __sanitizer_syscall_post_time(res, tloc) \ argument 29 #define __sanitizer_syscall_post_stime(res, tptr) \ argument 33 #define __sanitizer_syscall_post_gettimeofday(res, tv, tz) \ argument 37 #define __sanitizer_syscall_post_settimeofday(res, tv, tz) \ argument 41 #define __sanitizer_syscall_post_adjtimex(res, txc_p) \ argument 45 #define __sanitizer_syscall_post_times(res, tbuf) \ argument 48 #define __sanitizer_syscall_post_gettid(res) \ argument 52 #define __sanitizer_syscall_post_nanosleep(res, rqtp, rmtp) \ argument 56 #define __sanitizer_syscall_post_alarm(res, seconds) \ argument 59 #define __sanitizer_syscall_post_getpid(res) \ argument [all …]
|
D | netbsd_syscall_hooks.h | 36 #define __sanitizer_syscall_post_syscall(res, code, arg0, arg1, arg2, arg3, \ argument 44 #define __sanitizer_syscall_post_exit(res, rval) \ argument 47 #define __sanitizer_syscall_post_fork(res) \ argument 52 #define __sanitizer_syscall_post_read(res, fd, buf, nbyte) \ argument 58 #define __sanitizer_syscall_post_write(res, fd, buf, nbyte) \ argument 64 #define __sanitizer_syscall_post_open(res, path, flags, mode) \ argument 69 #define __sanitizer_syscall_post_close(res, fd) \ argument 75 #define __sanitizer_syscall_post_compat_50_wait4(res, pid, status, options, \ argument 83 #define __sanitizer_syscall_post_compat_43_ocreat(res, path, mode) \ argument 88 #define __sanitizer_syscall_post_link(res, path, link) \ argument [all …]
|
/external/python/cpython2/Modules/ |
D | parsermodule.c | 336 PyObject *res = 0; in parser_st2tuple() local 392 PyObject *res = 0; in parser_st2list() local 445 PyObject* res = 0; in parser_compilest() local 493 PyObject* res = 0; in parser_isexpr() local 516 PyObject* res = 0; in parser_issuite() local 565 PyObject* res = 0; in parser_do_parse() local 721 Py_ssize_t res; in parser_sizeof() local 875 node* res = 0; in build_node_tree() local 1058 int res = (validate_ntype(terminal, type) in validate_terminal() local 1076 int res = (nch && validate_ntype(tree, ntype) in validate_repeating_list() local [all …]
|
/external/speex/libspeexdsp/ |
D | fixed_bfin.h | 44 spx_word32_t res, bb; in PDIV32_16() local 69 spx_word32_t res, bb; in DIV32_16() local 96 spx_word32_t res; in MAX16() local 111 spx_word32_t res; in MULT16_32_Q15() local 127 spx_word32_t res; in MAC16_32_Q15() local 144 spx_word32_t res; in MULT16_32_Q14() local 161 spx_word32_t res; in MAC16_32_Q14() local
|
D | fixed_arm5e.h | 40 int res; in MULT16_16() local 49 int res; in MAC16_16() local 58 int res; in MULT16_32_Q15() local 67 int res; in MAC16_32_Q15() local 76 int res; in MULT16_32_Q11() local 85 int res; in MAC16_32_Q11() local 95 int res=0; in DIV32_16() local
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 391 int res = -1; in ast_type_init() local 442 PyObject *res; in ast_type_reduce() local 3338 int res; in obj2ast_mod() local 3378 int res; in obj2ast_mod() local 3418 int res; in obj2ast_mod() local 3441 int res; in obj2ast_mod() local 3496 int res; in obj2ast_stmt() local 3508 int res; in obj2ast_stmt() local 3530 int res; in obj2ast_stmt() local 3542 int res; in obj2ast_stmt() local [all …]
|
/external/llvm-project/polly/lib/External/isl/imath/ |
D | imrat.c | 53 mp_result res; in mp_rat_init() local 85 mp_result res; in mp_rat_init_size() local 99 mp_result res; in mp_rat_init_copy() local 111 mp_result res; in mp_rat_set_value() local 126 mp_result res; in mp_rat_set_uvalue() local 184 mp_result res; in mp_rat_copy() local 202 mp_result res; in mp_rat_abs() local 213 mp_result res; in mp_rat_neg() local 224 mp_result res; in mp_rat_recip() local 259 mp_result res; in mp_rat_mul() local [all …]
|
/external/rust/crates/nix/src/sys/ |
D | stat.rs | 45 let res = path.with_nix_path(|cstr| { in mknod() localVariable 81 let res = path.with_nix_path(|cstr| { in stat() localVariable 94 let res = path.with_nix_path(|cstr| { in lstat() localVariable 107 let res = unsafe { libc::fstat(fd, dst.as_mut_ptr()) }; in fstat() localVariable 117 let res = pathname.with_nix_path(|cstr| { in fstatat() localVariable 132 let res = unsafe { libc::fchmod(fd, mode.bits() as mode_t) }; in fchmod() localVariable 172 let res = path.with_nix_path(|cstr| unsafe { in fchmodat() localVariable 196 let res = path.with_nix_path(|cstr| unsafe { in utimes() localVariable 221 let res = path.with_nix_path(|cstr| unsafe { in lutimes() localVariable 236 let res = unsafe { libc::futimens(fd, ×[0]) }; in futimens() localVariable [all …]
|
/external/virglrenderer/src/ |
D | virgl_resource.c | 43 struct virgl_resource *res = (struct virgl_resource *)val; in virgl_resource_destroy_func() local 83 struct virgl_resource *res; in virgl_resource_create() local 111 struct virgl_resource *res; in virgl_resource_create_from_pipe() local 133 struct virgl_resource *res; in virgl_resource_create_from_fd() local 156 struct virgl_resource *res; in virgl_resource_create_from_iov() local 184 virgl_resource_attach_iov(struct virgl_resource *res, in virgl_resource_attach_iov() 205 virgl_resource_detach_iov(struct virgl_resource *res) in virgl_resource_detach_iov() 218 virgl_resource_export_fd(struct virgl_resource *res, int *fd) in virgl_resource_export_fd()
|
/external/libxml2/python/tests/ |
D | reader2.py | 176 res="" variable 186 res = res + "%s,%s\n" % (reader.NodeType(),reader.Name()) variable 220 res="" variable 236 res = res + "%s %s\n" % (reader.NodeType(),reader.Name()) variable 280 res="" variable 290 res = res + "%s %s %d\n" % (reader.NodeType(),reader.Name(),reader.Depth()) variable 325 res="" variable 332 res = res + "%s %s %d\n" % (reader.NodeType(),reader.Name(),reader.Depth()) variable
|
/external/libopus/silk/arm/ |
D | macros_armv5e.h | 41 int res; in silk_SMULWB_armv5e() local 57 int res; in silk_SMLAWB_armv5e() local 72 int res; in silk_SMULWT_armv5e() local 88 int res; in silk_SMLAWT_armv5e() local 103 int res; in silk_SMULBB_armv5e() local 119 int res; in silk_SMLABB_armv5e() local 134 int res; in silk_SMULBT_armv5e() local 150 int res; in silk_SMLABT_armv5e() local 165 int res; in silk_ADD_SAT32_armv5e() local 179 int res; in silk_SUB_SAT32_armv5e() local [all …]
|
/external/rust/crates/nom/tests/ |
D | ini.rs | 80 let res = category(ini_file); in parse_category_test() localVariable 97 let res = key_value(ini_file); in parse_key_value_test() localVariable 114 let res = key_value(ini_file); in parse_key_value_with_space_test() localVariable 131 let res = key_value(ini_file); in parse_key_value_with_comment_test() localVariable 151 let res = keys_and_values(ini_file); in parse_multiple_keys_and_values_test() localVariable 176 let res = category_and_keys(ini_file); in parse_category_then_multiple_keys_and_values_test() localVariable 204 let res = categories(ini_file); in parse_multiple_categories_test() localVariable
|
/external/crosvm/sys_util/src/ |
D | handle_eintr.rs | 119 let res; localVariable 141 let mut res; localVariable 161 let mut res; localVariable 204 let res = handle_eintr_rc!(dummy()); in i32_eintr_rc() localVariable 221 let res = handle_eintr_errno!(dummy()); in i32_eintr_errno() localVariable 237 let res = handle_eintr!(dummy()); in sys_eintr() localVariable 256 let res = handle_eintr!(dummy()); in io_eintr() localVariable
|
/external/webrtc/p2p/base/ |
D | stun_request_unittest.cc | 39 void OnResponse(StunMessage* res) { in OnResponse() 43 void OnErrorResponse(StunMessage* res) { in OnErrorResponse() 81 virtual void OnResponse(StunMessage* res) { test_->OnResponse(res); } in OnResponse() 82 virtual void OnErrorResponse(StunMessage* res) { in OnErrorResponse() 99 StunMessage* res = CreateStunMessage(STUN_BINDING_RESPONSE, req); in TEST_F() local 114 StunMessage* res = CreateStunMessage(STUN_BINDING_ERROR_RESPONSE, req); in TEST_F() local 129 StunMessage* res = CreateStunMessage(STUN_BINDING_RESPONSE, NULL); in TEST_F() local 146 StunMessage* res = CreateStunMessage(STUN_BINDING_RESPONSE, req); in TEST_F() local 168 StunMessage* res = CreateStunMessage(STUN_BINDING_RESPONSE, req); in TEST_F() local 190 StunMessage* res = CreateStunMessage(STUN_BINDING_RESPONSE, &dummy_req); in TEST_F() local [all …]
|