OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:L1_CACHE_ALIGN
(Results
1 - 13
of
13
) sorted by null
/external/oprofile/module/
op_cache.h
17
#ifndef
L1_CACHE_ALIGN
18
#define
L1_CACHE_ALIGN
(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))
/bionic/libc/kernel/common/linux/
cache.h
18
#ifndef
L1_CACHE_ALIGN
19
#define
L1_CACHE_ALIGN
(x) ALIGN(x, L1_CACHE_BYTES)
/development/ndk/platforms/android-3/include/linux/
cache.h
18
#ifndef
L1_CACHE_ALIGN
19
#define
L1_CACHE_ALIGN
(x) ALIGN(x, L1_CACHE_BYTES)
/external/kernel-headers/original/linux/
cache.h
7
#ifndef
L1_CACHE_ALIGN
8
#define
L1_CACHE_ALIGN
(x) ALIGN(x, L1_CACHE_BYTES)
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
cache.h
18
#ifndef
L1_CACHE_ALIGN
19
#define
L1_CACHE_ALIGN
(x) ALIGN(x, L1_CACHE_BYTES)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
cache.h
18
#ifndef
L1_CACHE_ALIGN
19
#define
L1_CACHE_ALIGN
(x) ALIGN(x, L1_CACHE_BYTES)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
cache.h
18
#ifndef
L1_CACHE_ALIGN
19
#define
L1_CACHE_ALIGN
(x) ALIGN(x, L1_CACHE_BYTES)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
cache.h
18
#ifndef
L1_CACHE_ALIGN
19
#define
L1_CACHE_ALIGN
(x) ALIGN(x, L1_CACHE_BYTES)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
cache.h
18
#ifndef
L1_CACHE_ALIGN
19
#define
L1_CACHE_ALIGN
(x) ALIGN(x, L1_CACHE_BYTES)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
cache.h
18
#ifndef
L1_CACHE_ALIGN
19
#define
L1_CACHE_ALIGN
(x) ALIGN(x, L1_CACHE_BYTES)
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
cache.h
18
#ifndef
L1_CACHE_ALIGN
19
#define
L1_CACHE_ALIGN
(x) ALIGN(x, L1_CACHE_BYTES)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
cache.h
18
#ifndef
L1_CACHE_ALIGN
19
#define
L1_CACHE_ALIGN
(x) ALIGN(x, L1_CACHE_BYTES)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/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 396 milliseconds