OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHARED_CACHE_SIZE_HALF
(Results
1 - 10
of
10
) sorted by null
/bionic/libc/arch-x86/atom/string/
cache.h
35
#define
SHARED_CACHE_SIZE_HALF
(SHARED_CACHE_SIZE / 2)
ssse3-memcpy-atom.S
195
#ifdef
SHARED_CACHE_SIZE_HALF
196
cmp $
SHARED_CACHE_SIZE_HALF
, %ecx
[
all
...]
/bionic/libc/arch-x86/silvermont/string/
cache.h
35
#define
SHARED_CACHE_SIZE_HALF
(SHARED_CACHE_SIZE / 2)
sse2-memmove-slm.S
201
cmp $
SHARED_CACHE_SIZE_HALF
, %ecx
432
cmp $
SHARED_CACHE_SIZE_HALF
, %ecx
sse2-memcpy-slm.S
109
cmp $
SHARED_CACHE_SIZE_HALF
, %ecx
/bionic/libc/arch-x86_64/string/
cache.h
35
#define
SHARED_CACHE_SIZE_HALF
(SHARED_CACHE_SIZE / 2)
sse2-memmove-slm.S
186
cmp $
SHARED_CACHE_SIZE_HALF
, %rdx
411
cmp $
SHARED_CACHE_SIZE_HALF
, %rdx
sse2-memcpy-slm.S
100
cmp $
SHARED_CACHE_SIZE_HALF
, %rdx
/system/core/libcutils/arch-x86_64/
cache.h
21
#define
SHARED_CACHE_SIZE_HALF
(SHARED_CACHE_SIZE / 2)
/system/core/libcutils/arch-x86/
cache.h
27
#define
SHARED_CACHE_SIZE_HALF
(SHARED_CACHE_SIZE / 2)
Completed in 490 milliseconds