Searched defs:StoreBytes (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/ppv-lite86-0.2.17/src/ |
H A D | types.rs | 261 V: StoreBytes, in read_le() 269 V: StoreBytes, in read_be() 287 pub trait StoreBytes { trait
|
/aosp_15_r20/external/rust/android-crates-io/crates/ppv-lite86/src/ |
D | types.rs | 261 V: StoreBytes, in read_le() 269 V: StoreBytes, in read_be() 287 pub trait StoreBytes { trait
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 1020 unsigned StoreBytes) { in StoreIntToMemory() 1045 const unsigned StoreBytes = getDataLayout().getTypeStoreSize(Ty); in StoreValueToMemory() local
|
/aosp_15_r20/system/libziparchive/ |
H A D | zip_writer.cc | 379 int32_t ZipWriter::StoreBytes(FileEntry* file, const void* data, uint32_t len) { in StoreBytes() function in ZipWriter
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 1020 const unsigned StoreBytes = getDataLayout().getTypeStoreSize(Ty); in StoreValueToMemory() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 1024 const unsigned StoreBytes = getDataLayout().getTypeStoreSize(Ty); in StoreValueToMemory() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/ppv-lite86-0.2.17/src/x86_64/ |
H A D | sse2.rs | 74 impl<S3, S4, NI> StoreBytes for $vec<S3, S4, NI> impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/ppv-lite86/src/x86_64/ |
D | sse2.rs | 74 impl<S3, S4, NI> StoreBytes for $vec<S3, S4, NI> impl
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APInt.cpp | 3066 unsigned StoreBytes) { in StoreIntToMemory()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | APInt.cpp | 3010 unsigned StoreBytes) { in StoreIntToMemory()
|