OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_K_SS_ALIGNSIZE
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
socket.h
22
#define
_K_SS_ALIGNSIZE
(__alignof__(struct sockaddr *))
27
} __attribute__((aligned(
_K_SS_ALIGNSIZE
)));
/external/iproute2/include/uapi/linux/
socket.h
9
#define
_K_SS_ALIGNSIZE
(__alignof__ (struct sockaddr *))
20
} __attribute__ ((aligned(
_K_SS_ALIGNSIZE
))); /* force desired alignment */
/external/kernel-headers/original/uapi/linux/
socket.h
9
#define
_K_SS_ALIGNSIZE
(__alignof__ (struct sockaddr *))
20
} __attribute__ ((aligned(
_K_SS_ALIGNSIZE
))); /* force desired alignment */
Completed in 49 milliseconds