Home
last modified time | relevance | path

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

/external/lz4/programs/
Dutil.h402 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList() local
459 size_t const newListSize = (size_t)(*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList() local
/external/zstd/programs/
Dutil.c868 ptrdiff_t const newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList() local
929 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList() local
1306 ptrdiff_t newListSize = (bufend - buf) + LIST_SIZE_INCREASE; in UTIL_createExpandedFNT() local