Searched refs:MIN_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
251 #define MIN_BUF_SIZE 0x1000 macro252 #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()