Searched refs:blockEnd (Results 1 - 2 of 2) sorted by relevance
/kernel/liteos_a/drivers/mtd/multi_partition/include/ |
H A D | mtd_dev.h | 44 unsigned long blockEnd; member
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_compress_internal.h | 1112 const void* blockEnd, in ZSTD_window_enforceMaxDist() 1117 U32 const blockEndIdx = (U32)((BYTE const*)blockEnd - window->base); in ZSTD_window_enforceMaxDist() 1157 const void* blockEnd, in ZSTD_checkDictValidity() 1164 { U32 const blockEndIdx = (U32)((BYTE const*)blockEnd - window->base); in ZSTD_checkDictValidity() 1111 ZSTD_window_enforceMaxDist(ZSTD_window_t* window, const void* blockEnd, U32 maxDist, U32* loadedDictEndPtr, const ZSTD_matchState_t** dictMatchStatePtr) ZSTD_window_enforceMaxDist() argument 1156 ZSTD_checkDictValidity(const ZSTD_window_t* window, const void* blockEnd, U32 maxDist, U32* loadedDictEndPtr, const ZSTD_matchState_t** dictMatchStatePtr) ZSTD_checkDictValidity() argument
|
Completed in 4 milliseconds