Home
last modified time | relevance | path

Searched defs:matchIndex (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/lib/zstd/compress/
H A Dzstd_lazy.c45 U32 const matchIndex = hashTable[h]; in ZSTD_updateDUBT() local
197 U32 matchIndex = dictMatchIndex + dictIndexDelta; in ZSTD_DUBT_findBetterDictMatch() local
241 U32 matchIndex = hashTable[h]; in ZSTD_DUBT_findBestMatch() local
529 U32 matchIndex; in ZSTD_dedicatedDictSearch_lazy_search() local
679 U32 matchIndex; in ZSTD_HcFindBestMatch() local
1197 U32 const matchIndex = row[matchPos]; in ZSTD_RowFindBestMatch() local
1219 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch() local
1265 U32 const matchIndex = dmsRow[matchPos]; in ZSTD_RowFindBestMatch() local
1274 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch() local
1663 U32 const matchIndex = (U32)((size_t)(start-base) - STORED_OFFSET(offcode)); in ZSTD_compressBlock_lazy_generic() local
[all …]
H A Dzstd_fast.c429 U32 const matchIndex = hashTable[h]; in ZSTD_compressBlock_fast_dictMatchState_generic() local
585 const U32 matchIndex = hashTable[h]; in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_opt.c424 U32 matchIndex = hashTable[h]; in ZSTD_insertBt1() local
574 U32 matchIndex = hashTable[h]; in ZSTD_insertBtAndGetAllMatches() local
H A Dzstd_double_fast.c566 const U32 matchIndex = hashSmall[hSmall]; in ZSTD_compressBlock_doubleFast_extDict_generic() local
/openbmc/linux/lib/lz4/
H A Dlz4hc_compress.c114 U32 matchIndex; in LZ4HC_InsertAndFindBestMatch() local
187 U32 matchIndex; in LZ4HC_InsertAndGetWiderMatch() local
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Deeprom.c289 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_legacy_target_powers() local
344 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_target_powers() local
/openbmc/dbus-sensors/src/
H A DPSUSensorMain.cpp143 unsigned int matchIndex = 0; member