OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TLV_ALIGNTO
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
tipc_config.h
129
#define
TLV_ALIGNTO
4
130
#define TLV_ALIGN(datalen) (((datalen) + (
TLV_ALIGNTO
- 1)) & ~(
TLV_ALIGNTO
- 1))
/external/kernel-headers/original/uapi/linux/
tipc_config.h
253
#define
TLV_ALIGNTO
4
255
#define TLV_ALIGN(datalen) (((datalen)+(
TLV_ALIGNTO
-1)) & ~(
TLV_ALIGNTO
-1))
265
* - Tried doing (!(tlv & (
TLV_ALIGNTO
-1))), but GCC compiler
Completed in 79 milliseconds