Home
last modified time | relevance | path

Searched defs:load_unaligned (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/
H A Dvector.rs53 unsafe fn load_unaligned(data: *const u8) -> Self; in load_unaligned() method
220 unsafe fn load_unaligned(data: *const u8) -> __m128i { in load_unaligned() method
270 unsafe fn load_unaligned(data: *const u8) -> __m256i { in load_unaligned() method
322 unsafe fn load_unaligned(data: *const u8) -> uint8x16_t { in load_unaligned() method
491 unsafe fn load_unaligned(data: *const u8) -> v128 { in load_unaligned() method
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/
Dvector.rs53 unsafe fn load_unaligned(data: *const u8) -> Self; in load_unaligned() method
220 unsafe fn load_unaligned(data: *const u8) -> __m128i { in load_unaligned() method
270 unsafe fn load_unaligned(data: *const u8) -> __m256i { in load_unaligned() method
322 unsafe fn load_unaligned(data: *const u8) -> uint8x16_t { in load_unaligned() method
491 unsafe fn load_unaligned(data: *const u8) -> v128 { in load_unaligned() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/
H A Dvector.rs56 unsafe fn load_unaligned(data: *const u8) -> Self; in load_unaligned() method
338 unsafe fn load_unaligned(data: *const u8) -> __m128i { in load_unaligned() method
431 unsafe fn load_unaligned(data: *const u8) -> __m256i { in load_unaligned() method
619 unsafe fn load_unaligned(data: *const u8) -> uint8x16_t { in load_unaligned() method