OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ALIGN
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
socket.h
366
#ifndef
_ALIGN
367
#define
_ALIGN
(p) (((unsigned)(p) + _ALIGNBYTES) & ~_ALIGNBYTES)
372
_ALIGN
(sizeof(struct cmsghdr)))
376
(((caddr_t)(cmsg) +
_ALIGN
((cmsg)->cmsg_len) + \
377
_ALIGN
(sizeof(struct cmsghdr)) > \
380
(struct cmsghdr *)((caddr_t)(cmsg) +
_ALIGN
((cmsg)->cmsg_len)))
386
#define CMSG_SPACE(l) (
_ALIGN
(sizeof(struct cmsghdr)) +
_ALIGN
(l))
387
#define CMSG_LEN(l) (
_ALIGN
(sizeof(struct cmsghdr)) + (l))
390
#define CMSG_ALIGN(n)
_ALIGN
(n
[
all
...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h
1100
#define CMSG_ALIGN(n)
_ALIGN
(n
[
all
...]
Completed in 81 milliseconds