Home
last modified time | relevance | path

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

/external/fastrpc/inc/
Dsbuf.h119 #define _SBUF_ALIGN(x, y) (((x) + ((y)-1)) & ~((y)-1)) macro
121 sbuf_advance(buf, _SBUF_ALIGN(sbuf_needed(buf), align) - sbuf_needed(buf)); in sbuf_align()
/external/fastrpc/src/
Dlistener_android.c252 #define ALIGNB(sz) ((sz) == 0 ? MIN_BUF_SIZE : _SBUF_ALIGN((sz), MIN_BUF_SIZE))
317 int size = _SBUF_ALIGN(inBufsLenReq, MIN_BUF_SIZE); in listener2()