Home
last modified time | relevance | path

Searched refs:windowSize (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcheck_max_angle.cpp19 const float windowSize, in checkMaxAngle() argument
65 while (anchorDistance - recentCorners.front().distance > windowSize) { in checkMaxAngle()
H A Dcheck_max_angle.hpp12 const float windowSize,
/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_unzstd.c256 if (params.windowSize > ZSTD_WINDOWSIZE_MAX) { in __unzstd()
266 wksp_size = ZSTD_DStreamWorkspaceBound(params.windowSize); in __unzstd()
268 dstream = ZSTD_initDStream(params.windowSize, wksp, wksp_size); in __unzstd()
/OK3568_Linux_fs/kernel/lib/zstd/
H A Ddecompress.c219 fparamsPtr->windowSize = 0; /* windowSize==0 means a frame is skippable */ in ZSTD_getFrameParams()
240 U32 windowSize = 0; in ZSTD_getFrameParams() local
250 windowSize = (1U << windowLog); in ZSTD_getFrameParams()
251 windowSize += (windowSize >> 3) * (wlByte & 7); in ZSTD_getFrameParams()
280 if (!windowSize) in ZSTD_getFrameParams()
281 windowSize = (U32)frameContentSize; in ZSTD_getFrameParams()
282 if (windowSize > windowSizeMax) in ZSTD_getFrameParams()
285 fparamsPtr->windowSize = windowSize; in ZSTD_getFrameParams()
303 if (fParams.windowSize == 0) { in ZSTD_getFrameContentSize()
1253 static seq_t ZSTD_decodeSequenceLong(seqState_t *seqState, unsigned const windowSize) in ZSTD_decodeSequenceLong() argument
[all …]
H A Dcompress.c2436 U32 const windowSize = 1U << params.cParams.windowLog; in ZSTD_writeFrameHeader() local
2437 U32 const singleSegment = params.fParams.contentSizeFlag && (windowSize >= pledgedSrcSize); in ZSTD_writeFrameHeader()
/OK3568_Linux_fs/kernel/include/linux/
H A Dzstd.h932 unsigned int windowSize; member
/OK3568_Linux_fs/external/xserver/
H A DChangeLog14487 failing with GrabNotViewable. This is due to window->borderSize/windowSize