OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_OMAP_TYPE
(Results
1 - 15
of
15
) sorted by null
/bionic/libc/kernel/arch-arm/asm/arch/
cpu.h
42
#define
GET_OMAP_TYPE
((system_rev >> 16) & 0xffff)
44
#define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (
GET_OMAP_TYPE
== (id)) ? 1 : 0; }
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/
cpu.h
38
#define
GET_OMAP_TYPE
((system_rev >> 16) & 0xffff)
39
#define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (
GET_OMAP_TYPE
== (id)) ? 1 : 0; }
/prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/arch/
cpu.h
38
#define
GET_OMAP_TYPE
((system_rev >> 16) & 0xffff)
39
#define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (
GET_OMAP_TYPE
== (id)) ? 1 : 0; }
/prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/arch/
cpu.h
38
#define
GET_OMAP_TYPE
((system_rev >> 16) & 0xffff)
39
#define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (
GET_OMAP_TYPE
== (id)) ? 1 : 0; }
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/arch/
cpu.h
38
#define
GET_OMAP_TYPE
((system_rev >> 16) & 0xffff)
39
#define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (
GET_OMAP_TYPE
== (id)) ? 1 : 0; }
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/arch/
cpu.h
38
#define
GET_OMAP_TYPE
((system_rev >> 16) & 0xffff)
39
#define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (
GET_OMAP_TYPE
== (id)) ? 1 : 0; }
/prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm/arch/
cpu.h
38
#define
GET_OMAP_TYPE
((system_rev >> 16) & 0xffff)
39
#define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (
GET_OMAP_TYPE
== (id)) ? 1 : 0; }
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm/arch/
cpu.h
38
#define
GET_OMAP_TYPE
((system_rev >> 16) & 0xffff)
39
#define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (
GET_OMAP_TYPE
== (id)) ? 1 : 0; }
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/asm/arch/
cpu.h
38
#define
GET_OMAP_TYPE
((system_rev >> 16) & 0xffff)
39
#define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (
GET_OMAP_TYPE
== (id)) ? 1 : 0; }
/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/asm/arch/
cpu.h
38
#define
GET_OMAP_TYPE
((system_rev >> 16) & 0xffff)
39
#define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (
GET_OMAP_TYPE
== (id)) ? 1 : 0; }
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/asm/arch/
cpu.h
38
#define
GET_OMAP_TYPE
((system_rev >> 16) & 0xffff)
39
#define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (
GET_OMAP_TYPE
== (id)) ? 1 : 0; }
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/asm/arch/
cpu.h
38
#define
GET_OMAP_TYPE
((system_rev >> 16) & 0xffff)
39
#define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (
GET_OMAP_TYPE
== (id)) ? 1 : 0; }
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/asm/arch/
cpu.h
38
#define
GET_OMAP_TYPE
((system_rev >> 16) & 0xffff)
39
#define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (
GET_OMAP_TYPE
== (id)) ? 1 : 0; }
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/asm/arch/
cpu.h
38
#define
GET_OMAP_TYPE
((system_rev >> 16) & 0xffff)
39
#define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (
GET_OMAP_TYPE
== (id)) ? 1 : 0; }
/external/kernel-headers/original/asm-arm/arch/
cpu.h
166
#define
GET_OMAP_TYPE
((system_rev >> 16) & 0xffff)
171
return (
GET_OMAP_TYPE
== (id)) ? 1 : 0; \
Completed in 866 milliseconds