Home
last modified time | relevance | path

Searched refs:ALIGN_SIZE (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dtarget_core_user.h25 #define ALIGN_SIZE 64 macro
35 __u32 cmd_tail __attribute__((__aligned__(ALIGN_SIZE)));
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h624 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \ macro