Searched refs:extra_bottom (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/lzotest/
H A Dlzotest.c370 static void mb_alloc_extra(mblock_t *mb, lzo_uint len, lzo_uint extra_bottom, lzo_uint extra_top) argument
377 mb->alloc_len = extra_bottom + len + extra_top;
390 mb->ptr = mb->alloc_ptr + extra_bottom;

Completed in 29 milliseconds