Searched refs:r_vec (Results 1 – 3 of 3) sorted by relevance
/external/libyuv/files/source/ |
D | row_mmi.cc | 6120 uint64_t b_vec[2],g_vec[2],r_vec[2]; in I444ToARGBRow_MMI() local 6193 [r_vec0]"=&f"(r_vec[0]), [r_vec1]"=&f"(r_vec[1]), in I444ToARGBRow_MMI() 6216 uint64_t b_vec[2],g_vec[2],r_vec[2]; in I422ToARGBRow_MMI() local 6295 [r_vec0]"=&f"(r_vec[0]), [r_vec1]"=&f"(r_vec[1]), in I422ToARGBRow_MMI() 6318 uint64_t b_vec[2],g_vec[2],r_vec[2]; in I210ToARGBRow_MMI() local 6399 [r_vec0]"=&f"(r_vec[0]), [r_vec1]"=&f"(r_vec[1]), in I210ToARGBRow_MMI() 6423 uint64_t b_vec[2],g_vec[2],r_vec[2]; in I422AlphaToARGBRow_MMI() local 6505 [r_vec0]"=&f"(r_vec[0]), [r_vec1]"=&f"(r_vec[1]), in I422AlphaToARGBRow_MMI() 6527 uint64_t b_vec[2],g_vec[2],r_vec[2]; in I422ToRGB24Row_MMI() local 6619 [r_vec0]"=&f"(r_vec[0]), [r_vec1]"=&f"(r_vec[1]), in I422ToRGB24Row_MMI() [all …]
|
/external/rust/crates/clap/src/builder/ |
D | command.rs | 4517 let mut r_vec = vec![arg]; in unroll_arg_requires() localVariable 4520 while let Some(a) = r_vec.pop() { in unroll_arg_requires() 4531 r_vec.push(req.get_id()) in unroll_arg_requires()
|
/external/rust/crates/clap/3.2.23/src/builder/ |
D | command.rs | 5032 let mut r_vec = vec![arg]; in unroll_arg_requires() localVariable 5035 while let Some(a) = r_vec.pop() { in unroll_arg_requires() 5046 r_vec.push(&req.id) in unroll_arg_requires()
|