Home
last modified time | relevance | path

Searched refs:dms (Results 1 – 11 of 11) sorted by relevance

/linux/lib/zstd/compress/
A Dzstd_lazy.c164 const U32 * const dictHashTable = dms->hashTable; in ZSTD_DUBT_findBetterDictMatch()
172 const BYTE* const dictBase = dms->window.base; in ZSTD_DUBT_findBetterDictMatch()
173 const BYTE* const dictEnd = dms->window.nextSrc; in ZSTD_DUBT_findBetterDictMatch()
174 U32 const dictHighLimit = (U32)(dms->window.nextSrc - dms->window.base); in ZSTD_DUBT_findBetterDictMatch()
175 U32 const dictLowLimit = dms->window.lowLimit; in ZSTD_DUBT_findBetterDictMatch()
178 U32* const dictBt = dms->chainTable; in ZSTD_DUBT_findBetterDictMatch()
632 const U32* entry = &dms->hashTable[ddsIdx]; in ZSTD_HcFindBestMatch_generic()
667 const BYTE* const ddsBase = dms->window.base; in ZSTD_HcFindBestMatch_generic()
668 const BYTE* const ddsEnd = dms->window.nextSrc; in ZSTD_HcFindBestMatch_generic()
683 PREFETCH_L1(&dms->chainTable[chainIndex]); in ZSTD_HcFindBestMatch_generic()
[all …]
A Dzstd_double_fast.c74 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_doubleFast_generic() local
77 &dms->cParams : NULL; in ZSTD_compressBlock_doubleFast_generic()
79 dms->hashTable : NULL; in ZSTD_compressBlock_doubleFast_generic()
81 dms->chainTable : NULL; in ZSTD_compressBlock_doubleFast_generic()
83 dms->window.dictLimit : 0; in ZSTD_compressBlock_doubleFast_generic()
85 dms->window.base : NULL; in ZSTD_compressBlock_doubleFast_generic()
89 dms->window.nextSrc : NULL; in ZSTD_compressBlock_doubleFast_generic()
A Dzstd_fast.c227 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_fast_dictMatchState_generic() local
228 const ZSTD_compressionParameters* const dictCParams = &dms->cParams ; in ZSTD_compressBlock_fast_dictMatchState_generic()
229 const U32* const dictHashTable = dms->hashTable; in ZSTD_compressBlock_fast_dictMatchState_generic()
230 const U32 dictStartIndex = dms->window.dictLimit; in ZSTD_compressBlock_fast_dictMatchState_generic()
231 const BYTE* const dictBase = dms->window.base; in ZSTD_compressBlock_fast_dictMatchState_generic()
233 const BYTE* const dictEnd = dms->window.nextSrc; in ZSTD_compressBlock_fast_dictMatchState_generic()
A Dzstd_opt.c558 const ZSTD_matchState_t* dms = dictMode == ZSTD_dictMatchState ? ms->dictMatchState : NULL; in ZSTD_insertBtAndGetAllMatches() local
560 dictMode == ZSTD_dictMatchState ? &dms->cParams : NULL; in ZSTD_insertBtAndGetAllMatches()
561 const BYTE* const dmsBase = dictMode == ZSTD_dictMatchState ? dms->window.base : NULL; in ZSTD_insertBtAndGetAllMatches()
562 const BYTE* const dmsEnd = dictMode == ZSTD_dictMatchState ? dms->window.nextSrc : NULL; in ZSTD_insertBtAndGetAllMatches()
564 U32 const dmsLowLimit = dictMode == ZSTD_dictMatchState ? dms->window.lowLimit : 0; in ZSTD_insertBtAndGetAllMatches()
710 U32 dictMatchIndex = dms->hashTable[dmsH]; in ZSTD_insertBtAndGetAllMatches()
711 const U32* const dmsBt = dms->chainTable; in ZSTD_insertBtAndGetAllMatches()
/linux/drivers/edac/
A Damd76x_edac.c191 u32 mba, mba_base, mba_mask, dms; in amd76x_init_csrows() local
207 pci_read_config_dword(pdev, AMD76X_DRAM_MODE_STATUS, &dms); in amd76x_init_csrows()
214 dimm->dtype = ((dms >> index) & 0x1) ? DEV_X4 : DEV_UNKNOWN; in amd76x_init_csrows()
/linux/drivers/dma/dw/
A Ddw.c74 u8 dms = (dwc->direction == DMA_MEM_TO_DEV) ? p_master : m_master; in dw_dma_prepare_ctllo() local
79 DWC_CTLL_DMS(dms) | DWC_CTLL_SMS(sms); in dw_dma_prepare_ctllo()
/linux/drivers/mmc/host/
A Ddw_mmc.c839 if (!host->dms) in dw_mci_edmac_init()
843 if (IS_ERR(host->dms->ch)) { in dw_mci_edmac_init()
844 int ret = PTR_ERR(host->dms->ch); in dw_mci_edmac_init()
847 kfree(host->dms); in dw_mci_edmac_init()
848 host->dms = NULL; in dw_mci_edmac_init()
857 if (host->dms) { in dw_mci_edmac_exit()
858 if (host->dms->ch) { in dw_mci_edmac_exit()
859 dma_release_channel(host->dms->ch); in dw_mci_edmac_exit()
860 host->dms->ch = NULL; in dw_mci_edmac_exit()
862 kfree(host->dms); in dw_mci_edmac_exit()
[all …]
A Ddw_mmc.h187 struct dw_mci_dma_slave *dms; member
/linux/arch/arm/boot/dts/
A Dimx6q-dms-ba16.dts10 compatible = "advantech,imx6q-dms-ba16", "advantech,imx6q-ba16", "fsl,imx6q";
A DMakefile547 imx6q-dms-ba16.dtb \
/linux/Documentation/devicetree/bindings/arm/
A Dfsl.yaml250 - advantech,imx6q-dms-ba16 # Advantech DMS-BA16

Completed in 34 milliseconds