OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__MSGSEG
(Results
51 - 74
of
74
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
msg.h
65
#define
__MSGSEG
((MSGPOOL*1024)/ MSGSSZ)
66
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
msg.h
65
#define
__MSGSEG
((MSGPOOL*1024)/ MSGSSZ)
66
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
msg.h
65
#define
__MSGSEG
((MSGPOOL*1024)/ MSGSSZ)
66
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/
msg.h
65
#define
__MSGSEG
((MSGPOOL*1024)/ MSGSSZ)
66
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
msg.h
65
#define
__MSGSEG
((MSGPOOL*1024)/ MSGSSZ)
66
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
msg.h
65
#define
__MSGSEG
((MSGPOOL*1024)/ MSGSSZ)
66
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
msg.h
65
#define
__MSGSEG
((MSGPOOL*1024)/ MSGSSZ)
66
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
msg.h
65
#define
__MSGSEG
((MSGPOOL*1024)/ MSGSSZ)
66
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
msg.h
65
#define
__MSGSEG
((MSGPOOL*1024)/ MSGSSZ)
66
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
msg.h
65
#define
__MSGSEG
((MSGPOOL*1024)/ MSGSSZ)
66
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
msg.h
65
#define
__MSGSEG
((MSGPOOL*1024)/ MSGSSZ)
66
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
msg.h
65
#define
__MSGSEG
((MSGPOOL*1024)/ MSGSSZ)
66
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
msg.h
65
#define
__MSGSEG
((MSGPOOL*1024)/ MSGSSZ)
66
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/bionic/libc/kernel/uapi/linux/
msg.h
76
#define
__MSGSEG
((MSGPOOL * 1024) / MSGSSZ)
77
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/development/ndk/platforms/android-21/include/linux/
msg.h
76
#define
__MSGSEG
((MSGPOOL * 1024) / MSGSSZ)
77
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/external/kernel-headers/original/uapi/linux/
msg.h
72
#define
__MSGSEG
((MSGPOOL * 1024) / MSGSSZ) /* max no. of segments */
73
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
msg.h
71
#define
__MSGSEG
((MSGPOOL * 1024) / MSGSSZ) /* max no. of segments */
72
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
msg.h
71
#define
__MSGSEG
((MSGPOOL * 1024) / MSGSSZ) /* max no. of segments */
72
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
msg.h
76
#define
__MSGSEG
((MSGPOOL * 1024) / MSGSSZ)
77
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
msg.h
76
#define
__MSGSEG
((MSGPOOL * 1024) / MSGSSZ)
77
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
msg.h
76
#define
__MSGSEG
((MSGPOOL * 1024) / MSGSSZ)
77
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
msg.h
76
#define
__MSGSEG
((MSGPOOL * 1024) / MSGSSZ)
77
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
msg.h
76
#define
__MSGSEG
((MSGPOOL * 1024) / MSGSSZ)
77
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
msg.h
76
#define
__MSGSEG
((MSGPOOL * 1024) / MSGSSZ)
77
#define MSGSEG (
__MSGSEG
<= 0xffff ?
__MSGSEG
: 0xffff)
Completed in 299 milliseconds
1
2
3