Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dmsg.c44 #define BUF_ALIGN(x) ALIGN(x, 4) macro
492 offset = BUF_ALIGN(bsz); in tipc_msg_bundle()
549 if (unlikely(mss < BUF_ALIGN(INT_H_SIZE + tsz) + msg_size(msg))) in tipc_msg_try_bundle()
608 *pos += BUF_ALIGN(imsz); in tipc_msg_extract()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch399 +#define BUF_ALIGN 64
400 +#define BUF_ALLOC (BUF_SIZE + 2*BUF_SLACK + BUF_ALIGN)
410 + uint32_t * const d0 = (uint32_t *)(((uintptr_t)d0_buf + (BUF_ALIGN - 1)) & ~(BUF_ALIGN - 1)) …
411 + uint32_t * const d1 = (uint32_t *)(((uintptr_t)d1_buf + (BUF_ALIGN - 1)) & ~(BUF_ALIGN - 1)) +…
438 + uint32_t * const d0 = (uint32_t *)(((uintptr_t)d0_buf + (BUF_ALIGN - 1)) & ~(BUF_ALIGN - 1)) …
439 + uint32_t * const d1 = (uint32_t *)(((uintptr_t)d1_buf + (BUF_ALIGN - 1)) & ~(BUF_ALIGN - 1)) +…