Searched defs:res_b (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/ |
D | mat2.rs | 84 let res_b = mat_a * $vec2::X; localVariable
|
/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | highbd_convolve_2d_avx2.c | 155 const __m256i res_b = convolve(s + 4, coeffs_y); in av1_highbd_convolve_2d_sr_avx2() local
|
H A D | highbd_jnt_convolve_avx2.c | 397 const __m256i res_b = convolve(s + 4, coeffs_y); in av1_highbd_dist_wtd_convolve_2d_avx2() local 785 const __m256i res_b = convolve(s + 4, coeffs_y); in av1_highbd_dist_wtd_convolve_y_avx2() local
|
H A D | wiener_convolve_avx2.c | 180 __m256i res_b = convolve(s + 4, coeffs_v); in av1_wiener_convolve_add_src_avx2() local
|
H A D | jnt_convolve_avx2.c | 705 const __m256i res_b = convolve_4tap(s + 3, coeffs_y + 1); in av1_dist_wtd_convolve_2d_avx2() local
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/arm/css/scmi/ |
H A D | scmi_private.h | 136 uint64_t res_b; /* Reserved */ member
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/arm/css/scmi/ |
D | scmi_private.h | 136 uint64_t res_b; /* Reserved */ member
|
/aosp_15_r20/external/clang/test/Parser/ |
H A D | cxx-altivec.cpp | 155 bool res_b; in func() local
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | highbd_convolve_avx2.c | 142 const __m256i res_b = convolve(s + 4, coeffs_y); in av1_highbd_convolve_y_sr_avx2() local 1098 const __m256i res_b = convolve_4tap(s + 2, ff); in aom_highbd_filter_block1d8_v4_avx2() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/multi/ |
H A D | tests.rs | 167 let res_b: (Vec<&[u8]>, &[u8]) = (Vec::new(), &b"efgh"[..]); in many_till_test() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/multi/ |
D | tests.rs | 167 let res_b: (Vec<&[u8]>, &[u8]) = (Vec::new(), &b"efgh"[..]); in many_till_test() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/combinator/ |
D | tests.rs | 977 let res_b: (Vec<&[u8]>, &[u8]) = (Vec::new(), &b"efgh"[..]); in repeat_till_test() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/ |
D | writer.rs | 1054 let res_b = $self_.b.$f($($arg),*); localVariable
|