Home
last modified time | relevance | path

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

12345678910>>...354

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/isl/
Disl-noexceptions.h4872 auto res = isl_aff_read_from_str(ctx.release(), str.c_str()); in aff() local
4878 auto res = isl_aff_val_on_domain(ls.release(), val.release()); in aff() local
4884 auto res = isl_aff_zero_on_domain(ls.release()); in aff() local
4922 auto res = isl_aff_add(copy(), aff2.release()); in add() local
4963 auto res = isl_aff_add_constant_val(copy(), v.release()); in add_constant() local
4979 auto res = isl_aff_add_constant_si(copy(), v); in add_constant_si() local
5040 auto res = isl_aff_bind_id(copy(), id.release()); in bind() local
5066 auto res = isl_aff_ceil(copy()); in ceil() local
5087 auto res = isl_aff_get_constant_val(get()); in constant_val() local
5098 auto res = isl_aff_get_denominator_val(get()); in denominator_val() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/isl/
Disl-noexceptions.h4872 auto res = isl_aff_read_from_str(ctx.release(), str.c_str()); in aff() local
4878 auto res = isl_aff_val_on_domain(ls.release(), val.release()); in aff() local
4884 auto res = isl_aff_zero_on_domain(ls.release()); in aff() local
4922 auto res = isl_aff_add(copy(), aff2.release()); in add() local
4963 auto res = isl_aff_add_constant_val(copy(), v.release()); in add_constant() local
4979 auto res = isl_aff_add_constant_si(copy(), v); in add_constant_si() local
5040 auto res = isl_aff_bind_id(copy(), id.release()); in bind() local
5066 auto res = isl_aff_ceil(copy()); in ceil() local
5087 auto res = isl_aff_get_constant_val(get()); in constant_val() local
5098 auto res = isl_aff_get_denominator_val(get()); in denominator_val() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/isl/
Disl-noexceptions.h4872 auto res = isl_aff_read_from_str(ctx.release(), str.c_str()); in aff() local
4878 auto res = isl_aff_val_on_domain(ls.release(), val.release()); in aff() local
4884 auto res = isl_aff_zero_on_domain(ls.release()); in aff() local
4922 auto res = isl_aff_add(copy(), aff2.release()); in add() local
4963 auto res = isl_aff_add_constant_val(copy(), v.release()); in add_constant() local
4979 auto res = isl_aff_add_constant_si(copy(), v); in add_constant_si() local
5040 auto res = isl_aff_bind_id(copy(), id.release()); in bind() local
5066 auto res = isl_aff_ceil(copy()); in ceil() local
5087 auto res = isl_aff_get_constant_val(get()); in constant_val() local
5098 auto res = isl_aff_get_denominator_val(get()); in denominator_val() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/isl/
Disl-noexceptions.h4872 auto res = isl_aff_read_from_str(ctx.release(), str.c_str()); in aff() local
4878 auto res = isl_aff_val_on_domain(ls.release(), val.release()); in aff() local
4884 auto res = isl_aff_zero_on_domain(ls.release()); in aff() local
4922 auto res = isl_aff_add(copy(), aff2.release()); in add() local
4963 auto res = isl_aff_add_constant_val(copy(), v.release()); in add_constant() local
4979 auto res = isl_aff_add_constant_si(copy(), v); in add_constant_si() local
5040 auto res = isl_aff_bind_id(copy(), id.release()); in bind() local
5066 auto res = isl_aff_ceil(copy()); in ceil() local
5087 auto res = isl_aff_get_constant_val(get()); in constant_val() local
5098 auto res = isl_aff_get_denominator_val(get()); in denominator_val() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/
Dunistd.rs289 let res = unsafe { libc::fork() }; localVariable
328 let res = unsafe { libc::setpgid(pid.into(), pgid.into()) }; localVariable
336 let res = unsafe { libc::getpgid(pid.unwrap_or(Pid(0)).into()) }; localVariable
355 let res = unsafe { libc::getsid(pid.unwrap_or(Pid(0)).into()) }; localVariable
369 let res = unsafe { libc::tcgetpgrp(fd.as_fd().as_raw_fd()) }; localVariable
379 let res = unsafe { libc::tcsetpgrp(fd.as_fd().as_raw_fd(), pgrp.into()) }; localVariable
427 let res = unsafe { libc::dup(oldfd) }; localVariable
440 let res = unsafe { libc::dup2(oldfd, newfd) }; localVariable
459 let res = unsafe { libc::dup3(oldfd, newfd, flags.bits()) }; localVariable
471 let res = localVariable
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkTypeUtil.inl9 VkOffset2D res; local
17 VkOffset3D res; local
26 VkExtent2D res; local
34 VkExtent3D res; local
43 VkViewport res; local
55 VkComponentMapping res; local
65 VkAllocationCallbacks res; local
77 VkMemoryRequirements res; local
86 VkDescriptorBufferInfo res; local
95 VkDescriptorImageInfo res; local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/tests/
Dmod.rs65 let res = client.get("/").send().await; in hello_world() localVariable
69 let res = client.post("/").send().await; in hello_world() localVariable
73 let res = client.post("/users").send().await; in hello_world() localVariable
94 let res = client.get("/").send().await; in routing() localVariable
97 let res = client.get("/users").send().await; in routing() localVariable
101 let res = client.post("/users").send().await; in routing() localVariable
105 let res = client.get("/users/1").send().await; in routing() localVariable
109 let res = client.get("/users/1/action").send().await; in routing() localVariable
130 let res = client.get("/").send().await; in router_type_doesnt_change() localVariable
134 let res = client.post("/").send().await; in router_type_doesnt_change() localVariable
[all …]
/aosp_15_r20/external/coreboot/src/device/oprom/x86emu/
H A Dprim_ops.c139 static void set_parity_flag(u32 res) in set_parity_flag()
144 static void set_szp_flags_8(u8 res) in set_szp_flags_8()
151 static void set_szp_flags_16(u16 res) in set_szp_flags_16()
158 static void set_szp_flags_32(u32 res) in set_szp_flags_32()
165 static void no_carry_byte_side_eff(u8 res) in no_carry_byte_side_eff()
173 static void no_carry_word_side_eff(u16 res) in no_carry_word_side_eff()
181 static void no_carry_long_side_eff(u32 res) in no_carry_long_side_eff()
189 static void calc_carry_chain(int bits, u32 d, u32 s, u32 res, int set_carry) in calc_carry_chain()
201 static void calc_borrow_chain(int bits, u32 d, u32 s, u32 res, int set_carry) in calc_borrow_chain()
219 u16 res; in aaa_word() local
[all …]
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/sanitizer/
H A 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/lib/linux/i686-unknown-linux-musl/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/arm-unknown-linux-musleabihf/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/lib/linux/aarch64-unknown-linux-musl/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/aarch64-unknown-linux-musl/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/lib/linux/arm-unknown-linux-musleabihf/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/lib/linux/x86_64-unknown-linux-musl/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/lib/linux/aarch64-unknown-linux-musl/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/x86_64-unknown-linux-musl/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/lib/linux/aarch64-unknown-linux-musl/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/lib/linux/i686-unknown-linux-musl/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/lib/linux/x86_64-unknown-linux-musl/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/lib/linux/arm-unknown-linux-musleabihf/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/i686-unknown-linux-musl/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 …]

12345678910>>...354