OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DATA_CACHE_SIZE_HALF
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/arch-x86/atom/string/
cache.h
36
#define
DATA_CACHE_SIZE_HALF
(DATA_CACHE_SIZE / 2)
/bionic/libc/arch-x86/silvermont/string/
cache.h
36
#define
DATA_CACHE_SIZE_HALF
(DATA_CACHE_SIZE / 2)
/bionic/libc/arch-x86_64/string/
cache.h
36
#define
DATA_CACHE_SIZE_HALF
(DATA_CACHE_SIZE / 2)
/system/core/libcutils/arch-x86/
cache.h
28
#define
DATA_CACHE_SIZE_HALF
(DATA_CACHE_SIZE / 2)
/system/core/libcutils/arch-x86_64/
cache.h
22
#define
DATA_CACHE_SIZE_HALF
(DATA_CACHE_SIZE / 2)
/art/runtime/arch/x86_64/
memcmp16_x86_64.S
26
#define
DATA_CACHE_SIZE_HALF
(12*1024)
304
#ifdef
DATA_CACHE_SIZE_HALF
305
mov $
DATA_CACHE_SIZE_HALF
, %r8
620
#ifdef
DATA_CACHE_SIZE_HALF
621
mov $
DATA_CACHE_SIZE_HALF
, %r8
Completed in 773 milliseconds