OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHARED_CACHE_SIZE
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/arch-x86/atom/string/
cache.h
32
#define
SHARED_CACHE_SIZE
(512*1024) /* Atom L2 Cache */
35
#define SHARED_CACHE_SIZE_HALF (
SHARED_CACHE_SIZE
/ 2)
/bionic/libc/arch-x86/silvermont/string/
cache.h
32
#define
SHARED_CACHE_SIZE
(1024*1024) /* Silvermont L2 Cache */
35
#define SHARED_CACHE_SIZE_HALF (
SHARED_CACHE_SIZE
/ 2)
/bionic/libc/arch-x86_64/string/
cache.h
32
#define
SHARED_CACHE_SIZE
(1024*1024) /* Silvermont L2 Cache */
35
#define SHARED_CACHE_SIZE_HALF (
SHARED_CACHE_SIZE
/ 2)
/system/core/libcutils/arch-x86/
cache_wrapper.S
22
#define
SHARED_CACHE_SIZE
(1024*1024) /* Silvermont L2 Cache */
26
#define
SHARED_CACHE_SIZE
(512*1024) /* Atom L2 Cache */
30
#define SHARED_CACHE_SIZE_HALF (
SHARED_CACHE_SIZE
/ 2)
/system/core/libcutils/arch-x86_64/
cache.h
22
#define
SHARED_CACHE_SIZE
(1024*1024) /* Silvermont L2 Cache */
26
#define
SHARED_CACHE_SIZE
(512*1024) /* Atom L2 Cache */
30
#define SHARED_CACHE_SIZE_HALF (
SHARED_CACHE_SIZE
/ 2)
Completed in 679 milliseconds