OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:L1_CACHE_ALIGN
(Results
26 - 27
of
27
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
cache.h
18
#ifndef
L1_CACHE_ALIGN
19
#define
L1_CACHE_ALIGN
(x) ALIGN(x, L1_CACHE_BYTES)
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
cache.h
18
#ifndef
L1_CACHE_ALIGN
19
#define
L1_CACHE_ALIGN
(x) ALIGN(x, L1_CACHE_BYTES)
Completed in 35 milliseconds
1
2