Home
last modified time | relevance | path

Searched defs:DATA_CACHE_SIZE (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/core/libcutils/arch-x86/
H A Dcache.h20 #define DATA_CACHE_SIZE (24*1024) /* Silvermont L1 Data Cache */ macro
24 #define DATA_CACHE_SIZE (24*1024) /* Atom L1 Data Cache */ macro
/aosp12/bionic/libc/arch-x86/atom/string/
H A Dcache.h33 #define DATA_CACHE_SIZE (24*1024) /* Atom L1 Data Cache */ macro
/aosp12/bionic/libc/arch-x86/silvermont/string/
H A Dcache.h33 #define DATA_CACHE_SIZE (24*1024) /* Silvermont L1 Data Cache */ macro
/aosp12/bionic/libc/arch-x86_64/string/
H A Dcache.h33 #define DATA_CACHE_SIZE (24*1024) /* Core Architecture L1 Data Cache */ macro
/aosp12/system/core/libcutils/arch-x86_64/
H A Dcache.h19 #define DATA_CACHE_SIZE (24*1024) /* Silvermont L1 Data Cache */ macro
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DManageCachePage.java62 private static final int DATA_CACHE_SIZE = 256; field in ManageCachePage
H A DAlbumDataLoader.java40 private static final int DATA_CACHE_SIZE = 1000; field in AlbumDataLoader
H A DAlbumSetPage.java78 private static final int DATA_CACHE_SIZE = 256; field in AlbumSetPage
H A DPhotoDataAdapter.java63 private static final int DATA_CACHE_SIZE = 256; field in PhotoDataAdapter