Home
last modified time | relevance | path

Searched refs:buf_alloc_size (Results 1 – 3 of 3) sorted by relevance

/openbmc/libmctp/
H A Dcore-internal.h78 size_t buf_alloc_size; member
H A Dcore.c192 ctx->buf_alloc_size = mctp->max_message_size; in mctp_msg_ctx_create()
193 ctx->buf = __mctp_msg_alloc(ctx->buf_alloc_size, mctp); in mctp_msg_ctx_create()
225 if (ctx->buf_size + len > ctx->buf_alloc_size) { in mctp_msg_ctx_add_pkt()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch2910 +static size_t buf_alloc_size(const vlc_fourcc_t i_chroma, const unsigned int width, const unsigned…
2948 + const size_t buf_alloc = buf_alloc_size(p_filter->fmt_out.video.i_chroma,