Searched refs:ATTCHMT_ALIGNMENT (Results 1 - 2 of 2) sorted by relevance

/device/asus/fugu/kernel-headers/linux/
H A Dkct.h82 #define ATTCHMT_ALIGNMENT 4 macro
90 #define foreach_attchmt(Event, Attchmt) if ((Event)->attchmt_size) for ((Attchmt) = (Event)->attachments; (Attchmt) < (typeof(Attchmt))(((char *) (Event)->attachments) + (Event)->attchmt_size); (Attchmt) = (typeof(Attchmt))KCT_ALIGN(((size_t)(Attchmt)) + sizeof(*(Attchmt)) + (Attchmt)->size, ATTCHMT_ALIGNMENT))
/device/asus/fugu/original-kernel-headers/linux/
H A Dkct.h74 # define ATTCHMT_ALIGNMENT 4 macro
90 (Attchmt)->size, ATTCHMT_ALIGNMENT))

Completed in 23 milliseconds