OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRID_REV_ENCODE_332
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/arch-mips/asm/
cpu.h
120
#define
PRID_REV_ENCODE_332
(ver, rev, patch) ((ver) << 5 | (rev) << 2 | (patch))
/development/ndk/platforms/android-9/arch-mips/include/asm/
cpu.h
120
#define
PRID_REV_ENCODE_332
(ver, rev, patch) ((ver) << 5 | (rev) << 2 | (patch))
/external/kernel-headers/original/asm-mips/
cpu.h
147
#define
PRID_REV_ENCODE_332
(ver, rev, patch) \
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
cpu.h
120
#define
PRID_REV_ENCODE_332
(ver, rev, patch) ((ver) << 5 | (rev) << 2 | (patch))
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
cpu.h
120
#define
PRID_REV_ENCODE_332
(ver, rev, patch) ((ver) << 5 | (rev) << 2 | (patch))
Completed in 55 milliseconds