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 - 2
of
2
) sorted by null
/bionic/libc/arch-x86/string/
cache_wrapper.S
32
#define
SHARED_CACHE_SIZE
(512*1024) /* Atom L2 Cache */
34
#define SHARED_CACHE_SIZE_HALF (
SHARED_CACHE_SIZE
/ 2)
/system/core/libcutils/arch-x86/
cache_wrapper.S
21
#define
SHARED_CACHE_SIZE
(512*1024) /* Atom L2 Cache */
23
#define SHARED_CACHE_SIZE_HALF (
SHARED_CACHE_SIZE
/ 2)
Completed in 16 milliseconds