/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/ |
H A D | vector.rs | 35 unsafe fn splat(byte: u8) -> Self; in splat() method 210 unsafe fn splat(byte: u8) -> __m128i { in splat() method 260 unsafe fn splat(byte: u8) -> __m256i { in splat() method 310 unsafe fn splat(byte: u8) -> uint8x16_t { in splat() method 481 unsafe fn splat(byte: u8) -> v128 { in splat() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/ |
D | vector.rs | 35 unsafe fn splat(byte: u8) -> Self; in splat() method 210 unsafe fn splat(byte: u8) -> __m128i { in splat() method 260 unsafe fn splat(byte: u8) -> __m256i { in splat() method 310 unsafe fn splat(byte: u8) -> uint8x16_t { in splat() method 481 unsafe fn splat(byte: u8) -> v128 { in splat() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/ |
H A D | vector.rs | 44 unsafe fn splat(byte: u8) -> Self; in splat() method 333 unsafe fn splat(byte: u8) -> __m128i { in splat() method 426 unsafe fn splat(byte: u8) -> __m256i { in splat() method 614 unsafe fn splat(byte: u8) -> uint8x16_t { in splat() method
|
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/template/ |
H A D | parameter.rb | 17 attr_accessor :splat, :block accessor in ANTLR3.Template.ParameterList
|
/aosp_15_r20/external/skia/src/sksl/ir/ |
H A D | SkSLConstructorCompoundCast.cpp | 37 ConstructorSplat& splat = constCtor->as<ConstructorSplat>(); in cast_constant_composite() local
|
H A D | SkSLConstructorCompound.cpp | 151 if (const Expression* splat = make_splat_from_arguments(type, args)) { in Make() local
|
H A D | SkSLSwizzle.cpp | 502 const ConstructorSplat& splat = value->as<ConstructorSplat>(); in Make() local
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/ |
H A D | bitmask.rs | 81 pub fn splat(value: bool) -> Self { in splat() function
|
H A D | full_masks.rs | 106 pub fn splat(value: bool) -> Self { in splat() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/ |
H A D | bitmask.rs | 81 pub fn splat(value: bool) -> Self { in splat() function
|
H A D | full_masks.rs | 106 pub fn splat(value: bool) -> Self { in splat() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/ |
H A D | bitmask.rs | 81 pub fn splat(value: bool) -> Self { in splat() function
|
H A D | full_masks.rs | 106 pub fn splat(value: bool) -> Self { in splat() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/ |
H A D | bitmask.rs | 81 pub fn splat(value: bool) -> Self { in splat() function
|
H A D | full_masks.rs | 106 pub fn splat(value: bool) -> Self { in splat() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/ |
H A D | bitmask.rs | 81 pub fn splat(value: bool) -> Self { in splat() function
|
H A D | full_masks.rs | 106 pub fn splat(value: bool) -> Self { in splat() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/distributions/ |
D | utils.rs | 251 fn splat(scalar: Self) -> Self { in splat() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/bool/ |
D | bvec3.rs | 35 pub const fn splat(v: bool) -> Self { in splat() method
|
D | bvec2.rs | 34 pub const fn splat(v: bool) -> Self { in splat() method
|
D | bvec4.rs | 36 pub const fn splat(v: bool) -> Self { in splat() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/bool/scalar/ |
D | bvec3a.rs | 39 pub const fn splat(v: bool) -> Self { in splat() method
|
D | bvec4a.rs | 41 pub const fn splat(v: bool) -> Self { in splat() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/ |
H A D | utils.rs | 251 fn splat(scalar: Self) -> Self { in splat() method
|
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/ |
H A D | template.rb | 294 attr_accessor :splat, :block accessor in ParameterList
|