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