Home
last modified time | relevance | path

Searched defs:newListSize (Results 1 – 2 of 2) sorted by relevance

/external/lz4/programs/
Dutil.h532 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList() local
589 size_t const newListSize = (size_t)(*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList() local
/external/zstd/programs/
Dutil.c622 ptrdiff_t const newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList() local
683 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList() local
1060 ptrdiff_t newListSize = (bufend - buf) + LIST_SIZE_INCREASE; in UTIL_createExpandedFNT() local