OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_K_SS_ALIGNSIZE
(Results
26 - 30
of
30
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
socket.h
16
#define
_K_SS_ALIGNSIZE
(__alignof__ (struct sockaddr *))
23
} __attribute__ ((aligned(
_K_SS_ALIGNSIZE
)));
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
socket.h
16
#define
_K_SS_ALIGNSIZE
(__alignof__ (struct sockaddr *))
23
} __attribute__ ((aligned(
_K_SS_ALIGNSIZE
)));
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
socket.h
16
#define
_K_SS_ALIGNSIZE
(__alignof__ (struct sockaddr *))
23
} __attribute__ ((aligned(
_K_SS_ALIGNSIZE
)));
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
socket.h
16
#define
_K_SS_ALIGNSIZE
(__alignof__ (struct sockaddr *))
23
} __attribute__ ((aligned(
_K_SS_ALIGNSIZE
)));
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
socket.h
16
#define
_K_SS_ALIGNSIZE
(__alignof__ (struct sockaddr *))
23
} __attribute__ ((aligned(
_K_SS_ALIGNSIZE
)));
Completed in 137 milliseconds
1
2