Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/programs/
H A Dfileio_types.h68 int patchFromMode; member
H A Dfileio.c466 prefs->patchFromMode = value != 0; in FIO_setPatchFromMode()
724 size_t const dictSizeMax = prefs->patchFromMode ? prefs->memLimit : DICTSIZE_MAX; in FIO_setDictBufferMalloc()
771 size_t const dictSizeMax = prefs->patchFromMode ? prefs->memLimit : DICTSIZE_MAX; in FIO_setDictBufferMMap()
814 size_t const dictSizeMax = prefs->patchFromMode ? prefs->memLimit : DICTSIZE_MAX; in FIO_setDictBufferMMap()
1130 if (prefs->patchFromMode) { in FIO_createCResources()
1193 if (prefs->patchFromMode) { in FIO_createCResources()
2334 if (prefs->patchFromMode){ in FIO_createDResources()
2354 if (prefs->patchFromMode){ in FIO_createDResources()