Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 3648) sorted by relevance

12345678910>>...146

/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h3839 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 …]
Dcpp-checked.h3226 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 …]
Dcpp.h3307 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/
Dfuzz-encoder.cc61 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 …]
Dfuzz-decoder.cc233 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/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl7 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/skia/infra/bots/recipe_modules/flavor/resources/
Dwin_run_and_check_log.ps118 $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/llvm-project/clang/test/CodeGen/
Dmsp430-abi-complex.c159 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/
Darm_inline_asm_constraints.c10 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/
Dregexp.rs38 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/llvm-project/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h25 #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 …]
Dnetbsd_syscall_hooks.h36 #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/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h26 #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/python/cpython2/Modules/
Dparsermodule.c336 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/python/cpython2/Python/
DPython-ast.c391 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/
Dimrat.c53 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/speex/libspeexdsp/
Dfixed_bfin.h44 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
Dfixed_arm5e.h40 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/rust/crates/nix/src/sys/
Dstat.rs45 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, &times[0]) }; in futimens() localVariable
[all …]
/external/virglrenderer/src/
Dvirgl_resource.c43 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/libopus/silk/arm/
Dmacros_armv5e.h41 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/libxml2/python/tests/
Dreader2.py176 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/webrtc/p2p/base/
Dstun_request_unittest.cc39 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 …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DSparseFieldVector.java141 SparseFieldVector<T> res = (SparseFieldVector<T>)copy(); in add() local
161 SparseFieldVector<T> res = new SparseFieldVector<T>(field,getDimension()); in add() local
174 SparseFieldVector<T> res = new SparseFieldVector<T>(this, v.getDimension()); in append() local
194 FieldVector<T> res = new SparseFieldVector<T>(this, 1); in append() local
201 FieldVector<T> res = new SparseFieldVector<T>(this, a.length); in append() local
216 T res = field.getZero(); in dotProduct() local
228 T res = field.getZero(); in dotProduct() local
245 SparseFieldVector<T> res = new SparseFieldVector<T>(this); in ebeDivide() local
257 SparseFieldVector<T> res = new SparseFieldVector<T>(this); in ebeDivide() local
269 SparseFieldVector<T> res = new SparseFieldVector<T>(this); in ebeMultiply() local
[all …]
/external/arm-trusted-firmware/drivers/brcm/emmc/
Demmc_csl_sdcmd.c21 int res; in sd_cmd0() local
37 int res; in sd_cmd1() local
70 int res; in sd_cmd3() local
94 int res; in sd_cmd7() local
129 uint32_t res, options; in mmc_cmd8() local
152 int res; in sd_cmd9() local
246 int res; in sd_cmd13() local
268 int res; in sd_cmd16() local
315 int res; in sd_cmd17() local
369 int res; in sd_cmd18() local
[all …]

12345678910>>...146