OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XIO_PORT_BITS
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/arch-mips/asm/xtalk/
xtalk.h
36
#define
XIO_PORT_BITS
(0xF000000000000000ull)
39
#define XIO_PACKED(x) (((x)&
XIO_PORT_BITS
) != 0)
41
#define XIO_PORT(x) ((xwidgetnum_t)(((x)&
XIO_PORT_BITS
) >> XIO_PORT_SHIFT))
/development/ndk/platforms/android-9/arch-mips/include/asm/xtalk/
xtalk.h
36
#define
XIO_PORT_BITS
(0xF000000000000000ull)
39
#define XIO_PACKED(x) (((x)&
XIO_PORT_BITS
) != 0)
41
#define XIO_PORT(x) ((xwidgetnum_t)(((x)&
XIO_PORT_BITS
) >> XIO_PORT_SHIFT))
/external/kernel-headers/original/asm-mips/xtalk/
xtalk.h
42
#define
XIO_PORT_BITS
(0xF000000000000000ull)
45
#define XIO_PACKED(x) (((x)&
XIO_PORT_BITS
) != 0)
47
#define XIO_PORT(x) ((xwidgetnum_t)(((x)&
XIO_PORT_BITS
) >> XIO_PORT_SHIFT))
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/xtalk/
xtalk.h
36
#define
XIO_PORT_BITS
(0xF000000000000000ull)
39
#define XIO_PACKED(x) (((x)&
XIO_PORT_BITS
) != 0)
41
#define XIO_PORT(x) ((xwidgetnum_t)(((x)&
XIO_PORT_BITS
) >> XIO_PORT_SHIFT))
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/xtalk/
xtalk.h
36
#define
XIO_PORT_BITS
(0xF000000000000000ull)
39
#define XIO_PACKED(x) (((x)&
XIO_PORT_BITS
) != 0)
41
#define XIO_PORT(x) ((xwidgetnum_t)(((x)&
XIO_PORT_BITS
) >> XIO_PORT_SHIFT))
Completed in 171 milliseconds