Home
last modified time | relevance | path

Searched defs:selection (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/zstd/lib/dictBuilder/
H A Dcover.c902 COVER_dictSelection_t selection) { in COVER_best_finish()
946 COVER_dictSelection_t selection = { NULL, 0, error }; in COVER_dictSelectionError() local
950 unsigned COVER_dictSelectionIsError(COVER_dictSelection_t selection) { in COVER_dictSelectionIsError()
954 void COVER_dictSelectionFree(COVER_dictSelection_t selection){ in COVER_dictSelectionFree()
1000 COVER_dictSelection_t selection = { largestDictbuffer, dictContentSize, totalCompressedSize }; in COVER_selectDict() local
1035 … COVER_dictSelection_t selection = { candidateDictBuffer, dictContentSize, totalCompressedSize }; in COVER_selectDict() local
1044 COVER_dictSelection_t selection = { largestDictbuffer, dictContentSize, totalCompressedSize }; in COVER_selectDict() local
1075 COVER_dictSelection_t selection = COVER_dictSelectionError(ERROR(GENERIC)); in COVER_tryParameters() local
H A Dfastcover.c477 COVER_dictSelection_t selection = COVER_dictSelectionError(ERROR(GENERIC)); in FASTCOVER_tryParameters() local
/dflybsd-src/usr.sbin/installer/dfuibe_installer/
H A Dfn_configure.c615 char current_path[256], selection[256], temp[256]; in fn_set_timezone() local
/dflybsd-src/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp_cm.c127 uint16_t selection = 0; in program_gamut_remap() local
/dflybsd-src/sys/dev/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h119 enum crc_selection selection; member