Home
last modified time | relevance | path

Searched defs:mls (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/scripts/selinux/mdp/
H A Dmdp.c44 int i, j, mls = 0; in main() local
[all...]
/kernel/linux/linux-6.6/scripts/selinux/mdp/
H A Dmdp.c44 int i, j, mls = 0; in main() local
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h235 static U32 ZSTD_insertBtAndGetAllMatches(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, U32 nbCompares, const U32 mls, U32 extDict, in ZSTD_insertBtAndGetAllMatches() argument
356 static U32 ZSTD_BtGetAllMatches(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, const U32 maxNbAttempts, const U32 mls, ZSTD_match_t *matches, in ZSTD_BtGetAllMatches() argument
380 static U32 ZSTD_BtGetAllMatches_extDict(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, const U32 maxNbAttempts, const U32 mls, in ZSTD_BtGetAllMatches_extDict() argument
420 const U32 mls in ZSTD_compressBlock_opt_generic() local
717 const U32 mls = ctx->params.cParams.searchLength; ZSTD_compressBlock_opt_extDict_generic() local
[all...]
H A Dcompress.c976 static size_t ZSTD_hashPtr(const void *p, U32 hBits, U32 mls) in ZSTD_hashPtr() argument
992 static void ZSTD_fillHashTable(ZSTD_CCtx *zc, const void *end, const U32 mls) in ZSTD_fillHashTable() argument
1008 void ZSTD_compressBlock_fast_generic(ZSTD_CCtx *cctx, const void *src, size_t srcSize, const U32 mls) in ZSTD_compressBlock_fast_generic() argument
1106 const U32 mls in ZSTD_compressBlock_fast() local
1116 ZSTD_compressBlock_fast_extDict_generic(ZSTD_CCtx *ctx, const void *src, size_t srcSize, const U32 mls) ZSTD_compressBlock_fast_extDict_generic() argument
1222 U32 const mls = ctx->params.cParams.searchLength; ZSTD_compressBlock_fast_extDict() local
1235 ZSTD_fillDoubleHashTable(ZSTD_CCtx *cctx, const void *end, const U32 mls) ZSTD_fillDoubleHashTable() argument
1254 ZSTD_compressBlock_doubleFast_generic(ZSTD_CCtx *cctx, const void *src, size_t srcSize, const U32 mls) ZSTD_compressBlock_doubleFast_generic() argument
1385 const U32 mls = ctx->params.cParams.searchLength; ZSTD_compressBlock_doubleFast() local
1395 ZSTD_compressBlock_doubleFast_extDict_generic(ZSTD_CCtx *ctx, const void *src, size_t srcSize, const U32 mls) ZSTD_compressBlock_doubleFast_extDict_generic() argument
1545 U32 const mls = ctx->params.cParams.searchLength; ZSTD_compressBlock_doubleFast_extDict() local
1561 ZSTD_insertBt1(ZSTD_CCtx *zc, const BYTE *const ip, const U32 mls, const BYTE *const iend, U32 nbCompares, U32 extDict) ZSTD_insertBt1() argument
1643 ZSTD_insertBtAndFindBestMatch(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iend, size_t *offsetPtr, U32 nbCompares, const U32 mls, U32 extDict) ZSTD_insertBtAndFindBestMatch() argument
1724 ZSTD_updateTree(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iend, const U32 nbCompares, const U32 mls) ZSTD_updateTree() argument
1735 ZSTD_BtFindBestMatch(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, size_t *offsetPtr, const U32 maxNbAttempts, const U32 mls) ZSTD_BtFindBestMatch() argument
1755 ZSTD_updateTree_extDict(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iend, const U32 nbCompares, const U32 mls) ZSTD_updateTree_extDict() argument
1766 ZSTD_BtFindBestMatch_extDict(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, size_t *offsetPtr, const U32 maxNbAttempts, const U32 mls) ZSTD_BtFindBestMatch_extDict() argument
1796 ZSTD_insertAndFindFirstIndex(ZSTD_CCtx *zc, const BYTE *ip, U32 mls) ZSTD_insertAndFindFirstIndex() argument
1819 ZSTD_HcFindBestMatch_generic(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, size_t *offsetPtr, const U32 maxNbAttempts, const U32 mls, const U32 extDict) ZSTD_HcFindBestMatch_generic() argument
1908 U32 const mls = ctx->params.cParams.searchLength; ZSTD_compressBlock_lazy_generic() local
2075 const U32 mls = ctx->params.cParams.searchLength; ZSTD_compressBlock_lazy_extDict_generic() local
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_fast.c22 U32 const mls = cParams->minMatch; in ZSTD_fillHashTable() local
93 ZSTD_compressBlock_fast_noDict_generic( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize, U32 const mls, U32 const hasStep) ZSTD_compressBlock_fast_noDict_generic() argument
339 U32 const mls = ms->cParams.minMatch; ZSTD_compressBlock_fast() local
372 ZSTD_compressBlock_fast_dictMatchState_generic( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize, U32 const mls, U32 const hasStep) ZSTD_compressBlock_fast_dictMatchState_generic() argument
531 U32 const mls = ms->cParams.minMatch; ZSTD_compressBlock_fast_dictMatchState() local
548 ZSTD_compressBlock_fast_extDict_generic( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize, U32 const mls, U32 const hasStep) ZSTD_compressBlock_fast_extDict_generic() argument
662 U32 const mls = ms->cParams.minMatch; ZSTD_compressBlock_fast_extDict() local
[all...]
H A Dzstd_double_fast.c21 U32 const mls = cParams->minMatch; in ZSTD_fillDoubleHashTable() local
494 const U32 mls = ms->cParams.minMatch; ZSTD_compressBlock_doubleFast() local
514 const U32 mls = ms->cParams.minMatch; ZSTD_compressBlock_doubleFast_dictMatchState() local
683 U32 const mls = ms->cParams.minMatch; ZSTD_compressBlock_doubleFast_extDict() local
[all...]
H A Dzstd_opt.c411 ZSTD_insertBt1( const ZSTD_matchState_t* ms, const BYTE* const ip, const BYTE* const iend, U32 const target, U32 const mls, const int extDict) ZSTD_insertBt1() argument
530 ZSTD_updateTree_internal( ZSTD_matchState_t* ms, const BYTE* const ip, const BYTE* const iend, const U32 mls, const ZSTD_dictMode_e dictMode) ZSTD_updateTree_internal() argument
795 ZSTD_btGetAllMatches_internal( ZSTD_match_t* matches, ZSTD_matchState_t* ms, U32* nextToUpdate3, const BYTE* ip, const BYTE* const iHighLimit, const U32 rep[ZSTD_REP_NUM], U32 const ll0, U32 const lengthToBeat, const ZSTD_dictMode_e dictMode, const U32 mls) ZSTD_btGetAllMatches_internal() argument
859 U32 const mls = BOUNDED(3, ms->cParams.minMatch, 6); ZSTD_selectBtGetAllMatches() local
[all...]
H A Dzstd_lazy.c20 ZSTD_updateDUBT(ZSTD_matchState_t* ms, const BYTE* ip, const BYTE* iend, U32 mls) ZSTD_updateDUBT() argument
153 ZSTD_DUBT_findBetterDictMatch( const ZSTD_matchState_t* ms, const BYTE* const ip, const BYTE* const iend, size_t* offsetPtr, size_t bestLength, U32 nbCompares, U32 const mls, const ZSTD_dictMode_e dictMode) ZSTD_DUBT_findBetterDictMatch() argument
231 ZSTD_DUBT_findBestMatch(ZSTD_matchState_t* ms, const BYTE* const ip, const BYTE* const iend, size_t* offsetPtr, U32 const mls, const ZSTD_dictMode_e dictMode) ZSTD_DUBT_findBestMatch() argument
617 ZSTD_insertAndFindFirstIndex_internal( ZSTD_matchState_t* ms, const ZSTD_compressionParameters* const cParams, const BYTE* ip, U32 const mls) ZSTD_insertAndFindFirstIndex_internal() argument
648 ZSTD_HcFindBestMatch( ZSTD_matchState_t* ms, const BYTE* const ip, const BYTE* const iLimit, size_t* offsetPtr, const U32 mls, const ZSTD_dictMode_e dictMode) ZSTD_HcFindBestMatch() argument
862 ZSTD_row_fillHashCache(ZSTD_matchState_t* ms, const BYTE* base, U32 const rowLog, U32 const mls, U32 idx, const BYTE* const iLimit) ZSTD_row_fillHashCache() argument
888 ZSTD_row_nextCachedHash(U32* cache, U32 const* hashTable, U16 const* tagTable, BYTE const* base, U32 idx, U32 const hashLog, U32 const rowLog, U32 const mls) ZSTD_row_nextCachedHash() argument
905 ZSTD_row_update_internalImpl(ZSTD_matchState_t* ms, U32 updateStartIdx, U32 const updateEndIdx, U32 const mls, U32 const rowLog, U32 const rowMask, U32 const useCache) ZSTD_row_update_internalImpl() argument
935 ZSTD_row_update_internal(ZSTD_matchState_t* ms, const BYTE* ip, U32 const mls, U32 const rowLog, U32 const rowMask, U32 const useCache) ZSTD_row_update_internal() argument
971 const U32 mls = MIN(ms->cParams.minMatch, 6 /* mls caps out at 6 */); ZSTD_row_update() local
1120 ZSTD_RowFindBestMatch( ZSTD_matchState_t* ms, const BYTE* const ip, const BYTE* const iLimit, size_t* offsetPtr, const U32 mls, const ZSTD_dictMode_e dictMode, const U32 rowLog) ZSTD_RowFindBestMatch() argument
1448 ZSTD_searchMax( ZSTD_matchState_t* ms, const BYTE* ip, const BYTE* iend, size_t* offsetPtr, U32 const mls, U32 const rowLog, searchMethod_e const searchMethod, ZSTD_dictMode_e const dictMode) ZSTD_searchMax() argument
1491 const U32 mls = BOUNDED(4, ms->cParams.minMatch, 6); ZSTD_compressBlock_lazy_generic() local
1882 const U32 mls = BOUNDED(4, ms->cParams.minMatch, 6); ZSTD_compressBlock_lazy_extDict_generic() local
[all...]
H A Dzstd_compress_internal.h810 size_t ZSTD_hashPtr(const void* p, U32 hBits, U32 mls) in ZSTD_hashPtr() argument
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c1125 u16 mls; in b43legacy_phy_lo_b_measure() local
/kernel/linux/linux-5.10/include/net/
H A Dnetlabel.h203 } mls; member
/kernel/linux/linux-6.6/include/net/
H A Dnetlabel.h203 } mls; member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c1125 u16 mls; in b43legacy_phy_lo_b_measure() local

Completed in 42 milliseconds