Searched defs:flush_range (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/memmap2/src/ |
D | lib.rs | 838 pub fn flush_range(&self, offset: usize, len: usize) -> Result<()> { in flush_range() method 1076 pub fn flush_range(&self, offset: usize, len: usize) -> Result<()> { in flush_range() method 1456 fn flush_range() { in flush_range() function
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/ |
D | ppc-ffi_darwin.c | 699 flush_range( in flush_range() function
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/ |
D | ppc-ffi_darwin.c | 699 flush_range( in flush_range() function
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | ffi_darwin.c | 1092 flush_range(char * addr1, int size) in flush_range() function
|
/aosp_15_r20/external/libffi/src/powerpc/ |
H A D | ffi_darwin.c | 1152 flush_range(char * addr1, int size) in flush_range() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/ |
D | device_memory.rs | 1362 pub unsafe fn flush_range(&self, range: Range<DeviceSize>) -> Result<(), MemoryMapError> { in flush_range() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/ |
D | suballocator.rs | 273 pub unsafe fn flush_range(&self, range: Range<DeviceSize>) -> Result<(), VulkanError> { in flush_range() method
|