HomeSort by: relevance | last modified time | path
    Searched refs:mmapDict (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
fileio_types.h 72 ZSTD_ParamSwitch_e mmapDict;
zstdcli.c 868 ZSTD_ParamSwitch_e mmapDict=ZSTD_ps_auto;
999 if (!strcmp(argument, "--mmap-dict")) { mmapDict = ZSTD_ps_enable; continue; }
1000 if (!strcmp(argument, "--no-mmap-dict")) { mmapDict = ZSTD_ps_disable; continue; }
1571 FIO_setMMapDict(prefs, mmapDict);
fileio.c 490 prefs->mmapDict = value;
1115 int useMMap = prefs->mmapDict == ZSTD_ps_enable;
1116 int forceNoUseMMap = prefs->mmapDict == ZSTD_ps_disable;
2324 int useMMap = prefs->mmapDict == ZSTD_ps_enable;
2325 int forceNoUseMMap = prefs->mmapDict == ZSTD_ps_disable;

Completed in 47 milliseconds