Home
last modified time | relevance | path

Searched refs:pSize (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8723bs/hal/
Dodm_HWConfig.h81 u32 *pSize
/linux-6.1.9/lib/zstd/decompress/
Dzstd_decompress_block.c557 size_t const pSize = sizeof(ZSTD_seqSymbol) * (SEQSYMBOL_TABLE_SIZE(maxLog)); in ZSTD_buildSeqTable() local
558 PREFETCH_AREA(pStart, pSize); in ZSTD_buildSeqTable()