OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPU_ID_IS7
(Results
1 - 2
of
2
) sorted by null
/system/core/libacc/tests/
armreg.h
71
#define
CPU_ID_IS7
(x) (((x) & 0x0000f000) == 0x00007000)
72
#define CPU_ID_ISNEW(x) (!CPU_ID_ISOLD(x) && !
CPU_ID_IS7
(x))
/system/core/libpixelflinger/codeflinger/
armreg.h
71
#define
CPU_ID_IS7
(x) (((x) & 0x0000f000) == 0x00007000)
72
#define CPU_ID_ISNEW(x) (!CPU_ID_ISOLD(x) && !
CPU_ID_IS7
(x))
Completed in 12 milliseconds