Home
last modified time | relevance | path

Searched defs:flush_range (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/memmap2/src/
Dlib.rs838 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/
Dppc-ffi_darwin.c699 flush_range( in flush_range() function
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c699 flush_range( in flush_range() function
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_darwin.c1092 flush_range(char * addr1, int size) in flush_range() function
/aosp_15_r20/external/libffi/src/powerpc/
H A Dffi_darwin.c1152 flush_range(char * addr1, int size) in flush_range() function
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/
Ddevice_memory.rs1362 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/
Dsuballocator.rs273 pub unsafe fn flush_range(&self, range: Range<DeviceSize>) -> Result<(), VulkanError> { in flush_range() method